Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for sles12sp1-docker-image (Important) |
Description: |
This update for sles12sp1-docker-image fixes the following issues:
glibc fixed the following security issues:
- CVE-2015-7547: A stack-based buffer overflow in getaddrinfo allowed remote attackers to cause a crash or execute arbitrary code via crafted and timed DNS responses (bsc#961721) - CVE-2015-8777: Insufficient checking of LD_POINTER_GUARD environment variable allowed local attackers to bypass the pointer guarding protection of the dynamic loader on set-user-ID and set-group-ID programs (bsc#950944) - CVE-2015-8776: Out-of-range time values passed to the strftime function may cause it to crash, leading to a denial of service, or potentially disclosure information (bsc#962736) - CVE-2015-8778: Integer overflow in hcreate and hcreate_r could have caused an out-of-bound memory access. leading to application crashes or, potentially, arbitrary code execution (bsc#962737) - CVE-2014-9761: A stack overflow (unbounded alloca) could have caused applications which process long strings with the nan function to crash or, potentially, execute arbitrary code. (bsc#962738) - CVE-2015-8779: A stack overflow (unbounded alloca) in the catopen function could have caused applications which pass long strings to the catopen function to crash or, potentially execute arbitrary code. (bsc#962739)
glibc received the following non-security bugfixes:
- bsc#955647: Resource leak in resolver - bsc#956716: Don't do lock elision on an error checking mutex - bsc#958315: Reinitialize dl_load_write_lock on fork
openssl fixed the following security issues: - CVE-2016-0800 aka the 'DROWN' attack (bsc#968046): OpenSSL was vulnerable to a cross-protocol attack that could lead to decryption of TLS sessions by using a server supporting SSLv2 and EXPORT cipher suites as a Bleichenbacher RSA padding oracle.
This update changes the openssl library to:
* Disable SSLv2 protocol support by default.
This can be overridden by setting the environment variable 'OPENSSL_ALLOW_SSL2' or by using SSL_CTX_clear_options using the SSL_OP_NO_SSLv2 flag.
Note that various services and clients had already disabled SSL protocol 2 by default previously.
* Disable all weak EXPORT ciphers by default. These can be reenabled if required by old legacy software using the environment variable 'OPENSSL_ALLOW_EXPORT'.
- CVE-2016-0702 aka the 'CacheBleed' attack. (bsc#968050) Various changes in the modular exponentation code were added that make sure that it is not possible to recover RSA secret keys by analyzing cache-bank conflicts on the Intel Sandy-Bridge microarchitecture.
Note that this was only exploitable if the malicious code was running on the same hyper threaded Intel Sandy Bridge processor as the victim thread performing decryptions.
- CVE-2016-0705 (bnc#968047): A double free() bug in the DSA ASN1 parser code was fixed that could be abused to facilitate a denial-of-service attack.
- CVE-2016-0797 (bnc#968048): The BN_hex2bn() and BN_dec2bn() functions had a bug that could result in an attempt to de-reference a NULL pointer leading to crashes. This could have security consequences if these functions were ever called by user applications with large untrusted hex/decimal data. Also, internal usage of these functions in OpenSSL uses data from config files or application command line arguments. If user developed applications generated config file data based on untrusted data, then this could have had security consequences as well.
- CVE-2016-0798 (bnc#968265) The SRP user database lookup method SRP_VBASE_get_by_user() had a memory leak that attackers could abuse to facility DoS attacks. To mitigate the issue, the seed handling in SRP_VBASE_get_by_user() was disabled
- CVE-2016-0799 (bnc#968374) On many 64 bit systems, the internal fmtstr() and doapr_outch() functions could miscalculate the length of a string and attempt to access out-of-bounds memory locations. These problems could have enabled attacks where large amounts of untrusted data is passed to the BIO_*printf functions. If applications use these functions in this way then they could have been vulnerable. OpenSSL itself uses these functions when printing out human-readable dumps of ASN.1 data. Therefore applications that print this data could have been vulnerable if the data is from untrusted sources. OpenSSL command line applications could also have been vulnerable when they print out ASN.1 data, or if untrusted data is passed as command line arguments. Libssl is not considered directly vulnerable.
- CVE-2015-3197 (bsc#963415): The SSLv2 protocol did not block disabled ciphers.
Note that the March 1st 2016 release also references following CVEs that were fixed by us with CVE-2015-0293 in 2015:
- CVE-2016-0703 (bsc#968051): This issue only affected versions of OpenSSL prior to March 19th 2015 at which time the code was refactored to address vulnerability CVE-2015-0293. It would have made the above 'DROWN' attack much easier. - CVE-2016-0704 (bsc#968053): 'Bleichenbacher oracle in SSLv2' This issue only affected versions of OpenSSL prior to March 19th 2015 at which time the code was refactored to address vulnerability CVE-2015-0293. It would have made the above 'DROWN' attack much easier.
openssl received the following non-security bugfixes: - Avoid running OPENSSL_config twice. This avoids breaking engine loading. (bsc#952871) - Ensure that OpenSSL doesn't fall back to the default digest algorithm (SHA1) in case a non-FIPS algorithm was negotiated while running in FIPS mode. Instead, OpenSSL will refuse the digest. (bnc#958501)
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1009434 1011377 1011390 1011395 1011398 1011404 1011406 1011411 1011417 1013285 1014109 1014111 1014702 1015048 1015169 1016779 1021129 1022541 1023004 1023053 1023907 1024972 1025013 1031660 1036304 1039496 1045735 1049825 1057389 1070851 1073230 1076017 1076192 1079334 1083488 1085114 1085447 1086774 1086775 1086813 1086814 1086817 1086820 1088705 1091396 1091624 1092413 1096803 1099847 1100028 1101349 1102429 1102682 1103203 1105010 1105323 1106163 1138459 1141853 1155419 1160471 1170441 943216 952099 952871 955837 956365 957812 963415 964336 968046 968048 968051 968053 968374 969591 971793 973570 979064 979074 980856 980883 981252 982273 983144 984764 988028 992038 992606 CVE-2013-7446 CVE-2014-9761 CVE-2015-3195 CVE-2015-3197 CVE-2015-5219 CVE-2015-7547 CVE-2015-8776 CVE-2015-8777 CVE-2015-8778 CVE-2015-8779 CVE-2015-8816 CVE-2016-0702 CVE-2016-0703 CVE-2016-0704 CVE-2016-0705 CVE-2016-0758 CVE-2016-0797 CVE-2016-0798 CVE-2016-0799 CVE-2016-0800 CVE-2016-10155 CVE-2016-1583 CVE-2016-2053 CVE-2016-3134 CVE-2016-4470 CVE-2016-4565 CVE-2016-7426 CVE-2016-7427 CVE-2016-7428 CVE-2016-7429 CVE-2016-7431 CVE-2016-7433 CVE-2016-7434 CVE-2016-9310 CVE-2016-9311 CVE-2016-9776 CVE-2016-9907 CVE-2016-9911 CVE-2016-9921 CVE-2016-9922 CVE-2017-1000251 CVE-2017-1000364 CVE-2017-13166 CVE-2017-15710 CVE-2017-15715 CVE-2017-2615 CVE-2017-2620 CVE-2017-5667 CVE-2017-5856 CVE-2017-5898 CVE-2017-9269 CVE-2018-1000004 CVE-2018-1068 CVE-2018-10902 CVE-2018-1283 CVE-2018-1301 CVE-2018-1302 CVE-2018-1303 CVE-2018-1312 CVE-2018-15473 CVE-2018-15919 CVE-2018-20852 CVE-2018-5390 CVE-2018-7566 CVE-2018-7685 CVE-2019-10160 CVE-2019-15681 CVE-2019-15690 CVE-2019-20788 SUSE-SU-2015:2342-1 SUSE-SU-2016:0641-1 SUSE-SU-2016:0748-1 SUSE-SU-2016:2006-1 SUSE-SU-2016:3196-1 SUSE-SU-2017:0661-1 SUSE-SU-2017:1945-1 SUSE-SU-2017:2459-1 SUSE-SU-2018:1007-1 SUSE-SU-2018:1012-1 SUSE-SU-2018:1161-1 SUSE-SU-2018:2716-1 SUSE-SU-2018:3776-2 SUSE-SU-2019:2091-1 SUSE-SU-2020:1165-1
|
Platform(s): | openSUSE Leap 15.0 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 Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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 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 Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
libjson-c3-0.13-lp150.1 is installed
OR libjson-c3-32bit-0.13-lp150.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
xorg-x11-Xvnc-7.4-27.70.76 is installed
OR xorg-x11-server-7.4-27.70.76 is installed
OR xorg-x11-server-extra-7.4-27.70.76 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND clamav-0.98.1-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.3.0esr-22 is installed
OR MozillaFirefox-translations-38.3.0esr-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libjbig2-2.0-12 is installed
OR libjbig2-32bit-2.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
cups-filters-1.0.58-17 is installed
OR cups-filters-cups-browsed-1.0.58-17 is installed
OR cups-filters-foomatic-rip-1.0.58-17 is installed
OR cups-filters-ghostscript-1.0.58-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libldap-2_4-2-2.4.46-7 is installed
OR libldap-2_4-2-32bit-2.4.46-7 is installed
OR openldap2-client-2.4.46-7 is installed
OR openldap2-devel-2.4.46-7 is installed
OR openldap2-devel-static-2.4.46-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12sp1-docker-image-1.0.4-20160308170633 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.13-6.18 is installed
OR libslurm32-17.11.13-6.18 is installed
OR perl-slurm-17.11.13-6.18 is installed
OR slurm-17.11.13-6.18 is installed
OR slurm-auth-none-17.11.13-6.18 is installed
OR slurm-config-17.11.13-6.18 is installed
OR slurm-devel-17.11.13-6.18 is installed
OR slurm-doc-17.11.13-6.18 is installed
OR slurm-lua-17.11.13-6.18 is installed
OR slurm-munge-17.11.13-6.18 is installed
OR slurm-node-17.11.13-6.18 is installed
OR slurm-pam_slurm-17.11.13-6.18 is installed
OR slurm-plugins-17.11.13-6.18 is installed
OR slurm-slurmdbd-17.11.13-6.18 is installed
OR slurm-sql-17.11.13-6.18 is installed
OR slurm-torque-17.11.13-6.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-87 is installed
OR libopenssl0_9_8-0.9.8j-87 is installed
OR libopenssl0_9_8-32bit-0.9.8j-87 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-23-default-5-13 is installed
OR kernel-livepatch-SLE15_Update_0-5-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND Package Information
python-numpy-1.16.1-4.8 is installed
OR python2-numpy-1.16.1-4.8 is installed
OR python2-numpy-devel-1.16.1-4.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
389-ds-1.4.0.26~git0.8a2d3de6f-4.14 is installed
OR 389-ds-devel-1.4.0.26~git0.8a2d3de6f-4.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
OR xorg-x11-libX11-x86-7.4-5.11.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
OR xorg-x11-libX11-x86-7.4-5.11.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
dhcpcd-3.2.3-44.30 is installed
OR dhcpv6-1.0.22-3.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND kvm-1.4.2-53.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND kvm-1.4.2-53.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
xen-4.2.5_21-45.5 is installed
OR xen-doc-html-4.2.5_21-45.5 is installed
OR xen-doc-pdf-4.2.5_21-45.5 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-libs-4.2.5_21-45.5 is installed
OR xen-libs-32bit-4.2.5_21-45.5 is installed
OR xen-tools-4.2.5_21-45.5 is installed
OR xen-tools-domU-4.2.5_21-45.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
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 12 is installed
AND
icu-52.1-7 is installed
OR libicu-doc-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
icu-52.1-7 is installed
OR libicu-doc-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
LibVNCServer-0.9.9-16 is installed
OR libvncclient0-0.9.9-16 is installed
OR libvncserver0-0.9.9-16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
LibVNCServer-0.9.9-16 is installed
OR libvncclient0-0.9.9-16 is installed
OR libvncserver0-0.9.9-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libopenssl1_0_0-1.0.1i-54.5 is installed
OR libopenssl1_0_0-32bit-1.0.1i-54.5 is installed
OR libopenssl1_0_0-hmac-1.0.1i-54.5 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-54.5 is installed
OR openssl-1.0.1i-54.5 is installed
OR openssl-doc-1.0.1i-54.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_57-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_57-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_20-5-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_57-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_57-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_20-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-11-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-11-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-11-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
gstreamer-0_10-plugins-base-0.10.36-14 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.36-14 is installed
OR libgstapp-0_10-0-32bit-0.10.36-14 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.36-14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
gstreamer-0_10-plugins-base-0.10.36-14 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.36-14 is installed
OR libgstapp-0_10-0-32bit-0.10.36-14 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.36-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_perl-2.0.8-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20190514-13.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20190514-13.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
gpg2-2.0.24-9.3 is installed
OR gpg2-lang-2.0.24-9.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
gpg2-2.0.24-9.3 is installed
OR gpg2-lang-2.0.24-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_90-92_50-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_15-11-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_90-92_50-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_15-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libopenjp2-7-2.1.0-4.3 is installed
OR openjpeg2-2.1.0-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libopenjp2-7-2.1.0-4.3 is installed
OR openjpeg2-2.1.0-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
postgresql96-9.6.15-3.29 is installed
OR postgresql96-contrib-9.6.15-3.29 is installed
OR postgresql96-docs-9.6.15-3.29 is installed
OR postgresql96-libs-9.6.15-3.29 is installed
OR postgresql96-plperl-9.6.15-3.29 is installed
OR postgresql96-plpython-9.6.15-3.29 is installed
OR postgresql96-pltcl-9.6.15-3.29 is installed
OR postgresql96-server-9.6.15-3.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
postgresql96-9.6.15-3.29 is installed
OR postgresql96-contrib-9.6.15-3.29 is installed
OR postgresql96-docs-9.6.15-3.29 is installed
OR postgresql96-libs-9.6.15-3.29 is installed
OR postgresql96-plperl-9.6.15-3.29 is installed
OR postgresql96-plpython-9.6.15-3.29 is installed
OR postgresql96-pltcl-9.6.15-3.29 is installed
OR postgresql96-server-9.6.15-3.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_61-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-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_61-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_19-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND ucode-intel-20190507-13.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND ucode-intel-20190507-13.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.60-52.57 is installed
OR kernel-default-base-3.12.60-52.57 is installed
OR kernel-default-devel-3.12.60-52.57 is installed
OR kernel-default-man-3.12.60-52.57 is installed
OR kernel-devel-3.12.60-52.57 is installed
OR kernel-macros-3.12.60-52.57 is installed
OR kernel-source-3.12.60-52.57 is installed
OR kernel-syms-3.12.60-52.57 is installed
OR kernel-xen-3.12.60-52.57 is installed
OR kernel-xen-base-3.12.60-52.57 is installed
OR kernel-xen-devel-3.12.60-52.57 is installed
OR kgraft-patch-3_12_60-52_57-default-1-2 is installed
OR kgraft-patch-3_12_60-52_57-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_16-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.60-52.57 is installed
OR kernel-default-base-3.12.60-52.57 is installed
OR kernel-default-devel-3.12.60-52.57 is installed
OR kernel-default-man-3.12.60-52.57 is installed
OR kernel-devel-3.12.60-52.57 is installed
OR kernel-macros-3.12.60-52.57 is installed
OR kernel-source-3.12.60-52.57 is installed
OR kernel-syms-3.12.60-52.57 is installed
OR kernel-xen-3.12.60-52.57 is installed
OR kernel-xen-base-3.12.60-52.57 is installed
OR kernel-xen-devel-3.12.60-52.57 is installed
OR kgraft-patch-3_12_60-52_57-default-1-2 is installed
OR kgraft-patch-3_12_60-52_57-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_16-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_55-52_42-default-2-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_12-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-94 is installed
OR libopenssl0_9_8-0.9.8j-94 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
libzypp-16.17.20-27.52 is installed
OR zypper-1.13.45-18.33 is installed
OR zypper-log-1.13.45-18.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
libvirt-3.3.0-5.40 is installed
OR libvirt-admin-3.3.0-5.40 is installed
OR libvirt-client-3.3.0-5.40 is installed
OR libvirt-daemon-3.3.0-5.40 is installed
OR libvirt-daemon-config-network-3.3.0-5.40 is installed
OR libvirt-daemon-config-nwfilter-3.3.0-5.40 is installed
OR libvirt-daemon-driver-interface-3.3.0-5.40 is installed
OR libvirt-daemon-driver-libxl-3.3.0-5.40 is installed
OR libvirt-daemon-driver-lxc-3.3.0-5.40 is installed
OR libvirt-daemon-driver-network-3.3.0-5.40 is installed
OR libvirt-daemon-driver-nodedev-3.3.0-5.40 is installed
OR libvirt-daemon-driver-nwfilter-3.3.0-5.40 is installed
OR libvirt-daemon-driver-qemu-3.3.0-5.40 is installed
OR libvirt-daemon-driver-secret-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-core-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-disk-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-iscsi-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-logical-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-mpath-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-rbd-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-scsi-3.3.0-5.40 is installed
OR libvirt-daemon-hooks-3.3.0-5.40 is installed
OR libvirt-daemon-lxc-3.3.0-5.40 is installed
OR libvirt-daemon-qemu-3.3.0-5.40 is installed
OR libvirt-daemon-xen-3.3.0-5.40 is installed
OR libvirt-doc-3.3.0-5.40 is installed
OR libvirt-libs-3.3.0-5.40 is installed
OR libvirt-lock-sanlock-3.3.0-5.40 is installed
OR libvirt-nss-3.3.0-5.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
libfreebl3-3.53.1-58.48 is installed
OR libfreebl3-32bit-3.53.1-58.48 is installed
OR libfreebl3-hmac-3.53.1-58.48 is installed
OR libfreebl3-hmac-32bit-3.53.1-58.48 is installed
OR libsoftokn3-3.53.1-58.48 is installed
OR libsoftokn3-32bit-3.53.1-58.48 is installed
OR libsoftokn3-hmac-3.53.1-58.48 is installed
OR libsoftokn3-hmac-32bit-3.53.1-58.48 is installed
OR mozilla-nspr-4.25-19.15 is installed
OR mozilla-nspr-32bit-4.25-19.15 is installed
OR mozilla-nspr-devel-4.25-19.15 is installed
OR mozilla-nss-3.53.1-58.48 is installed
OR mozilla-nss-32bit-3.53.1-58.48 is installed
OR mozilla-nss-certs-3.53.1-58.48 is installed
OR mozilla-nss-certs-32bit-3.53.1-58.48 is installed
OR mozilla-nss-devel-3.53.1-58.48 is installed
OR mozilla-nss-sysinit-3.53.1-58.48 is installed
OR mozilla-nss-sysinit-32bit-3.53.1-58.48 is installed
OR mozilla-nss-tools-3.53.1-58.48 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.5.2-10 is installed
OR libreoffice-base-4.3.5.2-10 is installed
OR libreoffice-base-drivers-mysql-4.3.5.2-10 is installed
OR libreoffice-base-drivers-postgresql-4.3.5.2-10 is installed
OR libreoffice-calc-4.3.5.2-10 is installed
OR libreoffice-calc-extensions-4.3.5.2-10 is installed
OR libreoffice-draw-4.3.5.2-10 is installed
OR libreoffice-filters-optional-4.3.5.2-10 is installed
OR libreoffice-gnome-4.3.5.2-10 is installed
OR libreoffice-icon-theme-tango-4.3.5.2-10 is installed
OR libreoffice-impress-4.3.5.2-10 is installed
OR libreoffice-l10n-af-4.3.5.2-10 is installed
OR libreoffice-l10n-ar-4.3.5.2-10 is installed
OR libreoffice-l10n-ca-4.3.5.2-10 is installed
OR libreoffice-l10n-cs-4.3.5.2-10 is installed
OR libreoffice-l10n-da-4.3.5.2-10 is installed
OR libreoffice-l10n-de-4.3.5.2-10 is installed
OR libreoffice-l10n-en-4.3.5.2-10 is installed
OR libreoffice-l10n-es-4.3.5.2-10 is installed
OR libreoffice-l10n-fi-4.3.5.2-10 is installed
OR libreoffice-l10n-fr-4.3.5.2-10 is installed
OR libreoffice-l10n-gu-4.3.5.2-10 is installed
OR libreoffice-l10n-hi-4.3.5.2-10 is installed
OR libreoffice-l10n-hu-4.3.5.2-10 is installed
OR libreoffice-l10n-it-4.3.5.2-10 is installed
OR libreoffice-l10n-ja-4.3.5.2-10 is installed
OR libreoffice-l10n-ko-4.3.5.2-10 is installed
OR libreoffice-l10n-nb-4.3.5.2-10 is installed
OR libreoffice-l10n-nl-4.3.5.2-10 is installed
OR libreoffice-l10n-nn-4.3.5.2-10 is installed
OR libreoffice-l10n-pl-4.3.5.2-10 is installed
OR libreoffice-l10n-pt-BR-4.3.5.2-10 is installed
OR libreoffice-l10n-pt-PT-4.3.5.2-10 is installed
OR libreoffice-l10n-ru-4.3.5.2-10 is installed
OR libreoffice-l10n-sk-4.3.5.2-10 is installed
OR libreoffice-l10n-sv-4.3.5.2-10 is installed
OR libreoffice-l10n-xh-4.3.5.2-10 is installed
OR libreoffice-l10n-zh-Hans-4.3.5.2-10 is installed
OR libreoffice-l10n-zh-Hant-4.3.5.2-10 is installed
OR libreoffice-l10n-zu-4.3.5.2-10 is installed
OR libreoffice-mailmerge-4.3.5.2-10 is installed
OR libreoffice-math-4.3.5.2-10 is installed
OR libreoffice-officebean-4.3.5.2-10 is installed
OR libreoffice-pyuno-4.3.5.2-10 is installed
OR libreoffice-writer-4.3.5.2-10 is installed
OR libreoffice-writer-extensions-4.3.5.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.59-92.24 is installed
OR kernel-default-extra-4.4.59-92.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gimp-2.8.18-9.3 is installed
OR gimp-lang-2.8.18-9.3 is installed
OR gimp-plugins-python-2.8.18-9.3 is installed
OR libgimp-2_0-0-2.8.18-9.3 is installed
OR libgimpui-2_0-0-2.8.18-9.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libraw-0.18.9-3.8 is installed
OR libraw-devel-0.18.9-3.8 is installed
OR libraw16-0.18.9-3.8 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-45.8.0esr-68 is installed
OR MozillaFirefox-translations-45.8.0esr-68 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
kernel-default-4.4.121-92.85 is installed
OR kernel-default-base-4.4.121-92.85 is installed
OR kernel-default-devel-4.4.121-92.85 is installed
OR kernel-default-man-4.4.121-92.85 is installed
OR kernel-devel-4.4.121-92.85 is installed
OR kernel-macros-4.4.121-92.85 is installed
OR kernel-source-4.4.121-92.85 is installed
OR kernel-syms-4.4.121-92.85 is installed
OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
|