Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to 3.12.61 to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2017-16939: The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages (bnc#1069702 1069708). - CVE-2017-1000405: The Linux Kernel had a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() could be reached by get_user_pages(). In such case, the pmd would become dirty. This scenario breaks the new can_follow_write_pmd()'s logic - pmd could become dirty without going through a COW cycle. This bug was not as severe as the original 'Dirty cow' because an ext4 file (or any other regular file) could not be mapped using THP. Nevertheless, it did allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files could be overwritten (since their mapping could be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp (bnc#1069496 1070307). - CVE-2017-16649: The usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067085). - CVE-2014-0038: The compat_sys_recvmmsg function in net/compat.c in the Linux kernel, when CONFIG_X86_X32 is enabled, allowed local users to gain privileges via a recvmmsg system call with a crafted timeout pointer parameter (bnc#860993). - CVE-2017-16650: The qmi_wwan_bind function in drivers/net/usb/qmi_wwan.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067086). - CVE-2017-16535: The usb_get_bos_descriptor function in drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066700). - CVE-2017-15102: The tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel allowed local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference (bnc#1066705). - CVE-2017-16531: drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device, related to the USB_DT_INTERFACE_ASSOCIATION descriptor (bnc#1066671). - CVE-2017-12193: The assoc_array_insert_into_terminal_node function in lib/assoc_array.c in the Linux kernel mishandled node splitting, which allowed local users to cause a denial of service (NULL pointer dereference and panic) via a crafted application, as demonstrated by the keyring key type, and key addition and link creation operations (bnc#1066192). - CVE-2017-16529: The snd_usb_create_streams function in sound/usb/card.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066650). - CVE-2017-16525: The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup (bnc#1066618). - CVE-2017-16537: The imon_probe function in drivers/media/rc/imon.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066573). - CVE-2017-16536: The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066606). - CVE-2017-16527: sound/usb/mixer.c in the Linux kernel allowed local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066625).
The following non-security bugs were fixed:
- Define sock_efree (bsc#1067997). - bcache: Add bch_keylist_init_single() (bsc#1047626). - bcache: Add btree_map() functions (bsc#1047626). - bcache: Add on error panic/unregister setting (bsc#1047626). - bcache: Convert gc to a kthread (bsc#1047626). - bcache: Delete some slower inline asm (bsc#1047626). - bcache: Drop unneeded blk_sync_queue() calls (bsc#1047626). - bcache: Fix a bug recovering from unclean shutdown (bsc#1047626). - bcache: Fix a journalling reclaim after recovery bug (bsc#1047626). - bcache: Fix a null ptr deref in journal replay (bsc#1047626). - bcache: Fix an infinite loop in journal replay (bsc#1047626). - bcache: Fix bch_ptr_bad() (bsc#1047626). - bcache: Fix discard granularity (bsc#1047626). - bcache: Fix for can_attach_cache() (bsc#1047626). - bcache: Fix heap_peek() macro (bsc#1047626). - bcache: Fix moving_pred() (bsc#1047626). - bcache: Fix to remove the rcu_sched stalls (bsc#1047626). - bcache: Improve bucket_prio() calculation (bsc#1047626). - bcache: Improve priority_stats (bsc#1047626). - bcache: Minor btree cache fix (bsc#1047626). - bcache: Move keylist out of btree_op (bsc#1047626). - bcache: New writeback PD controller (bsc#1047626). - bcache: PRECEDING_KEY() (bsc#1047626). - bcache: Performance fix for when journal entry is full (bsc#1047626). - bcache: Remove redundant block_size assignment (bsc#1047626). - bcache: Remove redundant parameter for cache_alloc() (bsc#1047626). - bcache: Remove/fix some header dependencies (bsc#1047626). - bcache: Trivial error handling fix (bsc#1047626). - bcache: Use ida for bcache block dev minor (bsc#1047626). - bcache: allows use of register in udev to avoid 'device_busy' error (bsc#1047626). - bcache: bch_allocator_thread() is not freezable (bsc#1047626). - bcache: bch_gc_thread() is not freezable (bsc#1047626). - bcache: bugfix - gc thread now gets woken when cache is full (bsc#1047626). - bcache: bugfix - moving_gc now moves only correct buckets (bsc#1047626). - bcache: cleaned up error handling around register_cache() (bsc#1047626). - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device (bsc#1047626). - bcache: defensively handle format strings (bsc#1047626). - bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED (bsc#1047626). - bcache: fix a livelock when we cause a huge number of cache misses (bsc#1047626). - bcache: fix crash in bcache_btree_node_alloc_fail tracepoint (bsc#1047626). - bcache: fix for gc and writeback race (bsc#1047626). - bcache: fix for gc crashing when no sectors are used (bsc#1047626). - bcache: kill index() (bsc#1047626). - bcache: only recovery I/O error for writethrough mode (bsc#1043652). - bcache: register_bcache(): call blkdev_put() when cache_alloc() fails (bsc#1047626). - bcache: stop moving_gc marking buckets that can't be moved (bsc#1047626). - mac80211: do not compare TKIP TX MIC key in reinstall prevention (bsc#1066472). - mac80211: use constant time comparison with keys (bsc#1066471). - powerpc/powernv: Remove OPAL v1 takeover (bsc#1070781). - powerpc/vdso64: Use double word compare on pointers - powerpc: Convert cmp to cmpd in idle enter sequence
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1024051 1025013 1038505 1043652 1045327 1047626 1055047 1056336 1057950 1061075 1061081 1061086 1063123 1063671 1064392 1066192 1066471 1066472 1066573 1066606 1066618 1066625 1066650 1066671 1066700 1066705 1067085 1067086 1067997 1068187 1068191 1069496 1069702 1069708 1070307 1070781 1086730 1090638 1103098 1112039 1112142 1112143 1112144 1112146 1112147 1112148 1112152 1112153 1124729 1124734 1128378 1135170 1139073 1141035 1155988 860993 CVE-2014-0038 CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2017-1000251 CVE-2017-1000405 CVE-2017-12193 CVE-2017-1289 CVE-2017-13080 CVE-2017-13672 CVE-2017-15102 CVE-2017-15274 CVE-2017-15289 CVE-2017-15592 CVE-2017-15595 CVE-2017-15597 CVE-2017-15649 CVE-2017-16525 CVE-2017-16527 CVE-2017-16529 CVE-2017-16531 CVE-2017-16535 CVE-2017-16536 CVE-2017-16537 CVE-2017-16649 CVE-2017-16650 CVE-2017-16939 CVE-2017-17833 CVE-2017-3509 CVE-2017-3511 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2017-5838 CVE-2017-5970 CVE-2018-1000140 CVE-2018-13785 CVE-2018-16435 CVE-2018-18386 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3183 CVE-2018-3214 CVE-2018-5391 CVE-2019-11135 CVE-2019-11139 CVE-2019-5436 CVE-2019-6974 CVE-2019-7221 CVE-2019-9213 SUSE-SU-2017:0771-1 SUSE-SU-2017:0967-1 SUSE-SU-2017:1386-1 SUSE-SU-2017:2787-1 SUSE-SU-2017:3158-1 SUSE-SU-2017:3236-1 SUSE-SU-2017:3249-1 SUSE-SU-2018:0828-1 SUSE-SU-2018:2991-1 SUSE-SU-2019:0057-1 SUSE-SU-2019:1363-1 SUSE-SU-2019:2988-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 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 High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 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-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-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 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-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-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 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 Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
cups-filters-1.0.58-10.3 is installed
OR cups-filters-cups-browsed-1.0.58-10.3 is installed
OR cups-filters-foomatic-rip-1.0.58-10.3 is installed
OR cups-filters-ghostscript-1.0.58-10.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND autofs-5.0.9-14.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
conntrack-tools-1.4.2-5.2 is installed
OR libnetfilter_cthelper-1.0.0-7.1 is installed
OR libnetfilter_cthelper0-1.0.0-7.1 is installed
OR libnetfilter_cttimeout-1.0.0-9.1 is installed
OR libnetfilter_cttimeout1-1.0.0-9.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
dbus-1-1.2.10-3.25 is installed
OR dbus-1-32bit-1.2.10-3.25 is installed
OR dbus-1-x11-1.2.10-3.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libopenssl0_9_8-0.9.8j-0.66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.66 is installed
OR openssl-0.9.8j-0.66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libXp6-1.0.2-3.58 is installed
OR libXp6-32bit-1.0.2-3.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
colord-1.1.7-5.3 is installed
OR colord-gtk-lang-0.1.25-3.113 is installed
OR colord-lang-1.1.7-5.3 is installed
OR libcolord-gtk1-0.1.25-3.113 is installed
OR libcolord2-1.1.7-5.3 is installed
OR libcolord2-32bit-1.1.7-5.3 is installed
OR libcolorhug2-1.1.7-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND argyllcms-1.6.3-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND autofs-5.0.9-27.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND ctdb-1.0.114.6-0.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND conntrack-tools-1.0.0-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.8.3-49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.60-52.60 is installed
OR kernel-ec2-devel-3.12.60-52.60 is installed
OR kernel-ec2-extra-3.12.60-52.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs6-6.9.5-7 is installed
OR nodejs6-devel-6.9.5-7 is installed
OR nodejs6-docs-6.9.5-7 is installed
OR npm6-6.9.5-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND LibVNCServer-0.9.1-160.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.27 is installed
OR kernel-rt-base-3.0.101.rt130-69.27 is installed
OR kernel-rt-devel-3.0.101.rt130-69.27 is installed
OR kernel-rt_trace-3.0.101.rt130-69.27 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.27 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.27 is installed
OR kernel-source-rt-3.0.101.rt130-69.27 is installed
OR kernel-syms-rt-3.0.101.rt130-69.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
mono-core-2.0.1-1.26 is installed
OR mono-data-2.0.1-1.26 is installed
OR mono-data-postgresql-2.0.1-1.26 is installed
OR mono-data-sqlite-2.0.1-1.26 is installed
OR mono-locale-extras-2.0.1-1.26 is installed
OR mono-nunit-2.0.1-1.26 is installed
OR mono-web-2.0.1-1.26 is installed
OR mono-winforms-2.0.1-1.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
mono-core-2.0.1-1.26 is installed
OR mono-data-2.0.1-1.26 is installed
OR mono-data-postgresql-2.0.1-1.26 is installed
OR mono-data-sqlite-2.0.1-1.26 is installed
OR mono-locale-extras-2.0.1-1.26 is installed
OR mono-nunit-2.0.1-1.26 is installed
OR mono-web-2.0.1-1.26 is installed
OR mono-winforms-2.0.1-1.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
compat-libldap-2_3-0-2.3.37-0.11 is installed
OR openldap2-2.4.20-0.11 is installed
OR openldap2-back-meta-2.4.20-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
compat-libldap-2_3-0-2.3.37-0.11 is installed
OR openldap2-2.4.20-0.11 is installed
OR openldap2-back-meta-2.4.20-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
compat-libldap-2_3-0-2.3.37-0.11 is installed
OR openldap2-2.4.20-0.11 is installed
OR openldap2-back-meta-2.4.20-0.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
ecryptfs-utils-61-1.33 is installed
OR ecryptfs-utils-32bit-61-1.33 is installed
OR ecryptfs-utils-x86-61-1.33 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ecryptfs-utils-61-1.33 is installed
OR ecryptfs-utils-32bit-61-1.33 is installed
OR ecryptfs-utils-x86-61-1.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
gdm-2.24.0-24.28 is installed
OR gdm-branding-upstream-2.24.0-24.28 is installed
OR gdm-lang-2.24.0-24.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-29 is installed
OR xen-doc-html-4.0.3_21548_18-29 is installed
OR xen-doc-pdf-4.0.3_21548_18-29 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-libs-4.0.3_21548_18-29 is installed
OR xen-tools-4.0.3_21548_18-29 is installed
OR xen-tools-domU-4.0.3_21548_18-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-29 is installed
OR xen-doc-html-4.0.3_21548_18-29 is installed
OR xen-doc-pdf-4.0.3_21548_18-29 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-libs-4.0.3_21548_18-29 is installed
OR xen-tools-4.0.3_21548_18-29 is installed
OR xen-tools-domU-4.0.3_21548_18-29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.56 is installed
OR libMagickCore1-6.4.3.6-78.56 is installed
OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.56 is installed
OR libMagickCore1-6.4.3.6-78.56 is installed
OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libpixman-1-0-0.24.4-0.15 is installed
OR libpixman-1-0-32bit-0.24.4-0.15 is installed
OR libpixman-1-0-x86-0.24.4-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libpixman-1-0-0.24.4-0.15 is installed
OR libpixman-1-0-32bit-0.24.4-0.15 is installed
OR libpixman-1-0-x86-0.24.4-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libpixman-1-0-0.24.4-0.15 is installed
OR libpixman-1-0-32bit-0.24.4-0.15 is installed
OR libpixman-1-0-x86-0.24.4-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libpixman-1-0-0.24.4-0.15 is installed
OR libpixman-1-0-32bit-0.24.4-0.15 is installed
OR libpixman-1-0-x86-0.24.4-0.15 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libpixman-1-0-0.24.4-0.15 is installed
OR libpixman-1-0-32bit-0.24.4-0.15 is installed
OR libpixman-1-0-x86-0.24.4-0.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND dnsmasq-2.71-0.12.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND dnsmasq-2.71-0.12.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND dnsmasq-2.71-0.12.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
guestfs-data-1.20.4-0.18 is installed
OR guestfs-tools-1.20.4-0.18 is installed
OR guestfsd-1.20.4-0.18 is installed
OR libguestfs0-1.20.4-0.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
guestfs-data-1.20.4-0.18 is installed
OR guestfs-tools-1.20.4-0.18 is installed
OR guestfsd-1.20.4-0.18 is installed
OR libguestfs0-1.20.4-0.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
libxcrypt-3.0.3-0.6.1 is installed
OR libxcrypt-32bit-3.0.3-0.6.1 is installed
OR libxcrypt-x86-3.0.3-0.6.1 is installed
OR pam-modules-11-1.22.1 is installed
OR pam-modules-32bit-11-1.22.1 is installed
OR pam-modules-x86-11-1.22.1 is installed
OR pwdutils-3.2.15-0.13.1 is installed
OR pwdutils-plugin-audit-3.2.15-0.13.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND quagga-0.99.15-0.30.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND quagga-0.99.15-0.30.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND quagga-0.99.15-0.30.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND quagga-0.99.15-0.30.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-35 is installed
OR xen-doc-html-4.2.5_21-35 is installed
OR xen-doc-pdf-4.2.5_21-35 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.96-35 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.96-35 is installed
OR xen-libs-4.2.5_21-35 is installed
OR xen-libs-32bit-4.2.5_21-35 is installed
OR xen-tools-4.2.5_21-35 is installed
OR xen-tools-domU-4.2.5_21-35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-35 is installed
OR xen-doc-html-4.2.5_21-35 is installed
OR xen-doc-pdf-4.2.5_21-35 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.96-35 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.96-35 is installed
OR xen-libs-4.2.5_21-35 is installed
OR xen-libs-32bit-4.2.5_21-35 is installed
OR xen-tools-4.2.5_21-35 is installed
OR xen-tools-domU-4.2.5_21-35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-52.2.0esr-72.5.2 is installed
OR MozillaFirefox-branding-SLED-52-24.3.44 is installed
OR MozillaFirefox-translations-52.2.0esr-72.5.2 is installed
OR firefox-gcc5-5.3.1+r233831-7.1 is installed
OR firefox-libffi-gcc5-5.3.1+r233831-7.1 is installed
OR firefox-libffi4-5.3.1+r233831-7.1 is installed
OR firefox-libstdc++6-5.3.1+r233831-7.1 is installed
OR libfreebl3-3.29.5-47.3.2 is installed
OR libfreebl3-32bit-3.29.5-47.3.2 is installed
OR libsoftokn3-3.29.5-47.3.2 is installed
OR libsoftokn3-32bit-3.29.5-47.3.2 is installed
OR mozilla-nss-3.29.5-47.3.2 is installed
OR mozilla-nss-32bit-3.29.5-47.3.2 is installed
OR mozilla-nss-tools-3.29.5-47.3.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libmspack-0.0.20060920alpha-74.11.6 is installed
OR libmspack0-0.0.20060920alpha-74.11.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libmspack-0.0.20060920alpha-74.11.6 is installed
OR libmspack0-0.0.20060920alpha-74.11.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ant-1.7.1-20.11.5 is installed
OR ant-antlr-1.7.1-16.11.5 is installed
OR ant-trax-1.7.1-16.11.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ant-1.7.1-20.11.5 is installed
OR ant-antlr-1.7.1-16.11.5 is installed
OR ant-trax-1.7.1-16.11.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
pcsc-lite-1.4.102-1.37 is installed
OR pcsc-lite-32bit-1.4.102-1.37 is installed
OR pcsc-lite-x86-1.4.102-1.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND microcode_ctl-1.17-102.83.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND microcode_ctl-1.17-102.83.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
file-5.19-5 is installed
OR file-magic-5.19-5 is installed
OR libmagic1-5.19-5 is installed
OR libmagic1-32bit-5.19-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
file-5.19-5 is installed
OR file-magic-5.19-5 is installed
OR libmagic1-5.19-5 is installed
OR libmagic1-32bit-5.19-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
cups-pk-helper-0.2.5-3 is installed
OR cups-pk-helper-lang-0.2.5-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
gstreamer-1.2.4-2.3 is installed
OR gstreamer-lang-1.2.4-2.3 is installed
OR gstreamer-utils-1.2.4-2.3 is installed
OR libgstreamer-1_0-0-1.2.4-2.3 is installed
OR libgstreamer-1_0-0-32bit-1.2.4-2.3 is installed
OR typelib-1_0-Gst-1_0-1.2.4-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
gstreamer-1.2.4-2.3 is installed
OR gstreamer-lang-1.2.4-2.3 is installed
OR gstreamer-utils-1.2.4-2.3 is installed
OR libgstreamer-1_0-0-1.2.4-2.3 is installed
OR libgstreamer-1_0-0-32bit-1.2.4-2.3 is installed
OR typelib-1_0-Gst-1_0-1.2.4-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
dhcp-4.3.3-9 is installed
OR dhcp-client-4.3.3-9 is installed
OR dhcp-relay-4.3.3-9 is installed
OR dhcp-server-4.3.3-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_40-default-5-4 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-5-4 is installed
OR kgraft-patch-SLE12-SP1_Update_15-5-4 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_40-default-5-4 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-5-4 is installed
OR kgraft-patch-SLE12-SP1_Update_15-5-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libX11-1.6.2-11 is installed
OR libX11-6-1.6.2-11 is installed
OR libX11-6-32bit-1.6.2-11 is installed
OR libX11-data-1.6.2-11 is installed
OR libX11-xcb1-1.6.2-11 is installed
OR libX11-xcb1-32bit-1.6.2-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libX11-1.6.2-11 is installed
OR libX11-6-1.6.2-11 is installed
OR libX11-6-32bit-1.6.2-11 is installed
OR libX11-data-1.6.2-11 is installed
OR libX11-xcb1-1.6.2-11 is installed
OR libX11-xcb1-32bit-1.6.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libpng16-1.6.8-14 is installed
OR libpng16-16-1.6.8-14 is installed
OR libpng16-16-32bit-1.6.8-14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_80-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_80-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-3-2 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 |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libplist-1.12-20.3 is installed
OR libplist3-1.12-20.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libplist-1.12-20.3 is installed
OR libplist3-1.12-20.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
icu-52.1-8.3.1 is installed
OR libicu-doc-52.1-8.3.1 is installed
OR libicu52_1-52.1-8.3.1 is installed
OR libicu52_1-32bit-52.1-8.3.1 is installed
OR libicu52_1-data-52.1-8.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
postgresql96-9.6.15-3.29 is installed
OR postgresql96-contrib-9.6.15-3.29 is installed
OR postgresql96-docs-9.6.15-3.29 is installed
OR postgresql96-libs-9.6.15-3.29 is installed
OR postgresql96-plperl-9.6.15-3.29 is installed
OR postgresql96-plpython-9.6.15-3.29 is installed
OR postgresql96-pltcl-9.6.15-3.29 is installed
OR postgresql96-server-9.6.15-3.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
postgresql96-9.6.15-3.29 is installed
OR postgresql96-contrib-9.6.15-3.29 is installed
OR postgresql96-docs-9.6.15-3.29 is installed
OR postgresql96-libs-9.6.15-3.29 is installed
OR postgresql96-plperl-9.6.15-3.29 is installed
OR postgresql96-plpython-9.6.15-3.29 is installed
OR postgresql96-pltcl-9.6.15-3.29 is installed
OR postgresql96-server-9.6.15-3.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_69-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_21-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_69-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_21-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libmysqlclient18-10.0.37-2.3 is installed
OR libmysqlclient18-32bit-10.0.37-2.3 is installed
OR mariadb-100-10.0.37-2.3 is installed
OR mariadb-100-errormessages-10.0.37-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libmysqlclient18-10.0.37-2.3 is installed
OR libmysqlclient18-32bit-10.0.37-2.3 is installed
OR mariadb-100-10.0.37-2.3 is installed
OR mariadb-100-errormessages-10.0.37-2.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.61-52.106 is installed
OR kernel-default-base-3.12.61-52.106 is installed
OR kernel-default-devel-3.12.61-52.106 is installed
OR kernel-default-man-3.12.61-52.106 is installed
OR kernel-devel-3.12.61-52.106 is installed
OR kernel-macros-3.12.61-52.106 is installed
OR kernel-source-3.12.61-52.106 is installed
OR kernel-syms-3.12.61-52.106 is installed
OR kernel-xen-3.12.61-52.106 is installed
OR kernel-xen-base-3.12.61-52.106 is installed
OR kernel-xen-devel-3.12.61-52.106 is installed
OR kgraft-patch-3_12_61-52_106-default-1-5 is installed
OR kgraft-patch-3_12_61-52_106-xen-1-5 is installed
OR kgraft-patch-SLE12_Update_29-1-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.61-52.106 is installed
OR kernel-default-base-3.12.61-52.106 is installed
OR kernel-default-devel-3.12.61-52.106 is installed
OR kernel-default-man-3.12.61-52.106 is installed
OR kernel-devel-3.12.61-52.106 is installed
OR kernel-macros-3.12.61-52.106 is installed
OR kernel-source-3.12.61-52.106 is installed
OR kernel-syms-3.12.61-52.106 is installed
OR kernel-xen-3.12.61-52.106 is installed
OR kernel-xen-base-3.12.61-52.106 is installed
OR kernel-xen-devel-3.12.61-52.106 is installed
OR kgraft-patch-3_12_61-52_106-default-1-5 is installed
OR kgraft-patch-3_12_61-52_106-xen-1-5 is installed
OR kgraft-patch-SLE12_Update_29-1-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
bash-4.3-78 is installed
OR bash-doc-4.3-78 is installed
OR libreadline6-6.3-78 is installed
OR readline-doc-6.3-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 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.51.5 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.51.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_48-52_27-default-5-2 is installed
OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_8-5-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_54-default-3-4 is installed
OR kgraft-patch-3_12_74-60_64_54-xen-3-4 is installed
OR kgraft-patch-SLE12-SP1_Update_19-3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
inn-2.4.2-170.21.3 is installed
OR inn-devel-2.4.2-170.21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-devel-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
xorg-x11-libXv-devel-7.4-1.16 is installed
OR xorg-x11-libXv-devel-32bit-7.4-1.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.626-133 is installed
OR flash-player-gnome-11.2.202.626-133 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND libIlmImf-Imf_2_1-21-32bit-2.1.0-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
evince-3.20.1-6.16.1 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16.1 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-6.16.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libplist-1.12-20.3.2 is installed
OR libplist++3-1.12-20.3.2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ImageMagick-6.4.3.6-7.34.1 is installed
OR libMagickCore1-6.4.3.6-7.34.1 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
|