Oval Definition:oval:org.opensuse.security:def:935
Revision Date:2022-02-08Version:1
Title:Security update for samba (Critical)
Description:





- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);

samba was updated to 4.15.4 (jsc#SLE-23329);

Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set 'client max protocol' to NT1 before calling the 'Reconnecting with SMB1 for workgroup listing' path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * 'smbd --build-options' no longer works without an smb.conf file; (bso#14945);

Samba was updated to version 4.15.3

+ CVE-2021-43566: Symlink race error can allow directory creation outside of the exported share; (bsc#1139519); + CVE-2021-20316: Symlink race error can allow metadata read and modify outside of the exported share; (bsc#1191227); - Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba

krb5 was updated to 1.16.3 to 1.19.2

Fix a denial of service attack against the KDC encrypted challenge code; (CVE-2021-36222); * Fix a memory leak when gss_inquire_cred() is called without a credential handle.

Changes from 1.19.1:

Fix a linking issue with Samba. * Better support multiple pkinit_identities values by checking whether certificates can be loaded for each value.

Changes from 1.19

Administrator experience * When a client keytab is present, the GSSAPI krb5 mech will refresh credentials even if the current credentials were acquired manually. * It is now harder to accidentally delete the K/M entry from a KDB. Developer experience * gss_acquire_cred_from() now supports the 'password' and 'verify' options, allowing credentials to be acquired via password and verified using a keytab key. * When an application accepts a GSS security context, the new GSS_C_CHANNEL_BOUND_FLAG will be set if the initiator and acceptor both provided matching channel bindings. * Added the GSS_KRB5_NT_X509_CERT name type, allowing S4U2Self requests to identify the desired client principal by certificate. * PKINIT certauth modules can now cause the hw-authent flag to be set in issued tickets. * The krb5_init_creds_step() API will now issue the same password expiration warnings as krb5_get_init_creds_password(). Protocol evolution * Added client and KDC support for Microsoft's Resource-Based Constrained Delegation, which allows cross-realm S4U2Proxy requests. A third-party database module is required for KDC support. * kadmin/admin is now the preferred server principal name for kadmin connections, and the host-based form is no longer created by default. The client will still try the host-based form as a fallback. * Added client and server support for Microsoft's KERB_AP_OPTIONS_CBT extension, which causes channel bindings to be required for the initiator if the acceptor provided them. The client will send this option if the client_aware_gss_bindings profile option is set. User experience * kinit will now issue a warning if the des3-cbc-sha1 encryption type is used in the reply. This encryption type will be deprecated and removed in future releases. * Added kvno flags --out-cache, --no-store, and --cached-only (inspired by Heimdal's kgetcred).

Changes from 1.18.3 * Fix a denial of service vulnerability when decoding Kerberos protocol messages. * Fix a locking issue with the LMDB KDB module which could cause KDC and kadmind processes to lose access to the database. * Fix an assertion failure when libgssapi_krb5 is repeatedly loaded and unloaded while libkrb5support remains loaded.

Changes from 1.18.2 * Fix a SPNEGO regression where an acceptor using the default credential would improperly filter mechanisms, causing a negotiation failure. * Fix a bug where the KDC would fail to issue tickets if the local krbtgt principal's first key has a single-DES enctype. * Add stub functions to allow old versions of OpenSSL libcrypto to link against libkrb5. * Fix a NegoEx bug where the client name and delegated credential might not be reported.

Changes from 1.18.1 * Fix a crash when qualifying short hostnames when the system has no primary DNS domain. * Fix a regression when an application imports 'service@' as a GSS host-based name for its acceptor credential handle. * Fix KDC enforcement of auth indicators when they are modified by the KDB module. * Fix removal of require_auth string attributes when the LDAP KDB module is used. * Fix a compile error when building with musl libc on Linux. * Fix a compile error when building with gcc 4.x. * Change the KDC constrained delegation precedence order for consistency with Windows KDCs.

Changes from 1.18 Administrator experience: * Remove support for single-DES encryption types. * Change the replay cache format to be more efficient and robust. Replay cache filenames using the new format end with '.rcache2' by default. * setuid programs will automatically ignore environment variables that normally affect krb5 API functions, even if the caller does not use krb5_init_secure_context(). * Add an 'enforce_ok_as_delegate' krb5.conf relation to disable credential forwarding during GSSAPI authentication unless the KDC sets the ok-as-delegate bit in the service ticket. * Use the permitted_enctypes krb5.conf setting as the default value for default_tkt_enctypes and default_tgs_enctypes. Developer experience: * Implement krb5_cc_remove_cred() for all credential cache types. * Add the krb5_pac_get_client_info() API to get the client account name from a PAC. Protocol evolution: * Add KDC support for S4U2Self requests where the user is identified by X.509 certificate. (Requires support for certificate lookup from a third-party KDB module.) * Remove support for an old ('draft 9') variant of PKINIT. * Add support for Microsoft NegoEx. (Requires one or more third-party GSS modules implementing NegoEx mechanisms.) User experience: * Add support for 'dns_canonicalize_hostname=fallback', causing host-based principal names to be tried first without DNS canonicalization, and again with DNS canonicalization if the un-canonicalized server is not found. * Expand single-component hostnames in host-based principal names when DNS canonicalization is not used, adding the system's first DNS search path as a suffix. Add a 'qualify_shortname' krb5.conf relation to override this suffix or disable expansion. * Honor the transited-policy-checked ticket flag on application servers, eliminating the requirement to configure capaths on servers in some scenarios. Code quality: * The libkrb5 serialization code (used to export and import krb5 GSS security contexts) has been simplified and made type-safe. * The libkrb5 code for creating KRB-PRIV, KRB-SAFE, and KRB-CRED messages has been revised to conform to current coding practices. * The test suite has been modified to work with macOS System Integrity Protection enabled. * The test suite incorporates soft-pkcs11 so that PKINIT PKCS11 support can always be tested.

Changes from 1.17.1 * Fix a bug preventing 'addprinc -randkey -kvno' from working in kadmin. * Fix a bug preventing time skew correction from working when a KCM credential cache is used.

Changes from 1.17: Administrator experience: * A new Kerberos database module using the Lightning Memory-Mapped Database library (LMDB) has been added. The LMDB KDB module should be more performant and more robust than the DB2 module, and may become the default module for new databases in a future release. * 'kdb5_util dump' will no longer dump policy entries when specific principal names are requested. Developer experience: * The new krb5_get_etype_info() API can be used to retrieve enctype, salt, and string-to-key parameters from the KDC for a client principal. * The new GSS_KRB5_NT_ENTERPRISE_NAME name type allows enterprise principal names to be used with GSS-API functions. * KDC and kadmind modules which call com_err() will now write to the log file in a format more consistent with other log messages. * Programs which use large numbers of memory credential caches should perform better. Protocol evolution: * The SPAKE pre-authentication mechanism is now supported. This mechanism protects against password dictionary attacks without requiring any additional infrastructure such as certificates. SPAKE is enabled by default on clients, but must be manually enabled on the KDC for this release. * PKINIT freshness tokens are now supported. Freshness tokens can protect against scenarios where an attacker uses temporary access to a smart card to generate authentication requests for the future. * Password change operations now prefer TCP over UDP, to avoid spurious error messages about replays when a response packet is dropped. * The KDC now supports cross-realm S4U2Self requests when used with a third-party KDB module such as Samba's. The client code for cross-realm S4U2Self requests is also now more robust. User experience: * The new ktutil addent -f flag can be used to fetch salt information from the KDC for password-based keys. * The new kdestroy -p option can be used to destroy a credential cache within a collection by client principal name. * The Kerberos man page has been restored, and documents the environment variables that affect programs using the Kerberos library. Code quality: * Python test scripts now use Python 3. * Python test scripts now display markers in verbose output, making it easier to find where a failure occurred within the scripts. * The Windows build system has been simplified and updated to work with more recent versions of Visual Studio. A large volume of unused Windows-specific code has been removed. Visual Studio 2013 or later is now required.

- Build with full Cyrus SASL support. Negotiating SASL credentials with an EXTERNAL bind mechanism requires interaction. Kerberos provides its own interaction function that skips all interaction, thus preventing the mechanism from working. ldb was updated to version 2.4.1 (jsc#SLE-23329);

- Release 2.4.1

+ Corrected python behaviour for 'in' for LDAP attributes contained as part of ldb.Message; (bso#14845); + Fix memory handling in ldb.msg_diff; (bso#14836);

- Release 2.4.0

+ pyldb: Fix Message.items() for a message containing elements + pyldb: Add test for Message.items() + tests: Use ldbsearch '--scope instead of '-s' + Change page size of guidindexpackv1.ldb + Use a 1MiB lmdb so the test also passes on aarch64 CentOS stream + attrib_handler casefold: simplify space dropping + fix ldb_comparison_fold off-by-one overrun + CVE-2020-27840: pytests: move Dn.validate test to ldb + CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explode + CVE-2021-20277 ldb/attrib_handlers casefold: stay in bounds + CVE-2021-20277 ldb tests: ldb_match tests with extra spaces + improve comments for ldb_module_connect_backend() + test/ldb_tdb: correct introductory comments + ldb.h: remove undefined async_ctx function signatures + correct comments in attrib_handers val_to_int64 + dn tests use cmocka print functions + ldb_match: remove redundant check + add tests for ldb_wildcard_compare + ldb_match: trailing chunk must match end of string + pyldb: catch potential overflow error in py_timestring + ldb: remove some 'if PY3's in tests

talloc was updated to 2.3.3:

+ various bugfixes + python: Ensure reference counts are properly incremented + Change pytalloc source to LGPL + Upgrade waf to 2.0.18 to fix a cross-compilation issue; (bso#13846).

tdb was updated to version 1.4.4:

+ various bugfixes

tevent was updated to version 0.11.0:

+ Add custom tag to events + Add event trace api

sssd was updated to:

- Fix tests test_copy_ccache & test_copy_keytab for later versions of krb5 - Update the private ldb modules installation following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba

apparmor was updated to:

- Cater for changes to ldb packaging to allow parallel installation with libldb (bsc#1192684). - add profile for samba-bgqd (bsc#1191532).

Family:unixClass:patch
Status:Reference(s):1139519
1183572
1183574
1188571
1191227
1191532
1192684
1193690
1194859
1195048
CVE-2014-3065
CVE-2014-3065
CVE-2014-3566
CVE-2014-3566
CVE-2014-4288
CVE-2014-4288
CVE-2014-6456
CVE-2014-6456
CVE-2014-6457
CVE-2014-6457
CVE-2014-6458
CVE-2014-6458
CVE-2014-6466
CVE-2014-6466
CVE-2014-6476
CVE-2014-6476
CVE-2014-6492
CVE-2014-6492
CVE-2014-6493
CVE-2014-6493
CVE-2014-6502
CVE-2014-6502
CVE-2014-6503
CVE-2014-6503
CVE-2014-6506
CVE-2014-6506
CVE-2014-6511
CVE-2014-6511
CVE-2014-6512
CVE-2014-6512
CVE-2014-6513
CVE-2014-6513
CVE-2014-6515
CVE-2014-6515
CVE-2014-6527
CVE-2014-6527
CVE-2014-6531
CVE-2014-6531
CVE-2014-6532
CVE-2014-6532
CVE-2014-6558
CVE-2014-6558
CVE-2014-8891
CVE-2014-8891
CVE-2014-8892
CVE-2014-8892
CVE-2015-0204
CVE-2015-0204
CVE-2015-0458
CVE-2015-0458
CVE-2015-0459
CVE-2015-0459
CVE-2015-0469
CVE-2015-0469
CVE-2015-0477
CVE-2015-0477
CVE-2015-0478
CVE-2015-0478
CVE-2015-0480
CVE-2015-0480
CVE-2015-0486
CVE-2015-0486
CVE-2015-0488
CVE-2015-0488
CVE-2015-0491
CVE-2015-0491
CVE-2015-1931
CVE-2015-1931
CVE-2015-2590
CVE-2015-2590
CVE-2015-2601
CVE-2015-2601
CVE-2015-2613
CVE-2015-2613
CVE-2015-2619
CVE-2015-2619
CVE-2015-2621
CVE-2015-2621
CVE-2015-2625
CVE-2015-2625
CVE-2015-2632
CVE-2015-2632
CVE-2015-2637
CVE-2015-2637
CVE-2015-2638
CVE-2015-2638
CVE-2015-2664
CVE-2015-2664
CVE-2015-2808
CVE-2015-2808
CVE-2015-4000
CVE-2015-4000
CVE-2015-4729
CVE-2015-4729
CVE-2015-4731
CVE-2015-4731
CVE-2015-4732
CVE-2015-4732
CVE-2015-4733
CVE-2015-4733
CVE-2015-4734
CVE-2015-4734
CVE-2015-4748
CVE-2015-4748
CVE-2015-4749
CVE-2015-4749
CVE-2015-4760
CVE-2015-4760
CVE-2015-4803
CVE-2015-4803
CVE-2015-4805
CVE-2015-4805
CVE-2015-4806
CVE-2015-4806
CVE-2015-4810
CVE-2015-4810
CVE-2015-4835
CVE-2015-4835
CVE-2015-4840
CVE-2015-4840
CVE-2015-4842
CVE-2015-4842
CVE-2015-4843
CVE-2015-4843
CVE-2015-4844
CVE-2015-4844
CVE-2015-4860
CVE-2015-4860
CVE-2015-4871
CVE-2015-4871
CVE-2015-4872
CVE-2015-4872
CVE-2015-4882
CVE-2015-4882
CVE-2015-4883
CVE-2015-4883
CVE-2015-4893
CVE-2015-4893
CVE-2015-4902
CVE-2015-4902
CVE-2015-4903
CVE-2015-4903
CVE-2015-4911
CVE-2015-4911
CVE-2015-5006
CVE-2015-5006
CVE-2015-5041
CVE-2015-5041
CVE-2015-7575
CVE-2015-7575
CVE-2015-8126
CVE-2015-8126
CVE-2015-8472
CVE-2015-8472
CVE-2016-0264
CVE-2016-0264
CVE-2016-0363
CVE-2016-0363
CVE-2016-0376
CVE-2016-0376
CVE-2016-0402
CVE-2016-0402
CVE-2016-0448
CVE-2016-0448
CVE-2016-0466
CVE-2016-0466
CVE-2016-0475
CVE-2016-0475
CVE-2016-0483
CVE-2016-0483
CVE-2016-0494
CVE-2016-0494
CVE-2016-0686
CVE-2016-0686
CVE-2016-0687
CVE-2016-0687
CVE-2016-0705
CVE-2016-0705
CVE-2016-10165
CVE-2016-10165
CVE-2016-2183
CVE-2016-2183
CVE-2016-3422
CVE-2016-3422
CVE-2016-3426
CVE-2016-3426
CVE-2016-3427
CVE-2016-3427
CVE-2016-3443
CVE-2016-3443
CVE-2016-3449
CVE-2016-3449
CVE-2016-3485
CVE-2016-3485
CVE-2016-3511
CVE-2016-3511
CVE-2016-3598
CVE-2016-3598
CVE-2016-5542
CVE-2016-5542
CVE-2016-5547
CVE-2016-5547
CVE-2016-5548
CVE-2016-5548
CVE-2016-5549
CVE-2016-5549
CVE-2016-5552
CVE-2016-5552
CVE-2016-5554
CVE-2016-5554
CVE-2016-5556
CVE-2016-5556
CVE-2016-5568
CVE-2016-5568
CVE-2016-5573
CVE-2016-5573
CVE-2016-5597
CVE-2016-5597
CVE-2016-9840
CVE-2016-9840
CVE-2016-9841
CVE-2016-9841
CVE-2016-9842
CVE-2016-9842
CVE-2016-9843
CVE-2016-9843
CVE-2016-9962
CVE-2017-10053
CVE-2017-10053
CVE-2017-10067
CVE-2017-10067
CVE-2017-10074
CVE-2017-10074
CVE-2017-10078
CVE-2017-10078
CVE-2017-10081
CVE-2017-10081
CVE-2017-10087
CVE-2017-10087
CVE-2017-10089
CVE-2017-10089
CVE-2017-10090
CVE-2017-10090
CVE-2017-10096
CVE-2017-10096
CVE-2017-10101
CVE-2017-10101
CVE-2017-10102
CVE-2017-10102
CVE-2017-10105
CVE-2017-10105
CVE-2017-10107
CVE-2017-10107
CVE-2017-10108
CVE-2017-10108
CVE-2017-10109
CVE-2017-10109
CVE-2017-10110
CVE-2017-10110
CVE-2017-10111
CVE-2017-10111
CVE-2017-10115
CVE-2017-10115
CVE-2017-10116
CVE-2017-10116
CVE-2017-10125
CVE-2017-10125
CVE-2017-10243
CVE-2017-10243
CVE-2017-10281
CVE-2017-10281
CVE-2017-10285
CVE-2017-10285
CVE-2017-10293
CVE-2017-10293
CVE-2017-10295
CVE-2017-10295
CVE-2017-10309
CVE-2017-10309
CVE-2017-10345
CVE-2017-10345
CVE-2017-10346
CVE-2017-10346
CVE-2017-10347
CVE-2017-10347
CVE-2017-10348
CVE-2017-10348
CVE-2017-10349
CVE-2017-10349
CVE-2017-10350
CVE-2017-10350
CVE-2017-10355
CVE-2017-10355
CVE-2017-10356
CVE-2017-10356
CVE-2017-10357
CVE-2017-10357
CVE-2017-10388
CVE-2017-10388
CVE-2017-1289
CVE-2017-1289
CVE-2017-3231
CVE-2017-3231
CVE-2017-3241
CVE-2017-3241
CVE-2017-3252
CVE-2017-3252
CVE-2017-3253
CVE-2017-3253
CVE-2017-3259
CVE-2017-3259
CVE-2017-3261
CVE-2017-3261
CVE-2017-3272
CVE-2017-3272
CVE-2017-3289
CVE-2017-3289
CVE-2017-3509
CVE-2017-3509
CVE-2017-3511
CVE-2017-3511
CVE-2017-3512
CVE-2017-3512
CVE-2017-3514
CVE-2017-3514
CVE-2017-3533
CVE-2017-3533
CVE-2017-3539
CVE-2017-3539
CVE-2017-3544
CVE-2017-3544
CVE-2017-3732
CVE-2017-3732
CVE-2017-3736
CVE-2017-3736
CVE-2017-6507
CVE-2018-11212
CVE-2018-11212
CVE-2018-12539
CVE-2018-12539
CVE-2018-12547
CVE-2018-12547
CVE-2018-12549
CVE-2018-12549
CVE-2018-13785
CVE-2018-13785
CVE-2018-1417
CVE-2018-1417
CVE-2018-1517
CVE-2018-1517
CVE-2018-1656
CVE-2018-1656
CVE-2018-16873
CVE-2018-16874
CVE-2018-16875
CVE-2018-1890
CVE-2018-1890
CVE-2018-2579
CVE-2018-2579
CVE-2018-2582
CVE-2018-2582
CVE-2018-2588
CVE-2018-2588
CVE-2018-2599
CVE-2018-2599
CVE-2018-2602
CVE-2018-2602
CVE-2018-2603
CVE-2018-2603
CVE-2018-2618
CVE-2018-2618
CVE-2018-2633
CVE-2018-2633
CVE-2018-2634
CVE-2018-2634
CVE-2018-2637
CVE-2018-2637
CVE-2018-2638
CVE-2018-2638
CVE-2018-2639
CVE-2018-2639
CVE-2018-2641
CVE-2018-2641
CVE-2018-2663
CVE-2018-2663
CVE-2018-2677
CVE-2018-2677
CVE-2018-2678
CVE-2018-2678
CVE-2018-2783
CVE-2018-2783
CVE-2018-2790
CVE-2018-2790
CVE-2018-2794
CVE-2018-2794
CVE-2018-2795
CVE-2018-2795
CVE-2018-2796
CVE-2018-2796
CVE-2018-2797
CVE-2018-2797
CVE-2018-2798
CVE-2018-2798
CVE-2018-2799
CVE-2018-2799
CVE-2018-2800
CVE-2018-2800
CVE-2018-2814
CVE-2018-2814
CVE-2018-2825
CVE-2018-2825
CVE-2018-2826
CVE-2018-2826
CVE-2018-2940
CVE-2018-2940
CVE-2018-2952
CVE-2018-2952
CVE-2018-2964
CVE-2018-2964
CVE-2018-2973
CVE-2018-2973
CVE-2018-3136
CVE-2018-3136
CVE-2018-3139
CVE-2018-3139
CVE-2018-3149
CVE-2018-3149
CVE-2018-3169
CVE-2018-3169
CVE-2018-3180
CVE-2018-3180
CVE-2018-3183
CVE-2018-3183
CVE-2018-3214
CVE-2018-3214
CVE-2019-2422
CVE-2019-2422
CVE-2019-2426
CVE-2019-2426
CVE-2019-2449
CVE-2019-2449
CVE-2019-5736
CVE-2020-27840
CVE-2021-20277
CVE-2021-20316
CVE-2021-36222
CVE-2021-43566
CVE-2021-44141
CVE-2021-44142
CVE-2022-0336
SUSE-SU-2022:0283-1
Platform(s):openSUSE 13.2
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 15 SP3
SUSE Linux Enterprise High Availability 15
SUSE Linux Enterprise High Performance Computing 15 SP3
SUSE Linux Enterprise Module for additional PackageHub packages 15
SUSE Linux Enterprise Module for Basesystem 15 SP3
SUSE Linux Enterprise Module for Containers 15 SP1
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Legacy Software 15 SP1
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 15
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 15 SP3
SUSE Linux Enterprise Server for SAP Applications 15 SP3
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Storage 7.1
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 15
SUSE Manager Proxy 4.2
SUSE Manager Retail Branch Server 4.2
SUSE Manager Server 4.2
SUSE Package Hub for SUSE Linux Enterprise 15
Product(s):
Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND clamav-0.98.4-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • DirectFB-1.7.1-4 is installed
  • OR lib++dfb-1_7-1-1.7.1-4 is installed
  • OR libdirectfb-1_7-1-1.7.1-4 is installed
  • OR libdirectfb-1_7-1-32bit-1.7.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libXv1-1.0.10-7 is installed
  • OR libXv1-32bit-1.0.10-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Desktop 15 SP3 is installed
  • OR SUSE Linux Enterprise High Performance Computing 15 SP3 is installed
  • OR SUSE Linux Enterprise Module for Basesystem 15 SP3 is installed
  • OR SUSE Linux Enterprise Server 15 SP3 is installed
  • OR SUSE Linux Enterprise Server for SAP Applications 15 SP3 is installed
  • OR SUSE Linux Enterprise Storage 7.1 is installed
  • OR SUSE Manager Proxy 4.2 is installed
  • OR SUSE Manager Retail Branch Server 4.2 is installed
  • OR SUSE Manager Server 4.2 is installed
  • AND Package Information
  • apparmor-abstractions-2.13.6-150300.3.11.2 is installed
  • OR apparmor-docs-2.13.6-150300.3.11.2 is installed
  • OR apparmor-parser-2.13.6-150300.3.11.2 is installed
  • OR apparmor-parser-lang-2.13.6-150300.3.11.2 is installed
  • OR apparmor-profiles-2.13.6-150300.3.11.2 is installed
  • OR apparmor-utils-2.13.6-150300.3.11.2 is installed
  • OR apparmor-utils-lang-2.13.6-150300.3.11.2 is installed
  • OR krb5-1.19.2-150300.8.3.2 is installed
  • OR krb5-32bit-1.19.2-150300.8.3.2 is installed
  • OR krb5-client-1.19.2-150300.8.3.2 is installed
  • OR krb5-devel-1.19.2-150300.8.3.2 is installed
  • OR krb5-plugin-preauth-otp-1.19.2-150300.8.3.2 is installed
  • OR krb5-plugin-preauth-pkinit-1.19.2-150300.8.3.2 is installed
  • OR krb5-plugin-preauth-spake-1.19.2-150300.8.3.2 is installed
  • OR ldb-tools-2.4.1-150300.3.10.1 is installed
  • OR libapparmor-devel-2.13.6-150300.3.11.1 is installed
  • OR libapparmor1-2.13.6-150300.3.11.1 is installed
  • OR libapparmor1-32bit-2.13.6-150300.3.11.1 is installed
  • OR libipa_hbac-devel-1.16.1-150300.23.17.3 is installed
  • OR libipa_hbac0-1.16.1-150300.23.17.3 is installed
  • OR libldb-devel-2.4.1-150300.3.10.1 is installed
  • OR libldb2-2.4.1-150300.3.10.1 is installed
  • OR libldb2-32bit-2.4.1-150300.3.10.1 is installed
  • OR libsamba-policy-devel-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR libsamba-policy-python3-devel-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR libsamba-policy0-python3-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR libsss_certmap-devel-1.16.1-150300.23.17.3 is installed
  • OR libsss_certmap0-1.16.1-150300.23.17.3 is installed
  • OR libsss_idmap-devel-1.16.1-150300.23.17.3 is installed
  • OR libsss_idmap0-1.16.1-150300.23.17.3 is installed
  • OR libsss_nss_idmap-devel-1.16.1-150300.23.17.3 is installed
  • OR libsss_nss_idmap0-1.16.1-150300.23.17.3 is installed
  • OR libsss_simpleifp-devel-1.16.1-150300.23.17.3 is installed
  • OR libsss_simpleifp0-1.16.1-150300.23.17.3 is installed
  • OR libtalloc-devel-2.3.3-150300.3.3.2 is installed
  • OR libtalloc2-2.3.3-150300.3.3.2 is installed
  • OR libtalloc2-32bit-2.3.3-150300.3.3.2 is installed
  • OR libtdb-devel-1.4.4-150300.3.3.2 is installed
  • OR libtdb1-1.4.4-150300.3.3.2 is installed
  • OR libtdb1-32bit-1.4.4-150300.3.3.2 is installed
  • OR libtevent-devel-0.11.0-150300.3.3.2 is installed
  • OR libtevent0-0.11.0-150300.3.3.2 is installed
  • OR libtevent0-32bit-0.11.0-150300.3.3.2 is installed
  • OR pam_apparmor-2.13.6-150300.3.11.2 is installed
  • OR pam_apparmor-32bit-2.13.6-150300.3.11.2 is installed
  • OR perl-apparmor-2.13.6-150300.3.11.2 is installed
  • OR python3-apparmor-2.13.6-150300.3.11.2 is installed
  • OR python3-ldb-2.4.1-150300.3.10.1 is installed
  • OR python3-ldb-devel-2.4.1-150300.3.10.1 is installed
  • OR python3-sssd-config-1.16.1-150300.23.17.3 is installed
  • OR python3-talloc-2.3.3-150300.3.3.2 is installed
  • OR python3-talloc-devel-2.3.3-150300.3.3.2 is installed
  • OR python3-tdb-1.4.4-150300.3.3.2 is installed
  • OR python3-tevent-0.11.0-150300.3.3.2 is installed
  • OR samba-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-ad-dc-libs-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-ad-dc-libs-32bit-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-ceph-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-client-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-client-32bit-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-client-libs-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-client-libs-32bit-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-devel-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-devel-32bit-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-dsdb-modules-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-gpupdate-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-ldb-ldap-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-libs-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-libs-32bit-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-libs-python3-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-python3-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-tool-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-winbind-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-winbind-libs-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR samba-winbind-libs-32bit-4.15.4+git.324.8332acf1a63-150300.3.25.3 is installed
  • OR sssd-1.16.1-150300.23.17.3 is installed
  • OR sssd-ad-1.16.1-150300.23.17.3 is installed
  • OR sssd-common-1.16.1-150300.23.17.3 is installed
  • OR sssd-dbus-1.16.1-150300.23.17.3 is installed
  • OR sssd-ipa-1.16.1-150300.23.17.3 is installed
  • OR sssd-krb5-1.16.1-150300.23.17.3 is installed
  • OR sssd-krb5-common-1.16.1-150300.23.17.3 is installed
  • OR sssd-ldap-1.16.1-150300.23.17.3 is installed
  • OR sssd-proxy-1.16.1-150300.23.17.3 is installed
  • OR sssd-tools-1.16.1-150300.23.17.3 is installed
  • OR sssd-winbind-idmap-1.16.1-150300.23.17.3 is installed
  • OR talloc-man-2.3.3-150300.3.3.1 is installed
  • OR tdb-tools-1.4.4-150300.3.3.2 is installed
  • OR tevent-man-0.11.0-150300.3.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP3 is installed
  • AND Package Information
  • apparmor-abstractions-2.13.6-1.31 is installed
  • OR apparmor-docs-2.13.6-1.31 is installed
  • OR apparmor-parser-2.13.6-1.31 is installed
  • OR apparmor-parser-lang-2.13.6-1.31 is installed
  • OR apparmor-profiles-2.13.6-1.31 is installed
  • OR apparmor-utils-2.13.6-1.31 is installed
  • OR apparmor-utils-lang-2.13.6-1.31 is installed
  • OR pam_apparmor-2.13.6-1.31 is installed
  • OR pam_apparmor-32bit-2.13.6-1.31 is installed
  • OR perl-apparmor-2.13.6-1.31 is installed
  • OR python3-apparmor-2.13.6-1.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-25.13 is installed
  • OR dlm-kmp-default-4.12.14-25.13 is installed
  • OR gfs2-kmp-default-4.12.14-25.13 is installed
  • OR kernel-default-4.12.14-25.13 is installed
  • OR ocfs2-kmp-default-4.12.14-25.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
  • AND Package Information
  • ffmpeg-3.4.2-4.12 is installed
  • OR libavdevice57-3.4.2-4.12 is installed
  • OR libavfilter6-3.4.2-4.12 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 Legacy Software 15 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.171-3.3 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-3.3 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-3.3 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr5.30-3.16 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.30-3.16 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.30-3.16 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.30-3.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.13 is installed
  • OR kernel-default-livepatch-4.12.14-25.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • libpython3_6m1_0-32bit-3.6.9-3.39 is installed
  • OR python3-3.6.9-3.39 is installed
  • OR python3-32bit-3.6.9-3.39 is installed
  • OR python3-base-3.6.9-3.39 is installed
  • OR python3-base-32bit-3.6.9-3.39 is installed
  • OR python3-doc-3.6.9-3.39 is installed
  • OR python3-testsuite-3.6.9-3.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • openslp-2.0.0-6.3 is installed
  • OR openslp-server-2.0.0-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND Package Information
  • apache2-mod_php7-7.2.5-4.9 is installed
  • OR php7-7.2.5-4.9 is installed
  • OR php7-bcmath-7.2.5-4.9 is installed
  • OR php7-bz2-7.2.5-4.9 is installed
  • OR php7-calendar-7.2.5-4.9 is installed
  • OR php7-ctype-7.2.5-4.9 is installed
  • OR php7-curl-7.2.5-4.9 is installed
  • OR php7-dba-7.2.5-4.9 is installed
  • OR php7-devel-7.2.5-4.9 is installed
  • OR php7-dom-7.2.5-4.9 is installed
  • OR php7-enchant-7.2.5-4.9 is installed
  • OR php7-exif-7.2.5-4.9 is installed
  • OR php7-fastcgi-7.2.5-4.9 is installed
  • OR php7-fileinfo-7.2.5-4.9 is installed
  • OR php7-fpm-7.2.5-4.9 is installed
  • OR php7-ftp-7.2.5-4.9 is installed
  • OR php7-gd-7.2.5-4.9 is installed
  • OR php7-gettext-7.2.5-4.9 is installed
  • OR php7-gmp-7.2.5-4.9 is installed
  • OR php7-iconv-7.2.5-4.9 is installed
  • OR php7-intl-7.2.5-4.9 is installed
  • OR php7-json-7.2.5-4.9 is installed
  • OR php7-ldap-7.2.5-4.9 is installed
  • OR php7-mbstring-7.2.5-4.9 is installed
  • OR php7-mysql-7.2.5-4.9 is installed
  • OR php7-odbc-7.2.5-4.9 is installed
  • OR php7-opcache-7.2.5-4.9 is installed
  • OR php7-openssl-7.2.5-4.9 is installed
  • OR php7-pcntl-7.2.5-4.9 is installed
  • OR php7-pdo-7.2.5-4.9 is installed
  • OR php7-pear-7.2.5-4.9 is installed
  • OR php7-pear-Archive_Tar-7.2.5-4.9 is installed
  • OR php7-pgsql-7.2.5-4.9 is installed
  • OR php7-phar-7.2.5-4.9 is installed
  • OR php7-posix-7.2.5-4.9 is installed
  • OR php7-shmop-7.2.5-4.9 is installed
  • OR php7-snmp-7.2.5-4.9 is installed
  • OR php7-soap-7.2.5-4.9 is installed
  • OR php7-sockets-7.2.5-4.9 is installed
  • OR php7-sqlite-7.2.5-4.9 is installed
  • OR php7-sysvmsg-7.2.5-4.9 is installed
  • OR php7-sysvsem-7.2.5-4.9 is installed
  • OR php7-sysvshm-7.2.5-4.9 is installed
  • OR php7-tokenizer-7.2.5-4.9 is installed
  • OR php7-wddx-7.2.5-4.9 is installed
  • OR php7-xmlreader-7.2.5-4.9 is installed
  • OR php7-xmlrpc-7.2.5-4.9 is installed
  • OR php7-xmlwriter-7.2.5-4.9 is installed
  • OR php7-xsl-7.2.5-4.9 is installed
  • OR php7-zip-7.2.5-4.9 is installed
  • OR php7-zlib-7.2.5-4.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • liblua5_2-5.2.2-4.2 is installed
  • OR liblua5_2-32bit-5.2.2-4.2 is installed
  • OR lua-5.2.2-4.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libgnomesu-2.0.0-353.6.2 is installed
  • OR libgnomesu-lang-2.0.0-353.6.2 is installed
  • OR libgnomesu0-2.0.0-353.6.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • MozillaThunderbird-60.2.1-3.13 is installed
  • OR MozillaThunderbird-translations-common-60.2.1-3.13 is installed
  • OR MozillaThunderbird-translations-other-60.2.1-3.13 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 15 is installed
  • AND Package Information
  • GraphicsMagick-1.3.29-bp150.2.6 is installed
  • OR GraphicsMagick-devel-1.3.29-bp150.2.6 is installed
  • OR libGraphicsMagick++-Q16-12-1.3.29-bp150.2.6 is installed
  • OR libGraphicsMagick++-devel-1.3.29-bp150.2.6 is installed
  • OR libGraphicsMagick-Q16-3-1.3.29-bp150.2.6 is installed
  • OR libGraphicsMagick3-config-1.3.29-bp150.2.6 is installed
  • OR libGraphicsMagickWand-Q16-2-1.3.29-bp150.2.6 is installed
  • OR perl-GraphicsMagick-1.3.29-bp150.2.6 is installed
  • BACK