Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-1068: Fixed flaw 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-2017-18221: The __munlock_pagevec function allowed local users to cause a denial of service (NR_MLOCK accounting corruption) via crafted use of mlockall and munlockall system calls (bnc#1084323). - CVE-2018-1066: Prevent NULL pointer dereference in fs/cifs/cifsencrypt.c:setup_ntlmv2_rsp() that allowed an attacker controlling a CIFS server to kernel panic a client that has this server mounted, because an empty TargetInfo field in an NTLMSSP setup negotiation response was mishandled during session recovery (bnc#1083640). - CVE-2017-13166: Prevent elevation of privilege vulnerability in the kernel v4l2 video driver (bnc#1072865). - CVE-2017-16911: The vhci_hcd driver allowed local attackers to disclose kernel memory addresses. Successful exploitation required that a USB device was attached over IP (bnc#1078674). - CVE-2017-15299: The KEYS subsystem mishandled use of add_key for a key that already exists but is uninstantiated, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted system call (bnc#1063416). - CVE-2017-18208: The madvise_willneed function kernel allowed local users to cause a denial of service (infinite loop) by triggering use of MADVISE_WILLNEED for a DAX mapping (bnc#1083494). - CVE-2018-7566: The ALSA sequencer core initializes the event pool on demand by invoking snd_seq_pool_init() when the first write happens and the pool is empty. A user could have reset the pool size manually via ioctl concurrently, which may have lead UAF or out-of-bound access (bsc#1083483). - CVE-2017-18204: The ocfs2_setattr function allowed local users to cause a denial of service (deadlock) via DIO requests (bnc#1083244). - CVE-2017-16644: The hdpvr_probe function allowed local users to cause a denial of service (improper error handling and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067118). - CVE-2018-6927: The futex_requeue function allowed attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wake or requeue value (bnc#1080757). - CVE-2017-16914: The 'stub_send_ret_submit()' function allowed attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet (bnc#1078669). - CVE-2016-7915: The hid_input_field function allowed physically proximate attackers to obtain sensitive information from kernel memory or cause a denial of service (out-of-bounds read) by connecting a device (bnc#1010470). - CVE-2017-12190: The bio_map_user_iov and bio_unmap_user functions did unbalanced refcounting when a SCSI I/O vector had small consecutive buffers belonging to the same page. The bio_add_pc_page function merged them into one, but the page reference was never dropped. This caused a memory leak and possible system lockup (exploitable against the host OS by a guest OS user, if a SCSI disk is passed through to a virtual machine) due to an out-of-memory condition (bnc#1062568). - CVE-2017-16912: The 'get_pipe()' function allowed attackers to cause a denial of service (out-of-bounds read) via a specially crafted USB over IP packet (bnc#1078673). - CVE-2017-16913: The 'stub_recv_cmd_submit()' function when handling CMD_SUBMIT packets allowed attackers to cause a denial of service (arbitrary memory allocation) via a specially crafted USB over IP packet (bnc#1078672). - CVE-2018-5332: The rds_message_alloc_sgs() function did not validate a value that is used during DMA page allocation, leading to a heap-based out-of-bounds write (related to the rds_rdma_extra_size function in net/rds/rdma.c) (bnc#1075621). - CVE-2018-5333: The rds_cmsg_atomic function in net/rds/rdma.c mishandled cases where page pinning fails or an invalid address is supplied, leading to an rds_atomic_free_op NULL pointer dereference (bnc#1075617). - CVE-2017-18017: The tcpmss_mangle_packet function allowed remote attackers to cause a denial of service (use-after-free and memory corruption) or possibly have unspecified other impact by leveraging the presence of xt_TCPMSS in an iptables action (bnc#1074488). The following non-security bugs were fixed:
- KEYS: do not let add_key() update an uninstantiated key (bnc#1063416). - KEYS: fix writing past end of user-supplied buffer in keyring_read() (bsc#1066001). - KEYS: return full count in keyring_read() if buffer is too small (bsc#1066001). - NFS: Add a cond_resched() to nfs_commit_release_pages() (bsc#1077779). - btrfs: qgroup: move noisy underflow warning to debugging build (bsc#1055755 and bsc#1080287). - ipc/msg: introduce msgctl(MSG_STAT_ANY) (bsc#1072689). - ipc/sem: introduce semctl(SEM_STAT_ANY) (bsc#1072689). - ipc/shm: introduce shmctl(SHM_STAT_ANY) (bsc#1072689). - x86/kaiser: use trampoline stack for kernel entry (bsc#1077560) - leds: do not overflow sysfs buffer in led_trigger_show (bsc#1080464). - livepatch: __kgr_shadow_get_or_alloc() is local to shadow.c. Shadow variables support (bsc#1082299). - livepatch: introduce shadow variable API. Shadow variables support (bsc#1082299) - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF (bnc#1012382). - media: v4l2-compat-ioctl32.c: avoid sizeof(type) (bnc#1012382). - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 (bnc#1012382). - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 (bnc#1012382). - media: v4l2-compat-ioctl32.c: do not copy back the result for certain errors (bnc#1012382). - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type (bnc#1012382). - media: v4l2-compat-ioctl32.c: fix the indentation (bnc#1012382). - media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 (bnc#1012382). - media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha (bnc#1012382). - media: v4l2-ioctl.c: do not copy back the result for -ENOTTY (bnc#1012382). - netfilter: ebtables: CONFIG_COMPAT: do not trust userland offsets (bsc#1085107). - netfilter: ebtables: fix erroneous reject of last rule (bsc#1085107). - packet: only call dev_add_pack() on freshly allocated fanout instances - pipe: cap initial pipe capacity according to pipe-max-size limit (bsc#1045330). - powerpc/64s: Improve RFI L1-D cache flush fallback (bsc#1068032, bsc#1077182). - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove (bsc#1081512). - powerpc/powernv: Support firmware disable of RFI flush (bsc#1068032, bsc#1077182). - powerpc/powernv: Support firmware disable of RFI flush (bsc#1068032, bsc#1077182). - powerpc/pseries: Support firmware disable of RFI flush (bsc#1068032, bsc#1077182). - powerpc/pseries: Support firmware disable of RFI flush (bsc#1068032, bsc#1077182). - rfi-flush: Move the logic to avoid a redo into the debugfs code (bsc#1068032, bsc#1077182). - rfi-flush: Switch to new linear fallback flush (bsc#1068032, bsc#1077182).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1010470 1012382 1045315 1045330 1049423 1052449 1055755 1062568 1063416 1066001 1067118 1068032 1072689 1072865 1074488 1075617 1075621 1077182 1077560 1077724 1077725 1077779 1077978 1078669 1078672 1078673 1078674 1080255 1080287 1080464 1080757 1081512 1082299 1082858 1083244 1083483 1083494 1083640 1083915 1084323 1085107 1085114 1085447 1088004 1088009 1088268 1090036 1102682 1103203 1105323 1106191 1107832 1110233 1122706 1124729 1124734 1128378 1130840 1133191 1136446 1136935 1137597 1141853 1144903 1149955 1153108 1153158 1153161 1153238 1162423 1173274 1173369 1174091 1174701 1176410 1177143 984650 989121 989122 CVE-2012-6706 CVE-2015-8946 CVE-2016-1372 CVE-2016-6224 CVE-2016-7915 CVE-2017-0861 CVE-2017-11423 CVE-2017-12190 CVE-2017-13166 CVE-2017-15299 CVE-2017-16644 CVE-2017-16911 CVE-2017-16912 CVE-2017-16913 CVE-2017-16914 CVE-2017-17969 CVE-2017-18017 CVE-2017-18204 CVE-2017-18208 CVE-2017-18221 CVE-2017-6419 CVE-2018-0202 CVE-2018-1000085 CVE-2018-1000199 CVE-2018-1066 CVE-2018-1068 CVE-2018-10902 CVE-2018-10938 CVE-2018-14633 CVE-2018-14647 CVE-2018-17182 CVE-2018-20852 CVE-2018-5332 CVE-2018-5333 CVE-2018-5390 CVE-2018-5996 CVE-2018-6927 CVE-2018-7566 CVE-2019-10220 CVE-2019-11477 CVE-2019-11478 CVE-2019-11487 CVE-2019-16056 CVE-2019-16935 CVE-2019-17133 CVE-2019-20907 CVE-2019-3813 CVE-2019-3846 CVE-2019-6974 CVE-2019-7221 CVE-2019-9213 CVE-2019-9947 CVE-2020-14422 CVE-2020-15011 CVE-2020-25219 CVE-2020-26154 SUSE-SU-2018:0336-1 SUSE-SU-2018:0464-1 SUSE-SU-2018:0809-1 SUSE-SU-2018:0848-1 SUSE-SU-2018:1264-1 SUSE-SU-2019:0230-1 SUSE-SU-2020:2048-1 SUSE-SU-2020:2699-1 SUSE-SU-2020:2900-1
|
Platform(s): | openSUSE Leap 42.2 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 Module for Legacy Software 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP2 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 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-CLIENT-TOOLS 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 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 Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.2 is installed AND Package Information
cups-1.7.5-7.10 is installed
OR cups-client-1.7.5-7.10 is installed
OR cups-devel-1.7.5-7.10 is installed
OR cups-libs-1.7.5-7.10 is installed
OR cups-libs-32bit-1.7.5-7.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
gnutls-2.4.1-24.39.47 is installed
OR libgnutls26-2.4.1-24.39.47 is installed
OR libgnutls26-32bit-2.4.1-24.39.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
finch-2.6.6-0.23 is installed
OR libpurple-2.6.6-0.23 is installed
OR libpurple-lang-2.6.6-0.23 is installed
OR libpurple-meanwhile-2.6.6-0.23 is installed
OR libpurple-tcl-2.6.6-0.23 is installed
OR pidgin-2.6.6-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
openslp-2.0.0-2 is installed
OR openslp-32bit-2.0.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
coreutils-8.22-9 is installed
OR coreutils-lang-8.22-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
augeas-1.2.0-10.1 is installed
OR augeas-lenses-1.2.0-10.1 is installed
OR libaugeas0-1.2.0-10.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
cracklib-2.9.0-7.1 is installed
OR libcrack2-2.9.0-7.1 is installed
OR libcrack2-32bit-2.9.0-7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
libopenssl0_9_8-0.9.8j-59 is installed
OR libopenssl0_9_8-32bit-0.9.8j-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr10.50-65.42 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.50-65.42 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.50-65.42 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.50-65.42 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.50-65.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP2 is installed
AND Package Information
cluster-network-kmp-rt-1.4_3.0.101_rt130_0.7.9-2.18 is installed
OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_0.7.9-2.18 is installed
OR drbd-kmp-rt-8.4.2_3.0.101_rt130_0.7.9-0.6.6 is installed
OR drbd-kmp-rt_trace-8.4.2_3.0.101_rt130_0.7.9-0.6.6 is installed
OR iscsitarget-kmp-rt-1.4.20_3.0.101_rt130_0.7.9-0.25.25 is installed
OR iscsitarget-kmp-rt_trace-1.4.20_3.0.101_rt130_0.7.9-0.25.25 is installed
OR kernel-rt-3.0.101.rt130-0.7.9 is installed
OR kernel-rt-base-3.0.101.rt130-0.7.9 is installed
OR kernel-rt-devel-3.0.101.rt130-0.7.9 is installed
OR kernel-rt_trace-3.0.101.rt130-0.7.9 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.7.9 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.7.9 is installed
OR kernel-source-rt-3.0.101.rt130-0.7.9 is installed
OR kernel-syms-rt-3.0.101.rt130-0.7.9 is installed
OR lttng-modules-kmp-rt-2.0.4_3.0.101_rt130_0.7.9-0.9.9 is installed
OR lttng-modules-kmp-rt_trace-2.0.4_3.0.101_rt130_0.7.9-0.9.9 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_0.7.9-0.11 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_0.7.9-0.11 is installed
OR ofed-kmp-rt-1.5.2_3.0.101_rt130_0.7.9-0.28.28 is installed
OR ofed-kmp-rt_trace-1.5.2_3.0.101_rt130_0.7.9-0.28.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-54 is installed
OR kernel-rt-base-3.0.101.rt130-54 is installed
OR kernel-rt-devel-3.0.101.rt130-54 is installed
OR kernel-rt_trace-3.0.101.rt130-54 is installed
OR kernel-rt_trace-base-3.0.101.rt130-54 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-54 is installed
OR kernel-source-rt-3.0.101.rt130-54 is installed
OR kernel-syms-rt-3.0.101.rt130-54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND dhcp-client-3.1.1-7.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND dhcp-client-3.1.1-7.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND foomatic-filters-3.0.2-269.35 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND foomatic-filters-3.0.2-269.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND foomatic-filters-3.0.2-269.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libgcrypt11-1.4.1-6.10 is installed
OR libgcrypt11-32bit-1.4.1-6.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libgcrypt11-1.4.1-6.10 is installed
OR libgcrypt11-32bit-1.4.1-6.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libgcrypt11-1.4.1-6.10 is installed
OR libgcrypt11-32bit-1.4.1-6.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libgcrypt11-1.4.1-6.10 is installed
OR libgcrypt11-32bit-1.4.1-6.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.79 is installed
OR libMagickCore1-6.4.3.6-78.79 is installed
OR libMagickCore1-32bit-6.4.3.6-78.79 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.79 is installed
OR libMagickCore1-6.4.3.6-78.79 is installed
OR libMagickCore1-32bit-6.4.3.6-78.79 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR libfreebl3-x86-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nspr-x86-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
OR mozilla-nss-x86-3.15.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR libfreebl3-x86-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nspr-x86-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
OR mozilla-nss-x86-3.15.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libfreebl3-3.15.2-0.3 is installed
OR libfreebl3-32bit-3.15.2-0.3 is installed
OR libfreebl3-x86-3.15.2-0.3 is installed
OR mozilla-nspr-4.10.1-0.3 is installed
OR mozilla-nspr-32bit-4.10.1-0.3 is installed
OR mozilla-nspr-x86-4.10.1-0.3 is installed
OR mozilla-nss-3.15.2-0.3 is installed
OR mozilla-nss-32bit-3.15.2-0.3 is installed
OR mozilla-nss-tools-3.15.2-0.3 is installed
OR mozilla-nss-x86-3.15.2-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
boost-license-1.36.0-11 is installed
OR libboost_program_options1_36_0-1.36.0-11 is installed
OR libboost_regex1_36_0-1.36.0-11 is installed
OR libboost_signals1_36_0-1.36.0-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-45.3.0esr-48 is installed
OR MozillaFirefox-branding-SLED-45.0-20 is installed
OR MozillaFirefox-translations-45.3.0esr-48 is installed
OR firefox-fontconfig-2.11.0-4 is installed
OR libfreebl3-3.21.1-26 is installed
OR libfreebl3-32bit-3.21.1-26 is installed
OR mozilla-nspr-4.12-25 is installed
OR mozilla-nspr-32bit-4.12-25 is installed
OR mozilla-nspr-devel-4.12-25 is installed
OR mozilla-nss-3.21.1-26 is installed
OR mozilla-nss-32bit-3.21.1-26 is installed
OR mozilla-nss-devel-3.21.1-26 is installed
OR mozilla-nss-tools-3.21.1-26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-45.3.0esr-48 is installed
OR MozillaFirefox-branding-SLED-45.0-20 is installed
OR MozillaFirefox-translations-45.3.0esr-48 is installed
OR firefox-fontconfig-2.11.0-4 is installed
OR libfreebl3-3.21.1-26 is installed
OR libfreebl3-32bit-3.21.1-26 is installed
OR mozilla-nspr-4.12-25 is installed
OR mozilla-nspr-32bit-4.12-25 is installed
OR mozilla-nspr-devel-4.12-25 is installed
OR mozilla-nss-3.21.1-26 is installed
OR mozilla-nss-32bit-3.21.1-26 is installed
OR mozilla-nss-devel-3.21.1-26 is installed
OR mozilla-nss-tools-3.21.1-26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
curl-7.19.7-1.40 is installed
OR libcurl4-7.19.7-1.40 is installed
OR libcurl4-32bit-7.19.7-1.40 is installed
OR libcurl4-x86-7.19.7-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
curl-7.19.7-1.40 is installed
OR libcurl4-7.19.7-1.40 is installed
OR libcurl4-32bit-7.19.7-1.40 is installed
OR libcurl4-x86-7.19.7-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
curl-7.19.7-1.40 is installed
OR libcurl4-7.19.7-1.40 is installed
OR libcurl4-32bit-7.19.7-1.40 is installed
OR libcurl4-x86-7.19.7-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
curl-7.19.7-1.40 is installed
OR libcurl4-7.19.7-1.40 is installed
OR libcurl4-32bit-7.19.7-1.40 is installed
OR libcurl4-x86-7.19.7-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
curl-7.19.7-1.40 is installed
OR libcurl4-7.19.7-1.40 is installed
OR libcurl4-32bit-7.19.7-1.40 is installed
OR libcurl4-x86-7.19.7-1.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libxml2-2.7.6-0.31 is installed
OR libxml2-32bit-2.7.6-0.31 is installed
OR libxml2-doc-2.7.6-0.31 is installed
OR libxml2-python-2.7.6-0.31 is installed
OR libxml2-x86-2.7.6-0.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libxml2-2.7.6-0.31 is installed
OR libxml2-32bit-2.7.6-0.31 is installed
OR libxml2-doc-2.7.6-0.31 is installed
OR libxml2-python-2.7.6-0.31 is installed
OR libxml2-x86-2.7.6-0.31 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libxml2-2.7.6-0.31 is installed
OR libxml2-32bit-2.7.6-0.31 is installed
OR libxml2-doc-2.7.6-0.31 is installed
OR libxml2-python-2.7.6-0.31 is installed
OR libxml2-x86-2.7.6-0.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
glib2-2.22.5-0.8.8 is installed
OR glib2-doc-2.22.5-0.8.8 is installed
OR glib2-lang-2.22.5-0.8.8 is installed
OR libgio-2_0-0-2.22.5-0.8.8 is installed
OR libgio-2_0-0-32bit-2.22.5-0.8.8 is installed
OR libgio-2_0-0-x86-2.22.5-0.8.8 is installed
OR libglib-2_0-0-2.22.5-0.8.8 is installed
OR libglib-2_0-0-32bit-2.22.5-0.8.8 is installed
OR libglib-2_0-0-x86-2.22.5-0.8.8 is installed
OR libgmodule-2_0-0-2.22.5-0.8.8 is installed
OR libgmodule-2_0-0-32bit-2.22.5-0.8.8 is installed
OR libgmodule-2_0-0-x86-2.22.5-0.8.8 is installed
OR libgobject-2_0-0-2.22.5-0.8.8 is installed
OR libgobject-2_0-0-32bit-2.22.5-0.8.8 is installed
OR libgobject-2_0-0-x86-2.22.5-0.8.8 is installed
OR libgthread-2_0-0-2.22.5-0.8.8 is installed
OR libgthread-2_0-0-32bit-2.22.5-0.8.8 is installed
OR libgthread-2_0-0-x86-2.22.5-0.8.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
dhcp-4.2.4.P2-0.28.8 is installed
OR dhcp-client-4.2.4.P2-0.28.8 is installed
OR dhcp-relay-4.2.4.P2-0.28.8 is installed
OR dhcp-server-4.2.4.P2-0.28.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
dhcp-4.2.4.P2-0.28.8 is installed
OR dhcp-client-4.2.4.P2-0.28.8 is installed
OR dhcp-relay-4.2.4.P2-0.28.8 is installed
OR dhcp-server-4.2.4.P2-0.28.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
dhcp-4.2.4.P2-0.28.8 is installed
OR dhcp-client-4.2.4.P2-0.28.8 is installed
OR dhcp-relay-4.2.4.P2-0.28.8 is installed
OR dhcp-server-4.2.4.P2-0.28.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
dhcp-4.2.4.P2-0.28.8 is installed
OR dhcp-client-4.2.4.P2-0.28.8 is installed
OR dhcp-relay-4.2.4.P2-0.28.8 is installed
OR dhcp-server-4.2.4.P2-0.28.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND mailman-2.1.15-9.6.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND mailman-2.1.15-9.6.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bsdtar-2.5.5-9.1 is installed
OR libarchive2-2.5.5-9.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
libtiff3-3.8.2-141.163 is installed
OR libtiff3-32bit-3.8.2-141.163 is installed
OR libtiff3-x86-3.8.2-141.163 is installed
OR tiff-3.8.2-141.163 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
libtiff3-3.8.2-141.163 is installed
OR libtiff3-32bit-3.8.2-141.163 is installed
OR libtiff3-x86-3.8.2-141.163 is installed
OR tiff-3.8.2-141.163 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 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
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR avahi-utils-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
ghostscript-9.15-17 is installed
OR ghostscript-x11-9.15-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
ghostscript-9.15-17 is installed
OR ghostscript-x11-9.15-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.85 is installed
OR kernel-default-base-3.12.74-60.64.85 is installed
OR kernel-default-devel-3.12.74-60.64.85 is installed
OR kernel-default-man-3.12.74-60.64.85 is installed
OR kernel-devel-3.12.74-60.64.85 is installed
OR kernel-macros-3.12.74-60.64.85 is installed
OR kernel-source-3.12.74-60.64.85 is installed
OR kernel-syms-3.12.74-60.64.85 is installed
OR kernel-xen-3.12.74-60.64.85 is installed
OR kernel-xen-base-3.12.74-60.64.85 is installed
OR kernel-xen-devel-3.12.74-60.64.85 is installed
OR kgraft-patch-3_12_74-60_64_85-default-1-2.3 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-1-2.3 is installed
OR kgraft-patch-SLE12-SP1_Update_26-1-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.85 is installed
OR kernel-default-base-3.12.74-60.64.85 is installed
OR kernel-default-devel-3.12.74-60.64.85 is installed
OR kernel-default-man-3.12.74-60.64.85 is installed
OR kernel-devel-3.12.74-60.64.85 is installed
OR kernel-macros-3.12.74-60.64.85 is installed
OR kernel-source-3.12.74-60.64.85 is installed
OR kernel-syms-3.12.74-60.64.85 is installed
OR kernel-xen-3.12.74-60.64.85 is installed
OR kernel-xen-base-3.12.74-60.64.85 is installed
OR kernel-xen-devel-3.12.74-60.64.85 is installed
OR kgraft-patch-3_12_74-60_64_85-default-1-2.3 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-1-2.3 is installed
OR kgraft-patch-SLE12-SP1_Update_26-1-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-3-2.1 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-3-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_16-3-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
ecryptfs-utils-103-8.3 is installed
OR ecryptfs-utils-32bit-103-8.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
ecryptfs-utils-103-8.3 is installed
OR ecryptfs-utils-32bit-103-8.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND ant-1.9.4-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_85-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_23-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_85-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_23-3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND apache2-mod_perl-2.0.8-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
evince-3.20.2-6.27 is installed
OR evince-browser-plugin-3.20.2-6.27 is installed
OR evince-lang-3.20.2-6.27 is installed
OR evince-plugin-djvudocument-3.20.2-6.27 is installed
OR evince-plugin-dvidocument-3.20.2-6.27 is installed
OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
OR evince-plugin-psdocument-3.20.2-6.27 is installed
OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
OR libevdocument3-4-3.20.2-6.27 is installed
OR libevview3-3-3.20.2-6.27 is installed
OR nautilus-evince-3.20.2-6.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
evince-3.20.2-6.27 is installed
OR evince-browser-plugin-3.20.2-6.27 is installed
OR evince-lang-3.20.2-6.27 is installed
OR evince-plugin-djvudocument-3.20.2-6.27 is installed
OR evince-plugin-dvidocument-3.20.2-6.27 is installed
OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
OR evince-plugin-psdocument-3.20.2-6.27 is installed
OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
OR libevdocument3-4-3.20.2-6.27 is installed
OR libevview3-3-3.20.2-6.27 is installed
OR nautilus-evince-3.20.2-6.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS 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-LTSS 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-TERADATA is installed
AND mutt-1.10.1-55.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND mutt-1.10.1-55.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
MozillaFirefox-60.2.2esr-109.46 is installed
OR MozillaFirefox-branding-SLE-60-32.3 is installed
OR MozillaFirefox-translations-common-60.2.2esr-109.46 is installed
OR apache2-mod_nss-1.0.14-19.6 is installed
OR libfreebl3-3.36.4-58.15 is installed
OR libfreebl3-32bit-3.36.4-58.15 is installed
OR libfreebl3-hmac-3.36.4-58.15 is installed
OR libfreebl3-hmac-32bit-3.36.4-58.15 is installed
OR libsoftokn3-3.36.4-58.15 is installed
OR libsoftokn3-32bit-3.36.4-58.15 is installed
OR libsoftokn3-hmac-3.36.4-58.15 is installed
OR libsoftokn3-hmac-32bit-3.36.4-58.15 is installed
OR mozilla-nspr-4.19-19.3 is installed
OR mozilla-nspr-32bit-4.19-19.3 is installed
OR mozilla-nss-3.36.4-58.15 is installed
OR mozilla-nss-32bit-3.36.4-58.15 is installed
OR mozilla-nss-certs-3.36.4-58.15 is installed
OR mozilla-nss-certs-32bit-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-32bit-3.36.4-58.15 is installed
OR mozilla-nss-tools-3.36.4-58.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
MozillaFirefox-60.2.2esr-109.46 is installed
OR MozillaFirefox-branding-SLE-60-32.3 is installed
OR MozillaFirefox-translations-common-60.2.2esr-109.46 is installed
OR apache2-mod_nss-1.0.14-19.6 is installed
OR libfreebl3-3.36.4-58.15 is installed
OR libfreebl3-32bit-3.36.4-58.15 is installed
OR libfreebl3-hmac-3.36.4-58.15 is installed
OR libfreebl3-hmac-32bit-3.36.4-58.15 is installed
OR libsoftokn3-3.36.4-58.15 is installed
OR libsoftokn3-32bit-3.36.4-58.15 is installed
OR libsoftokn3-hmac-3.36.4-58.15 is installed
OR libsoftokn3-hmac-32bit-3.36.4-58.15 is installed
OR mozilla-nspr-4.19-19.3 is installed
OR mozilla-nspr-32bit-4.19-19.3 is installed
OR mozilla-nss-3.36.4-58.15 is installed
OR mozilla-nss-32bit-3.36.4-58.15 is installed
OR mozilla-nss-certs-3.36.4-58.15 is installed
OR mozilla-nss-certs-32bit-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-3.36.4-58.15 is installed
OR mozilla-nss-sysinit-32bit-3.36.4-58.15 is installed
OR mozilla-nss-tools-3.36.4-58.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
dhcp-4.3.3-10.19 is installed
OR dhcp-client-4.3.3-10.19 is installed
OR dhcp-relay-4.3.3-10.19 is installed
OR dhcp-server-4.3.3-10.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
dhcp-4.3.3-10.19 is installed
OR dhcp-client-4.3.3-10.19 is installed
OR dhcp-relay-4.3.3-10.19 is installed
OR dhcp-server-4.3.3-10.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
strongswan-5.1.3-26.5 is installed
OR strongswan-doc-5.1.3-26.5 is installed
OR strongswan-hmac-5.1.3-26.5 is installed
OR strongswan-ipsec-5.1.3-26.5 is installed
OR strongswan-libs0-5.1.3-26.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libpcre1-8.39-7 is installed
OR libpcre1-32bit-8.39-7 is installed
OR libpcre16-0-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_62-60_64_8-default-9-3 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_29-default-12-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
compat-openssl098-0.9.8j-106.6 is installed
OR libopenssl0_9_8-0.9.8j-106.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.457-80 is installed
OR flash-player-gnome-11.2.202.457-80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gd-2.1.0-17 is installed
OR gd-32bit-2.1.0-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-plugins-base-1.8.3-9 is installed
OR libgstfft-1_0-0-32bit-1.8.3-9 is installed
OR typelib-1_0-GstAudio-1_0-1.8.3-9 is installed
OR typelib-1_0-GstPbutils-1_0-1.8.3-9 is installed
OR typelib-1_0-GstTag-1_0-1.8.3-9 is installed
OR typelib-1_0-GstVideo-1_0-1.8.3-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.74 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.74 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.74 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libntfs-3g84-2013.1.13-5.3 is installed
OR ntfs-3g-2013.1.13-5.3 is installed
OR ntfs-3g_ntfsprogs-2013.1.13-5.3 is installed
OR ntfsprogs-2013.1.13-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
bluez-5.13-5.15 is installed
OR bluez-cups-5.13-5.15 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
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND openstack-heat-templates-0.0.0+git.1452795102.e53f5d3-1.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.3.0-9 is installed
OR MozillaThunderbird-buildsymbols-45.3.0-9 is installed
OR MozillaThunderbird-devel-45.3.0-9 is installed
OR MozillaThunderbird-translations-common-45.3.0-9 is installed
OR MozillaThunderbird-translations-other-45.3.0-9 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
ffmpeg2-2.8.11-12 is installed
OR ffmpeg2-devel-2.8.11-12 is installed
OR libavcodec56-2.8.11-12 is installed
OR libavdevice56-2.8.11-12 is installed
OR libavfilter5-2.8.11-12 is installed
OR libavformat56-2.8.11-12 is installed
OR libavresample2-2.8.11-12 is installed
OR libavutil54-2.8.11-12 is installed
OR libpostproc53-2.8.11-12 is installed
OR libswresample1-2.8.11-12 is installed
OR libswscale3-2.8.11-12 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
mongodb-3.4.10-5 is installed
OR mongodb-mongoperf-3.4.10-5 is installed
OR mongodb-mongos-3.4.10-5 is installed
OR mongodb-server-3.4.10-5 is installed
OR mongodb-shell-3.4.10-5 is installed
|