Revision Date: | 2020-12-01 | Version: | 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-2016-8405: An information disclosure vulnerability in kernel components including the ION subsystem, Binder, USB driver and networking subsystem could enable a local malicious application to access data outside of its permission levels. (bnc#1099942). - CVE-2017-13305: A information disclosure vulnerability was fixed in the encrypted-keys handling. (bnc#1094353). - CVE-2018-1000204: A malformed SG_IO ioctl issued for a SCSI device lead to a local kernel data leak manifesting in up to approximately 1000 memory pages copied to the userspace. The problem has limited scope as non-privileged users usually have no permissions to access SCSI device files. (bnc#1096728). - CVE-2018-1068: A flaw was found in the implementation of 32-bit syscall interface for bridging. This allowed a privileged user to arbitrarily write to a limited range of kernel memory (bnc#1085107). - CVE-2018-1130: Linux kernel was vulnerable to a null pointer dereference in dccp_write_xmit() function in net/dccp/output.c in that allowed a local user to cause a denial of service by a number of certain crafted system calls (bnc#1092904). - CVE-2018-12233: In the ea_get function in fs/jfs/xattr.c a memory corruption bug in JFS could be triggered by calling setxattr twice with two different extended attribute names on the same file. This vulnerability can be triggered by an unprivileged user with the ability to create files and execute programs. A kmalloc call is incorrect, leading to slab-out-of-bounds in jfs_xattr (bnc#1097234). - CVE-2018-13053: The alarm_timer_nsleep function in kernel/time/alarmtimer.c had an integer overflow via a large relative timeout because ktime_add_safe is not used (bnc#1099924). - CVE-2018-13406: An integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used (bnc#1098016 bnc#1100418). - CVE-2018-3620: Systems with microprocessors utilizing speculative execution and address translations may allow unauthorized disclosure of information residing in the L1 data cache to an attacker with local user access via a terminal page fault and a side-channel analysis (bnc#1087081). - CVE-2018-3646: Systems with microprocessors utilizing speculative execution and address translations may allow unauthorized disclosure of information residing in the L1 data cache to an attacker with local user access with guest OS privilege via a terminal page fault and a side-channel analysis (bnc#1089343 bnc#1104365). - CVE-2018-5803: An error in the '_sctp_make_chunk()' function (net/sctp/sm_make_chunk.c) when handling SCTP packets length could be exploited to cause a kernel crash (bnc#1083900). - CVE-2018-5814: Multiple race condition errors when handling probe, disconnect, and rebind operations can be exploited to trigger a use-after-free condition or a NULL pointer dereference by sending multiple USB over IP packets (bnc#1096480). - CVE-2018-7492: A NULL pointer dereference was found in the net/rds/rdma.c __rds_rdma_map() function allowed local attackers to cause a system panic and a denial-of-service, related to RDS_GET_MR and RDS_GET_MR_FOR_DEST (bnc#1082962).
The following non-security bugs were fixed:
- usb: add USB_DEVICE_INTERFACE_CLASS macro (bsc#1047487). - usb: hub: fix non-SS hub-descriptor handling (bsc#1047487). - usb: kobil_sct: fix non-atomic allocation in write path (bsc#1015828). - usb: serial: ftdi_sio: fix latency-timer error handling (bsc#1037441). - usb: serial: io_edgeport: fix NULL-deref at open (bsc#1015828). - usb: serial: io_edgeport: fix possible sleep-in-atomic (bsc#1037441). - usb: serial: keyspan_pda: fix modem-status error handling (bsc#1100132). - usb: visor: Match I330 phone more precisely (bsc#1047487). - cpu/hotplug: Add sysfs state interface (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Split do_cpu_down() (bsc#1089343). - disable prot_none native mitigation (bnc#1104684) - drm/i915: fix use-after-free in page_flip_completed() (bsc#1103909). - drm: re-enable error handling (bsc#1103884) - efivarfs: maintain the efivarfs interfaces when sysfs be created and removed (bsc#1097125). - fix pgd underflow (bnc#1104475) custom walk_page_range rework was incorrect and could underflow pgd if the given range was below a first vma. - kthread, tracing: Do not expose half-written comm when creating kthreads (Git-fixes). - nvme: add device id's with intel stripe quirk (bsc#1097562). - perf/core: Fix group scheduling with mixed hw and sw events (Git-fixes). - perf/x86/intel: Handle Broadwell family processors (bsc#1093183). - s390/qeth: fix IPA command submission race (bnc#1099709, LTC#169004). - scsi: zfcp: fix infinite iteration on ERP ready list (bnc#1102087, LTC#168038). - scsi: zfcp: fix misleading REC trigger trace where erp_action setup failed (bnc#1102087, LTC#168765). - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED (bnc#1102087, LTC#168765). - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread (bnc#1102087, LTC#168765). - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early return (bnc#1102087, LTC#168765). - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for ERP_FAILED (bnc#1102087, LTC#168765). - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler (bnc#1102087, LTC#168765). - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF (bnc#1102087, LTC#168765). - series.conf: Remove trailing whitespaces - slab: introduce kmalloc_array() (bsc#909361). - smsc75xx: Add workaround for gigabit link up hardware errata (bsc#1100132). - x64/entry: move ENABLE_IBRS after switching from trampoline stack (bsc#1098658). - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info (bsc#1089343). - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings (bsc#1089343). - x86/apic: Ignore secondary threads if nosmt=force (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343). - x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/fpu: fix signal handling with eager FPU switching (bsc#1100091). - x86/mm: Simplify p[g4um]d_page() macros (bnc#1087081, bnc#1104684). - x86/smp: Provide topology_is_primary_thread() (bsc#1089343). - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation (bsc#1089343). - x86/topology: Add topology_max_smt_threads() (bsc#1089343). - x86/topology: Provide topology_smt_supported() (bsc#1089343). - x86/traps: Fix bad_iret_stack in fixup_bad_iret() (bsc#1098658). - x86/traps: add missing kernel CR3 switch in bad_iret path (bsc#1098658). - xen/x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - xen/x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - xen/x86/cpu: Remove the pointless CPU printout (bsc#1089343). - xhci: xhci-mem: off by one in xhci_stream_id_to_ring() (bsc#1100132).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1015828 1018699 1018700 1018701 1018702 1037441 1038856 1047487 1054171 1059911 1059912 1059913 1068032 1069874 1074594 1082962 1083900 1085107 1087081 1089343 1090205 1092904 1093183 1094353 1096480 1096728 1097125 1097234 1097562 1098016 1098658 1099709 1099924 1099942 1100091 1100132 1100418 1102087 1103884 1103909 1104365 1104475 1104684 1106531 1176331 1177352 769182 815451 821670 834477 834779 834788 909361 923281 925225 944066 958861 979302 981422 982056 982064 982065 982066 982067 982068 999701 CVE-2012-2825 CVE-2013-2002 CVE-2013-2005 CVE-2013-4231 CVE-2013-4232 CVE-2013-4243 CVE-2013-4244 CVE-2014-8119 CVE-2015-5722 CVE-2015-8000 CVE-2016-4953 CVE-2016-4954 CVE-2016-4955 CVE-2016-4956 CVE-2016-4957 CVE-2016-5250 CVE-2016-5257 CVE-2016-5261 CVE-2016-5270 CVE-2016-5272 CVE-2016-5274 CVE-2016-5276 CVE-2016-5277 CVE-2016-5278 CVE-2016-5280 CVE-2016-5281 CVE-2016-5284 CVE-2016-8405 CVE-2016-9131 CVE-2016-9147 CVE-2016-9444 CVE-2017-1000469 CVE-2017-13305 CVE-2017-14245 CVE-2017-14246 CVE-2017-14634 CVE-2017-16942 CVE-2017-5715 CVE-2017-7555 CVE-2018-1000204 CVE-2018-1068 CVE-2018-1130 CVE-2018-12233 CVE-2018-13053 CVE-2018-13406 CVE-2018-16140 CVE-2018-3620 CVE-2018-3646 CVE-2018-5803 CVE-2018-5814 CVE-2018-7492 CVE-2020-1968 CVE-2020-7070 SUSE-SU-2015:1480-1 SUSE-SU-2015:2340-1 SUSE-SU-2016:2513-1 SUSE-SU-2017:0112-1 SUSE-SU-2018:1741-1 SUSE-SU-2018:2637-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 Desktop Applications 15 SUSE Linux Enterprise Module for Legacy Software 12 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 Public Cloud 15 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-CLIENT-TOOLS 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-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-CLIENT-TOOLS 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-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
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
cups-1.7.5-11 is installed
OR cups-client-1.7.5-11 is installed
OR cups-devel-1.7.5-11 is installed
OR cups-libs-1.7.5-11 is installed
OR cups-libs-32bit-1.7.5-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND groff-1.22.2-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.72-3 is installed
OR java-1_8_0-openjdk-headless-1.8.0.72-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-headless-1.8.0.111-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
augeas-1.2.0-15 is installed
OR augeas-lenses-1.2.0-15 is installed
OR libaugeas0-1.2.0-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND clamav-0.100.2-33.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
MozillaFirefox-60.3.0-3.17 is installed
OR MozillaFirefox-devel-60.3.0-3.17 is installed
OR MozillaFirefox-translations-common-60.3.0-3.17 is installed
OR MozillaFirefox-translations-other-60.3.0-3.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
cups154-1.5.4-5 is installed
OR cups154-client-1.5.4-5 is installed
OR cups154-filters-1.5.4-5 is installed
OR cups154-libs-1.5.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
libopenssl-1_0_0-devel-1.0.2p-3.11 is installed
OR libopenssl1_0_0-1.0.2p-3.11 is installed
OR openssl-1_0_0-1.0.2p-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_3-default-6-2 is installed
OR kernel-livepatch-SLE15_Update_1-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
python-Flask-0.12.4-3.3 is installed
OR python2-Flask-0.12.4-3.3 is installed
OR python2-Flask-doc-0.12.4-3.3 is installed
OR python3-Flask-doc-0.12.4-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.74-60.64.66 is installed
OR kernel-ec2-devel-3.12.74-60.64.66 is installed
OR kernel-ec2-extra-3.12.74-60.64.66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.13 is installed
OR kernel-azure-base-4.12.14-5.13 is installed
OR kernel-azure-devel-4.12.14-5.13 is installed
OR kernel-devel-azure-4.12.14-5.13 is installed
OR kernel-source-azure-4.12.14-5.13 is installed
OR kernel-syms-azure-4.12.14-5.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND rmt-server-1.1.1-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-73 is installed
OR php5-5.5.14-73 is installed
OR php5-bcmath-5.5.14-73 is installed
OR php5-bz2-5.5.14-73 is installed
OR php5-calendar-5.5.14-73 is installed
OR php5-ctype-5.5.14-73 is installed
OR php5-curl-5.5.14-73 is installed
OR php5-dba-5.5.14-73 is installed
OR php5-dom-5.5.14-73 is installed
OR php5-enchant-5.5.14-73 is installed
OR php5-exif-5.5.14-73 is installed
OR php5-fastcgi-5.5.14-73 is installed
OR php5-fileinfo-5.5.14-73 is installed
OR php5-fpm-5.5.14-73 is installed
OR php5-ftp-5.5.14-73 is installed
OR php5-gd-5.5.14-73 is installed
OR php5-gettext-5.5.14-73 is installed
OR php5-gmp-5.5.14-73 is installed
OR php5-iconv-5.5.14-73 is installed
OR php5-imap-5.5.14-73 is installed
OR php5-intl-5.5.14-73 is installed
OR php5-json-5.5.14-73 is installed
OR php5-ldap-5.5.14-73 is installed
OR php5-mbstring-5.5.14-73 is installed
OR php5-mcrypt-5.5.14-73 is installed
OR php5-mysql-5.5.14-73 is installed
OR php5-odbc-5.5.14-73 is installed
OR php5-opcache-5.5.14-73 is installed
OR php5-openssl-5.5.14-73 is installed
OR php5-pcntl-5.5.14-73 is installed
OR php5-pdo-5.5.14-73 is installed
OR php5-pear-5.5.14-73 is installed
OR php5-pgsql-5.5.14-73 is installed
OR php5-phar-5.5.14-73 is installed
OR php5-posix-5.5.14-73 is installed
OR php5-pspell-5.5.14-73 is installed
OR php5-shmop-5.5.14-73 is installed
OR php5-snmp-5.5.14-73 is installed
OR php5-soap-5.5.14-73 is installed
OR php5-sockets-5.5.14-73 is installed
OR php5-sqlite-5.5.14-73 is installed
OR php5-suhosin-5.5.14-73 is installed
OR php5-sysvmsg-5.5.14-73 is installed
OR php5-sysvsem-5.5.14-73 is installed
OR php5-sysvshm-5.5.14-73 is installed
OR php5-tokenizer-5.5.14-73 is installed
OR php5-wddx-5.5.14-73 is installed
OR php5-xmlreader-5.5.14-73 is installed
OR php5-xmlrpc-5.5.14-73 is installed
OR php5-xmlwriter-5.5.14-73 is installed
OR php5-xsl-5.5.14-73 is installed
OR php5-zip-5.5.14-73 is installed
OR php5-zlib-5.5.14-73 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.33 is installed
OR kernel-rt-base-3.0.101.rt130-69.33 is installed
OR kernel-rt-devel-3.0.101.rt130-69.33 is installed
OR kernel-rt_trace-3.0.101.rt130-69.33 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.33 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.33 is installed
OR kernel-source-rt-3.0.101.rt130-69.33 is installed
OR kernel-syms-rt-3.0.101.rt130-69.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
apache2-mod_php5-5.2.6-50.18 is installed
OR php5-5.2.6-50.18 is installed
OR php5-bcmath-5.2.6-50.18 is installed
OR php5-bz2-5.2.6-50.18 is installed
OR php5-calendar-5.2.6-50.18 is installed
OR php5-ctype-5.2.6-50.18 is installed
OR php5-curl-5.2.6-50.18 is installed
OR php5-dba-5.2.6-50.18 is installed
OR php5-dbase-5.2.6-50.18 is installed
OR php5-dom-5.2.6-50.18 is installed
OR php5-exif-5.2.6-50.18 is installed
OR php5-fastcgi-5.2.6-50.18 is installed
OR php5-ftp-5.2.6-50.18 is installed
OR php5-gd-5.2.6-50.18 is installed
OR php5-gettext-5.2.6-50.18 is installed
OR php5-gmp-5.2.6-50.18 is installed
OR php5-hash-5.2.6-50.18 is installed
OR php5-iconv-5.2.6-50.18 is installed
OR php5-json-5.2.6-50.18 is installed
OR php5-ldap-5.2.6-50.18 is installed
OR php5-mbstring-5.2.6-50.18 is installed
OR php5-mcrypt-5.2.6-50.18 is installed
OR php5-mysql-5.2.6-50.18 is installed
OR php5-odbc-5.2.6-50.18 is installed
OR php5-openssl-5.2.6-50.18 is installed
OR php5-pcntl-5.2.6-50.18 is installed
OR php5-pdo-5.2.6-50.18 is installed
OR php5-pear-5.2.6-50.18 is installed
OR php5-pgsql-5.2.6-50.18 is installed
OR php5-pspell-5.2.6-50.18 is installed
OR php5-shmop-5.2.6-50.18 is installed
OR php5-snmp-5.2.6-50.18 is installed
OR php5-soap-5.2.6-50.18 is installed
OR php5-suhosin-5.2.6-50.18 is installed
OR php5-sysvmsg-5.2.6-50.18 is installed
OR php5-sysvsem-5.2.6-50.18 is installed
OR php5-sysvshm-5.2.6-50.18 is installed
OR php5-tokenizer-5.2.6-50.18 is installed
OR php5-wddx-5.2.6-50.18 is installed
OR php5-xmlreader-5.2.6-50.18 is installed
OR php5-xmlrpc-5.2.6-50.18 is installed
OR php5-xmlwriter-5.2.6-50.18 is installed
OR php5-xsl-5.2.6-50.18 is installed
OR php5-zip-5.2.6-50.18 is installed
OR php5-zlib-5.2.6-50.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
apache2-mod_php5-5.2.6-50.18 is installed
OR php5-5.2.6-50.18 is installed
OR php5-bcmath-5.2.6-50.18 is installed
OR php5-bz2-5.2.6-50.18 is installed
OR php5-calendar-5.2.6-50.18 is installed
OR php5-ctype-5.2.6-50.18 is installed
OR php5-curl-5.2.6-50.18 is installed
OR php5-dba-5.2.6-50.18 is installed
OR php5-dbase-5.2.6-50.18 is installed
OR php5-dom-5.2.6-50.18 is installed
OR php5-exif-5.2.6-50.18 is installed
OR php5-fastcgi-5.2.6-50.18 is installed
OR php5-ftp-5.2.6-50.18 is installed
OR php5-gd-5.2.6-50.18 is installed
OR php5-gettext-5.2.6-50.18 is installed
OR php5-gmp-5.2.6-50.18 is installed
OR php5-hash-5.2.6-50.18 is installed
OR php5-iconv-5.2.6-50.18 is installed
OR php5-json-5.2.6-50.18 is installed
OR php5-ldap-5.2.6-50.18 is installed
OR php5-mbstring-5.2.6-50.18 is installed
OR php5-mcrypt-5.2.6-50.18 is installed
OR php5-mysql-5.2.6-50.18 is installed
OR php5-odbc-5.2.6-50.18 is installed
OR php5-openssl-5.2.6-50.18 is installed
OR php5-pcntl-5.2.6-50.18 is installed
OR php5-pdo-5.2.6-50.18 is installed
OR php5-pear-5.2.6-50.18 is installed
OR php5-pgsql-5.2.6-50.18 is installed
OR php5-pspell-5.2.6-50.18 is installed
OR php5-shmop-5.2.6-50.18 is installed
OR php5-snmp-5.2.6-50.18 is installed
OR php5-soap-5.2.6-50.18 is installed
OR php5-suhosin-5.2.6-50.18 is installed
OR php5-sysvmsg-5.2.6-50.18 is installed
OR php5-sysvsem-5.2.6-50.18 is installed
OR php5-sysvshm-5.2.6-50.18 is installed
OR php5-tokenizer-5.2.6-50.18 is installed
OR php5-wddx-5.2.6-50.18 is installed
OR php5-xmlreader-5.2.6-50.18 is installed
OR php5-xmlrpc-5.2.6-50.18 is installed
OR php5-xmlwriter-5.2.6-50.18 is installed
OR php5-xsl-5.2.6-50.18 is installed
OR php5-zip-5.2.6-50.18 is installed
OR php5-zlib-5.2.6-50.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libsndfile-1.0.20-2.19.7 is installed
OR libsndfile-32bit-1.0.20-2.19.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libsndfile-1.0.20-2.19.7 is installed
OR libsndfile-32bit-1.0.20-2.19.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-html-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-info-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR glibc-locale-x86-2.11.3-17.45.49 is installed
OR glibc-profile-2.11.3-17.45.49 is installed
OR glibc-profile-32bit-2.11.3-17.45.49 is installed
OR glibc-profile-x86-2.11.3-17.45.49 is installed
OR glibc-x86-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
OR libtiff3-x86-3.8.2-141.154 is installed
OR tiff-3.8.2-141.154 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
OR libtiff3-x86-3.8.2-141.154 is installed
OR tiff-3.8.2-141.154 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
OR libtiff3-x86-3.8.2-141.154 is installed
OR tiff-3.8.2-141.154 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND man-2.5.2-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-devel-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-devel-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
bind-9.9.6P1-0.15 is installed
OR bind-chrootenv-9.9.6P1-0.15 is installed
OR bind-doc-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-libs-x86-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
nagios-3.0.6-1.25.28 is installed
OR nagios-www-3.0.6-1.25.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-45.4.0esr-53 is installed
OR MozillaFirefox-translations-45.4.0esr-53 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-45.4.0esr-53 is installed
OR MozillaFirefox-translations-45.4.0esr-53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-45.4.0esr-53 is installed
OR MozillaFirefox-translations-45.4.0esr-53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-45.4.0esr-53 is installed
OR MozillaFirefox-translations-45.4.0esr-53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-3.0.101-0.47.106.59 is installed
OR kernel-default-base-3.0.101-0.47.106.59 is installed
OR kernel-default-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-man-3.0.101-0.47.106.59 is installed
OR kernel-ec2-3.0.101-0.47.106.59 is installed
OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
OR kernel-pae-3.0.101-0.47.106.59 is installed
OR kernel-pae-base-3.0.101-0.47.106.59 is installed
OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
OR kernel-source-3.0.101-0.47.106.59 is installed
OR kernel-syms-3.0.101-0.47.106.59 is installed
OR kernel-trace-3.0.101-0.47.106.59 is installed
OR kernel-trace-base-3.0.101-0.47.106.59 is installed
OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
OR kernel-xen-3.0.101-0.47.106.59 is installed
OR kernel-xen-base-3.0.101-0.47.106.59 is installed
OR kernel-xen-devel-3.0.101-0.47.106.59 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.106.59 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-3.0.101-0.47.106.59 is installed
OR kernel-default-base-3.0.101-0.47.106.59 is installed
OR kernel-default-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-man-3.0.101-0.47.106.59 is installed
OR kernel-ec2-3.0.101-0.47.106.59 is installed
OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
OR kernel-pae-3.0.101-0.47.106.59 is installed
OR kernel-pae-base-3.0.101-0.47.106.59 is installed
OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
OR kernel-source-3.0.101-0.47.106.59 is installed
OR kernel-syms-3.0.101-0.47.106.59 is installed
OR kernel-trace-3.0.101-0.47.106.59 is installed
OR kernel-trace-base-3.0.101-0.47.106.59 is installed
OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
OR kernel-xen-3.0.101-0.47.106.59 is installed
OR kernel-xen-base-3.0.101-0.47.106.59 is installed
OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
augeas-0.9.0-3.21.3 is installed
OR augeas-lenses-0.9.0-3.21.3 is installed
OR libaugeas0-0.9.0-3.21.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
augeas-0.9.0-3.21.3 is installed
OR augeas-lenses-0.9.0-3.21.3 is installed
OR libaugeas0-0.9.0-3.21.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-52.8.0esr-72.32 is installed
OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-52.8.0esr-72.32 is installed
OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND cifs-utils-5.1-0.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
grub2-2.00-0.66.15 is installed
OR grub2-x86_64-efi-2.00-0.66.15 is installed
OR grub2-x86_64-xen-2.00-0.66.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
grub2-2.00-0.66.15 is installed
OR grub2-x86_64-efi-2.00-0.66.15 is installed
OR grub2-x86_64-xen-2.00-0.66.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.9 is installed
OR libopenssl1_0_0-1.0.1g-0.58.9 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.9 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.9 is installed
OR openssl1-1.0.1g-0.58.9 is installed
OR openssl1-doc-1.0.1g-0.58.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.58.9 is installed
OR libopenssl1_0_0-1.0.1g-0.58.9 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.58.9 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.58.9 is installed
OR openssl1-1.0.1g-0.58.9 is installed
OR openssl1-doc-1.0.1g-0.58.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libsnmp30-5.7.2.1-4.3 is installed
OR libsnmp30-32bit-5.7.2.1-4.3 is installed
OR net-snmp-5.7.2.1-4.3 is installed
OR perl-SNMP-5.7.2.1-4.3 is installed
OR snmp-mibs-5.7.2.1-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libsnmp30-5.7.2.1-4.3 is installed
OR libsnmp30-32bit-5.7.2.1-4.3 is installed
OR net-snmp-5.7.2.1-4.3 is installed
OR perl-SNMP-5.7.2.1-4.3 is installed
OR snmp-mibs-5.7.2.1-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
gpg2-2.0.24-3 is installed
OR gpg2-lang-2.0.24-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
xen-4.5.5_06-22.11 is installed
OR xen-doc-html-4.5.5_06-22.11 is installed
OR xen-kmp-default-4.5.5_06_k3.12.69_60.64.32-22.11 is installed
OR xen-libs-4.5.5_06-22.11 is installed
OR xen-libs-32bit-4.5.5_06-22.11 is installed
OR xen-tools-4.5.5_06-22.11 is installed
OR xen-tools-domU-4.5.5_06-22.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
xen-4.5.5_06-22.11 is installed
OR xen-doc-html-4.5.5_06-22.11 is installed
OR xen-kmp-default-4.5.5_06_k3.12.69_60.64.32-22.11 is installed
OR xen-libs-4.5.5_06-22.11 is installed
OR xen-libs-32bit-4.5.5_06-22.11 is installed
OR xen-tools-4.5.5_06-22.11 is installed
OR xen-tools-domU-4.5.5_06-22.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
coreutils-8.22-9 is installed
OR coreutils-lang-8.22-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_63-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_63-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
apache2-2.4.16-20.19 is installed
OR apache2-doc-2.4.16-20.19 is installed
OR apache2-example-pages-2.4.16-20.19 is installed
OR apache2-prefork-2.4.16-20.19 is installed
OR apache2-utils-2.4.16-20.19 is installed
OR apache2-worker-2.4.16-20.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
ImageMagick-6.8.8.1-47 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-47 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
ImageMagick-6.8.8.1-47 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-47 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
coreutils-8.25-12 is installed
OR coreutils-lang-8.25-12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_114-92_67-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_19-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND libevent-2_0-5-2.0.21-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND SuSEfirewall2-3.6.312.333-3.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_39-default-7-2 is installed
OR kgraft-patch-3_12_51-52_39-xen-7-2 is installed
OR kgraft-patch-SLE12_Update_11-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_39-default-7-2 is installed
OR kgraft-patch-3_12_51-52_39-xen-7-2 is installed
OR kgraft-patch-SLE12_Update_11-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
gdk-pixbuf-lang-2.34.0-16 is installed
OR gdk-pixbuf-query-loaders-2.34.0-16 is installed
OR libgdk_pixbuf-2_0-0-2.34.0-16 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.34.0-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_61-52_66-default-3-2 is installed
OR kgraft-patch-3_12_61-52_66-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_19-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.406-1 is installed
OR flash-player-gnome-11.2.202.406-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libqt4-sql-mysql-32bit-4.8.6-7 is installed
OR libqt4-sql-postgresql-4.8.6-7 is installed
OR libqt4-sql-postgresql-32bit-4.8.6-7 is installed
OR libqt4-sql-sqlite-32bit-4.8.6-7 is installed
OR libqt4-sql-unixODBC-4.8.6-7 is installed
OR libqt4-sql-unixODBC-32bit-4.8.6-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND gd-32bit-2.1.0-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
LibVNCServer-0.9.10-4.6 is installed
OR libvncclient0-0.9.10-4.6 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND apache2-mod_wsgi-4.4.13-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
nodejs-common-1.0-2 is installed
OR nodejs6-6.11.1-11.5 is installed
|