Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise Server 11 SP2 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed: - CVE-2015-5707: An integer overflow in the SCSI generic driver could be potentially used by local attackers to crash the kernel or execute code. - CVE-2015-2830: arch/x86/kernel/entry_64.S in the Linux kernel did not prevent the TS_COMPAT flag from reaching a user-mode task, which might have allowed local users to bypass the seccomp or audit protection mechanism via a crafted application that uses the (1) fork or (2) close system call, as demonstrated by an attack against seccomp before 3.16 (bnc#926240). - CVE-2015-0777: drivers/xen/usbback/usbback.c in the Linux kernel allowed guest OS users to obtain sensitive information from uninitialized locations in host OS kernel memory via unspecified vectors (bnc#917830). - CVE-2015-2150: Xen and the Linux kernel did not properly restrict access to PCI command registers, which might have allowed local guest users to cause a denial of service (non-maskable interrupt and host crash) by disabling the (1) memory or (2) I/O decoding for a PCI Express device and then accessing the device, which triggers an Unsupported Request (UR) response (bnc#919463). - CVE-2015-5364: A remote denial of service (hang) via UDP flood with incorrect package checksums was fixed. (bsc#936831). - CVE-2015-5366: A remote denial of service (unexpected error returns) via UDP flood with incorrect package checksums was fixed. (bsc#936831). - CVE-2015-1420: CVE-2015-1420: Race condition in the handle_to_path function in fs/fhandle.c in the Linux kernel allowed local users to bypass intended size restrictions and trigger read operations on additional memory locations by changing the handle_bytes value of a file handle during the execution of this function (bnc#915517). - CVE-2015-4700: A local user could have created a bad instruction in the JIT processed BPF code, leading to a kernel crash (bnc#935705). - CVE-2015-1805: The (1) pipe_read and (2) pipe_write implementations in fs/pipe.c in the Linux kernel did not properly consider the side effects of failed __copy_to_user_inatomic and __copy_from_user_inatomic calls, which allowed local users to cause a denial of service (system crash) or possibly gain privileges via a crafted application, aka an 'I/O vector array overrun' (bnc#933429). - CVE-2015-3331: The __driver_rfc4106_decrypt function in arch/x86/crypto/aesni-intel_glue.c in the Linux kernel did not properly determine the memory locations used for encrypted data, which allowed context-dependent attackers to cause a denial of service (buffer overflow and system crash) or possibly execute arbitrary code by triggering a crypto API call, as demonstrated by use of a libkcapi test program with an AF_ALG(aead) socket (bnc#927257). - CVE-2015-2922: The ndisc_router_discovery function in net/ipv6/ndisc.c in the Neighbor Discovery (ND) protocol implementation in the IPv6 stack in the Linux kernel allowed remote attackers to reconfigure a hop-limit setting via a small hop_limit value in a Router Advertisement (RA) message (bnc#922583). - CVE-2015-2041: net/llc/sysctl_net_llc.c in the Linux kernel used an incorrect data type in a sysctl table, which allowed local users to obtain potentially sensitive information from kernel memory or possibly have unspecified other impact by accessing a sysctl entry (bnc#919007). - CVE-2015-3636: The ping_unhash function in net/ipv4/ping.c in the Linux kernel did not initialize a certain list data structure during an unhash operation, which allowed local users to gain privileges or cause a denial of service (use-after-free and system crash) by leveraging the ability to make a SOCK_DGRAM socket system call for the IPPROTO_ICMP or IPPROTO_ICMPV6 protocol, and then making a connect system call after a disconnect (bnc#929525). - CVE-2014-8086: Race condition in the ext4_file_write_iter function in fs/ext4/file.c in the Linux kernel allowed local users to cause a denial of service (file unavailability) via a combination of a write action and an F_SETFL fcntl operation for the O_DIRECT flag (bnc#900881). - CVE-2014-8159: The InfiniBand (IB) implementation in the Linux kernel did not properly restrict use of User Verbs for registration of memory regions, which allowed local users to access arbitrary physical memory locations, and consequently cause a denial of service (system crash) or gain privileges, by leveraging permissions on a uverbs device under /dev/infiniband/ (bnc#914742). - CVE-2014-9683: Off-by-one error in the ecryptfs_decode_from_filename function in fs/ecryptfs/crypto.c in the eCryptfs subsystem in the Linux kernel allowed local users to cause a denial of service (buffer overflow and system crash) or possibly gain privileges via a crafted filename (bnc#918333). - CVE-2015-2042: net/rds/sysctl.c in the Linux kernel used an incorrect data type in a sysctl table, which allowed local users to obtain potentially sensitive information from kernel memory or possibly have unspecified other impact by accessing a sysctl entry (bnc#919018). - CVE-2015-1421: Use-after-free vulnerability in the sctp_assoc_update function in net/sctp/associola.c in the Linux kernel allowed remote attackers to cause a denial of service (slab corruption and panic) or possibly have unspecified other impact by triggering an INIT collision that leads to improper handling of shared-key data (bnc#915577).
The following non-security bugs were fixed: - HID: add ALWAYS_POLL quirk for a Logitech 0xc007 (bnc#931474). - HID: add HP OEM mouse to quirk ALWAYS_POLL (bnc#931474). - HID: add quirk for PIXART OEM mouse used by HP (bnc#931474). - HID: usbhid: add always-poll quirk (bnc#931474). - HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLL (bnc#931474). - HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b (bnc#931474). - HID: usbhid: enable always-poll quirk for Elan Touchscreen 0103 (bnc#931474). - HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f (bnc#931474). - HID: usbhid: enable always-poll quirk for Elan Touchscreen. - HID: usbhid: fix PIXART optical mouse (bnc#931474). - HID: usbhid: more mice with ALWAYS_POLL (bnc#931474). - HID: usbhid: yet another mouse with ALWAYS_POLL (bnc#931474). - bnx2x: Fix kdump when iommu=on (bug#921769). - cifs: fix use-after-free bug in find_writable_file (bnc#909477). - coredump: ensure the fpu state is flushed for proper multi-threaded core dump (bsc#904671, bsc#929360). - dm: fixed that LVM merge snapshot of root logical volume were not working (bsc#928801) - deal with deadlock in d_walk fix (bnc#929148, bnc#929283). - e1000: do not enable dma receives until after dma address has been setup (bsc#821931). - fsnotify: Fix handling of renames in audit (bnc#915200). - inet: add a redirect generation id in inetpeer (bnc#860593). - inetpeer: initialize ->redirect_genid in inet_getpeer() (bnc#860593). - kabi: hide bnc#860593 changes of struct inetpeer_addr_base (bnc#860593). - kernel: fix data corruption when reading /proc/sysinfo (bsc#891087, bsc#937986, LTC#114480). - libata: prevent HSM state change race between ISR and PIO (bsc#923245). - time, ntp: Do not update time_state in middle of leap second (bsc#912916). - s390-3215-tty-close-crash.patch: kernel: 3215 tty close crash (bsc#916010, LTC#120873). - s390-3215-tty-close-race.patch: kernel: 3215 console crash (bsc#916010, LTC#94302). - s390-3215-tty-hang.patch: Renamed from patches.arch/s390-tty-hang.patch. - s390-3215-tty-hang.patch: Update references (bnc#898693, bnc#897995, LTC#114562). - s390-dasd-retry-partition-detection.patch: s390/dasd: retry partition detection (bsc#916010, LTC#94302). - s390-dasd-retry-partition-detection.patch: Update references (bsc#916010, LTC#120565). - s390-sclp-tty-refcount.patch: kernel: sclp console tty reference counting (bsc#916010, LTC#115466). - scsi: vmw_pvscsi: Fix pvscsi_abort() function (bnc#940398 bsc#930934). - scsi/sg: sg_start_req(): make sure that there is not too many elements in iovec (bsc#940338). - x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state() (bsc#904671, bsc#929360). - x86-mm-send-tlb-flush-ipis-to-online-cpus-only.patch: x86, mm: Send tlb flush IPIs to online cpus only (bnc#798406). - x86/mm: Improve AMD Bulldozer ASLR workaround (bsc#937032). - x86/reboot: Fix a warning message triggered by stop_other_cpus() (bnc#930284). - xen: Correctly re-enable interrupts in xen_spin_wait() (bsc#879878, bsc#908870). - xfs: prevent deadlock trying to cover an active log (bsc#917093).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000677 1001707 1001912 1004499 1005878 1010470 1013018 1019334 1021641 1022085 1022644 1032084 1039348 1050431 1052943 1054171 1057389 1059777 1061076 1061080 1061081 1061082 1061084 1061086 1061087 1062568 1062840 1063416 1063516 1065600 1065726 1065999 1067118 1067912 1068032 1072689 1072865 1075088 1075091 1075994 1078669 1078672 1078673 1078674 1080464 1080757 1080813 1081358 1082091 1082424 1083242 1083275 1083483 1083494 1084536 1085113 1085279 1085331 1085513 1086162 1087088 1087092 1087260 1087762 1088147 1088260 1089030 1089608 1089665 1089668 1089752 1108752 1108753 1108756 1108757 1108761 1108762 1174421 798406 821931 857490 860593 873705 879878 891087 897995 898693 900881 904671 908870 909077 909477 912916 914742 915200 915517 915577 916010 917093 917830 918333 919007 919018 919463 921769 922220 922222 922583 923142 923245 925225 926240 927257 928801 929148 929283 929360 929525 930284 930934 931474 933429 935705 936831 937032 937986 940338 940398 940776 943786 957226 959888 977446 977450 977451 977452 977455 977457 977458 977459 977461 977464 979302 981422 982056 982064 982065 982066 982067 982068 CVE-2013-6456 CVE-2014-0179 CVE-2014-8086 CVE-2014-8119 CVE-2014-8159 CVE-2014-9140 CVE-2014-9683 CVE-2015-0261 CVE-2015-0777 CVE-2015-1420 CVE-2015-1421 CVE-2015-1805 CVE-2015-2041 CVE-2015-2042 CVE-2015-2150 CVE-2015-2154 CVE-2015-2830 CVE-2015-2922 CVE-2015-3331 CVE-2015-3636 CVE-2015-4700 CVE-2015-5156 CVE-2015-5364 CVE-2015-5366 CVE-2015-5707 CVE-2015-7575 CVE-2015-7704 CVE-2015-7705 CVE-2015-7974 CVE-2016-1547 CVE-2016-1548 CVE-2016-1549 CVE-2016-1550 CVE-2016-1551 CVE-2016-2108 CVE-2016-2516 CVE-2016-2517 CVE-2016-2518 CVE-2016-2519 CVE-2016-4953 CVE-2016-4954 CVE-2016-4955 CVE-2016-4956 CVE-2016-4957 CVE-2016-7056 CVE-2016-7915 CVE-2016-8610 CVE-2017-0861 CVE-2017-1000251 CVE-2017-12190 CVE-2017-13166 CVE-2017-15588 CVE-2017-15589 CVE-2017-15590 CVE-2017-15592 CVE-2017-15593 CVE-2017-15594 CVE-2017-15595 CVE-2017-16644 CVE-2017-16911 CVE-2017-16912 CVE-2017-16913 CVE-2017-16914 CVE-2017-18203 CVE-2017-18208 CVE-2017-3731 CVE-2017-5526 CVE-2017-5715 CVE-2017-7555 CVE-2018-10087 CVE-2018-10124 CVE-2018-1087 CVE-2018-1100 CVE-2018-16741 CVE-2018-16742 CVE-2018-16743 CVE-2018-16744 CVE-2018-16745 CVE-2018-17082 CVE-2018-6927 CVE-2018-7566 CVE-2018-7757 CVE-2018-8822 CVE-2018-8897 CVE-2020-15705 SUSE-SU-2015:0692-1 SUSE-SU-2015:1478-1 SUSE-SU-2016:0189-1 SUSE-SU-2016:1471-1 SUSE-SU-2016:1602-1 SUSE-SU-2017:2548-1 SUSE-SU-2017:2812-1 SUSE-SU-2018:0653-1 SUSE-SU-2018:1080-1 SUSE-SU-2018:1171-1 SUSE-SU-2020:14461-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 Desktop 12 SP4 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1 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-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3 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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
apache2-2.4.33-lp150.1 is installed
OR apache2-doc-2.4.33-lp150.1 is installed
OR apache2-example-pages-2.4.33-lp150.1 is installed
OR apache2-prefork-2.4.33-lp150.1 is installed
OR apache2-utils-2.4.33-lp150.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
at-3.1.14-12 is installed
OR flex-2.5.37-14 is installed
OR libbonobo-2.32.1-22 is installed
OR libbonobo-devel-2.32.1-22 is installed
OR libbonobo-lang-2.32.1-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
curl-7.19.7-1.20.31 is installed
OR libcurl4-7.19.7-1.20.31 is installed
OR libcurl4-32bit-7.19.7-1.20.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
dbus-1-1.2.10-3.31 is installed
OR dbus-1-32bit-1.2.10-3.31 is installed
OR dbus-1-x11-1.2.10-3.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.41 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
freetype2-2.5.3-5 is installed
OR ft2demos-2.5.3-5 is installed
OR libfreetype6-2.5.3-5 is installed
OR libfreetype6-32bit-2.5.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
kernel-default-3.12.51-60.20 is installed
OR kernel-default-devel-3.12.51-60.20 is installed
OR kernel-default-extra-3.12.51-60.20 is installed
OR kernel-devel-3.12.51-60.20 is installed
OR kernel-macros-3.12.51-60.20 is installed
OR kernel-source-3.12.51-60.20 is installed
OR kernel-syms-3.12.51-60.20 is installed
OR kernel-xen-3.12.51-60.20 is installed
OR kernel-xen-devel-3.12.51-60.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
xen-4.7.1_04-28 is installed
OR xen-libs-4.7.1_04-28 is installed
OR xen-libs-32bit-4.7.1_04-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gnome-keyring-3.20.0-27 is installed
OR gnome-keyring-32bit-3.20.0-27 is installed
OR gnome-keyring-lang-3.20.0-27 is installed
OR gnome-keyring-pam-3.20.0-27 is installed
OR gnome-keyring-pam-32bit-3.20.0-27 is installed
OR libgck-modules-gnome-keyring-3.20.0-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND libunwind-1.1-11.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.36-38 is installed
OR kernel-ec2-devel-3.12.36-38 is installed
OR kernel-ec2-extra-3.12.36-38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-59 is installed
OR php5-5.5.14-59 is installed
OR php5-bcmath-5.5.14-59 is installed
OR php5-bz2-5.5.14-59 is installed
OR php5-calendar-5.5.14-59 is installed
OR php5-ctype-5.5.14-59 is installed
OR php5-curl-5.5.14-59 is installed
OR php5-dba-5.5.14-59 is installed
OR php5-dom-5.5.14-59 is installed
OR php5-enchant-5.5.14-59 is installed
OR php5-exif-5.5.14-59 is installed
OR php5-fastcgi-5.5.14-59 is installed
OR php5-fileinfo-5.5.14-59 is installed
OR php5-fpm-5.5.14-59 is installed
OR php5-ftp-5.5.14-59 is installed
OR php5-gd-5.5.14-59 is installed
OR php5-gettext-5.5.14-59 is installed
OR php5-gmp-5.5.14-59 is installed
OR php5-iconv-5.5.14-59 is installed
OR php5-intl-5.5.14-59 is installed
OR php5-json-5.5.14-59 is installed
OR php5-ldap-5.5.14-59 is installed
OR php5-mbstring-5.5.14-59 is installed
OR php5-mcrypt-5.5.14-59 is installed
OR php5-mysql-5.5.14-59 is installed
OR php5-odbc-5.5.14-59 is installed
OR php5-opcache-5.5.14-59 is installed
OR php5-openssl-5.5.14-59 is installed
OR php5-pcntl-5.5.14-59 is installed
OR php5-pdo-5.5.14-59 is installed
OR php5-pear-5.5.14-59 is installed
OR php5-pgsql-5.5.14-59 is installed
OR php5-phar-5.5.14-59 is installed
OR php5-posix-5.5.14-59 is installed
OR php5-pspell-5.5.14-59 is installed
OR php5-shmop-5.5.14-59 is installed
OR php5-snmp-5.5.14-59 is installed
OR php5-soap-5.5.14-59 is installed
OR php5-sockets-5.5.14-59 is installed
OR php5-sqlite-5.5.14-59 is installed
OR php5-suhosin-5.5.14-59 is installed
OR php5-sysvmsg-5.5.14-59 is installed
OR php5-sysvsem-5.5.14-59 is installed
OR php5-sysvshm-5.5.14-59 is installed
OR php5-tokenizer-5.5.14-59 is installed
OR php5-wddx-5.5.14-59 is installed
OR php5-xmlreader-5.5.14-59 is installed
OR php5-xmlrpc-5.5.14-59 is installed
OR php5-xmlwriter-5.5.14-59 is installed
OR php5-xsl-5.5.14-59 is installed
OR php5-zip-5.5.14-59 is installed
OR php5-zlib-5.5.14-59 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libvorbis-1.2.0-79.13 is installed
OR libvorbis-32bit-1.2.0-79.13 is installed
OR libvorbis-doc-1.2.0-79.13 is installed
OR libvorbis-x86-1.2.0-79.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libvorbis-1.2.0-79.13 is installed
OR libvorbis-32bit-1.2.0-79.13 is installed
OR libvorbis-doc-1.2.0-79.13 is installed
OR libvorbis-x86-1.2.0-79.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
cyrus-imapd-2.3.11-60.21 is installed
OR perl-Cyrus-IMAP-2.3.11-60.21 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
freeradius-server-2.1.1-7.16 is installed
OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
OR freeradius-server-doc-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
OR freeradius-server-utils-2.1.1-7.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
freeradius-server-2.1.1-7.16 is installed
OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
OR freeradius-server-doc-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
OR freeradius-server-utils-2.1.1-7.16 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
freeradius-server-2.1.1-7.16 is installed
OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
OR freeradius-server-doc-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
OR freeradius-server-utils-2.1.1-7.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
avahi-0.6.23-11.19 is installed
OR avahi-lang-0.6.23-11.19 is installed
OR avahi-utils-0.6.23-11.19 is installed
OR libavahi-client3-0.6.23-11.19 is installed
OR libavahi-client3-32bit-0.6.23-11.19 is installed
OR libavahi-client3-x86-0.6.23-11.19 is installed
OR libavahi-common3-0.6.23-11.19 is installed
OR libavahi-common3-32bit-0.6.23-11.19 is installed
OR libavahi-common3-x86-0.6.23-11.19 is installed
OR libavahi-core5-0.6.23-11.19 is installed
OR libdns_sd-0.6.23-11.19 is installed
OR libdns_sd-32bit-0.6.23-11.19 is installed
OR libdns_sd-x86-0.6.23-11.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.37 is installed
OR kernel-default-base-3.0.101-0.7.37 is installed
OR kernel-default-devel-3.0.101-0.7.37 is installed
OR kernel-default-man-3.0.101-0.7.37 is installed
OR kernel-ec2-3.0.101-0.7.37 is installed
OR kernel-ec2-base-3.0.101-0.7.37 is installed
OR kernel-ec2-devel-3.0.101-0.7.37 is installed
OR kernel-pae-3.0.101-0.7.37 is installed
OR kernel-pae-base-3.0.101-0.7.37 is installed
OR kernel-pae-devel-3.0.101-0.7.37 is installed
OR kernel-source-3.0.101-0.7.37 is installed
OR kernel-syms-3.0.101-0.7.37 is installed
OR kernel-trace-3.0.101-0.7.37 is installed
OR kernel-trace-base-3.0.101-0.7.37 is installed
OR kernel-trace-devel-3.0.101-0.7.37 is installed
OR kernel-xen-3.0.101-0.7.37 is installed
OR kernel-xen-base-3.0.101-0.7.37 is installed
OR kernel-xen-devel-3.0.101-0.7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.37 is installed
OR kernel-default-base-3.0.101-0.7.37 is installed
OR kernel-default-devel-3.0.101-0.7.37 is installed
OR kernel-default-man-3.0.101-0.7.37 is installed
OR kernel-ec2-3.0.101-0.7.37 is installed
OR kernel-ec2-base-3.0.101-0.7.37 is installed
OR kernel-ec2-devel-3.0.101-0.7.37 is installed
OR kernel-pae-3.0.101-0.7.37 is installed
OR kernel-pae-base-3.0.101-0.7.37 is installed
OR kernel-pae-devel-3.0.101-0.7.37 is installed
OR kernel-source-3.0.101-0.7.37 is installed
OR kernel-syms-3.0.101-0.7.37 is installed
OR kernel-trace-3.0.101-0.7.37 is installed
OR kernel-trace-base-3.0.101-0.7.37 is installed
OR kernel-trace-devel-3.0.101-0.7.37 is installed
OR kernel-xen-3.0.101-0.7.37 is installed
OR kernel-xen-base-3.0.101-0.7.37 is installed
OR kernel-xen-devel-3.0.101-0.7.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libfreebl3-3.19.2.2-22 is installed
OR libfreebl3-32bit-3.19.2.2-22 is installed
OR libfreebl3-x86-3.19.2.2-22 is installed
OR libsoftokn3-3.19.2.2-22 is installed
OR libsoftokn3-32bit-3.19.2.2-22 is installed
OR libsoftokn3-x86-3.19.2.2-22 is installed
OR mozilla-nss-3.19.2.2-22 is installed
OR mozilla-nss-32bit-3.19.2.2-22 is installed
OR mozilla-nss-tools-3.19.2.2-22 is installed
OR mozilla-nss-x86-3.19.2.2-22 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libfreebl3-3.19.2.2-22 is installed
OR libfreebl3-32bit-3.19.2.2-22 is installed
OR libfreebl3-x86-3.19.2.2-22 is installed
OR libsoftokn3-3.19.2.2-22 is installed
OR libsoftokn3-32bit-3.19.2.2-22 is installed
OR libsoftokn3-x86-3.19.2.2-22 is installed
OR mozilla-nss-3.19.2.2-22 is installed
OR mozilla-nss-32bit-3.19.2.2-22 is installed
OR mozilla-nss-tools-3.19.2.2-22 is installed
OR mozilla-nss-x86-3.19.2.2-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libfreebl3-3.19.2.2-22 is installed
OR libfreebl3-32bit-3.19.2.2-22 is installed
OR libfreebl3-x86-3.19.2.2-22 is installed
OR libsoftokn3-3.19.2.2-22 is installed
OR libsoftokn3-32bit-3.19.2.2-22 is installed
OR libsoftokn3-x86-3.19.2.2-22 is installed
OR mozilla-nss-3.19.2.2-22 is installed
OR mozilla-nss-32bit-3.19.2.2-22 is installed
OR mozilla-nss-tools-3.19.2.2-22 is installed
OR mozilla-nss-x86-3.19.2.2-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libfreebl3-3.19.2.2-22 is installed
OR libfreebl3-32bit-3.19.2.2-22 is installed
OR libfreebl3-x86-3.19.2.2-22 is installed
OR libsoftokn3-3.19.2.2-22 is installed
OR libsoftokn3-32bit-3.19.2.2-22 is installed
OR libsoftokn3-x86-3.19.2.2-22 is installed
OR mozilla-nss-3.19.2.2-22 is installed
OR mozilla-nss-32bit-3.19.2.2-22 is installed
OR mozilla-nss-tools-3.19.2.2-22 is installed
OR mozilla-nss-x86-3.19.2.2-22 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libfreebl3-3.19.2.2-22 is installed
OR libfreebl3-32bit-3.19.2.2-22 is installed
OR libfreebl3-x86-3.19.2.2-22 is installed
OR libsoftokn3-3.19.2.2-22 is installed
OR libsoftokn3-32bit-3.19.2.2-22 is installed
OR libsoftokn3-x86-3.19.2.2-22 is installed
OR mozilla-nss-3.19.2.2-22 is installed
OR mozilla-nss-32bit-3.19.2.2-22 is installed
OR mozilla-nss-tools-3.19.2.2-22 is installed
OR mozilla-nss-x86-3.19.2.2-22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_jk-1.2.26-1.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
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 11 SP3-LTSS is installed
AND
ntp-4.2.8p7-44 is installed
OR ntp-doc-4.2.8p7-44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ntp-4.2.8p7-44 is installed
OR ntp-doc-4.2.8p7-44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ntp-4.2.8p7-44 is installed
OR ntp-doc-4.2.8p7-44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ntp-4.2.8p7-44 is installed
OR ntp-doc-4.2.8p7-44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.11 is installed
OR xen-doc-html-4.2.5_21-45.11 is installed
OR xen-doc-pdf-4.2.5_21-45.11 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-libs-4.2.5_21-45.11 is installed
OR xen-libs-32bit-4.2.5_21-45.11 is installed
OR xen-tools-4.2.5_21-45.11 is installed
OR xen-tools-domU-4.2.5_21-45.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.11 is installed
OR xen-doc-html-4.2.5_21-45.11 is installed
OR xen-doc-pdf-4.2.5_21-45.11 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-libs-4.2.5_21-45.11 is installed
OR xen-libs-32bit-4.2.5_21-45.11 is installed
OR xen-tools-4.2.5_21-45.11 is installed
OR xen-tools-domU-4.2.5_21-45.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
g3utils-1.1.36-28.3 is installed
OR mgetty-1.1.36-28.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
g3utils-1.1.36-28.3 is installed
OR mgetty-1.1.36-28.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
augeas-0.9.0-3.21.3 is installed
OR augeas-lenses-0.9.0-3.21.3 is installed
OR libaugeas0-0.9.0-3.21.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
augeas-0.9.0-3.21.3 is installed
OR augeas-lenses-0.9.0-3.21.3 is installed
OR libaugeas0-0.9.0-3.21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
Mesa-9.0.3-0.28.29 is installed
OR Mesa-32bit-9.0.3-0.28.29 is installed
OR Mesa-x86-9.0.3-0.28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
grub2-2.00-0.66.21 is installed
OR grub2-x86_64-efi-2.00-0.66.21 is installed
OR grub2-x86_64-xen-2.00-0.66.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
grub2-2.00-0.66.21 is installed
OR grub2-x86_64-efi-2.00-0.66.21 is installed
OR grub2-x86_64-xen-2.00-0.66.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND wget-openssl1-1.11.4-1.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND wget-openssl1-1.11.4-1.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
rsyslog-8.4.0-5 is installed
OR rsyslog-diag-tools-8.4.0-5 is installed
OR rsyslog-doc-8.4.0-5 is installed
OR rsyslog-module-gssapi-8.4.0-5 is installed
OR rsyslog-module-gtls-8.4.0-5 is installed
OR rsyslog-module-mysql-8.4.0-5 is installed
OR rsyslog-module-pgsql-8.4.0-5 is installed
OR rsyslog-module-relp-8.4.0-5 is installed
OR rsyslog-module-snmp-8.4.0-5 is installed
OR rsyslog-module-udpspoof-8.4.0-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
rsyslog-8.4.0-5 is installed
OR rsyslog-diag-tools-8.4.0-5 is installed
OR rsyslog-doc-8.4.0-5 is installed
OR rsyslog-module-gssapi-8.4.0-5 is installed
OR rsyslog-module-gtls-8.4.0-5 is installed
OR rsyslog-module-mysql-8.4.0-5 is installed
OR rsyslog-module-pgsql-8.4.0-5 is installed
OR rsyslog-module-relp-8.4.0-5 is installed
OR rsyslog-module-snmp-8.4.0-5 is installed
OR rsyslog-module-udpspoof-8.4.0-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
augeas-1.2.0-1 is installed
OR augeas-lenses-1.2.0-1 is installed
OR libaugeas0-1.2.0-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
strongswan-5.1.3-22 is installed
OR strongswan-doc-5.1.3-22 is installed
OR strongswan-hmac-5.1.3-22 is installed
OR strongswan-ipsec-5.1.3-22 is installed
OR strongswan-libs0-5.1.3-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
strongswan-5.1.3-22 is installed
OR strongswan-doc-5.1.3-22 is installed
OR strongswan-hmac-5.1.3-22 is installed
OR strongswan-ipsec-5.1.3-22 is installed
OR strongswan-libs0-5.1.3-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-9 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
java-1_8_0-openjdk-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-demo-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-devel-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-headless-1.8.0.144-27.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
java-1_8_0-openjdk-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-demo-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-devel-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-headless-1.8.0.144-27.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
ImageMagick-6.8.8.1-54 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-54 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
ImageMagick-6.8.8.1-54 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-54 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_103-92_53-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_103-92_53-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
java-1_8_0-openjdk-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-demo-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-devel-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-headless-1.8.0.144-27.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
java-1_8_0-openjdk-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-demo-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-devel-1.8.0.144-27.5 is installed
OR java-1_8_0-openjdk-headless-1.8.0.144-27.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
ecryptfs-utils-103-7 is installed
OR ecryptfs-utils-32bit-103-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND perl-Archive-Zip-1.34-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND perl-Archive-Zip-1.34-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libpython2_7-1_0-2.7.13-28.21 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.21 is installed
OR python-2.7.13-28.21 is installed
OR python-32bit-2.7.13-28.21 is installed
OR python-base-2.7.13-28.21 is installed
OR python-base-32bit-2.7.13-28.21 is installed
OR python-curses-2.7.13-28.21 is installed
OR python-demo-2.7.13-28.21 is installed
OR python-doc-2.7.13-28.21 is installed
OR python-doc-pdf-2.7.13-28.21 is installed
OR python-gdbm-2.7.13-28.21 is installed
OR python-idle-2.7.13-28.21 is installed
OR python-tk-2.7.13-28.21 is installed
OR python-xml-2.7.13-28.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libpython2_7-1_0-2.7.13-28.21 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.21 is installed
OR python-2.7.13-28.21 is installed
OR python-32bit-2.7.13-28.21 is installed
OR python-base-2.7.13-28.21 is installed
OR python-base-32bit-2.7.13-28.21 is installed
OR python-curses-2.7.13-28.21 is installed
OR python-demo-2.7.13-28.21 is installed
OR python-doc-2.7.13-28.21 is installed
OR python-doc-pdf-2.7.13-28.21 is installed
OR python-gdbm-2.7.13-28.21 is installed
OR python-idle-2.7.13-28.21 is installed
OR python-tk-2.7.13-28.21 is installed
OR python-xml-2.7.13-28.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_63-default-11-2 is installed
OR kgraft-patch-3_12_60-52_63-xen-11-2 is installed
OR kgraft-patch-SLE12_Update_18-11-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_63-default-11-2 is installed
OR kgraft-patch-3_12_60-52_63-xen-11-2 is installed
OR kgraft-patch-SLE12_Update_18-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libpcre1-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 11 SP1 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_120-92_70-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
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-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 |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND python-PyJWT-1.4.2-3.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
openstack-aodh-5.1.1~dev5-3.5 is installed
OR openstack-aodh-api-5.1.1~dev5-3.5 is installed
OR openstack-aodh-doc-5.1.1~dev5-3.5 is installed
OR openstack-aodh-evaluator-5.1.1~dev5-3.5 is installed
OR openstack-aodh-expirer-5.1.1~dev5-3.5 is installed
OR openstack-aodh-listener-5.1.1~dev5-3.5 is installed
OR openstack-aodh-notifier-5.1.1~dev5-3.5 is installed
OR openstack-barbican-5.0.1~dev11-3.8 is installed
OR openstack-barbican-api-5.0.1~dev11-3.8 is installed
OR openstack-barbican-doc-5.0.1~dev11-3.8 is installed
OR openstack-barbican-keystone-listener-5.0.1~dev11-3.8 is installed
OR openstack-barbican-retry-5.0.1~dev11-3.8 is installed
OR openstack-barbican-worker-5.0.1~dev11-3.8 is installed
OR openstack-cinder-11.1.2~dev14-3.6 is installed
OR openstack-cinder-api-11.1.2~dev14-3.6 is installed
OR openstack-cinder-backup-11.1.2~dev14-3.6 is installed
OR openstack-cinder-doc-11.1.2~dev14-3.6 is installed
OR openstack-cinder-scheduler-11.1.2~dev14-3.6 is installed
OR openstack-cinder-volume-11.1.2~dev14-3.6 is installed
OR openstack-dashboard-12.0.4~dev1-3.8 is installed
OR openstack-designate-5.0.2~dev5-3.5 is installed
OR openstack-designate-agent-5.0.2~dev5-3.5 is installed
OR openstack-designate-api-5.0.2~dev5-3.5 is installed
OR openstack-designate-central-5.0.2~dev5-3.5 is installed
OR openstack-designate-doc-5.0.2~dev5-3.5 is installed
OR openstack-designate-producer-5.0.2~dev5-3.5 is installed
OR openstack-designate-sink-5.0.2~dev5-3.5 is installed
OR openstack-designate-worker-5.0.2~dev5-3.5 is installed
OR openstack-glance-15.0.2~dev4-3.3 is installed
OR openstack-glance-api-15.0.2~dev4-3.3 is installed
OR openstack-glance-doc-15.0.2~dev4-3.3 is installed
OR openstack-glance-registry-15.0.2~dev4-3.3 is installed
OR openstack-heat-9.0.5~dev11-3.6 is installed
OR openstack-heat-api-9.0.5~dev11-3.6 is installed
OR openstack-heat-api-cfn-9.0.5~dev11-3.6 is installed
OR openstack-heat-api-cloudwatch-9.0.5~dev11-3.6 is installed
OR openstack-heat-doc-9.0.5~dev11-3.6 is installed
OR openstack-heat-engine-9.0.5~dev11-3.6 is installed
OR openstack-heat-plugin-heat_docker-9.0.5~dev11-3.6 is installed
OR openstack-heat-templates-0.0.0+git.1525957319.6b5a7cd-3.3 is installed
OR openstack-heat-test-9.0.5~dev11-3.6 is installed
OR openstack-horizon-plugin-designate-ui-5.0.2~dev5-3.3 is installed
OR openstack-horizon-plugin-freezer-ui-5.0.1~dev6-3.3 is installed
OR openstack-horizon-plugin-gbp-ui-5.0.1~dev21-4.3 is installed
OR openstack-horizon-plugin-manila-ui-2.10.3~dev4-4.5 is installed
OR openstack-horizon-plugin-neutron-lbaas-ui-3.0.3~dev2-3.5 is installed
OR openstack-horizon-plugin-trove-ui-9.0.1~dev7-3.3 is installed
OR openstack-ironic-9.1.5~dev7-3.6 is installed
OR openstack-ironic-api-9.1.5~dev7-3.6 is installed
OR openstack-ironic-conductor-9.1.5~dev7-3.6 is installed
OR openstack-ironic-doc-9.1.5~dev7-3.6 is installed
OR openstack-keystone-12.0.1~dev19-5.8 is installed
OR openstack-keystone-doc-12.0.1~dev19-5.8 is installed
OR openstack-manila-5.0.2~dev55-3.6 is installed
OR openstack-manila-api-5.0.2~dev55-3.6 is installed
OR openstack-manila-data-5.0.2~dev55-3.6 is installed
OR openstack-manila-doc-5.0.2~dev55-3.6 is installed
OR openstack-manila-scheduler-5.0.2~dev55-3.6 is installed
OR openstack-manila-share-5.0.2~dev55-3.6 is installed
OR openstack-neutron-11.0.6~dev63-3.6 is installed
OR openstack-neutron-dhcp-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-doc-11.0.6~dev63-3.6 is installed
OR openstack-neutron-fwaas-11.0.2~dev7-3.5 is installed
OR openstack-neutron-fwaas-doc-11.0.2~dev7-3.5 is installed
OR openstack-neutron-ha-tool-11.0.6~dev63-3.6 is installed
OR openstack-neutron-l3-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-lbaas-11.0.4~dev4-3.3 is installed
OR openstack-neutron-lbaas-agent-11.0.4~dev4-3.3 is installed
OR openstack-neutron-lbaas-doc-11.0.4~dev4-3.3 is installed
OR openstack-neutron-linuxbridge-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-macvtap-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-metadata-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-metering-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-openvswitch-agent-11.0.6~dev63-3.6 is installed
OR openstack-neutron-server-11.0.6~dev63-3.6 is installed
OR openstack-neutron-vpn-agent-11.0.1~dev1-3.3 is installed
OR openstack-neutron-vpnaas-11.0.1~dev1-3.3 is installed
OR openstack-neutron-vpnaas-doc-11.0.1~dev1-3.3 is installed
OR openstack-neutron-vyatta-agent-11.0.1~dev1-3.3 is installed
OR openstack-neutron-zvm-agent-8.0.1~dev12-4.3 is installed
OR openstack-nova-16.1.5~dev49-3.8 is installed
OR openstack-nova-api-16.1.5~dev49-3.8 is installed
OR openstack-nova-cells-16.1.5~dev49-3.8 is installed
OR openstack-nova-compute-16.1.5~dev49-3.8 is installed
OR openstack-nova-conductor-16.1.5~dev49-3.8 is installed
OR openstack-nova-console-16.1.5~dev49-3.8 is installed
OR openstack-nova-consoleauth-16.1.5~dev49-3.8 is installed
OR openstack-nova-doc-16.1.5~dev49-3.8 is installed
OR openstack-nova-novncproxy-16.1.5~dev49-3.8 is installed
OR openstack-nova-placement-api-16.1.5~dev49-3.8 is installed
OR openstack-nova-scheduler-16.1.5~dev49-3.8 is installed
OR openstack-nova-serialproxy-16.1.5~dev49-3.8 is installed
OR openstack-nova-virt-zvm-8.0.1~dev56-3.3 is installed
OR openstack-nova-vncproxy-16.1.5~dev49-3.8 is installed
OR openstack-octavia-1.0.3~dev21-4.6 is installed
OR openstack-octavia-amphora-agent-1.0.3~dev21-4.6 is installed
OR openstack-octavia-api-1.0.3~dev21-4.6 is installed
OR openstack-octavia-health-manager-1.0.3~dev21-4.6 is installed
OR openstack-octavia-housekeeping-1.0.3~dev21-4.6 is installed
OR openstack-octavia-worker-1.0.3~dev21-4.6 is installed
OR openstack-trove-8.0.1~dev11-3.3 is installed
OR openstack-trove-api-8.0.1~dev11-3.3 is installed
OR openstack-trove-conductor-8.0.1~dev11-3.3 is installed
OR openstack-trove-doc-8.0.1~dev11-3.3 is installed
OR openstack-trove-guestagent-8.0.1~dev11-3.3 is installed
OR openstack-trove-taskmanager-8.0.1~dev11-3.3 is installed
OR python-aodh-5.1.1~dev5-3.5 is installed
OR python-barbican-5.0.1~dev11-3.8 is installed
OR python-barbicanclient-4.5.2-4.3 is installed
OR python-barbicanclient-doc-4.5.2-4.3 is installed
OR python-cinder-11.1.2~dev14-3.6 is installed
OR python-designate-5.0.2~dev5-3.5 is installed
OR python-glance-15.0.2~dev4-3.3 is installed
OR python-heat-9.0.5~dev11-3.6 is installed
OR python-horizon-12.0.4~dev1-3.8 is installed
OR python-horizon-plugin-designate-ui-5.0.2~dev5-3.3 is installed
OR python-horizon-plugin-freezer-ui-5.0.1~dev6-3.3 is installed
OR python-horizon-plugin-gbp-ui-5.0.1~dev21-4.3 is installed
OR python-horizon-plugin-manila-ui-2.10.3~dev4-4.5 is installed
OR python-horizon-plugin-neutron-lbaas-ui-3.0.3~dev2-3.5 is installed
OR python-horizon-plugin-trove-ui-9.0.1~dev7-3.3 is installed
OR python-ironic-9.1.5~dev7-3.6 is installed
OR python-keystone-12.0.1~dev19-5.8 is installed
OR python-keystone-json-assignment-0.0.2-3.3 is installed
OR python-manila-5.0.2~dev55-3.6 is installed
OR python-manilaclient-1.17.3-3.3 is installed
OR python-manilaclient-doc-1.17.3-3.3 is installed
OR python-neutron-11.0.6~dev63-3.6 is installed
OR python-neutron-fwaas-11.0.2~dev7-3.5 is installed
OR python-neutron-lbaas-11.0.4~dev4-3.3 is installed
OR python-neutron-vpnaas-11.0.1~dev1-3.3 is installed
OR python-nova-16.1.5~dev49-3.8 is installed
OR python-octavia-1.0.3~dev21-4.6 is installed
OR python-trove-8.0.1~dev11-3.3 is installed
OR python-vmware-nsx-11.0.3~dev16-3.3 is installed
OR python-vmware-nsxlib-11.0.4~dev7-3.3 is installed
|