Oval Definition:oval:org.opensuse.security:def:41819
Revision Date:2020-12-01Version:1
Title:Security update for ldb, samba, talloc, tdb, tevent (Important)
Description:



This update for ldb, samba, talloc, tdb, tevent fixes the following security issues:

- ldb was updated to version 1.1.24. + Fix ldap \00 search expression attack dos; CVE-2015-3223; (bso#11325) + Fix remote read memory exploit in ldb; CVE-2015-5330; (bso#11599) + Move ldb_(un)pack_data into ldb_module.h for testing + Fix installation of _ldb_text.py + Fix propagation of ldb errors through tdb + Fix bug triggered by having an empty message in database during search

- Move the ldb-cmdline library to the ldb-tools package as the packaged binaries depend on it.

- Update the samba library distribution key file 'ldb.keyring'; (bso#945116).

Samba was updated to fix these issues: - Malicious request can cause samba ldap server to hang, spinning using cpu; CVE-2015-3223; (bso#11325); (bsc#958581). - Remote read memory exploit in ldb; cve-2015-5330; (bso#11599); (bsc#958586). - Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bsc#958582). - No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bsc#958584). - Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bsc#958583). - Fix microsoft ms15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bsc#958585). - Changing log level of two entries to from 1 to 3; (bso#9912). - Vfs_gpfs: re-enable share modes; (bso#11243). - Wafsamba: also build libraries with relro protection; (bso#11346). - Ctdb: strip trailing spaces from nodes file; (bso#11365). - S3-smbd: fix old dos client doing wildcard delete - gives a attribute type of zero; (bso#11452). - Nss_wins: do not run into use after free issues when we access memory allocated on the globals and the global being reinitialized; (bso#11563). - Async_req: fix non-blocking connect(); (bso#11564). - Auth: gensec: fix a memory leak; (bso#11565). - Lib: util: make non-critical message a warning; (bso#11566). - Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bsc#949022). - Smbd: send smb2 oplock breaks unencrypted; (bso#11570). - Ctdb: open the ro tracking db with perms 0600 instead of 0000; (bso#11577). - Manpage: correct small typo error; (bso#11584). - S3: smbd: if ea's are turned off on a share don't allow an smb2 create containing them; (bso#11589). - Backport some valgrind fixes from upstream master; (bso#11597). - S3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). - Docs: fix some typos in the idmap config section of man 5 smb.conf; (bso#11619). - Cleanup and enhance the pidl sub package. - S3: smbd: fix our access-based enumeration on 'hide unreadable' to match Windows; (bso#10252). - Smbd: fix file name buflen and padding in notify repsonse; (bso#10634). - Kerberos: make sure we only use prompter type when available; (bso#11038). - S3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). - Dcerpc.idl: accept invalid dcerpc_bind_nak pdus; (bso#11327). - Fix a deadlock in tdb; (bso#11381). - S3: smbd: fix mkdir race condition; (bso#11486). - Pam_winbind: fix a segfault if initialization fails; (bso#11502). - S3: dfs: fix a crash when the dfs targets are disabled; (bso#11509). - S3: smbd: fix opening/creating :stream files on the root share directory; (bso#11522). - Net: fix a crash with 'net ads keytab create'; (bso#11528). - S3: smbd: fix a crash in unix_convert() and a null pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). - Vfs_fruit: return value of ad_pack in vfs_fruit.c; (bso#11543). - Vfs_commit: set the fd on open before calling smb_vfs_fstat; (bso#11547). - Fix bug in smbstatus where the lease info is not printed; (bso#11549). - S3:smbstatus: add stream name to share_entry_forall(); (bso#11550). - Prevent null pointer access in samlogon fallback when security credentials are null; (bsc#949022). - Fix 100% cpu in winbindd when logging in with 'user must change password on next logon'; (bso#11038).

talloc was updated to version 2.1.5; (bsc#954658) (bsc#951660). + Test that talloc magic differs between processes. + Increment minor version due to added talloc_test_get_magic. + Provide tests access to talloc_magic. + Test magic protection measures.

tdb was updated to version 1.3.8; (bsc#954658). + First fix deadlock in the interaction between fcntl and mutex locking; (bso#11381) + Improved python3 bindings + Fix runtime detection for robust mutexes in the standalone build; (bso#11326). + Possible fix for the build with robust mutexes on solaris 11; (bso#11319). + Abi change: tdb_chainlock_read_nonblock() has been added, a nonblock variant of tdb_chainlock_read() + Do not build test binaries if it's not a standalone build + Fix cid 1034842 resource leak + Fix cid 1034841 resource leak + Don't let tdb_wrap_open() segfault with name==null + Toos: allow transactions with tdb_mutex_locking + Test: add tdb1-run-mutex-transaction1 test + Allow transactions on on tdb's with tdb_mutex_locking + Test: tdb_clear_if_first | tdb_mutex_locking, o_rdonly is a valid combination + Allow tdb_open_ex() with o_rdonly of tdb_feature_flag_mutex tdbs. + Fix a comment + Fix tdb_runtime_check_for_robust_mutexes() + Improve wording in a comment + Tdb.h needs bool type; obsoletes include_stdbool_bso10625.patch + Tdb_wrap: make mutexes easier to use + Tdb_wrap: only pull in samba-debug + Tdb_wrap: standalone compile without includes.h + Tdb_wrap: tdb_wrap.h doesn't need struct loadparm_context - Update to version 1.3.1. + Tools: fix a compiler warning + Defragment the freelist in tdb_allocate_from_freelist() + Add 'freelist_size' sub-command to tdbtool + Use tdb_freelist_merge_adjacent in tdb_freelist_size() + Add tdb_freelist_merge_adjacent() + Add utility function check_merge_ptr_with_left_record() + Simplify tdb_free() using check_merge_with_left_record() + Add utility function check_merge_with_left_record() + Improve comments for tdb_free(). + Factor merge_with_left_record() out of tdb_free() + Fix debug message in tdb_free() + Reduce indentation in tdb_free() for merging left + Increase readability of read_record_on_left() + Factor read_record_on_left() out of tdb_free() + Build: improve detection of srcdir.

tevent was updated to 0.9.26; (bsc#954658). + New tevent_thread_proxy api + Minor build fixes + Fix compile error in solaris ports backend. + Fix access after free in tevent_common_check_signal(); (bso#11308). + Improve pytevent bindings. + Testsuite fixes. + Improve the documentation of the tevent_add_fd() assumtions. it must be talloc_free'ed before closing the fd! (bso##11141); (bso#11316). + Ignore unexpected signal events in the same way the epoll backend does. + Update the tevent_data.dox tutrial stuff to fix some errors, including white space problems. + Use tevent_req_simple_recv_unix in a few places. + Remove unused exit_code in tevent_select.c + Remove unused exit_code in tevent_poll.c + Build: improve detection of srcdir + Lib: tevent: make tevent_sig_increment atomic. + Update flags in tevent pkgconfig file
Family:unixClass:patch
Status:Reference(s):1000998
1004419
1012964
1020427
1021741
1025109
1025311
1027575
1028184
1028656
1030624
1032075
1034866
1034908
1035406
1035950
1036211
1037242
1037334
1037336
1038564
1039495
1042159
1042800
1042801
1042892
1043073
1043296
1045035
1046191
1046636
1047674
1048902
1049381
1050751
1052829
1054724
1056334
1057378
1057585
1060653
1061876
1062069
1063122
1063824
1082023
1097108
1097356
1099306
1115339
1118319
1118320
1122293
1122299
1132728
1132729
1132732
1133135
1158785
1158787
1158788
1158789
1158790
1158791
1158792
1158793
1158795
295284
773464
872912
901813
902421
910378
912457
913304
923374
931854
936909
939051
947552
949022
950437
951660
953382
954658
958581
958582
958583
958584
958585
958586
960382
963964
963968
963975
983273
986377
991344
994418
994605
999701
CVE-2015-3223
CVE-2015-5252
CVE-2015-5296
CVE-2015-5299
CVE-2015-5330
CVE-2015-7830
CVE-2015-8467
CVE-2015-8629
CVE-2015-8630
CVE-2015-8631
CVE-2015-8711
CVE-2015-8712
CVE-2015-8713
CVE-2015-8714
CVE-2015-8715
CVE-2015-8716
CVE-2015-8717
CVE-2015-8718
CVE-2015-8719
CVE-2015-8720
CVE-2015-8721
CVE-2015-8722
CVE-2015-8723
CVE-2015-8724
CVE-2015-8725
CVE-2015-8726
CVE-2015-8727
CVE-2015-8728
CVE-2015-8729
CVE-2015-8730
CVE-2015-8731
CVE-2015-8732
CVE-2015-8733
CVE-2015-8899
CVE-2016-4997
CVE-2016-5195
CVE-2016-5250
CVE-2016-5257
CVE-2016-5261
CVE-2016-5270
CVE-2016-5272
CVE-2016-5274
CVE-2016-5276
CVE-2016-5277
CVE-2016-5278
CVE-2016-5280
CVE-2016-5281
CVE-2016-5284
CVE-2016-6834
CVE-2016-6835
CVE-2016-7545
CVE-2016-9079
CVE-2016-9602
CVE-2016-9603
CVE-2017-1000254
CVE-2017-1000257
CVE-2017-10664
CVE-2017-10806
CVE-2017-10911
CVE-2017-11334
CVE-2017-11434
CVE-2017-12809
CVE-2017-13672
CVE-2017-14167
CVE-2017-15038
CVE-2017-15289
CVE-2017-2636
CVE-2017-5579
CVE-2017-5973
CVE-2017-5987
CVE-2017-6505
CVE-2017-7377
CVE-2017-7471
CVE-2017-7493
CVE-2017-7533
CVE-2017-7645
CVE-2017-7718
CVE-2017-7753
CVE-2017-7779
CVE-2017-7782
CVE-2017-7784
CVE-2017-7785
CVE-2017-7786
CVE-2017-7787
CVE-2017-7791
CVE-2017-7792
CVE-2017-7798
CVE-2017-7800
CVE-2017-7801
CVE-2017-7802
CVE-2017-7803
CVE-2017-7804
CVE-2017-7807
CVE-2017-7980
CVE-2017-8086
CVE-2017-8112
CVE-2017-8309
CVE-2017-8379
CVE-2017-8380
CVE-2017-8890
CVE-2017-9242
CVE-2017-9330
CVE-2017-9373
CVE-2017-9374
CVE-2017-9375
CVE-2017-9503
CVE-2018-10853
CVE-2018-11212
CVE-2018-3639
CVE-2018-3646
CVE-2018-5848
CVE-2018-9568
CVE-2019-1348
CVE-2019-1349
CVE-2019-1350
CVE-2019-1351
CVE-2019-1352
CVE-2019-1353
CVE-2019-1354
CVE-2019-1387
CVE-2019-19604
CVE-2019-2422
CVE-2019-2426
CVE-2019-2602
CVE-2019-2684
CVE-2019-2698
SUSE-SU-2015:2304-1
SUSE-SU-2016:0109-1
SUSE-SU-2016:0429-1
SUSE-SU-2016:2434-1
SUSE-SU-2016:2636-1
SUSE-SU-2016:3048-1
SUSE-SU-2016:3269-1
SUSE-SU-2017:0338-1
SUSE-SU-2017:2072-1
SUSE-SU-2017:2589-1
SUSE-SU-2017:2831-1
SUSE-SU-2017:2946-1
SUSE-SU-2018:2358-1
SUSE-SU-2019:1219-1
SUSE-SU-2019:3311-1
Platform(s):openSUSE Leap 42.3
openSUSE Leap 42.3 NonFree
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
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 Basesystem 15 SP1
SUSE Linux Enterprise Module for Containers 15
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 Legacy Software 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 Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 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-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-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 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP5
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
  • accountsservice-0.6.42-6 is installed
  • OR accountsservice-lang-0.6.42-6 is installed
  • OR libaccountsservice0-0.6.42-6 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-6 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 NonFree is installed
  • AND xv-3.10a-1280.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • libldb1-3.6.3-0.33.39 is installed
  • OR libldb1-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • curl-7.19.7-1.46 is installed
  • OR libcurl4-7.19.7-1.46 is installed
  • OR libcurl4-32bit-7.19.7-1.46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libvmtools0-10.1.0-5.3 is installed
  • OR open-vm-tools-10.1.0-5.3 is installed
  • OR open-vm-tools-desktop-10.1.0-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libpcre1-8.39-7 is installed
  • OR libpcre1-32bit-8.39-7 is installed
  • OR libpcre16-0-8.39-7 is installed
  • OR libpcrecpp0-8.39-7 is installed
  • OR libpcrecpp0-32bit-8.39-7 is installed
  • OR pcre-8.39-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libmysqlclient18-10.0.31-29.3 is installed
  • OR libmysqlclient18-32bit-10.0.31-29.3 is installed
  • OR libmysqlclient_r18-10.0.31-29.3 is installed
  • OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
  • OR mariadb-10.0.31-29.3 is installed
  • OR mariadb-client-10.0.31-29.3 is installed
  • OR mariadb-errormessages-10.0.31-29.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • MozillaFirefox-60.2.2esr-109.46 is installed
  • OR MozillaFirefox-branding-SLE-60-32.3 is installed
  • OR MozillaFirefox-translations-common-60.2.2esr-109.46 is installed
  • OR libfreebl3-3.36.4-58.15 is installed
  • OR libfreebl3-32bit-3.36.4-58.15 is installed
  • OR libsoftokn3-3.36.4-58.15 is installed
  • OR libsoftokn3-32bit-3.36.4-58.15 is installed
  • OR mozilla-nspr-4.19-19.3 is installed
  • OR mozilla-nspr-32bit-4.19-19.3 is installed
  • OR mozilla-nss-3.36.4-58.15 is installed
  • OR mozilla-nss-32bit-3.36.4-58.15 is installed
  • OR mozilla-nss-certs-3.36.4-58.15 is installed
  • OR mozilla-nss-certs-32bit-3.36.4-58.15 is installed
  • OR mozilla-nss-sysinit-3.36.4-58.15 is installed
  • OR mozilla-nss-sysinit-32bit-3.36.4-58.15 is installed
  • OR mozilla-nss-tools-3.36.4-58.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND kdump-0.8.16-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • apr-devel-1.6.3-1 is installed
  • OR libapr1-1.6.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 is installed
  • AND Package Information
  • containerd-1.2.6-5.16 is installed
  • OR docker-19.03.1_ce-6.26 is installed
  • OR docker-bash-completion-19.03.1_ce-6.26 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2800_fc5a7d91d54c-4.15 is installed
  • OR docker-runc-1.0.0rc8+gitr3826_425e105d5a03-6.21 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2800_fc5a7d91d54c-4.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 SP1 is installed
  • AND buildah-1.7.1-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • python-2.7.14-7.14 is installed
  • OR python-tk-2.7.14-7.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND Package Information
  • libSDL-1_2-0-1.2.15-3.9 is installed
  • OR libSDL-devel-1.2.15-3.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • ant-1.9.10-1 is installed
  • OR ant-antlr-1.9.10-1 is installed
  • OR ant-apache-bcel-1.9.10-1 is installed
  • OR ant-apache-bsf-1.9.10-1 is installed
  • OR ant-apache-log4j-1.9.10-1 is installed
  • OR ant-apache-oro-1.9.10-1 is installed
  • OR ant-apache-regexp-1.9.10-1 is installed
  • OR ant-apache-resolver-1.9.10-1 is installed
  • OR ant-commons-logging-1.9.10-1 is installed
  • OR ant-javamail-1.9.10-1 is installed
  • OR ant-jdepend-1.9.10-1 is installed
  • OR ant-jmf-1.9.10-1 is installed
  • OR ant-junit-1.9.10-1 is installed
  • OR ant-manual-1.9.10-1 is installed
  • OR ant-scripts-1.9.10-1 is installed
  • OR ant-swing-1.9.10-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
  • AND bsdtar-3.3.2-3.8 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.161-1 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.161-1 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.161-1 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.161-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • xorg-x11-server-1.19.6-8.3 is installed
  • OR xorg-x11-server-source-1.19.6-8.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • cluster-md-kmp-azure-4.12.14-5.30 is installed
  • OR dlm-kmp-azure-4.12.14-5.30 is installed
  • OR gfs2-kmp-azure-4.12.14-5.30 is installed
  • OR kernel-azure-4.12.14-5.30 is installed
  • OR kernel-azure-base-4.12.14-5.30 is installed
  • OR kernel-azure-devel-4.12.14-5.30 is installed
  • OR kernel-azure-extra-4.12.14-5.30 is installed
  • OR kernel-azure-livepatch-4.12.14-5.30 is installed
  • OR kernel-devel-azure-4.12.14-5.30 is installed
  • OR kernel-source-azure-4.12.14-5.30 is installed
  • OR kernel-syms-azure-4.12.14-5.30 is installed
  • OR kselftests-kmp-azure-4.12.14-5.30 is installed
  • OR ocfs2-kmp-azure-4.12.14-5.30 is installed
  • OR reiserfs-kmp-azure-4.12.14-5.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • freeradius-server-3.0.16-1 is installed
  • OR freeradius-server-devel-3.0.16-1 is installed
  • OR freeradius-server-krb5-3.0.16-1 is installed
  • OR freeradius-server-ldap-3.0.16-1 is installed
  • OR freeradius-server-libs-3.0.16-1 is installed
  • OR freeradius-server-mysql-3.0.16-1 is installed
  • OR freeradius-server-perl-3.0.16-1 is installed
  • OR freeradius-server-postgresql-3.0.16-1 is installed
  • OR freeradius-server-python-3.0.16-1 is installed
  • OR freeradius-server-sqlite-3.0.16-1 is installed
  • OR freeradius-server-utils-3.0.16-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • bind-9.11.2-12.8 is installed
  • OR bind-chrootenv-9.11.2-12.8 is installed
  • OR bind-doc-9.11.2-12.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND apache-commons-daemon-1.0.15-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.55 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.55 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.55 is installed
  • OR kernel-default-3.0.101-0.40 is installed
  • OR kernel-default-base-3.0.101-0.40 is installed
  • OR kernel-default-devel-3.0.101-0.40 is installed
  • OR kernel-default-man-3.0.101-0.40 is installed
  • OR kernel-ec2-3.0.101-0.40 is installed
  • OR kernel-ec2-base-3.0.101-0.40 is installed
  • OR kernel-ec2-devel-3.0.101-0.40 is installed
  • OR kernel-pae-3.0.101-0.40 is installed
  • OR kernel-pae-base-3.0.101-0.40 is installed
  • OR kernel-pae-devel-3.0.101-0.40 is installed
  • OR kernel-ppc64-3.0.101-0.40 is installed
  • OR kernel-ppc64-base-3.0.101-0.40 is installed
  • OR kernel-ppc64-devel-3.0.101-0.40 is installed
  • OR kernel-source-3.0.101-0.40 is installed
  • OR kernel-syms-3.0.101-0.40 is installed
  • OR kernel-trace-3.0.101-0.40 is installed
  • OR kernel-trace-base-3.0.101-0.40 is installed
  • OR kernel-trace-devel-3.0.101-0.40 is installed
  • OR kernel-xen-3.0.101-0.40 is installed
  • OR kernel-xen-base-3.0.101-0.40 is installed
  • OR kernel-xen-devel-3.0.101-0.40 is installed
  • OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7 is installed
  • OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • glibc-2.11.3-17.110.19 is installed
  • OR glibc-32bit-2.11.3-17.110.19 is installed
  • OR glibc-devel-2.11.3-17.110.19 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.19 is installed
  • OR glibc-html-2.11.3-17.110.19 is installed
  • OR glibc-i18ndata-2.11.3-17.110.19 is installed
  • OR glibc-info-2.11.3-17.110.19 is installed
  • OR glibc-locale-2.11.3-17.110.19 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.19 is installed
  • OR glibc-profile-2.11.3-17.110.19 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.19 is installed
  • OR nscd-2.11.3-17.110.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • glibc-2.11.3-17.110.19 is installed
  • OR glibc-32bit-2.11.3-17.110.19 is installed
  • OR glibc-devel-2.11.3-17.110.19 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.19 is installed
  • OR glibc-html-2.11.3-17.110.19 is installed
  • OR glibc-i18ndata-2.11.3-17.110.19 is installed
  • OR glibc-info-2.11.3-17.110.19 is installed
  • OR glibc-locale-2.11.3-17.110.19 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.19 is installed
  • OR glibc-profile-2.11.3-17.110.19 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.19 is installed
  • OR nscd-2.11.3-17.110.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-159 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • ldb-1.1.24-4.3 is installed
  • OR libdcerpc-binding0-4.1.12-18.3 is installed
  • OR libdcerpc-binding0-32bit-4.1.12-18.3 is installed
  • OR libdcerpc0-4.1.12-18.3 is installed
  • OR libdcerpc0-32bit-4.1.12-18.3 is installed
  • OR libgensec0-4.1.12-18.3 is installed
  • OR libgensec0-32bit-4.1.12-18.3 is installed
  • OR libldb1-1.1.24-4.3 is installed
  • OR libldb1-32bit-1.1.24-4.3 is installed
  • OR libndr-krb5pac0-4.1.12-18.3 is installed
  • OR libndr-krb5pac0-32bit-4.1.12-18.3 is installed
  • OR libndr-nbt0-4.1.12-18.3 is installed
  • OR libndr-nbt0-32bit-4.1.12-18.3 is installed
  • OR libndr-standard0-4.1.12-18.3 is installed
  • OR libndr-standard0-32bit-4.1.12-18.3 is installed
  • OR libndr0-4.1.12-18.3 is installed
  • OR libndr0-32bit-4.1.12-18.3 is installed
  • OR libnetapi0-4.1.12-18.3 is installed
  • OR libnetapi0-32bit-4.1.12-18.3 is installed
  • OR libpdb0-4.1.12-18.3 is installed
  • OR libpdb0-32bit-4.1.12-18.3 is installed
  • OR libregistry0-4.1.12-18.3 is installed
  • OR libsamba-credentials0-4.1.12-18.3 is installed
  • OR libsamba-credentials0-32bit-4.1.12-18.3 is installed
  • OR libsamba-hostconfig0-4.1.12-18.3 is installed
  • OR libsamba-hostconfig0-32bit-4.1.12-18.3 is installed
  • OR libsamba-util0-4.1.12-18.3 is installed
  • OR libsamba-util0-32bit-4.1.12-18.3 is installed
  • OR libsamdb0-4.1.12-18.3 is installed
  • OR libsamdb0-32bit-4.1.12-18.3 is installed
  • OR libsmbclient-raw0-4.1.12-18.3 is installed
  • OR libsmbclient-raw0-32bit-4.1.12-18.3 is installed
  • OR libsmbclient0-4.1.12-18.3 is installed
  • OR libsmbclient0-32bit-4.1.12-18.3 is installed
  • OR libsmbconf0-4.1.12-18.3 is installed
  • OR libsmbconf0-32bit-4.1.12-18.3 is installed
  • OR libsmbldap0-4.1.12-18.3 is installed
  • OR libsmbldap0-32bit-4.1.12-18.3 is installed
  • OR libtalloc2-2.1.5-3.4 is installed
  • OR libtalloc2-32bit-2.1.5-3.4 is installed
  • OR libtdb1-1.3.8-2.3 is installed
  • OR libtdb1-32bit-1.3.8-2.3 is installed
  • OR libtevent-util0-4.1.12-18.3 is installed
  • OR libtevent-util0-32bit-4.1.12-18.3 is installed
  • OR libtevent0-0.9.26-3.3 is installed
  • OR libtevent0-32bit-0.9.26-3.3 is installed
  • OR libwbclient0-4.1.12-18.3 is installed
  • OR libwbclient0-32bit-4.1.12-18.3 is installed
  • OR pytalloc-2.1.5-3.4 is installed
  • OR pytalloc-32bit-2.1.5-3.4 is installed
  • OR samba-4.1.12-18.3 is installed
  • OR samba-32bit-4.1.12-18.3 is installed
  • OR samba-client-4.1.12-18.3 is installed
  • OR samba-client-32bit-4.1.12-18.3 is installed
  • OR samba-doc-4.1.12-18.3 is installed
  • OR samba-libs-4.1.12-18.3 is installed
  • OR samba-libs-32bit-4.1.12-18.3 is installed
  • OR samba-winbind-4.1.12-18.3 is installed
  • OR samba-winbind-32bit-4.1.12-18.3 is installed
  • OR talloc-2.1.5-3.4 is installed
  • OR tdb-1.3.8-2.3 is installed
  • OR tdb-tools-1.3.8-2.3 is installed
  • OR tevent-0.9.26-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • ldb-1.1.24-4.3 is installed
  • OR libdcerpc-binding0-4.1.12-18.3 is installed
  • OR libdcerpc-binding0-32bit-4.1.12-18.3 is installed
  • OR libdcerpc0-4.1.12-18.3 is installed
  • OR libdcerpc0-32bit-4.1.12-18.3 is installed
  • OR libgensec0-4.1.12-18.3 is installed
  • OR libgensec0-32bit-4.1.12-18.3 is installed
  • OR libldb1-1.1.24-4.3 is installed
  • OR libldb1-32bit-1.1.24-4.3 is installed
  • OR libndr-krb5pac0-4.1.12-18.3 is installed
  • OR libndr-krb5pac0-32bit-4.1.12-18.3 is installed
  • OR libndr-nbt0-4.1.12-18.3 is installed
  • OR libndr-nbt0-32bit-4.1.12-18.3 is installed
  • OR libndr-standard0-4.1.12-18.3 is installed
  • OR libndr-standard0-32bit-4.1.12-18.3 is installed
  • OR libndr0-4.1.12-18.3 is installed
  • OR libndr0-32bit-4.1.12-18.3 is installed
  • OR libnetapi0-4.1.12-18.3 is installed
  • OR libnetapi0-32bit-4.1.12-18.3 is installed
  • OR libpdb0-4.1.12-18.3 is installed
  • OR libpdb0-32bit-4.1.12-18.3 is installed
  • OR libregistry0-4.1.12-18.3 is installed
  • OR libsamba-credentials0-4.1.12-18.3 is installed
  • OR libsamba-credentials0-32bit-4.1.12-18.3 is installed
  • OR libsamba-hostconfig0-4.1.12-18.3 is installed
  • OR libsamba-hostconfig0-32bit-4.1.12-18.3 is installed
  • OR libsamba-util0-4.1.12-18.3 is installed
  • OR libsamba-util0-32bit-4.1.12-18.3 is installed
  • OR libsamdb0-4.1.12-18.3 is installed
  • OR libsamdb0-32bit-4.1.12-18.3 is installed
  • OR libsmbclient-raw0-4.1.12-18.3 is installed
  • OR libsmbclient-raw0-32bit-4.1.12-18.3 is installed
  • OR libsmbclient0-4.1.12-18.3 is installed
  • OR libsmbclient0-32bit-4.1.12-18.3 is installed
  • OR libsmbconf0-4.1.12-18.3 is installed
  • OR libsmbconf0-32bit-4.1.12-18.3 is installed
  • OR libsmbldap0-4.1.12-18.3 is installed
  • OR libsmbldap0-32bit-4.1.12-18.3 is installed
  • OR libtalloc2-2.1.5-3.4 is installed
  • OR libtalloc2-32bit-2.1.5-3.4 is installed
  • OR libtdb1-1.3.8-2.3 is installed
  • OR libtdb1-32bit-1.3.8-2.3 is installed
  • OR libtevent-util0-4.1.12-18.3 is installed
  • OR libtevent-util0-32bit-4.1.12-18.3 is installed
  • OR libtevent0-0.9.26-3.3 is installed
  • OR libtevent0-32bit-0.9.26-3.3 is installed
  • OR libwbclient0-4.1.12-18.3 is installed
  • OR libwbclient0-32bit-4.1.12-18.3 is installed
  • OR pytalloc-2.1.5-3.4 is installed
  • OR pytalloc-32bit-2.1.5-3.4 is installed
  • OR samba-4.1.12-18.3 is installed
  • OR samba-32bit-4.1.12-18.3 is installed
  • OR samba-client-4.1.12-18.3 is installed
  • OR samba-client-32bit-4.1.12-18.3 is installed
  • OR samba-doc-4.1.12-18.3 is installed
  • OR samba-libs-4.1.12-18.3 is installed
  • OR samba-libs-32bit-4.1.12-18.3 is installed
  • OR samba-winbind-4.1.12-18.3 is installed
  • OR samba-winbind-32bit-4.1.12-18.3 is installed
  • OR talloc-2.1.5-3.4 is installed
  • OR tdb-1.3.8-2.3 is installed
  • OR tdb-tools-1.3.8-2.3 is installed
  • OR tevent-0.9.26-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • MozillaFirefox-45.4.0esr-81 is installed
  • OR MozillaFirefox-translations-45.4.0esr-81 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • MozillaFirefox-45.4.0esr-81 is installed
  • OR MozillaFirefox-translations-45.4.0esr-81 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • bind-9.9.6P1-30 is installed
  • OR bind-chrootenv-9.9.6P1-30 is installed
  • OR bind-doc-9.9.6P1-30 is installed
  • OR bind-libs-9.9.6P1-30 is installed
  • OR bind-libs-32bit-9.9.6P1-30 is installed
  • OR bind-utils-9.9.6P1-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
  • OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_10-8-2 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_21-default-8-2 is installed
  • OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND dnsmasq-2.71-13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND dnsmasq-2.71-13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • postgresql94-9.4.13-21.5 is installed
  • OR postgresql94-contrib-9.4.13-21.5 is installed
  • OR postgresql94-docs-9.4.13-21.5 is installed
  • OR postgresql94-server-9.4.13-21.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.95 is installed
  • OR kernel-default-base-4.4.121-92.95 is installed
  • OR kernel-default-devel-4.4.121-92.95 is installed
  • OR kernel-devel-4.4.121-92.95 is installed
  • OR kernel-macros-4.4.121-92.95 is installed
  • OR kernel-source-4.4.121-92.95 is installed
  • OR kernel-syms-4.4.121-92.95 is installed
  • OR lttng-modules-2.7.1-9.6 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.95 is installed
  • OR kernel-default-base-4.4.121-92.95 is installed
  • OR kernel-default-devel-4.4.121-92.95 is installed
  • OR kernel-devel-4.4.121-92.95 is installed
  • OR kernel-macros-4.4.121-92.95 is installed
  • OR kernel-source-4.4.121-92.95 is installed
  • OR kernel-syms-4.4.121-92.95 is installed
  • OR lttng-modules-2.7.1-9.6 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • ntp-4.2.8p11-64.5 is installed
  • OR ntp-doc-4.2.8p11-64.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libtiff5-4.0.8-44.3 is installed
  • OR libtiff5-32bit-4.0.8-44.3 is installed
  • OR tiff-4.0.8-44.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libtiff5-4.0.8-44.3 is installed
  • OR libtiff5-32bit-4.0.8-44.3 is installed
  • OR tiff-4.0.8-44.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libxml2-2.9.4-46.12 is installed
  • OR libxml2-2-2.9.4-46.12 is installed
  • OR libxml2-2-32bit-2.9.4-46.12 is installed
  • OR libxml2-doc-2.9.4-46.12 is installed
  • OR libxml2-tools-2.9.4-46.12 is installed
  • OR python-libxml2-2.9.4-46.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libvirglrenderer0-0.5.0-12.3 is installed
  • OR virglrenderer-0.5.0-12.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libvirglrenderer0-0.5.0-12.3 is installed
  • OR virglrenderer-0.5.0-12.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • evince-3.20.2-6.27 is installed
  • OR evince-browser-plugin-3.20.2-6.27 is installed
  • OR evince-lang-3.20.2-6.27 is installed
  • OR evince-plugin-djvudocument-3.20.2-6.27 is installed
  • OR evince-plugin-dvidocument-3.20.2-6.27 is installed
  • OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
  • OR evince-plugin-psdocument-3.20.2-6.27 is installed
  • OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
  • OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
  • OR libevdocument3-4-3.20.2-6.27 is installed
  • OR libevview3-3-3.20.2-6.27 is installed
  • OR nautilus-evince-3.20.2-6.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • evince-3.20.2-6.27 is installed
  • OR evince-browser-plugin-3.20.2-6.27 is installed
  • OR evince-lang-3.20.2-6.27 is installed
  • OR evince-plugin-djvudocument-3.20.2-6.27 is installed
  • OR evince-plugin-dvidocument-3.20.2-6.27 is installed
  • OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
  • OR evince-plugin-psdocument-3.20.2-6.27 is installed
  • OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
  • OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
  • OR libevdocument3-4-3.20.2-6.27 is installed
  • OR libevview3-3-3.20.2-6.27 is installed
  • OR nautilus-evince-3.20.2-6.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • gdk-pixbuf-2.34.0-19.17 is installed
  • OR gdk-pixbuf-lang-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.17 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • gdk-pixbuf-2.34.0-19.17 is installed
  • OR gdk-pixbuf-lang-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.17 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.16 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.16 is installed
  • OR python-2.7.13-28.16 is installed
  • OR python-32bit-2.7.13-28.16 is installed
  • OR python-base-2.7.13-28.16 is installed
  • OR python-base-32bit-2.7.13-28.16 is installed
  • OR python-curses-2.7.13-28.16 is installed
  • OR python-demo-2.7.13-28.16 is installed
  • OR python-doc-2.7.13-28.16 is installed
  • OR python-doc-pdf-2.7.13-28.16 is installed
  • OR python-gdbm-2.7.13-28.16 is installed
  • OR python-idle-2.7.13-28.16 is installed
  • OR python-tk-2.7.13-28.16 is installed
  • OR python-xml-2.7.13-28.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.16 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.16 is installed
  • OR python-2.7.13-28.16 is installed
  • OR python-32bit-2.7.13-28.16 is installed
  • OR python-base-2.7.13-28.16 is installed
  • OR python-base-32bit-2.7.13-28.16 is installed
  • OR python-curses-2.7.13-28.16 is installed
  • OR python-demo-2.7.13-28.16 is installed
  • OR python-doc-2.7.13-28.16 is installed
  • OR python-doc-pdf-2.7.13-28.16 is installed
  • OR python-gdbm-2.7.13-28.16 is installed
  • OR python-idle-2.7.13-28.16 is installed
  • OR python-tk-2.7.13-28.16 is installed
  • OR python-xml-2.7.13-28.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.15 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
  • OR sqlite3-3.8.10.2-9.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.15 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
  • OR sqlite3-3.8.10.2-9.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-6-5 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
  • OR kgraft-patch-SLE12_Update_9-6-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-6-5 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
  • OR kgraft-patch-SLE12_Update_9-6-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-30 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-30 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-70 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.17 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.17 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • bluez-5.13-5.15 is installed
  • OR bluez-cups-5.13-5.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • PackageKit-gstreamer-plugin-1.1.10-10 is installed
  • OR PackageKit-gtk3-module-1.1.10-10 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND openstack-heat-templates-0.0.0+git.1452795102.e53f5d3-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • gpg2-2.0.24-9.3 is installed
  • OR gpg2-lang-2.0.24-9.3 is installed
  • BACK