Oval Definition:oval:org.opensuse.security:def:41908
Revision Date:2020-12-01Version:1
Title:Security update for openssl (Important)
Description:



This update for openssl fixes various security issues and bugs:

Security issues fixed: - 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 even if the user has configured a seed. Applications are advised to migrate to SRP_VBASE_get1_by_user().

- 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.

Bugs fixed: - 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:unixClass:patch
Status:Reference(s):1008253
1013311
1018699
1018700
1018701
1018702
1020868
1020873
1020875
1020877
1020878
1020882
1020884
1020885
1020891
1020894
1020896
1021417
1022428
1025013
1025254
1026978
1026979
1026980
1026981
1026982
1026983
1026984
1026985
1026986
1026987
1026988
1030575
1031247
1031249
1031250
1031254
1031255
1031262
1031263
1031481
1031660
1039496
1044417
1045341
1056248
1056249
1056251
1060354
1060355
1060360
1060361
1060362
1060364
1091396
1105010
1106163
1133375
1154212
1154862
1158442
911886
935573
949399
951404
952871
958501
963415
964336
968046
968047
968048
968050
968051
968053
968265
968374
976844
982273
CVE-2015-3197
CVE-2015-4680
CVE-2015-7747
CVE-2015-8868
CVE-2016-0702
CVE-2016-0703
CVE-2016-0704
CVE-2016-0705
CVE-2016-0797
CVE-2016-0798
CVE-2016-0799
CVE-2016-0800
CVE-2016-10266
CVE-2016-10267
CVE-2016-10268
CVE-2016-10269
CVE-2016-10270
CVE-2016-10271
CVE-2016-10272
CVE-2016-6664
CVE-2016-9131
CVE-2016-9147
CVE-2016-9444
CVE-2017-1000364
CVE-2017-13765
CVE-2017-13766
CVE-2017-13767
CVE-2017-14491
CVE-2017-14492
CVE-2017-14493
CVE-2017-14494
CVE-2017-14495
CVE-2017-14496
CVE-2017-3238
CVE-2017-3243
CVE-2017-3244
CVE-2017-3257
CVE-2017-3258
CVE-2017-3265
CVE-2017-3291
CVE-2017-3312
CVE-2017-3317
CVE-2017-3318
CVE-2017-6827
CVE-2017-6828
CVE-2017-6829
CVE-2017-6830
CVE-2017-6831
CVE-2017-6832
CVE-2017-6833
CVE-2017-6834
CVE-2017-6835
CVE-2017-6836
CVE-2017-6837
CVE-2017-6838
CVE-2017-6839
CVE-2017-9617
CVE-2017-9766
CVE-2018-15473
CVE-2018-15919
CVE-2019-17498
CVE-2019-2933
CVE-2019-2945
CVE-2019-2962
CVE-2019-2964
CVE-2019-2973
CVE-2019-2978
CVE-2019-2981
CVE-2019-2983
CVE-2019-2989
CVE-2019-2992
CVE-2019-2999
CVE-2019-9928
SUSE-SU-2016:0617-1
SUSE-SU-2016:0620-1
SUSE-SU-2016:1543-1
SUSE-SU-2017:0102-1
SUSE-SU-2017:0111-1
SUSE-SU-2017:0412-1
SUSE-SU-2017:0940-1
SUSE-SU-2017:1044-1
SUSE-SU-2017:1942-1
SUSE-SU-2017:2555-1
SUSE-SU-2017:2618-1
SUSE-SU-2018:3776-1
SUSE-SU-2019:1509-1
SUSE-SU-2019:2936-1
SUSE-SU-2020:0051-1
Platform(s):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 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 Basesystem 15 SP1
SUSE Linux Enterprise Module for Containers 15 SP1
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Desktop Applications 15 SP1
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Development Tools 15 SP1
SUSE Linux Enterprise Module for High Performance Computing 15
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1
SUSE Linux Enterprise Module for Python2 packages 15 SP1
SUSE Linux Enterprise Module for SAP Applications 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
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-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 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-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 Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • apparmor-abstractions-2.10.2-14 is installed
  • OR apparmor-docs-2.10.2-14 is installed
  • OR apparmor-parser-2.10.2-14 is installed
  • OR apparmor-profiles-2.10.2-14 is installed
  • OR apparmor-utils-2.10.2-14 is installed
  • OR libapparmor-devel-2.10.2-14 is installed
  • OR libapparmor1-2.10.2-14 is installed
  • OR libapparmor1-32bit-2.10.2-14 is installed
  • OR pam_apparmor-2.10.2-14 is installed
  • OR pam_apparmor-32bit-2.10.2-14 is installed
  • OR perl-apparmor-2.10.2-14 is installed
  • OR python3-apparmor-2.10.2-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • vino-2.28.1-2.5 is installed
  • OR vino-lang-2.28.1-2.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND dhcpcd-3.2.3-45.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • bind-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-54 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-54 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-54 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-54 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libvorbis-1.3.3-10.14 is installed
  • OR libvorbis0-1.3.3-10.14 is installed
  • OR libvorbis0-32bit-1.3.3-10.14 is installed
  • OR libvorbisenc2-1.3.3-10.14 is installed
  • OR libvorbisenc2-32bit-1.3.3-10.14 is installed
  • OR libvorbisfile3-1.3.3-10.14 is installed
  • OR libvorbisfile3-32bit-1.3.3-10.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND opensc-0.13.0-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND ipsec-tools-0.8.2-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • cups-filters-1.20.3-1 is installed
  • OR cups-filters-devel-1.20.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 SP1 is installed
  • AND Package Information
  • docker-runc-1.0.0rc6+gitr3748_96ec2177ae84-6.15 is installed
  • OR runc-1.0.0~rc6-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND hplip-3.17.9-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND Package Information
  • libmodplug-devel-0.3.17-2.7 is installed
  • OR libmodplug1-0.3.17-2.7 is installed
  • OR libopenmpt-0.3.17-2.7 is installed
  • OR libopenmpt-devel-0.3.17-2.7 is installed
  • OR libopenmpt0-0.3.17-2.7 is installed
  • OR libopenmpt_modplug1-0.3.17-2.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • dpkg-1.19.0.4-2 is installed
  • OR dpkg-devel-1.19.0.4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
  • AND Package Information
  • build-20190128-3.3 is installed
  • OR build-mkbaselibs-20190128-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 is installed
  • AND Package Information
  • python2-numpy-gnu-hpc-1.14.0-2 is installed
  • OR python2-numpy-gnu-hpc-devel-1.14.0-2 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-1.14.0-2 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-devel-1.14.0-2 is installed
  • OR python3-numpy-gnu-hpc-1.14.0-2 is installed
  • OR python3-numpy-gnu-hpc-devel-1.14.0-2 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-1.14.0-2 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-devel-1.14.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • openldap2-2.4.46-9.19 is installed
  • OR openldap2-back-meta-2.4.46-9.19 is installed
  • OR openldap2-back-perl-2.4.46-9.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_28-default-4-2 is installed
  • OR kernel-livepatch-SLE15_Update_8-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • gnutls-3.6.7-6.8 is installed
  • OR gnutls-guile-3.6.7-6.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • u-boot-bananapim64-2019.01-7.3 is installed
  • OR u-boot-bananapim64-doc-2019.01-7.3 is installed
  • OR u-boot-dragonboard410c-2019.01-7.3 is installed
  • OR u-boot-dragonboard410c-doc-2019.01-7.3 is installed
  • OR u-boot-dragonboard820c-2019.01-7.3 is installed
  • OR u-boot-dragonboard820c-doc-2019.01-7.3 is installed
  • OR u-boot-evb-rk3399-2019.01-7.3 is installed
  • OR u-boot-evb-rk3399-doc-2019.01-7.3 is installed
  • OR u-boot-firefly-rk3399-2019.01-7.3 is installed
  • OR u-boot-firefly-rk3399-doc-2019.01-7.3 is installed
  • OR u-boot-geekbox-2019.01-7.3 is installed
  • OR u-boot-geekbox-doc-2019.01-7.3 is installed
  • OR u-boot-hikey-2019.01-7.3 is installed
  • OR u-boot-hikey-doc-2019.01-7.3 is installed
  • OR u-boot-khadas-vim-2019.01-7.3 is installed
  • OR u-boot-khadas-vim-doc-2019.01-7.3 is installed
  • OR u-boot-khadas-vim2-2019.01-7.3 is installed
  • OR u-boot-khadas-vim2-doc-2019.01-7.3 is installed
  • OR u-boot-ls1012afrdmqspi-2019.01-7.3 is installed
  • OR u-boot-ls1012afrdmqspi-doc-2019.01-7.3 is installed
  • OR u-boot-mvebudb-88f3720-2019.01-7.3 is installed
  • OR u-boot-mvebudb-88f3720-doc-2019.01-7.3 is installed
  • OR u-boot-mvebudbarmada8k-2019.01-7.3 is installed
  • OR u-boot-mvebudbarmada8k-doc-2019.01-7.3 is installed
  • OR u-boot-mvebuespressobin-88f3720-2019.01-7.3 is installed
  • OR u-boot-mvebuespressobin-88f3720-doc-2019.01-7.3 is installed
  • OR u-boot-mvebumcbin-88f8040-2019.01-7.3 is installed
  • OR u-boot-mvebumcbin-88f8040-doc-2019.01-7.3 is installed
  • OR u-boot-nanopia64-2019.01-7.3 is installed
  • OR u-boot-nanopia64-doc-2019.01-7.3 is installed
  • OR u-boot-odroid-c2-2019.01-7.3 is installed
  • OR u-boot-odroid-c2-doc-2019.01-7.3 is installed
  • OR u-boot-orangepipc2-2019.01-7.3 is installed
  • OR u-boot-orangepipc2-doc-2019.01-7.3 is installed
  • OR u-boot-p2371-2180-2019.01-7.3 is installed
  • OR u-boot-p2371-2180-doc-2019.01-7.3 is installed
  • OR u-boot-p2771-0000-500-2019.01-7.3 is installed
  • OR u-boot-p2771-0000-500-doc-2019.01-7.3 is installed
  • OR u-boot-pine64plus-2019.01-7.3 is installed
  • OR u-boot-pine64plus-doc-2019.01-7.3 is installed
  • OR u-boot-pinebook-2019.01-7.3 is installed
  • OR u-boot-pinebook-doc-2019.01-7.3 is installed
  • OR u-boot-pineh64-2019.01-7.3 is installed
  • OR u-boot-pineh64-doc-2019.01-7.3 is installed
  • OR u-boot-poplar-2019.01-7.3 is installed
  • OR u-boot-poplar-doc-2019.01-7.3 is installed
  • OR u-boot-rock960-rk3399-2019.01-7.3 is installed
  • OR u-boot-rock960-rk3399-doc-2019.01-7.3 is installed
  • OR u-boot-rpi3-2019.01-7.3 is installed
  • OR u-boot-rpi3-doc-2019.01-7.3 is installed
  • OR u-boot-xilinxzynqmpgeneric-2019.01-7.3 is installed
  • OR u-boot-xilinxzynqmpgeneric-doc-2019.01-7.3 is installed
  • OR u-boot-xilinxzynqmpzcu102rev10-2019.01-7.3 is installed
  • OR u-boot-xilinxzynqmpzcu102rev10-doc-2019.01-7.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
  • AND Package Information
  • python-curses-2.7.14-7.11 is installed
  • OR python-gdbm-2.7.14-7.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for SAP Applications 15 is installed
  • AND clamsap-0.99.25-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • apache2-2.4.33-1 is installed
  • OR apache2-devel-2.4.33-1 is installed
  • OR apache2-doc-2.4.33-1 is installed
  • OR apache2-prefork-2.4.33-1 is installed
  • OR apache2-utils-2.4.33-1 is installed
  • OR apache2-worker-2.4.33-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • spice-gtk-devel-0.35-1 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.35-1 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.35-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libpoppler-glib4-0.12.3-1.10 is installed
  • OR libpoppler-qt4-3-0.12.3-1.10 is installed
  • OR libpoppler5-0.12.3-1.10 is installed
  • OR poppler-tools-0.12.3-1.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libpoppler-glib4-0.12.3-1.10 is installed
  • OR libpoppler-qt4-3-0.12.3-1.10 is installed
  • OR libpoppler5-0.12.3-1.10 is installed
  • OR poppler-tools-0.12.3-1.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • ldapsmb-1.34b-94.14 is installed
  • OR libldb1-3.6.3-94.14 is installed
  • OR libsmbclient0-3.6.3-94.14 is installed
  • OR libsmbclient0-32bit-3.6.3-94.14 is installed
  • OR libtalloc2-3.6.3-94.14 is installed
  • OR libtalloc2-32bit-3.6.3-94.14 is installed
  • OR libtdb1-3.6.3-94.14 is installed
  • OR libtdb1-32bit-3.6.3-94.14 is installed
  • OR libtevent0-3.6.3-94.14 is installed
  • OR libtevent0-32bit-3.6.3-94.14 is installed
  • OR libwbclient0-3.6.3-94.14 is installed
  • OR libwbclient0-32bit-3.6.3-94.14 is installed
  • OR samba-3.6.3-94.14 is installed
  • OR samba-32bit-3.6.3-94.14 is installed
  • OR samba-client-3.6.3-94.14 is installed
  • OR samba-client-32bit-3.6.3-94.14 is installed
  • OR samba-doc-3.6.3-94.14 is installed
  • OR samba-krb-printing-3.6.3-94.14 is installed
  • OR samba-winbind-3.6.3-94.14 is installed
  • OR samba-winbind-32bit-3.6.3-94.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ldapsmb-1.34b-94.14 is installed
  • OR libldb1-3.6.3-94.14 is installed
  • OR libsmbclient0-3.6.3-94.14 is installed
  • OR libsmbclient0-32bit-3.6.3-94.14 is installed
  • OR libtalloc2-3.6.3-94.14 is installed
  • OR libtalloc2-32bit-3.6.3-94.14 is installed
  • OR libtdb1-3.6.3-94.14 is installed
  • OR libtdb1-32bit-3.6.3-94.14 is installed
  • OR libtevent0-3.6.3-94.14 is installed
  • OR libtevent0-32bit-3.6.3-94.14 is installed
  • OR libwbclient0-3.6.3-94.14 is installed
  • OR libwbclient0-32bit-3.6.3-94.14 is installed
  • OR samba-3.6.3-94.14 is installed
  • OR samba-32bit-3.6.3-94.14 is installed
  • OR samba-client-3.6.3-94.14 is installed
  • OR samba-client-32bit-3.6.3-94.14 is installed
  • OR samba-doc-3.6.3-94.14 is installed
  • OR samba-krb-printing-3.6.3-94.14 is installed
  • OR samba-winbind-3.6.3-94.14 is installed
  • OR samba-winbind-32bit-3.6.3-94.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND Package Information
  • bzip2-1.0.6-257.11 is installed
  • OR bzip2-doc-1.0.6-257.11 is installed
  • OR libbz2-1-1.0.6-257.11 is installed
  • OR libbz2-1-32bit-1.0.6-257.11 is installed
  • OR libbz2-devel-1.0.6-257.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-27.13 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-27.13 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-27.13 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-27.13 is installed
  • OR openssl-1.0.1i-27.13 is installed
  • OR openssl-doc-1.0.1i-27.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-27.13 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-27.13 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-27.13 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-27.13 is installed
  • OR openssl-1.0.1i-27.13 is installed
  • OR openssl-doc-1.0.1i-27.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND apache2-mod_nss-1.0.8-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-44 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-44 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-44 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-44 is installed
  • OR openssl-1.0.1i-44 is installed
  • OR openssl-doc-1.0.1i-44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-44 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-44 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-44 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-44 is installed
  • OR openssl-1.0.1i-44 is installed
  • OR openssl-doc-1.0.1i-44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-7 is installed
  • OR cyrus-sasl-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-otp-2.1.26-7 is installed
  • OR cyrus-sasl-otp-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-plain-2.1.26-7 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-7 is installed
  • OR cyrus-sasl-sqlauxprop-2.1.26-7 is installed
  • OR cyrus-sasl-sqlauxprop-32bit-2.1.26-7 is installed
  • OR libsasl2-3-2.1.26-7 is installed
  • OR libsasl2-3-32bit-2.1.26-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr4.10-30.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libwireshark8-2.2.9-48.9 is installed
  • OR libwiretap6-2.2.9-48.9 is installed
  • OR libwscodecs1-2.2.9-48.9 is installed
  • OR libwsutil7-2.2.9-48.9 is installed
  • OR wireshark-2.2.9-48.9 is installed
  • OR wireshark-gtk-2.2.9-48.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libwireshark8-2.2.9-48.9 is installed
  • OR libwiretap6-2.2.9-48.9 is installed
  • OR libwscodecs1-2.2.9-48.9 is installed
  • OR libwsutil7-2.2.9-48.9 is installed
  • OR wireshark-2.2.9-48.9 is installed
  • OR wireshark-gtk-2.2.9-48.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • accountsservice-0.6.42-14 is installed
  • OR accountsservice-lang-0.6.42-14 is installed
  • OR libaccountsservice0-0.6.42-14 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-60.3.0-109.50 is installed
  • OR MozillaFirefox-devel-60.3.0-109.50 is installed
  • OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-60.3.0-109.50 is installed
  • OR MozillaFirefox-devel-60.3.0-109.50 is installed
  • OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libmysqlclient18-10.0.35-29.20 is installed
  • OR libmysqlclient18-32bit-10.0.35-29.20 is installed
  • OR mariadb-10.0.35-29.20 is installed
  • OR mariadb-client-10.0.35-29.20 is installed
  • OR mariadb-errormessages-10.0.35-29.20 is installed
  • OR mariadb-tools-10.0.35-29.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libmysqlclient18-10.0.35-29.20 is installed
  • OR libmysqlclient18-32bit-10.0.35-29.20 is installed
  • OR mariadb-10.0.35-29.20 is installed
  • OR mariadb-client-10.0.35-29.20 is installed
  • OR mariadb-errormessages-10.0.35-29.20 is installed
  • OR mariadb-tools-10.0.35-29.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_64-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-5-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-5-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_59-92_20-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_8-12-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • gdk-pixbuf-2.34.0-19.11 is installed
  • OR gdk-pixbuf-lang-2.34.0-19.11 is installed
  • OR gdk-pixbuf-query-loaders-2.34.0-19.11 is installed
  • OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.11 is installed
  • OR libgdk_pixbuf-2_0-0-2.34.0-19.11 is installed
  • OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.11 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • gdk-pixbuf-2.34.0-19.11 is installed
  • OR gdk-pixbuf-lang-2.34.0-19.11 is installed
  • OR gdk-pixbuf-query-loaders-2.34.0-19.11 is installed
  • OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.11 is installed
  • OR libgdk_pixbuf-2_0-0-2.34.0-19.11 is installed
  • OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.11 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libwireshark8-2.2.14-48.24 is installed
  • OR libwiretap6-2.2.14-48.24 is installed
  • OR libwscodecs1-2.2.14-48.24 is installed
  • OR libwsutil7-2.2.14-48.24 is installed
  • OR wireshark-2.2.14-48.24 is installed
  • OR wireshark-gtk-2.2.14-48.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_103-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_28-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_103-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_28-2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.24.4-2.47 is installed
  • OR libwebkit2gtk-4_0-37-2.24.4-2.47 is installed
  • OR libwebkit2gtk3-lang-2.24.4-2.47 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.24.4-2.47 is installed
  • OR typelib-1_0-WebKit2-4_0-2.24.4-2.47 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.24.4-2.47 is installed
  • OR webkit2gtk3-2.24.4-2.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.24.4-2.47 is installed
  • OR libwebkit2gtk-4_0-37-2.24.4-2.47 is installed
  • OR libwebkit2gtk3-lang-2.24.4-2.47 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.24.4-2.47 is installed
  • OR typelib-1_0-WebKit2-4_0-2.24.4-2.47 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.24.4-2.47 is installed
  • OR webkit2gtk3-2.24.4-2.47 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • git-2.12.3-27.17 is installed
  • OR git-core-2.12.3-27.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • git-2.12.3-27.17 is installed
  • OR git-core-2.12.3-27.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • libSoundTouch0-1.7.1-5.6 is installed
  • OR soundtouch-1.7.1-5.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libsystemd0-228-150.66 is installed
  • OR libsystemd0-32bit-228-150.66 is installed
  • OR libudev1-228-150.66 is installed
  • OR libudev1-32bit-228-150.66 is installed
  • OR systemd-228-150.66 is installed
  • OR systemd-32bit-228-150.66 is installed
  • OR systemd-bash-completion-228-150.66 is installed
  • OR systemd-sysvinit-228-150.66 is installed
  • OR udev-228-150.66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libsystemd0-228-150.66 is installed
  • OR libsystemd0-32bit-228-150.66 is installed
  • OR libudev1-228-150.66 is installed
  • OR libudev1-32bit-228-150.66 is installed
  • OR systemd-228-150.66 is installed
  • OR systemd-32bit-228-150.66 is installed
  • OR systemd-bash-completion-228-150.66 is installed
  • OR systemd-sysvinit-228-150.66 is installed
  • OR udev-228-150.66 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • LibVNCServer-0.9.9-17.19 is installed
  • OR libvncclient0-0.9.9-17.19 is installed
  • OR libvncserver0-0.9.9-17.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • LibVNCServer-0.9.9-17.19 is installed
  • OR libvncclient0-0.9.9-17.19 is installed
  • OR libvncserver0-0.9.9-17.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.429-23 is installed
  • OR flash-player-gnome-11.2.202.429-23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.21-84 is installed
  • OR kernel-default-extra-4.4.21-84 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.162-94.69 is installed
  • OR kernel-default-extra-4.4.162-94.69 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libntfs-3g84-2013.1.13-5.6 is installed
  • OR ntfs-3g-2013.1.13-5.6 is installed
  • OR ntfs-3g_ntfsprogs-2013.1.13-5.6 is installed
  • OR ntfsprogs-2013.1.13-5.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • colord-1.4.2-1 is installed
  • OR colord-gtk-lang-0.1.26-1 is installed
  • OR colord-lang-1.4.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • NetworkManager-applet-1.8.10-3 is installed
  • OR NetworkManager-applet-lang-1.8.10-3 is installed
  • OR NetworkManager-connection-editor-1.8.10-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND crowbar-openstack-3.0+git.1456169766.1e60d19-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 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
  • BACK