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 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:
- Fix build on arm64 by defining empty gmb() (bnc#1068032). - 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). - include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header (bsc#1077560). - 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). - x86/espfix: Fix return stack in do_double_fault() (bsc#1085279).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1002991 1004959 1008539 1010470 1012382 1029907 1029908 1029909 1030296 1030297 1030298 1030584 1030585 1030588 1030589 1031590 1031593 1031595 1031638 1031644 1031656 1034584 1034827 1036494 1037052 1037057 1037061 1037066 1037273 1044891 1044897 1044901 1044909 1044925 1044927 1045330 1047262 1047536 1047873 1057247 1062568 1063416 1065643 1065689 1065693 1066001 1067118 1068032 1068640 1068643 1068887 1068888 1068950 1069176 1069202 1072648 1072689 1072865 1074488 1074741 1075617 1075621 1076017 1077560 1077745 1078669 1078672 1078673 1078674 1079103 1079741 1080255 1080464 1080556 1080757 1081527 1082299 1083244 1083483 1083488 1083494 1083528 1083532 1083640 1084323 1084632 1085107 1085114 1085279 1085447 1085784 1086608 1086784 1086786 1086788 1088268 1090036 1090997 1091015 1091365 1091368 1102682 1103203 1105323 1106119 1112852 1130721 1131060 1158328 1168994 1173812 1174463 1174519 1174570 1175049 814241 879138 CVE-2014-9939 CVE-2016-7915 CVE-2016-7942 CVE-2017-0861 CVE-2017-11108 CVE-2017-11541 CVE-2017-11542 CVE-2017-11543 CVE-2017-12190 CVE-2017-12893 CVE-2017-12894 CVE-2017-12895 CVE-2017-12896 CVE-2017-12897 CVE-2017-12898 CVE-2017-12899 CVE-2017-12900 CVE-2017-12901 CVE-2017-12902 CVE-2017-12985 CVE-2017-12986 CVE-2017-12987 CVE-2017-12988 CVE-2017-12989 CVE-2017-12990 CVE-2017-12991 CVE-2017-12992 CVE-2017-12993 CVE-2017-12994 CVE-2017-12995 CVE-2017-12996 CVE-2017-12997 CVE-2017-12998 CVE-2017-12999 CVE-2017-13000 CVE-2017-13001 CVE-2017-13002 CVE-2017-13003 CVE-2017-13004 CVE-2017-13005 CVE-2017-13006 CVE-2017-13007 CVE-2017-13008 CVE-2017-13009 CVE-2017-13010 CVE-2017-13011 CVE-2017-13012 CVE-2017-13013 CVE-2017-13014 CVE-2017-13015 CVE-2017-13016 CVE-2017-13017 CVE-2017-13018 CVE-2017-13019 CVE-2017-13020 CVE-2017-13021 CVE-2017-13022 CVE-2017-13023 CVE-2017-13024 CVE-2017-13025 CVE-2017-13026 CVE-2017-13027 CVE-2017-13028 CVE-2017-13029 CVE-2017-13030 CVE-2017-13031 CVE-2017-13032 CVE-2017-13033 CVE-2017-13034 CVE-2017-13035 CVE-2017-13036 CVE-2017-13037 CVE-2017-13038 CVE-2017-13039 CVE-2017-13040 CVE-2017-13041 CVE-2017-13042 CVE-2017-13043 CVE-2017-13044 CVE-2017-13045 CVE-2017-13046 CVE-2017-13047 CVE-2017-13048 CVE-2017-13049 CVE-2017-13050 CVE-2017-13051 CVE-2017-13052 CVE-2017-13053 CVE-2017-13054 CVE-2017-13055 CVE-2017-13166 CVE-2017-13687 CVE-2017-13688 CVE-2017-13689 CVE-2017-13690 CVE-2017-13725 CVE-2017-15299 CVE-2017-15938 CVE-2017-15939 CVE-2017-15996 CVE-2017-16644 CVE-2017-16826 CVE-2017-16827 CVE-2017-16828 CVE-2017-16829 CVE-2017-16830 CVE-2017-16831 CVE-2017-16832 CVE-2017-16911 CVE-2017-16912 CVE-2017-16913 CVE-2017-16914 CVE-2017-18017 CVE-2017-18204 CVE-2017-18208 CVE-2017-18221 CVE-2017-6965 CVE-2017-6966 CVE-2017-6969 CVE-2017-7209 CVE-2017-7210 CVE-2017-7223 CVE-2017-7224 CVE-2017-7225 CVE-2017-7226 CVE-2017-7299 CVE-2017-7300 CVE-2017-7301 CVE-2017-7302 CVE-2017-7303 CVE-2017-7304 CVE-2017-8288 CVE-2017-8392 CVE-2017-8393 CVE-2017-8394 CVE-2017-8396 CVE-2017-8421 CVE-2017-9746 CVE-2017-9747 CVE-2017-9748 CVE-2017-9750 CVE-2017-9755 CVE-2017-9756 CVE-2018-1000004 CVE-2018-1000199 CVE-2018-10372 CVE-2018-10373 CVE-2018-10534 CVE-2018-10535 CVE-2018-1066 CVE-2018-1068 CVE-2018-10902 CVE-2018-12389 CVE-2018-12390 CVE-2018-12392 CVE-2018-12393 CVE-2018-12395 CVE-2018-12396 CVE-2018-12397 CVE-2018-5332 CVE-2018-5333 CVE-2018-5390 CVE-2018-6323 CVE-2018-6543 CVE-2018-6759 CVE-2018-6872 CVE-2018-6927 CVE-2018-7208 CVE-2018-7566 CVE-2018-7568 CVE-2018-7569 CVE-2018-7570 CVE-2018-7642 CVE-2018-7643 CVE-2018-8945 CVE-2019-11745 CVE-2019-13722 CVE-2019-17005 CVE-2019-17008 CVE-2019-17009 CVE-2019-17010 CVE-2019-17011 CVE-2019-17012 CVE-2019-1787 CVE-2019-1788 CVE-2019-1789 CVE-2019-3880 CVE-2020-10713 CVE-2020-14308 CVE-2020-14309 CVE-2020-14310 CVE-2020-14311 CVE-2020-15706 CVE-2020-15707 SUSE-SU-2016:3001-1 SUSE-SU-2017:2217-1 SUSE-SU-2017:2744-1 SUSE-SU-2017:2854-1 SUSE-SU-2018:0834-1 SUSE-SU-2018:1018-1 SUSE-SU-2018:1267-1 SUSE-SU-2018:3207-1 SUSE-SU-2018:3749-1 SUSE-SU-2019:0897-1 SUSE-SU-2019:1195-1 SUSE-SU-2019:3347-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 Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 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 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 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 6
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
libvte9-0.28.2-19.1 is installed
OR vte2-lang-0.28.2-19.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
libX11-6-1.6.3-7.1 is installed
OR libX11-6-32bit-1.6.3-7.1 is installed
OR libX11-data-1.6.3-7.1 is installed
OR libX11-devel-1.6.3-7.1 is installed
OR libX11-xcb1-1.6.3-7.1 is installed
OR libX11-xcb1-32bit-1.6.3-7.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
python-glanceclient-0.15.0-3.1 is installed
OR python-keystoneclient-1.0.0-19.1 is installed
OR python-keystoneclient-doc-1.0.0-19.1 is installed
OR python-keystonemiddleware-1.2.0-4.1 is installed
OR python-novaclient-2.20.0-6.1 is installed
OR python-novaclient-doc-2.20.0-6.1 is installed
OR python-swiftclient-2.3.1-3.1 is installed
OR python-swiftclient-doc-2.3.1-3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND icedtea-web-1.4.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 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-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libXRes1-1.0.7-3.54 is installed
OR libXRes1-32bit-1.0.7-3.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libQt5Core5-5.3.2-1.81 is installed
OR libQt5DBus5-5.3.2-1.81 is installed
OR libQt5Gui5-5.3.2-1.81 is installed
OR libQt5Widgets5-5.3.2-1.81 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cpp48-4.8.5-30.1 is installed
OR gcc48-4.8.5-30.1 is installed
OR gcc48-32bit-4.8.5-30.1 is installed
OR gcc48-c++-4.8.5-30.1 is installed
OR gcc48-gij-4.8.5-30.1 is installed
OR gcc48-gij-32bit-4.8.5-30.1 is installed
OR gcc48-info-4.8.5-30.1 is installed
OR libasan0-4.8.5-30.1 is installed
OR libasan0-32bit-4.8.5-30.1 is installed
OR libgcj48-4.8.5-30.1 is installed
OR libgcj48-32bit-4.8.5-30.1 is installed
OR libgcj48-jar-4.8.5-30.1 is installed
OR libgcj_bc1-4.8.5-30.1 is installed
OR libstdc++48-devel-4.8.5-30.1 is installed
OR libstdc++48-devel-32bit-4.8.5-30.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
dbus-1-glib-0.100.2-3.58 is installed
OR dbus-1-glib-32bit-0.100.2-3.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.8.5-15.3 is installed
OR puppet-server-3.8.5-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
docker-distribution-2.6.2-13.6 is installed
OR docker-distribution-registry-2.6.2-13.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND syslog-ng-3.4.5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.60-52.49 is installed
OR kernel-ec2-devel-3.12.60-52.49 is installed
OR kernel-ec2-extra-3.12.60-52.49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.6.0esr-62 is installed
OR MozillaFirefox-translations-45.6.0esr-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
ocfs2-1.6-0.28.7 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_69.42-0.28.7 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_69.42-0.28.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND libesmtp-1.0.4-157.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND libesmtp-1.0.4-157.15 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 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
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
postgresql-8.3.20-0.4 is installed
OR postgresql-contrib-8.3.20-0.4 is installed
OR postgresql-docs-8.3.20-0.4 is installed
OR postgresql-init-9.1-0.6.10 is installed
OR postgresql-libs-8.3.18-0.3 is installed
OR postgresql-libs-32bit-8.3.18-0.3 is installed
OR postgresql-libs-x86-8.3.18-0.3 is installed
OR postgresql-server-8.3.20-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
postgresql-8.3.20-0.4 is installed
OR postgresql-contrib-8.3.20-0.4 is installed
OR postgresql-docs-8.3.20-0.4 is installed
OR postgresql-init-9.1-0.6.10 is installed
OR postgresql-libs-8.3.18-0.3 is installed
OR postgresql-libs-32bit-8.3.18-0.3 is installed
OR postgresql-libs-x86-8.3.18-0.3 is installed
OR postgresql-server-8.3.20-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
postgresql-8.3.20-0.4 is installed
OR postgresql-contrib-8.3.20-0.4 is installed
OR postgresql-docs-8.3.20-0.4 is installed
OR postgresql-init-9.1-0.6.10 is installed
OR postgresql-libs-8.3.18-0.3 is installed
OR postgresql-libs-32bit-8.3.18-0.3 is installed
OR postgresql-libs-x86-8.3.18-0.3 is installed
OR postgresql-server-8.3.20-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
postgresql-8.3.20-0.4 is installed
OR postgresql-contrib-8.3.20-0.4 is installed
OR postgresql-docs-8.3.20-0.4 is installed
OR postgresql-init-9.1-0.6.10 is installed
OR postgresql-libs-8.3.18-0.3 is installed
OR postgresql-libs-32bit-8.3.18-0.3 is installed
OR postgresql-libs-x86-8.3.18-0.3 is installed
OR postgresql-server-8.3.20-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND ed-0.2-1001.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
ntp-4.2.4p8-1.29.32 is installed
OR ntp-doc-4.2.4p8-1.29.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
ntp-4.2.4p8-1.29.32 is installed
OR ntp-doc-4.2.4p8-1.29.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.6.0esr-0.3 is installed
OR MozillaFirefox-translations-31.6.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.6.0esr-0.3 is installed
OR MozillaFirefox-translations-31.6.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
Mesa-7.11.2-0.9 is installed
OR Mesa-32bit-7.11.2-0.9 is installed
OR Mesa-x86-7.11.2-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
Mesa-7.11.2-0.9 is installed
OR Mesa-32bit-7.11.2-0.9 is installed
OR Mesa-x86-7.11.2-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
Mesa-7.11.2-0.9 is installed
OR Mesa-32bit-7.11.2-0.9 is installed
OR Mesa-x86-7.11.2-0.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.89 is installed
OR libopenssl0_9_8-0.9.8j-0.89 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.89 is installed
OR openssl-0.9.8j-0.89 is installed
OR openssl-doc-0.9.8j-0.89 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.89 is installed
OR libopenssl0_9_8-0.9.8j-0.89 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.89 is installed
OR openssl-0.9.8j-0.89 is installed
OR openssl-doc-0.9.8j-0.89 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND squid-2.7.STABLE5-2.12.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND squid-2.7.STABLE5-2.12.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND squid-2.7.STABLE5-2.12.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND squid-2.7.STABLE5-2.12.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND squid-2.7.STABLE5-2.12.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
curl-7.19.7-1.26.8 is installed
OR libcurl4-7.19.7-1.26.8 is installed
OR libcurl4-32bit-7.19.7-1.26.8 is installed
OR libcurl4-x86-7.19.7-1.26.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.39.1 is installed
OR bind-chrootenv-9.9.6P1-0.39.1 is installed
OR bind-doc-9.9.6P1-0.39.1 is installed
OR bind-libs-9.9.6P1-0.39.1 is installed
OR bind-libs-32bit-9.9.6P1-0.39.1 is installed
OR bind-utils-9.9.6P1-0.39.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND kvm-1.4.2-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND kvm-1.4.2-47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
libnetpbm10-10.26.44-101.15.5 is installed
OR libnetpbm10-32bit-10.26.44-101.15.5 is installed
OR netpbm-10.26.44-101.15.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
libnetpbm10-10.26.44-101.15.5 is installed
OR libnetpbm10-32bit-10.26.44-101.15.5 is installed
OR netpbm-10.26.44-101.15.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.22 is installed
OR libopenssl1_0_0-1.0.1g-0.22 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.22 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.22 is installed
OR openssl1-1.0.1g-0.22 is installed
OR openssl1-doc-1.0.1g-0.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libopenssl1-devel-1.0.1g-0.22 is installed
OR libopenssl1_0_0-1.0.1g-0.22 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.22 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.22 is installed
OR openssl1-1.0.1g-0.22 is installed
OR openssl1-doc-1.0.1g-0.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND vsftpd-3.0.2-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND vsftpd-3.0.2-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
fuse-2.9.3-3 is installed
OR libfuse2-2.9.3-3 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
kgraft-patch-3_12_74-60_64_82-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_82-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_25-7-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_82-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_82-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_25-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_69-60_64_35-default-4-2 is installed
OR kgraft-patch-3_12_69-60_64_35-xen-4-2 is installed
OR kgraft-patch-SLE12-SP1_Update_14-4-2 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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS 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-ESPOS 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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
bash-4.3-83.10 is installed
OR bash-doc-4.3-83.10 is installed
OR libreadline6-6.3-83.10 is installed
OR libreadline6-32bit-6.3-83.10 is installed
OR readline-doc-6.3-83.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.180-94.100 is installed
OR kernel-default-base-4.4.180-94.100 is installed
OR kernel-default-devel-4.4.180-94.100 is installed
OR kernel-default-man-4.4.180-94.100 is installed
OR kernel-devel-4.4.180-94.100 is installed
OR kernel-macros-4.4.180-94.100 is installed
OR kernel-source-4.4.180-94.100 is installed
OR kernel-syms-4.4.180-94.100 is installed
OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kernel-default-4.4.180-94.100 is installed
OR kernel-default-base-4.4.180-94.100 is installed
OR kernel-default-devel-4.4.180-94.100 is installed
OR kernel-default-man-4.4.180-94.100 is installed
OR kernel-devel-4.4.180-94.100 is installed
OR kernel-macros-4.4.180-94.100 is installed
OR kernel-source-4.4.180-94.100 is installed
OR kernel-syms-4.4.180-94.100 is installed
OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.180-94.100 is installed
OR kernel-default-base-4.4.180-94.100 is installed
OR kernel-default-devel-4.4.180-94.100 is installed
OR kernel-default-man-4.4.180-94.100 is installed
OR kernel-devel-4.4.180-94.100 is installed
OR kernel-macros-4.4.180-94.100 is installed
OR kernel-source-4.4.180-94.100 is installed
OR kernel-syms-4.4.180-94.100 is installed
OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kernel-default-4.4.180-94.100 is installed
OR kernel-default-base-4.4.180-94.100 is installed
OR kernel-default-devel-4.4.180-94.100 is installed
OR kernel-default-man-4.4.180-94.100 is installed
OR kernel-devel-4.4.180-94.100 is installed
OR kernel-macros-4.4.180-94.100 is installed
OR kernel-source-4.4.180-94.100 is installed
OR kernel-syms-4.4.180-94.100 is installed
OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.92-6.30 is installed
OR kernel-default-base-4.4.92-6.30 is installed
OR kernel-default-devel-4.4.92-6.30 is installed
OR kernel-default-man-4.4.92-6.30 is installed
OR kernel-devel-4.4.92-6.30 is installed
OR kernel-macros-4.4.92-6.30 is installed
OR kernel-source-4.4.92-6.30 is installed
OR kernel-syms-4.4.92-6.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.92-6.30 is installed
OR kernel-default-base-4.4.92-6.30 is installed
OR kernel-default-devel-4.4.92-6.30 is installed
OR kernel-default-man-4.4.92-6.30 is installed
OR kernel-devel-4.4.92-6.30 is installed
OR kernel-macros-4.4.92-6.30 is installed
OR kernel-source-4.4.92-6.30 is installed
OR kernel-syms-4.4.92-6.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND openvswitch-2.7.0-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
bzip2-1.0.6-30.8 is installed
OR bzip2-doc-1.0.6-30.8 is installed
OR libbz2-1-1.0.6-30.8 is installed
OR libbz2-1-32bit-1.0.6-30.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
bzip2-1.0.6-30.8 is installed
OR bzip2-doc-1.0.6-30.8 is installed
OR libbz2-1-1.0.6-30.8 is installed
OR libbz2-1-32bit-1.0.6-30.8 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_156-94_57-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_18-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_57-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_18-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.13-28.8 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
OR python-2.7.13-28.8 is installed
OR python-32bit-2.7.13-28.8 is installed
OR python-base-2.7.13-28.8 is installed
OR python-base-32bit-2.7.13-28.8 is installed
OR python-curses-2.7.13-28.8 is installed
OR python-demo-2.7.13-28.8 is installed
OR python-doc-2.7.13-28.8 is installed
OR python-doc-pdf-2.7.13-28.8 is installed
OR python-gdbm-2.7.13-28.8 is installed
OR python-idle-2.7.13-28.8 is installed
OR python-tk-2.7.13-28.8 is installed
OR python-xml-2.7.13-28.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.13-28.8 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
OR python-2.7.13-28.8 is installed
OR python-32bit-2.7.13-28.8 is installed
OR python-base-2.7.13-28.8 is installed
OR python-base-32bit-2.7.13-28.8 is installed
OR python-curses-2.7.13-28.8 is installed
OR python-demo-2.7.13-28.8 is installed
OR python-doc-2.7.13-28.8 is installed
OR python-doc-pdf-2.7.13-28.8 is installed
OR python-gdbm-2.7.13-28.8 is installed
OR python-idle-2.7.13-28.8 is installed
OR python-tk-2.7.13-28.8 is installed
OR python-xml-2.7.13-28.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libdcerpc-binding0-4.6.16+git.154.2998451b912-3.40 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libdcerpc0-4.6.16+git.154.2998451b912-3.40 is installed
OR libdcerpc0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-krb5pac0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-nbt0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-nbt0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-standard0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-standard0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libnetapi0-4.6.16+git.154.2998451b912-3.40 is installed
OR libnetapi0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-credentials0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-credentials0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-errors0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-errors0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-hostconfig0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-passdb0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-passdb0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-util0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-util0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamdb0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamdb0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbclient0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbclient0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbconf0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbconf0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbldap0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbldap0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libtevent-util0-4.6.16+git.154.2998451b912-3.40 is installed
OR libtevent-util0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libwbclient0-4.6.16+git.154.2998451b912-3.40 is installed
OR libwbclient0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-client-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-client-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-doc-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-libs-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-libs-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-winbind-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-winbind-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libdcerpc-binding0-4.6.16+git.154.2998451b912-3.40 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libdcerpc0-4.6.16+git.154.2998451b912-3.40 is installed
OR libdcerpc0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-krb5pac0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-nbt0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-nbt0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-standard0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr-standard0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr0-4.6.16+git.154.2998451b912-3.40 is installed
OR libndr0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libnetapi0-4.6.16+git.154.2998451b912-3.40 is installed
OR libnetapi0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-credentials0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-credentials0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-errors0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-errors0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-hostconfig0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-passdb0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-passdb0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-util0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamba-util0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamdb0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsamdb0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbclient0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbclient0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbconf0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbconf0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbldap0-4.6.16+git.154.2998451b912-3.40 is installed
OR libsmbldap0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libtevent-util0-4.6.16+git.154.2998451b912-3.40 is installed
OR libtevent-util0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR libwbclient0-4.6.16+git.154.2998451b912-3.40 is installed
OR libwbclient0-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-client-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-client-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-doc-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-libs-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-libs-32bit-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-winbind-4.6.16+git.154.2998451b912-3.40 is installed
OR samba-winbind-32bit-4.6.16+git.154.2998451b912-3.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.61-52.125 is installed
OR kernel-default-base-3.12.61-52.125 is installed
OR kernel-default-devel-3.12.61-52.125 is installed
OR kernel-default-man-3.12.61-52.125 is installed
OR kernel-devel-3.12.61-52.125 is installed
OR kernel-macros-3.12.61-52.125 is installed
OR kernel-source-3.12.61-52.125 is installed
OR kernel-syms-3.12.61-52.125 is installed
OR kernel-xen-3.12.61-52.125 is installed
OR kernel-xen-base-3.12.61-52.125 is installed
OR kernel-xen-devel-3.12.61-52.125 is installed
OR kgraft-patch-3_12_61-52_125-default-1-1.3 is installed
OR kgraft-patch-3_12_61-52_125-xen-1-1.3 is installed
OR kgraft-patch-SLE12_Update_33-1-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.61-52.125 is installed
OR kernel-default-base-3.12.61-52.125 is installed
OR kernel-default-devel-3.12.61-52.125 is installed
OR kernel-default-man-3.12.61-52.125 is installed
OR kernel-devel-3.12.61-52.125 is installed
OR kernel-macros-3.12.61-52.125 is installed
OR kernel-source-3.12.61-52.125 is installed
OR kernel-syms-3.12.61-52.125 is installed
OR kernel-xen-3.12.61-52.125 is installed
OR kernel-xen-base-3.12.61-52.125 is installed
OR kernel-xen-devel-3.12.61-52.125 is installed
OR kgraft-patch-3_12_61-52_125-default-1-1.3 is installed
OR kgraft-patch-3_12_61-52_125-xen-1-1.3 is installed
OR kgraft-patch-SLE12_Update_33-1-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND python-pyOpenSSL-16.0.0-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 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 12 is installed
AND Package Information
MozillaFirefox-45.3.0esr-78 is installed
OR MozillaFirefox-translations-45.3.0esr-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kernel-default-3.12.74-60.64.51 is installed
OR kernel-default-base-3.12.74-60.64.51 is installed
OR kernel-default-devel-3.12.74-60.64.51 is installed
OR kernel-devel-3.12.74-60.64.51 is installed
OR kernel-macros-3.12.74-60.64.51 is installed
OR kernel-source-3.12.74-60.64.51 is installed
OR kernel-syms-3.12.74-60.64.51 is installed
OR kernel-xen-3.12.74-60.64.51 is installed
OR kernel-xen-base-3.12.74-60.64.51 is installed
OR kernel-xen-devel-3.12.74-60.64.51 is installed
OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_103-92_56-default-5-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
libpng-devel-1.2.31-5.35 is installed
OR libpng-devel-32bit-1.2.31-5.35 is installed
OR libpng12-0-1.2.31-5.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
GraphicsMagick-1.2.5-78.61 is installed
OR libGraphicsMagick2-1.2.5-78.61 is installed
OR perl-GraphicsMagick-1.2.5-78.61 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.48-52.27 is installed
OR kernel-default-extra-3.12.48-52.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.51-60.20 is installed
OR kernel-default-extra-3.12.51-60.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
freerdp-2.0.0~git.1463131968.4e66df7-11 is installed
OR libfreerdp2-2.0.0~git.1463131968.4e66df7-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gd-2.1.0-24.6 is installed
OR gd-32bit-2.1.0-24.6 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND couchdb-1.6.1-2.7 is installed
|