Oval Definition:oval:org.opensuse.security:def:29295
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:



The SUSE Linux Enterprise 11 SP4 RT kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-10124: The kill_something_info function in kernel/signal.c might have allowed local users to cause a denial of service via an INT_MIN argument (bnc#1089752). - CVE-2018-10087: The kernel_wait4 function in kernel/exit.c might have allowed local users to cause a denial of service by triggering an attempted use of the -INT_MIN value (bnc#1089608). - CVE-2018-7757: Memory leak in the sas_smp_get_phy_events function in drivers/scsi/libsas/sas_expander.c allowed local users to cause a denial of service (memory consumption) via many read accesses to files in the /sys/class/sas_phy directory, as demonstrated by the /sys/class/sas_phy/phy-1:0:12/invalid_dword_count file (bnc#1084536). - CVE-2018-7566: Buffer overflow via an SNDRV_SEQ_IOCTL_SET_CLIENT_POOL ioctl write operation to /dev/snd/seq by a local user potentially allowing for code execution (bnc#1083483). - CVE-2017-0861: Use-after-free vulnerability in the snd_pcm_info function in the ALSA subsystem allowed attackers to gain privileges via unspecified vectors (bnc#1088260 1088268). - CVE-2018-8822: Incorrect buffer length handling in the ncp_read_kernel function could have beenexploited by malicious NCPFS servers to crash the kernel or execute code (bnc#1086162). - CVE-2017-13166: Prevent elevation of privilege vulnerability in the video driver (bnc#1072865). - CVE-2017-18203: The dm_get_from_kobject function in drivers/md/dm.c allow local users to cause a denial of service (BUG) by leveraging a race condition with __dm_destroy during creation and removal of DM devices (bnc#1083242). - CVE-2017-16911: The vhci_hcd driver allowed local attackers to disclose kernel memory addresses. Successful exploitation requires that a USB device is attached over IP (bnc#1078674). - CVE-2017-18208: The madvise_willneed function in mm/madvise.c allowed local users to cause a denial of service (infinite loop) by triggering use of MADVISE_WILLNEED for a DAX mapping (bnc#1083494). - CVE-2017-16644: The hdpvr_probe function in drivers/media/usb/hdpvr/hdpvr-core.c allowed local users to cause a denial of service (improper error handling and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067118). - CVE-2018-6927: The futex_requeue function in kernel/futex.c allowed attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wake or requeue value (bnc#1080757). - CVE-2017-16914: The 'stub_send_ret_submit()' function (drivers/usb/usbip/stub_tx.c) allowed attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet (bnc#1078669). - CVE-2016-7915: The hid_input_field function in drivers/hid/hid-core.c allowed physically proximate attackers to obtain sensitive information from kernel memory or cause a denial of service (out-of-bounds read) by connecting a device, as demonstrated by a Logitech DJ receiver (bnc#1010470). - CVE-2015-5156: The virtnet_probe function in drivers/net/virtio_net.c attempted to support a FRAGLIST feature without proper memory allocation, which allowed guest OS users to cause a denial of service (buffer overflow and memory corruption) via a crafted sequence of fragmented packets (bnc#940776). - CVE-2017-12190: The bio_map_user_iov and bio_unmap_user functions in block/bio.c did unbalanced refcounting when a SCSI I/O vector had small consecutive buffers belonging to the same page. The bio_add_pc_page function merged them into one, but the page reference was never dropped. This caused a memory leak and possible system lockup (exploitable against the host OS by a guest OS user, if a SCSI disk is passed through to a virtual machine) due to an out-of-memory condition (bnc#1062568). - CVE-2017-16912: The 'get_pipe()' function (drivers/usb/usbip/stub_rx.c) allowed attackers to cause a denial of service (out-of-bounds read) via a specially crafted USB over IP packet (bnc#1078673). - CVE-2017-16913: The 'stub_recv_cmd_submit()' function (drivers/usb/usbip/stub_rx.c) when handling CMD_SUBMIT packets allowed attackers to cause a denial of service (arbitrary memory allocation) via a specially crafted USB over IP packet (bnc#1078672).

The following non-security bugs were fixed:

- Integrate fixes resulting from bsc#1088147 More info in the respective commit messages. - KABI: x86/kaiser: properly align trampoline stack. - KEYS: do not let add_key() update an uninstantiated key (bnc#1063416). - KEYS: prevent creating a different user's keyrings (bnc#1065999). - NFSv4: fix getacl head length estimation (git-fixes). - PCI: Use function 0 VPD for identical functions, regular VPD for others (bnc#943786 git-fixes). - Revert 'USB: cdc-acm: fix broken runtime suspend' (bsc#1067912) - Subject: af_iucv: enable control sends in case of SEND_SHUTDOWN (bnc#1085513, LTC#165135). - blacklist.conf: blacklisted 7edaeb6841df ('kernel/watchdog: Prevent false positives with turbo modes') (bnc#1063516) - blacklist.conf: blacklisted 9fbc1f635fd0bd28cb32550211bf095753ac637a (bnc#1089665) - blacklist.conf: blacklisted ba4877b9ca51f80b5d30f304a46762f0509e1635 (bnc#1089668) - cifs: fix buffer overflow in cifs_build_path_to_root() (bsc#1085113). - drm/mgag200: fix a test in mga_vga_mode_valid() (bsc#1087092). - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) (bnc#1013018). - hrtimer: Reset hrtimer cpu base proper on CPU hotplug (bnc#1013018). - ide-cd: workaround VMware ESXi cdrom emulation bug (bsc#1080813). - ipc/msg: introduce msgctl(MSG_STAT_ANY) (bsc#1072689). - ipc/sem: introduce semctl(SEM_STAT_ANY) (bsc#1072689). - ipc/shm: introduce shmctl(SHM_STAT_ANY) (bsc#1072689). - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path (git-fixes). - leds: do not overflow sysfs buffer in led_trigger_show (bsc#1080464). - media: cpia2: Fix a couple off by one bugs (bsc#1050431). - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack (bnc#1039348). - pipe: actually allow root to exceed the pipe buffer limits (git-fixes). - posix-timers: Protect posix clock array access against speculation (bnc#1081358). - powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is used (bnc#1032084). - powerpc/fadump: reuse crashkernel parameter for fadump memory reservation (bnc#1032084). - powerpc/fadump: update documentation about crashkernel parameter reuse (bnc#1032084). - powerpc/fadump: use 'fadump_reserve_mem=' when specified (bnc#1032084). - powerpc/pseries: Support firmware disable of RFI flush (bsc#1068032, bsc#1075088). - qeth: repair SBAL elements calculation (bnc#1085513, LTC#165484). - s390/qeth: fix underestimated count of buffer elements (bnc#1082091, LTC#164529). - scsi: sr: workaround VMware ESXi cdrom emulation bug (bsc#1080813). - usbnet: Fix a race between usbnet_stop() and the BH (bsc#1083275). - x86-64: Move the 'user' vsyscall segment out of the data segment (bsc#1082424). - x86/espfix: Fix return stack in do_double_fault() (bsc#1085279). - x86/kaiser: properly align trampoline stack (bsc#1087260). - x86/retpoline: do not perform thunk calls in ring3 vsyscall code (bsc#1085331). - xen/x86/CPU: Check speculation control CPUID bit (bsc#1068032). - xen/x86/CPU: Sync CPU feature flags late (bsc#1075994 bsc#1075091). - xen/x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs (bsc#909077). - xen/x86/cpu: Factor out application of forced CPU caps (bsc#1075994 bsc#1075091). - xen/x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' command-line option (bsc#1065600). - xen/x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - xen/x86/idle: Toggle IBRS when going idle (bsc#1068032). - xen/x86/kaiser: Move feature detection up (bsc#1068032). - xfs: check for buffer errors before waiting (bsc#1052943). - xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near (bsc#1087762). - xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near (bsc#1087762).
Family:unixClass:patch
Status:Reference(s):1000677
1001912
1004499
1005878
1010470
1010675
1013018
1014873
1021641
1032084
1039348
1050431
1052943
1054171
1062568
1062840
1063416
1063516
1065600
1065999
1067118
1067912
1068032
1072689
1072865
1075088
1075091
1075994
1078669
1078672
1078673
1078674
1080464
1080757
1080813
1081358
1082091
1082424
1083242
1083275
1083483
1083494
1084536
1085113
1085279
1085331
1085513
1086162
1087092
1087209
1087260
1087762
1088147
1088260
1089608
1089665
1089668
1089752
1091355
1091363
1115929
1121450
1121626
1123823
1123828
1123832
1174628
1176331
559815
622537
770618
812525
837746
854880
881524
902357
902360
902368
909077
925225
940776
943786
951638
983268
995075
998190
CVE-2010-2526
CVE-2012-3386
CVE-2013-1899
CVE-2013-1900
CVE-2013-1901
CVE-2013-4248
CVE-2013-6420
CVE-2014-3668
CVE-2014-3669
CVE-2014-3670
CVE-2014-3970
CVE-2014-8119
CVE-2015-5156
CVE-2016-2108
CVE-2016-5102
CVE-2016-7915
CVE-2016-8610
CVE-2016-9318
CVE-2017-0861
CVE-2017-12190
CVE-2017-13166
CVE-2017-16644
CVE-2017-16911
CVE-2017-16912
CVE-2017-16913
CVE-2017-16914
CVE-2017-18203
CVE-2017-18208
CVE-2017-7555
CVE-2018-10087
CVE-2018-10124
CVE-2018-10546
CVE-2018-10548
CVE-2018-19211
CVE-2018-20748
CVE-2018-20749
CVE-2018-20750
CVE-2018-6927
CVE-2018-7566
CVE-2018-7757
CVE-2018-8822
CVE-2019-6128
CVE-2020-14344
CVE-2020-1968
SUSE-SU-2015:1265-1
SUSE-SU-2017:0601-1
SUSE-SU-2018:1309-1
Platform(s):openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for additional PackageHub packages 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud 8
Product(s):
Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND cifs-utils-6.5-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • gdk-pixbuf-loader-rsvg-2.40.2-1 is installed
  • OR librsvg-2-2-2.40.2-1 is installed
  • OR librsvg-2-2-32bit-2.40.2-1 is installed
  • OR rsvg-view-2.40.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • ecryptfs-utils-103-7 is installed
  • OR ecryptfs-utils-32bit-103-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND sudo-1.8.10p3-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-32bit-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND autofs-5.0.9-28.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
  • AND Package Information
  • samba-4.7.11+git.140.6bd0e5b30d8-4.21 is installed
  • OR samba-python-4.7.11+git.140.6bd0e5b30d8-4.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND docker-18.09.6_ce-98.40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • python-2.7.14-7.3 is installed
  • OR python-tk-2.7.14-7.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.13 is installed
  • OR reiserfs-kmp-default-4.12.14-25.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_13-default-3-2 is installed
  • OR kernel-livepatch-SLE15_Update_3-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • obs-service-appimage-0.10.5.1551309990.79898c7-3.3 is installed
  • OR obs-service-obs_scm-0.10.5.1551309990.79898c7-3.3 is installed
  • OR obs-service-obs_scm-common-0.10.5.1551309990.79898c7-3.3 is installed
  • OR obs-service-snapcraft-0.10.5.1551309990.79898c7-3.3 is installed
  • OR obs-service-tar-0.10.5.1551309990.79898c7-3.3 is installed
  • OR obs-service-tar_scm-0.10.5.1551309990.79898c7-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.61-52.80 is installed
  • OR kernel-ec2-devel-3.12.61-52.80 is installed
  • OR kernel-ec2-extra-3.12.61-52.80 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • qemu-2.11.2-9.12 is installed
  • OR qemu-arm-2.11.2-9.12 is installed
  • OR qemu-block-curl-2.11.2-9.12 is installed
  • OR qemu-block-iscsi-2.11.2-9.12 is installed
  • OR qemu-block-rbd-2.11.2-9.12 is installed
  • OR qemu-block-ssh-2.11.2-9.12 is installed
  • OR qemu-guest-agent-2.11.2-9.12 is installed
  • OR qemu-ipxe-1.0.0+-9.12 is installed
  • OR qemu-kvm-2.11.2-9.12 is installed
  • OR qemu-lang-2.11.2-9.12 is installed
  • OR qemu-ppc-2.11.2-9.12 is installed
  • OR qemu-s390-2.11.2-9.12 is installed
  • OR qemu-seabios-1.11.0-9.12 is installed
  • OR qemu-sgabios-8-9.12 is installed
  • OR qemu-vgabios-1.11.0-9.12 is installed
  • OR qemu-x86-2.11.2-9.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-33 is installed
  • OR php5-5.5.14-33 is installed
  • OR php5-bcmath-5.5.14-33 is installed
  • OR php5-bz2-5.5.14-33 is installed
  • OR php5-calendar-5.5.14-33 is installed
  • OR php5-ctype-5.5.14-33 is installed
  • OR php5-curl-5.5.14-33 is installed
  • OR php5-dba-5.5.14-33 is installed
  • OR php5-dom-5.5.14-33 is installed
  • OR php5-enchant-5.5.14-33 is installed
  • OR php5-exif-5.5.14-33 is installed
  • OR php5-fastcgi-5.5.14-33 is installed
  • OR php5-fileinfo-5.5.14-33 is installed
  • OR php5-fpm-5.5.14-33 is installed
  • OR php5-ftp-5.5.14-33 is installed
  • OR php5-gd-5.5.14-33 is installed
  • OR php5-gettext-5.5.14-33 is installed
  • OR php5-gmp-5.5.14-33 is installed
  • OR php5-iconv-5.5.14-33 is installed
  • OR php5-intl-5.5.14-33 is installed
  • OR php5-json-5.5.14-33 is installed
  • OR php5-ldap-5.5.14-33 is installed
  • OR php5-mbstring-5.5.14-33 is installed
  • OR php5-mcrypt-5.5.14-33 is installed
  • OR php5-mysql-5.5.14-33 is installed
  • OR php5-odbc-5.5.14-33 is installed
  • OR php5-opcache-5.5.14-33 is installed
  • OR php5-openssl-5.5.14-33 is installed
  • OR php5-pcntl-5.5.14-33 is installed
  • OR php5-pdo-5.5.14-33 is installed
  • OR php5-pear-5.5.14-33 is installed
  • OR php5-pgsql-5.5.14-33 is installed
  • OR php5-posix-5.5.14-33 is installed
  • OR php5-pspell-5.5.14-33 is installed
  • OR php5-shmop-5.5.14-33 is installed
  • OR php5-snmp-5.5.14-33 is installed
  • OR php5-soap-5.5.14-33 is installed
  • OR php5-sockets-5.5.14-33 is installed
  • OR php5-sqlite-5.5.14-33 is installed
  • OR php5-suhosin-5.5.14-33 is installed
  • OR php5-sysvmsg-5.5.14-33 is installed
  • OR php5-sysvsem-5.5.14-33 is installed
  • OR php5-sysvshm-5.5.14-33 is installed
  • OR php5-tokenizer-5.5.14-33 is installed
  • OR php5-wddx-5.5.14-33 is installed
  • OR php5-xmlreader-5.5.14-33 is installed
  • OR php5-xmlrpc-5.5.14-33 is installed
  • OR php5-xmlwriter-5.5.14-33 is installed
  • OR php5-xsl-5.5.14-33 is installed
  • OR php5-zip-5.5.14-33 is installed
  • OR php5-zlib-5.5.14-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-69.24 is installed
  • OR kernel-rt-base-3.0.101.rt130-69.24 is installed
  • OR kernel-rt-devel-3.0.101.rt130-69.24 is installed
  • OR kernel-rt_trace-3.0.101.rt130-69.24 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-69.24 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-69.24 is installed
  • OR kernel-source-rt-3.0.101.rt130-69.24 is installed
  • OR kernel-syms-rt-3.0.101.rt130-69.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • java-1_6_0-ibm-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-alsa-x86-1.6.0-124.7 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-x86-1.6.0-124.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • java-1_6_0-ibm-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-alsa-x86-1.6.0-124.7 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0-124.6 is installed
  • OR java-1_6_0-ibm-x86-1.6.0-124.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • taglib-1.5-19.23 is installed
  • OR taglib-32bit-1.5-19.23 is installed
  • OR taglib-x86-1.5-19.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • taglib-1.5-19.23 is installed
  • OR taglib-32bit-1.5-19.23 is installed
  • OR taglib-x86-1.5-19.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • taglib-1.5-19.23 is installed
  • OR taglib-32bit-1.5-19.23 is installed
  • OR taglib-x86-1.5-19.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • taglib-1.5-19.23 is installed
  • OR taglib-32bit-1.5-19.23 is installed
  • OR taglib-x86-1.5-19.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND lvm2-2.02.39-18.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND lvm2-2.02.39-18.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND lvm2-2.02.39-18.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • gpg2-2.0.9-25.25 is installed
  • OR gpg2-lang-2.0.9-25.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libpulse-browse0-0.9.21-1.16 is installed
  • OR libpulse-mainloop-glib0-0.9.21-1.16 is installed
  • OR libpulse0-0.9.21-1.16 is installed
  • OR libpulse0-32bit-0.9.21-1.16 is installed
  • OR pulseaudio-0.9.21-1.16 is installed
  • OR pulseaudio-esound-compat-0.9.21-1.16 is installed
  • OR pulseaudio-gdm-hooks-0.9.21-1.16 is installed
  • OR pulseaudio-lang-0.9.21-1.16 is installed
  • OR pulseaudio-module-x11-0.9.21-1.16 is installed
  • OR pulseaudio-module-zeroconf-0.9.21-1.16 is installed
  • OR pulseaudio-utils-0.9.21-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libpulse-browse0-0.9.21-1.16 is installed
  • OR libpulse-mainloop-glib0-0.9.21-1.16 is installed
  • OR libpulse0-0.9.21-1.16 is installed
  • OR libpulse0-32bit-0.9.21-1.16 is installed
  • OR pulseaudio-0.9.21-1.16 is installed
  • OR pulseaudio-esound-compat-0.9.21-1.16 is installed
  • OR pulseaudio-gdm-hooks-0.9.21-1.16 is installed
  • OR pulseaudio-lang-0.9.21-1.16 is installed
  • OR pulseaudio-module-x11-0.9.21-1.16 is installed
  • OR pulseaudio-module-zeroconf-0.9.21-1.16 is installed
  • OR pulseaudio-utils-0.9.21-1.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50 is installed
  • OR php5-5.2.14-0.7.30.50 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50 is installed
  • OR php5-bz2-5.2.14-0.7.30.50 is installed
  • OR php5-calendar-5.2.14-0.7.30.50 is installed
  • OR php5-ctype-5.2.14-0.7.30.50 is installed
  • OR php5-curl-5.2.14-0.7.30.50 is installed
  • OR php5-dba-5.2.14-0.7.30.50 is installed
  • OR php5-dbase-5.2.14-0.7.30.50 is installed
  • OR php5-dom-5.2.14-0.7.30.50 is installed
  • OR php5-exif-5.2.14-0.7.30.50 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50 is installed
  • OR php5-ftp-5.2.14-0.7.30.50 is installed
  • OR php5-gd-5.2.14-0.7.30.50 is installed
  • OR php5-gettext-5.2.14-0.7.30.50 is installed
  • OR php5-gmp-5.2.14-0.7.30.50 is installed
  • OR php5-hash-5.2.14-0.7.30.50 is installed
  • OR php5-iconv-5.2.14-0.7.30.50 is installed
  • OR php5-json-5.2.14-0.7.30.50 is installed
  • OR php5-ldap-5.2.14-0.7.30.50 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50 is installed
  • OR php5-mysql-5.2.14-0.7.30.50 is installed
  • OR php5-odbc-5.2.14-0.7.30.50 is installed
  • OR php5-openssl-5.2.14-0.7.30.50 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50 is installed
  • OR php5-pdo-5.2.14-0.7.30.50 is installed
  • OR php5-pear-5.2.14-0.7.30.50 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50 is installed
  • OR php5-pspell-5.2.14-0.7.30.50 is installed
  • OR php5-shmop-5.2.14-0.7.30.50 is installed
  • OR php5-snmp-5.2.14-0.7.30.50 is installed
  • OR php5-soap-5.2.14-0.7.30.50 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50 is installed
  • OR php5-wddx-5.2.14-0.7.30.50 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
  • OR php5-xsl-5.2.14-0.7.30.50 is installed
  • OR php5-zip-5.2.14-0.7.30.50 is installed
  • OR php5-zlib-5.2.14-0.7.30.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50 is installed
  • OR php5-5.2.14-0.7.30.50 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50 is installed
  • OR php5-bz2-5.2.14-0.7.30.50 is installed
  • OR php5-calendar-5.2.14-0.7.30.50 is installed
  • OR php5-ctype-5.2.14-0.7.30.50 is installed
  • OR php5-curl-5.2.14-0.7.30.50 is installed
  • OR php5-dba-5.2.14-0.7.30.50 is installed
  • OR php5-dbase-5.2.14-0.7.30.50 is installed
  • OR php5-dom-5.2.14-0.7.30.50 is installed
  • OR php5-exif-5.2.14-0.7.30.50 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50 is installed
  • OR php5-ftp-5.2.14-0.7.30.50 is installed
  • OR php5-gd-5.2.14-0.7.30.50 is installed
  • OR php5-gettext-5.2.14-0.7.30.50 is installed
  • OR php5-gmp-5.2.14-0.7.30.50 is installed
  • OR php5-hash-5.2.14-0.7.30.50 is installed
  • OR php5-iconv-5.2.14-0.7.30.50 is installed
  • OR php5-json-5.2.14-0.7.30.50 is installed
  • OR php5-ldap-5.2.14-0.7.30.50 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50 is installed
  • OR php5-mysql-5.2.14-0.7.30.50 is installed
  • OR php5-odbc-5.2.14-0.7.30.50 is installed
  • OR php5-openssl-5.2.14-0.7.30.50 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50 is installed
  • OR php5-pdo-5.2.14-0.7.30.50 is installed
  • OR php5-pear-5.2.14-0.7.30.50 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50 is installed
  • OR php5-pspell-5.2.14-0.7.30.50 is installed
  • OR php5-shmop-5.2.14-0.7.30.50 is installed
  • OR php5-snmp-5.2.14-0.7.30.50 is installed
  • OR php5-soap-5.2.14-0.7.30.50 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50 is installed
  • OR php5-wddx-5.2.14-0.7.30.50 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
  • OR php5-xsl-5.2.14-0.7.30.50 is installed
  • OR php5-zip-5.2.14-0.7.30.50 is installed
  • OR php5-zlib-5.2.14-0.7.30.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50 is installed
  • OR php5-5.2.14-0.7.30.50 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50 is installed
  • OR php5-bz2-5.2.14-0.7.30.50 is installed
  • OR php5-calendar-5.2.14-0.7.30.50 is installed
  • OR php5-ctype-5.2.14-0.7.30.50 is installed
  • OR php5-curl-5.2.14-0.7.30.50 is installed
  • OR php5-dba-5.2.14-0.7.30.50 is installed
  • OR php5-dbase-5.2.14-0.7.30.50 is installed
  • OR php5-dom-5.2.14-0.7.30.50 is installed
  • OR php5-exif-5.2.14-0.7.30.50 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50 is installed
  • OR php5-ftp-5.2.14-0.7.30.50 is installed
  • OR php5-gd-5.2.14-0.7.30.50 is installed
  • OR php5-gettext-5.2.14-0.7.30.50 is installed
  • OR php5-gmp-5.2.14-0.7.30.50 is installed
  • OR php5-hash-5.2.14-0.7.30.50 is installed
  • OR php5-iconv-5.2.14-0.7.30.50 is installed
  • OR php5-json-5.2.14-0.7.30.50 is installed
  • OR php5-ldap-5.2.14-0.7.30.50 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50 is installed
  • OR php5-mysql-5.2.14-0.7.30.50 is installed
  • OR php5-odbc-5.2.14-0.7.30.50 is installed
  • OR php5-openssl-5.2.14-0.7.30.50 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50 is installed
  • OR php5-pdo-5.2.14-0.7.30.50 is installed
  • OR php5-pear-5.2.14-0.7.30.50 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50 is installed
  • OR php5-pspell-5.2.14-0.7.30.50 is installed
  • OR php5-shmop-5.2.14-0.7.30.50 is installed
  • OR php5-snmp-5.2.14-0.7.30.50 is installed
  • OR php5-soap-5.2.14-0.7.30.50 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50 is installed
  • OR php5-wddx-5.2.14-0.7.30.50 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
  • OR php5-xsl-5.2.14-0.7.30.50 is installed
  • OR php5-zip-5.2.14-0.7.30.50 is installed
  • OR php5-zlib-5.2.14-0.7.30.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50 is installed
  • OR php5-5.2.14-0.7.30.50 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50 is installed
  • OR php5-bz2-5.2.14-0.7.30.50 is installed
  • OR php5-calendar-5.2.14-0.7.30.50 is installed
  • OR php5-ctype-5.2.14-0.7.30.50 is installed
  • OR php5-curl-5.2.14-0.7.30.50 is installed
  • OR php5-dba-5.2.14-0.7.30.50 is installed
  • OR php5-dbase-5.2.14-0.7.30.50 is installed
  • OR php5-dom-5.2.14-0.7.30.50 is installed
  • OR php5-exif-5.2.14-0.7.30.50 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50 is installed
  • OR php5-ftp-5.2.14-0.7.30.50 is installed
  • OR php5-gd-5.2.14-0.7.30.50 is installed
  • OR php5-gettext-5.2.14-0.7.30.50 is installed
  • OR php5-gmp-5.2.14-0.7.30.50 is installed
  • OR php5-hash-5.2.14-0.7.30.50 is installed
  • OR php5-iconv-5.2.14-0.7.30.50 is installed
  • OR php5-json-5.2.14-0.7.30.50 is installed
  • OR php5-ldap-5.2.14-0.7.30.50 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50 is installed
  • OR php5-mysql-5.2.14-0.7.30.50 is installed
  • OR php5-odbc-5.2.14-0.7.30.50 is installed
  • OR php5-openssl-5.2.14-0.7.30.50 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50 is installed
  • OR php5-pdo-5.2.14-0.7.30.50 is installed
  • OR php5-pear-5.2.14-0.7.30.50 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50 is installed
  • OR php5-pspell-5.2.14-0.7.30.50 is installed
  • OR php5-shmop-5.2.14-0.7.30.50 is installed
  • OR php5-snmp-5.2.14-0.7.30.50 is installed
  • OR php5-soap-5.2.14-0.7.30.50 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50 is installed
  • OR php5-wddx-5.2.14-0.7.30.50 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
  • OR php5-xsl-5.2.14-0.7.30.50 is installed
  • OR php5-zip-5.2.14-0.7.30.50 is installed
  • OR php5-zlib-5.2.14-0.7.30.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50 is installed
  • OR php5-5.2.14-0.7.30.50 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50 is installed
  • OR php5-bz2-5.2.14-0.7.30.50 is installed
  • OR php5-calendar-5.2.14-0.7.30.50 is installed
  • OR php5-ctype-5.2.14-0.7.30.50 is installed
  • OR php5-curl-5.2.14-0.7.30.50 is installed
  • OR php5-dba-5.2.14-0.7.30.50 is installed
  • OR php5-dbase-5.2.14-0.7.30.50 is installed
  • OR php5-dom-5.2.14-0.7.30.50 is installed
  • OR php5-exif-5.2.14-0.7.30.50 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50 is installed
  • OR php5-ftp-5.2.14-0.7.30.50 is installed
  • OR php5-gd-5.2.14-0.7.30.50 is installed
  • OR php5-gettext-5.2.14-0.7.30.50 is installed
  • OR php5-gmp-5.2.14-0.7.30.50 is installed
  • OR php5-hash-5.2.14-0.7.30.50 is installed
  • OR php5-iconv-5.2.14-0.7.30.50 is installed
  • OR php5-json-5.2.14-0.7.30.50 is installed
  • OR php5-ldap-5.2.14-0.7.30.50 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50 is installed
  • OR php5-mysql-5.2.14-0.7.30.50 is installed
  • OR php5-odbc-5.2.14-0.7.30.50 is installed
  • OR php5-openssl-5.2.14-0.7.30.50 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50 is installed
  • OR php5-pdo-5.2.14-0.7.30.50 is installed
  • OR php5-pear-5.2.14-0.7.30.50 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50 is installed
  • OR php5-pspell-5.2.14-0.7.30.50 is installed
  • OR php5-shmop-5.2.14-0.7.30.50 is installed
  • OR php5-snmp-5.2.14-0.7.30.50 is installed
  • OR php5-soap-5.2.14-0.7.30.50 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50 is installed
  • OR php5-wddx-5.2.14-0.7.30.50 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
  • OR php5-xsl-5.2.14-0.7.30.50 is installed
  • OR php5-zip-5.2.14-0.7.30.50 is installed
  • OR php5-zlib-5.2.14-0.7.30.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libecpg6-9.1.9-0.3 is installed
  • OR libpq5-9.1.9-0.3 is installed
  • OR libpq5-32bit-9.1.9-0.3 is installed
  • OR libpq5-x86-9.1.9-0.3 is installed
  • OR postgresql91-9.1.9-0.3 is installed
  • OR postgresql91-contrib-9.1.9-0.3 is installed
  • OR postgresql91-docs-9.1.9-0.3 is installed
  • OR postgresql91-server-9.1.9-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libecpg6-9.1.9-0.3 is installed
  • OR libpq5-9.1.9-0.3 is installed
  • OR libpq5-32bit-9.1.9-0.3 is installed
  • OR libpq5-x86-9.1.9-0.3 is installed
  • OR postgresql91-9.1.9-0.3 is installed
  • OR postgresql91-contrib-9.1.9-0.3 is installed
  • OR postgresql91-docs-9.1.9-0.3 is installed
  • OR postgresql91-server-9.1.9-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libecpg6-9.1.9-0.3 is installed
  • OR libpq5-9.1.9-0.3 is installed
  • OR libpq5-32bit-9.1.9-0.3 is installed
  • OR libpq5-x86-9.1.9-0.3 is installed
  • OR postgresql91-9.1.9-0.3 is installed
  • OR postgresql91-contrib-9.1.9-0.3 is installed
  • OR postgresql91-docs-9.1.9-0.3 is installed
  • OR postgresql91-server-9.1.9-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • libvirt-0.9.6-0.13 is installed
  • OR libvirt-client-0.9.6-0.13 is installed
  • OR libvirt-client-32bit-0.9.6-0.13 is installed
  • OR libvirt-doc-0.9.6-0.13 is installed
  • OR libvirt-python-0.9.6-0.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.19 is installed
  • OR bind-chrootenv-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-doc-9.9.6P1-0.19 is installed
  • OR bind-libs-9.9.6P1-0.19 is installed
  • OR bind-libs-32bit-9.9.6P1-0.19 is installed
  • OR bind-utils-9.9.6P1-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.19 is installed
  • OR bind-chrootenv-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-doc-9.9.6P1-0.19 is installed
  • OR bind-libs-9.9.6P1-0.19 is installed
  • OR bind-libs-32bit-9.9.6P1-0.19 is installed
  • OR bind-utils-9.9.6P1-0.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • apache2-mod_php53-5.3.17-0.31 is installed
  • OR php53-5.3.17-0.31 is installed
  • OR php53-bcmath-5.3.17-0.31 is installed
  • OR php53-bz2-5.3.17-0.31 is installed
  • OR php53-calendar-5.3.17-0.31 is installed
  • OR php53-ctype-5.3.17-0.31 is installed
  • OR php53-curl-5.3.17-0.31 is installed
  • OR php53-dba-5.3.17-0.31 is installed
  • OR php53-dom-5.3.17-0.31 is installed
  • OR php53-exif-5.3.17-0.31 is installed
  • OR php53-fastcgi-5.3.17-0.31 is installed
  • OR php53-fileinfo-5.3.17-0.31 is installed
  • OR php53-ftp-5.3.17-0.31 is installed
  • OR php53-gd-5.3.17-0.31 is installed
  • OR php53-gettext-5.3.17-0.31 is installed
  • OR php53-gmp-5.3.17-0.31 is installed
  • OR php53-iconv-5.3.17-0.31 is installed
  • OR php53-intl-5.3.17-0.31 is installed
  • OR php53-json-5.3.17-0.31 is installed
  • OR php53-ldap-5.3.17-0.31 is installed
  • OR php53-mbstring-5.3.17-0.31 is installed
  • OR php53-mcrypt-5.3.17-0.31 is installed
  • OR php53-mysql-5.3.17-0.31 is installed
  • OR php53-odbc-5.3.17-0.31 is installed
  • OR php53-openssl-5.3.17-0.31 is installed
  • OR php53-pcntl-5.3.17-0.31 is installed
  • OR php53-pdo-5.3.17-0.31 is installed
  • OR php53-pear-5.3.17-0.31 is installed
  • OR php53-pgsql-5.3.17-0.31 is installed
  • OR php53-pspell-5.3.17-0.31 is installed
  • OR php53-shmop-5.3.17-0.31 is installed
  • OR php53-snmp-5.3.17-0.31 is installed
  • OR php53-soap-5.3.17-0.31 is installed
  • OR php53-suhosin-5.3.17-0.31 is installed
  • OR php53-sysvmsg-5.3.17-0.31 is installed
  • OR php53-sysvsem-5.3.17-0.31 is installed
  • OR php53-sysvshm-5.3.17-0.31 is installed
  • OR php53-tokenizer-5.3.17-0.31 is installed
  • OR php53-wddx-5.3.17-0.31 is installed
  • OR php53-xmlreader-5.3.17-0.31 is installed
  • OR php53-xmlrpc-5.3.17-0.31 is installed
  • OR php53-xmlwriter-5.3.17-0.31 is installed
  • OR php53-xsl-5.3.17-0.31 is installed
  • OR php53-zip-5.3.17-0.31 is installed
  • OR php53-zlib-5.3.17-0.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.5_06-0.7 is installed
  • OR xen-doc-html-4.2.5_06-0.7 is installed
  • OR xen-doc-pdf-4.2.5_06-0.7 is installed
  • OR xen-kmp-default-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-kmp-pae-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-libs-4.2.5_06-0.7 is installed
  • OR xen-libs-32bit-4.2.5_06-0.7 is installed
  • OR xen-tools-4.2.5_06-0.7 is installed
  • OR xen-tools-domU-4.2.5_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_06-0.7 is installed
  • OR xen-doc-html-4.2.5_06-0.7 is installed
  • OR xen-doc-pdf-4.2.5_06-0.7 is installed
  • OR xen-kmp-default-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-kmp-pae-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-libs-4.2.5_06-0.7 is installed
  • OR xen-libs-32bit-4.2.5_06-0.7 is installed
  • OR xen-tools-4.2.5_06-0.7 is installed
  • OR xen-tools-domU-4.2.5_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_06-0.7 is installed
  • OR xen-doc-html-4.2.5_06-0.7 is installed
  • OR xen-doc-pdf-4.2.5_06-0.7 is installed
  • OR xen-kmp-default-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-kmp-pae-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-libs-4.2.5_06-0.7 is installed
  • OR xen-libs-32bit-4.2.5_06-0.7 is installed
  • OR xen-tools-4.2.5_06-0.7 is installed
  • OR xen-tools-domU-4.2.5_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_06-0.7 is installed
  • OR xen-doc-html-4.2.5_06-0.7 is installed
  • OR xen-doc-pdf-4.2.5_06-0.7 is installed
  • OR xen-kmp-default-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-kmp-pae-4.2.5_06_3.0.101_0.47.52-0.7 is installed
  • OR xen-libs-4.2.5_06-0.7 is installed
  • OR xen-libs-32bit-4.2.5_06-0.7 is installed
  • OR xen-tools-4.2.5_06-0.7 is installed
  • OR xen-tools-domU-4.2.5_06-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND libzip1-0.9-1.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • glibc-2.11.3-17.110.6 is installed
  • OR glibc-32bit-2.11.3-17.110.6 is installed
  • OR glibc-devel-2.11.3-17.110.6 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.6 is installed
  • OR glibc-html-2.11.3-17.110.6 is installed
  • OR glibc-i18ndata-2.11.3-17.110.6 is installed
  • OR glibc-info-2.11.3-17.110.6 is installed
  • OR glibc-locale-2.11.3-17.110.6 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.6 is installed
  • OR glibc-profile-2.11.3-17.110.6 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.6 is installed
  • OR nscd-2.11.3-17.110.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • glibc-2.11.3-17.110.6 is installed
  • OR glibc-32bit-2.11.3-17.110.6 is installed
  • OR glibc-devel-2.11.3-17.110.6 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.6 is installed
  • OR glibc-html-2.11.3-17.110.6 is installed
  • OR glibc-i18ndata-2.11.3-17.110.6 is installed
  • OR glibc-info-2.11.3-17.110.6 is installed
  • OR glibc-locale-2.11.3-17.110.6 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.6 is installed
  • OR glibc-profile-2.11.3-17.110.6 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.6 is installed
  • OR nscd-2.11.3-17.110.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • glibc-2.11.3-17.110.6 is installed
  • OR glibc-32bit-2.11.3-17.110.6 is installed
  • OR glibc-devel-2.11.3-17.110.6 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.6 is installed
  • OR glibc-html-2.11.3-17.110.6 is installed
  • OR glibc-i18ndata-2.11.3-17.110.6 is installed
  • OR glibc-info-2.11.3-17.110.6 is installed
  • OR glibc-locale-2.11.3-17.110.6 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.6 is installed
  • OR glibc-profile-2.11.3-17.110.6 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.6 is installed
  • OR nscd-2.11.3-17.110.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • glibc-2.11.3-17.110.6 is installed
  • OR glibc-32bit-2.11.3-17.110.6 is installed
  • OR glibc-devel-2.11.3-17.110.6 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.6 is installed
  • OR glibc-html-2.11.3-17.110.6 is installed
  • OR glibc-i18ndata-2.11.3-17.110.6 is installed
  • OR glibc-info-2.11.3-17.110.6 is installed
  • OR glibc-locale-2.11.3-17.110.6 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.6 is installed
  • OR glibc-profile-2.11.3-17.110.6 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.6 is installed
  • OR nscd-2.11.3-17.110.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.86 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.86 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.86 is installed
  • OR kernel-default-3.0.101-0.47.86 is installed
  • OR kernel-default-base-3.0.101-0.47.86 is installed
  • OR kernel-default-devel-3.0.101-0.47.86 is installed
  • OR kernel-default-man-3.0.101-0.47.86 is installed
  • OR kernel-ec2-3.0.101-0.47.86 is installed
  • OR kernel-ec2-base-3.0.101-0.47.86 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.86 is installed
  • OR kernel-pae-3.0.101-0.47.86 is installed
  • OR kernel-pae-base-3.0.101-0.47.86 is installed
  • OR kernel-pae-devel-3.0.101-0.47.86 is installed
  • OR kernel-source-3.0.101-0.47.86 is installed
  • OR kernel-syms-3.0.101-0.47.86 is installed
  • OR kernel-trace-3.0.101-0.47.86 is installed
  • OR kernel-trace-base-3.0.101-0.47.86 is installed
  • OR kernel-trace-devel-3.0.101-0.47.86 is installed
  • OR kernel-xen-3.0.101-0.47.86 is installed
  • OR kernel-xen-base-3.0.101-0.47.86 is installed
  • OR kernel-xen-devel-3.0.101-0.47.86 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.86 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.86 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.86 is installed
  • OR kernel-default-3.0.101-0.47.86 is installed
  • OR kernel-default-base-3.0.101-0.47.86 is installed
  • OR kernel-default-devel-3.0.101-0.47.86 is installed
  • OR kernel-default-man-3.0.101-0.47.86 is installed
  • OR kernel-ec2-3.0.101-0.47.86 is installed
  • OR kernel-ec2-base-3.0.101-0.47.86 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.86 is installed
  • OR kernel-pae-3.0.101-0.47.86 is installed
  • OR kernel-pae-base-3.0.101-0.47.86 is installed
  • OR kernel-pae-devel-3.0.101-0.47.86 is installed
  • OR kernel-source-3.0.101-0.47.86 is installed
  • OR kernel-syms-3.0.101-0.47.86 is installed
  • OR kernel-trace-3.0.101-0.47.86 is installed
  • OR kernel-trace-base-3.0.101-0.47.86 is installed
  • OR kernel-trace-devel-3.0.101-0.47.86 is installed
  • OR kernel-xen-3.0.101-0.47.86 is installed
  • OR kernel-xen-base-3.0.101-0.47.86 is installed
  • OR kernel-xen-devel-3.0.101-0.47.86 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-45.3.0esr-50 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-45.3.0esr-50 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • apache2-mod_php53-5.3.17-0.41 is installed
  • OR php53-5.3.17-0.41 is installed
  • OR php53-bcmath-5.3.17-0.41 is installed
  • OR php53-bz2-5.3.17-0.41 is installed
  • OR php53-calendar-5.3.17-0.41 is installed
  • OR php53-ctype-5.3.17-0.41 is installed
  • OR php53-curl-5.3.17-0.41 is installed
  • OR php53-dba-5.3.17-0.41 is installed
  • OR php53-dom-5.3.17-0.41 is installed
  • OR php53-exif-5.3.17-0.41 is installed
  • OR php53-fastcgi-5.3.17-0.41 is installed
  • OR php53-fileinfo-5.3.17-0.41 is installed
  • OR php53-ftp-5.3.17-0.41 is installed
  • OR php53-gd-5.3.17-0.41 is installed
  • OR php53-gettext-5.3.17-0.41 is installed
  • OR php53-gmp-5.3.17-0.41 is installed
  • OR php53-iconv-5.3.17-0.41 is installed
  • OR php53-intl-5.3.17-0.41 is installed
  • OR php53-json-5.3.17-0.41 is installed
  • OR php53-ldap-5.3.17-0.41 is installed
  • OR php53-mbstring-5.3.17-0.41 is installed
  • OR php53-mcrypt-5.3.17-0.41 is installed
  • OR php53-mysql-5.3.17-0.41 is installed
  • OR php53-odbc-5.3.17-0.41 is installed
  • OR php53-openssl-5.3.17-0.41 is installed
  • OR php53-pcntl-5.3.17-0.41 is installed
  • OR php53-pdo-5.3.17-0.41 is installed
  • OR php53-pear-5.3.17-0.41 is installed
  • OR php53-pgsql-5.3.17-0.41 is installed
  • OR php53-pspell-5.3.17-0.41 is installed
  • OR php53-shmop-5.3.17-0.41 is installed
  • OR php53-snmp-5.3.17-0.41 is installed
  • OR php53-soap-5.3.17-0.41 is installed
  • OR php53-suhosin-5.3.17-0.41 is installed
  • OR php53-sysvmsg-5.3.17-0.41 is installed
  • OR php53-sysvsem-5.3.17-0.41 is installed
  • OR php53-sysvshm-5.3.17-0.41 is installed
  • OR php53-tokenizer-5.3.17-0.41 is installed
  • OR php53-wddx-5.3.17-0.41 is installed
  • OR php53-xmlreader-5.3.17-0.41 is installed
  • OR php53-xmlrpc-5.3.17-0.41 is installed
  • OR php53-xmlwriter-5.3.17-0.41 is installed
  • OR php53-xsl-5.3.17-0.41 is installed
  • OR php53-zip-5.3.17-0.41 is installed
  • OR php53-zlib-5.3.17-0.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.10-43.38 is installed
  • OR salt-doc-2016.11.10-43.38 is installed
  • OR salt-minion-2016.11.10-43.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.10-43.38 is installed
  • OR salt-doc-2016.11.10-43.38 is installed
  • OR salt-minion-2016.11.10-43.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • libssh2-1-1.4.3-17.6 is installed
  • OR libssh2_org-1.4.3-17.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • libssh2-1-1.4.3-17.6 is installed
  • OR libssh2_org-1.4.3-17.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libtiff5-4.0.4-12 is installed
  • OR libtiff5-32bit-4.0.4-12 is installed
  • OR tiff-4.0.4-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libtiff5-4.0.4-12 is installed
  • OR libtiff5-32bit-4.0.4-12 is installed
  • OR tiff-4.0.4-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libpng16-1.6.8-8 is installed
  • OR libpng16-16-1.6.8-8 is installed
  • OR libpng16-16-32bit-1.6.8-8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libmysqlclient18-10.0.29-22 is installed
  • OR libmysqlclient18-32bit-10.0.29-22 is installed
  • OR mariadb-10.0.29-22 is installed
  • OR mariadb-client-10.0.29-22 is installed
  • OR mariadb-errormessages-10.0.29-22 is installed
  • OR mariadb-tools-10.0.29-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libmysqlclient18-10.0.29-22 is installed
  • OR libmysqlclient18-32bit-10.0.29-22 is installed
  • OR mariadb-10.0.29-22 is installed
  • OR mariadb-client-10.0.29-22 is installed
  • OR mariadb-errormessages-10.0.29-22 is installed
  • OR mariadb-tools-10.0.29-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • automake-1.13.4-4 is installed
  • OR m4-1.4.16-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_69-60_64_29-default-10-2 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-10-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-10-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_69-60_64_29-default-10-2 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-10-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_63-default-8-2 is installed
  • OR kgraft-patch-3_12_74-60_64_63-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_22-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libX11-1.6.2-8 is installed
  • OR libX11-6-1.6.2-8 is installed
  • OR libX11-6-32bit-1.6.2-8 is installed
  • OR libX11-data-1.6.2-8 is installed
  • OR libX11-xcb1-1.6.2-8 is installed
  • OR libX11-xcb1-32bit-1.6.2-8 is installed
  • OR libXfixes-5.0.1-7 is installed
  • OR libXfixes3-5.0.1-7 is installed
  • OR libXfixes3-32bit-5.0.1-7 is installed
  • OR libXi-1.7.4-14 is installed
  • OR libXi6-1.7.4-14 is installed
  • OR libXi6-32bit-1.7.4-14 is installed
  • OR libXrender-0.9.8-7 is installed
  • OR libXrender1-0.9.8-7 is installed
  • OR libXrender1-32bit-0.9.8-7 is installed
  • OR libXtst-1.2.2-7 is installed
  • OR libXtst6-1.2.2-7 is installed
  • OR libXtst6-32bit-1.2.2-7 is installed
  • OR libXv-1.0.10-7 is installed
  • OR libXv1-1.0.10-7 is installed
  • OR libXv1-32bit-1.0.10-7 is installed
  • OR libXvMC-1.0.8-7 is installed
  • OR libXvMC1-1.0.8-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libX11-1.6.2-8 is installed
  • OR libX11-6-1.6.2-8 is installed
  • OR libX11-6-32bit-1.6.2-8 is installed
  • OR libX11-data-1.6.2-8 is installed
  • OR libX11-xcb1-1.6.2-8 is installed
  • OR libX11-xcb1-32bit-1.6.2-8 is installed
  • OR libXfixes-5.0.1-7 is installed
  • OR libXfixes3-5.0.1-7 is installed
  • OR libXfixes3-32bit-5.0.1-7 is installed
  • OR libXi-1.7.4-14 is installed
  • OR libXi6-1.7.4-14 is installed
  • OR libXi6-32bit-1.7.4-14 is installed
  • OR libXrender-0.9.8-7 is installed
  • OR libXrender1-0.9.8-7 is installed
  • OR libXrender1-32bit-0.9.8-7 is installed
  • OR libXtst-1.2.2-7 is installed
  • OR libXtst6-1.2.2-7 is installed
  • OR libXtst6-32bit-1.2.2-7 is installed
  • OR libXv-1.0.10-7 is installed
  • OR libXv1-1.0.10-7 is installed
  • OR libXv1-32bit-1.0.10-7 is installed
  • OR libXvMC-1.0.8-7 is installed
  • OR libXvMC1-1.0.8-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR avahi-utils-0.6.32-30 is installed
  • OR libavahi-client3-0.6.32-30 is installed
  • OR libavahi-client3-32bit-0.6.32-30 is installed
  • OR libavahi-common3-0.6.32-30 is installed
  • OR libavahi-common3-32bit-0.6.32-30 is installed
  • OR libavahi-core7-0.6.32-30 is installed
  • OR libdns_sd-0.6.32-30 is installed
  • OR libdns_sd-32bit-0.6.32-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_59-92_20-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_8-12-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_59-92_20-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_8-12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_56-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND libapr1-1.5.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • cvs-1.12.12-182.3 is installed
  • OR cvs-doc-1.12.12-182.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-5-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_12-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-5-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_12-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • emacs-24.3-16 is installed
  • OR emacs-el-24.3-16 is installed
  • OR emacs-info-24.3-16 is installed
  • OR emacs-nox-24.3-16 is installed
  • OR emacs-x11-24.3-16 is installed
  • OR etags-24.3-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.50 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • lighttpd-1.4.35-3 is installed
  • OR lighttpd-mod_cml-1.4.35-3 is installed
  • OR lighttpd-mod_magnet-1.4.35-3 is installed
  • OR lighttpd-mod_mysql_vhost-1.4.35-3 is installed
  • OR lighttpd-mod_rrdtool-1.4.35-3 is installed
  • OR lighttpd-mod_trigger_b4_dl-1.4.35-3 is installed
  • OR lighttpd-mod_webdav-1.4.35-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gimp-2.8.10-1 is installed
  • OR gimp-lang-2.8.10-1 is installed
  • OR gimp-plugins-python-2.8.10-1 is installed
  • OR libgimp-2_0-0-2.8.10-1 is installed
  • OR libgimpui-2_0-0-2.8.10-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND libgadu3-1.11.4-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND argyllcms-1.6.3-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • MozillaThunderbird-60.2.1-3.13 is installed
  • OR MozillaThunderbird-translations-common-60.2.1-3.13 is installed
  • OR MozillaThunderbird-translations-other-60.2.1-3.13 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND docker-1.9.1-58 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openssh-7.2p2-74.25 is installed
  • OR openssh-askpass-gnome-7.2p2-74.25 is installed
  • OR openssh-fips-7.2p2-74.25 is installed
  • OR openssh-helpers-7.2p2-74.25 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND Package Information
  • libmariadb3-3.0.3-3.3 is installed
  • OR mariadb-10.2.15-4.3 is installed
  • OR mariadb-client-10.2.15-4.3 is installed
  • OR mariadb-connector-c-3.0.3-3.3 is installed
  • OR mariadb-errormessages-10.2.15-4.3 is installed
  • OR mariadb-galera-10.2.15-4.3 is installed
  • OR mariadb-tools-10.2.15-4.3 is installed
  • OR xtrabackup-2.4.10-4.3 is installed
  • BACK