Oval Definition:oval:org.opensuse.security:def:17670
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):1013843
1039209
1039210
1039379
1039380
1040039
1047184
1054171
1060653
1061876
1063824
1068032
1070130
1072887
1073973
1076118
1076500
1082828
1111647
1119396
1132160
1136021
1138172
1138173
295284
773464
872912
880984
891961
901813
902421
910378
910686
912098
912457
913304
919959
923374
926159
928390
930683
931854
936909
936923
939051
947552
947780
949022
951660
953382
954658
956159
957517
958581
958582
958583
958584
958585
958586
960506
961305
CVE-2015-3223
CVE-2015-3885
CVE-2015-5252
CVE-2015-5296
CVE-2015-5299
CVE-2015-5330
CVE-2015-8367
CVE-2015-8467
CVE-2015-8605
CVE-2017-1000254
CVE-2017-1000257
CVE-2017-15130
CVE-2017-3145
CVE-2017-5715
CVE-2017-6886
CVE-2017-6887
CVE-2017-6889
CVE-2017-6890
CVE-2017-6899
CVE-2017-7555
CVE-2017-7555
CVE-2018-12086
CVE-2018-18227
CVE-2018-5748
CVE-2019-11039
CVE-2019-11040
CVE-2019-11068
SUSE-SU-2015:2304-1
SUSE-SU-2016:0540-1
SUSE-SU-2017:2300-1
SUSE-SU-2017:2831-1
SUSE-SU-2018:0303-1
SUSE-SU-2018:0385-1
SUSE-SU-2018:0650-1
SUSE-SU-2018:0652-1
SUSE-SU-2018:0757-1
SUSE-SU-2018:2632-1
SUSE-SU-2018:3590-1
SUSE-SU-2019:1232-1
SUSE-SU-2019:1610-1
SUSE-SU-2019:1725-1
Platform(s):openSUSE 13.2
openSUSE 13.2 NonFree
openSUSE Leap 42.1
openSUSE Leap 42.2
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP1
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-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-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP5
SUSE Linux Enterprise Workstation Extension 12
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 SP4
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE 13.2 is installed
  • AND Package Information
  • harfbuzz-1.0.3-4.1 is installed
  • OR harfbuzz-devel-1.0.3-4.1 is installed
  • OR harfbuzz-tools-1.0.3-4.1 is installed
  • OR libharfbuzz-icu0-1.0.3-4.1 is installed
  • OR libharfbuzz-icu0-32bit-1.0.3-4.1 is installed
  • OR libharfbuzz0-1.0.3-4.1 is installed
  • OR libharfbuzz0-32bit-1.0.3-4.1 is installed
  • Definition Synopsis
  • openSUSE 13.2 NonFree is installed
  • AND Package Information
  • flash-player-11.2.202.468-2.58.1 is installed
  • OR flash-player-gnome-11.2.202.468-2.58.1 is installed
  • OR flash-player-kde4-11.2.202.468-2.58.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • bsdtar-3.1.2-8.1 is installed
  • OR libarchive-devel-3.1.2-8.1 is installed
  • OR libarchive13-3.1.2-8.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND autofs-5.0.9-14.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • python-glanceclient-0.15.0-3.1 is installed
  • OR python-keystoneclient-1.0.0-19.1 is installed
  • OR python-keystoneclient-doc-1.0.0-19.1 is installed
  • OR python-keystonemiddleware-1.2.0-4.1 is installed
  • OR python-novaclient-2.20.0-6.1 is installed
  • OR python-novaclient-doc-2.20.0-6.1 is installed
  • OR python-swiftclient-2.3.1-3.1 is installed
  • OR python-swiftclient-doc-2.3.1-3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND foomatic-filters-3.0.2-269.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • flash-player-11.2.202.406-1.3 is installed
  • OR flash-player-gnome-11.2.202.406-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.548-111.1 is installed
  • OR flash-player-gnome-11.2.202.548-111.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • cracklib-2.9.0-7.1 is installed
  • OR libcrack2-2.9.0-7.1 is installed
  • OR libcrack2-32bit-2.9.0-7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libproxy1-0.4.13-16.3 is installed
  • OR libproxy1-32bit-0.4.13-16.3 is installed
  • OR libproxy1-config-gnome3-0.4.13-16.6 is installed
  • OR libproxy1-config-gnome3-32bit-0.4.13-16.6 is installed
  • OR libproxy1-networkmanager-0.4.13-16.6 is installed
  • OR libproxy1-networkmanager-32bit-0.4.13-16.6 is installed
  • OR libproxy1-pacrunner-webkit-0.4.13-16.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12sp1-docker-image-1.0.4-20160308170633 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libslurm29-16.05.8.1-5 is installed
  • OR perl-slurm-16.05.8.1-5 is installed
  • OR slurm-16.05.8.1-5 is installed
  • OR slurm-auth-none-16.05.8.1-5 is installed
  • OR slurm-devel-16.05.8.1-5 is installed
  • OR slurm-doc-16.05.8.1-5 is installed
  • OR slurm-lua-16.05.8.1-5 is installed
  • OR slurm-munge-16.05.8.1-5 is installed
  • OR slurm-pam_slurm-16.05.8.1-5 is installed
  • OR slurm-plugins-16.05.8.1-5 is installed
  • OR slurm-sched-wiki-16.05.8.1-5 is installed
  • OR slurm-slurmdbd-16.05.8.1-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-2 is installed
  • OR cups154-client-1.5.4-2 is installed
  • OR cups154-filters-1.5.4-2 is installed
  • OR cups154-libs-1.5.4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.59-60.45.2 is installed
  • OR kernel-ec2-devel-3.12.59-60.45.2 is installed
  • OR kernel-ec2-extra-3.12.59-60.45.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-96.1 is installed
  • OR php5-5.5.14-96.1 is installed
  • OR php5-bcmath-5.5.14-96.1 is installed
  • OR php5-bz2-5.5.14-96.1 is installed
  • OR php5-calendar-5.5.14-96.1 is installed
  • OR php5-ctype-5.5.14-96.1 is installed
  • OR php5-curl-5.5.14-96.1 is installed
  • OR php5-dba-5.5.14-96.1 is installed
  • OR php5-dom-5.5.14-96.1 is installed
  • OR php5-enchant-5.5.14-96.1 is installed
  • OR php5-exif-5.5.14-96.1 is installed
  • OR php5-fastcgi-5.5.14-96.1 is installed
  • OR php5-fileinfo-5.5.14-96.1 is installed
  • OR php5-fpm-5.5.14-96.1 is installed
  • OR php5-ftp-5.5.14-96.1 is installed
  • OR php5-gd-5.5.14-96.1 is installed
  • OR php5-gettext-5.5.14-96.1 is installed
  • OR php5-gmp-5.5.14-96.1 is installed
  • OR php5-iconv-5.5.14-96.1 is installed
  • OR php5-imap-5.5.14-96.1 is installed
  • OR php5-intl-5.5.14-96.1 is installed
  • OR php5-json-5.5.14-96.1 is installed
  • OR php5-ldap-5.5.14-96.1 is installed
  • OR php5-mbstring-5.5.14-96.1 is installed
  • OR php5-mcrypt-5.5.14-96.1 is installed
  • OR php5-mysql-5.5.14-96.1 is installed
  • OR php5-odbc-5.5.14-96.1 is installed
  • OR php5-opcache-5.5.14-96.1 is installed
  • OR php5-openssl-5.5.14-96.1 is installed
  • OR php5-pcntl-5.5.14-96.1 is installed
  • OR php5-pdo-5.5.14-96.1 is installed
  • OR php5-pear-5.5.14-96.1 is installed
  • OR php5-pgsql-5.5.14-96.1 is installed
  • OR php5-phar-5.5.14-96.1 is installed
  • OR php5-posix-5.5.14-96.1 is installed
  • OR php5-pspell-5.5.14-96.1 is installed
  • OR php5-shmop-5.5.14-96.1 is installed
  • OR php5-snmp-5.5.14-96.1 is installed
  • OR php5-soap-5.5.14-96.1 is installed
  • OR php5-sockets-5.5.14-96.1 is installed
  • OR php5-sqlite-5.5.14-96.1 is installed
  • OR php5-suhosin-5.5.14-96.1 is installed
  • OR php5-sysvmsg-5.5.14-96.1 is installed
  • OR php5-sysvsem-5.5.14-96.1 is installed
  • OR php5-sysvshm-5.5.14-96.1 is installed
  • OR php5-tokenizer-5.5.14-96.1 is installed
  • OR php5-wddx-5.5.14-96.1 is installed
  • OR php5-xmlreader-5.5.14-96.1 is installed
  • OR php5-xmlrpc-5.5.14-96.1 is installed
  • OR php5-xmlwriter-5.5.14-96.1 is installed
  • OR php5-xsl-5.5.14-96.1 is installed
  • OR php5-zip-5.5.14-96.1 is installed
  • OR php5-zlib-5.5.14-96.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND LibVNCServer-0.9.1-160.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP1 is installed
  • AND Package Information
  • brocade-bna-kmp-rt-2.1.0.0_2.6.33.20_rt31_0.5-0.2 is installed
  • OR cluster-network-kmp-rt-1.4_2.6.33.20_rt31_0.5-2.5 is installed
  • OR cluster-network-kmp-rt_trace-1.4_2.6.33.20_rt31_0.5-2.5 is installed
  • OR drbd-kmp-rt-8.3.11_2.6.33.20_rt31_0.5-0.3 is installed
  • OR drbd-kmp-rt_trace-8.3.11_2.6.33.20_rt31_0.5-0.3 is installed
  • OR iscsitarget-kmp-rt-1.4.19_2.6.33.20_rt31_0.5-0.9.11 is installed
  • OR kernel-rt-2.6.33.20-0.5 is installed
  • OR kernel-rt-base-2.6.33.20-0.5 is installed
  • OR kernel-rt-devel-2.6.33.20-0.5 is installed
  • OR kernel-rt_trace-2.6.33.20-0.5 is installed
  • OR kernel-rt_trace-base-2.6.33.20-0.5 is installed
  • OR kernel-rt_trace-devel-2.6.33.20-0.5 is installed
  • OR kernel-source-rt-2.6.33.20-0.5 is installed
  • OR kernel-syms-rt-2.6.33.20-0.5 is installed
  • OR ocfs2-kmp-rt-1.6_2.6.33.20_rt31_0.5-0.4.2 is installed
  • OR ocfs2-kmp-rt_trace-1.6_2.6.33.20_rt31_0.5-0.4.2 is installed
  • OR ofed-kmp-rt-1.5.2_2.6.33.20_rt31_0.5-0.9.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR zlib-1.2.3-106 is installed
  • OR zlib-32bit-1.2.3-106 is installed
  • OR zlib-x86-1.2.3-106 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR zlib-1.2.3-106 is installed
  • OR zlib-32bit-1.2.3-106 is installed
  • OR zlib-x86-1.2.3-106 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • apache2-2.2.12-1.28 is installed
  • OR apache2-doc-2.2.12-1.28 is installed
  • OR apache2-example-pages-2.2.12-1.28 is installed
  • OR apache2-prefork-2.2.12-1.28 is installed
  • OR apache2-utils-2.2.12-1.28 is installed
  • OR apache2-worker-2.2.12-1.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • apache2-2.2.12-1.28 is installed
  • OR apache2-doc-2.2.12-1.28 is installed
  • OR apache2-example-pages-2.2.12-1.28 is installed
  • OR apache2-prefork-2.2.12-1.28 is installed
  • OR apache2-utils-2.2.12-1.28 is installed
  • OR apache2-worker-2.2.12-1.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-1.28 is installed
  • OR apache2-doc-2.2.12-1.28 is installed
  • OR apache2-example-pages-2.2.12-1.28 is installed
  • OR apache2-prefork-2.2.12-1.28 is installed
  • OR apache2-utils-2.2.12-1.28 is installed
  • OR apache2-worker-2.2.12-1.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • apache2-2.2.12-1.28 is installed
  • OR apache2-doc-2.2.12-1.28 is installed
  • OR apache2-example-pages-2.2.12-1.28 is installed
  • OR apache2-prefork-2.2.12-1.28 is installed
  • OR apache2-utils-2.2.12-1.28 is installed
  • OR apache2-worker-2.2.12-1.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-1.28 is installed
  • OR apache2-doc-2.2.12-1.28 is installed
  • OR apache2-example-pages-2.2.12-1.28 is installed
  • OR apache2-prefork-2.2.12-1.28 is installed
  • OR apache2-utils-2.2.12-1.28 is installed
  • OR apache2-worker-2.2.12-1.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.24 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.24 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND ft2demos-2.3.7-25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_10-0.5 is installed
  • OR xen-doc-html-4.0.3_21548_10-0.5 is installed
  • OR xen-doc-pdf-4.0.3_21548_10-0.5 is installed
  • OR xen-kmp-default-4.0.3_21548_10_2.6.32.59_0.7-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_10_2.6.32.59_0.7-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_10_2.6.32.59_0.7-0.5 is installed
  • OR xen-libs-4.0.3_21548_10-0.5 is installed
  • OR xen-tools-4.0.3_21548_10-0.5 is installed
  • OR xen-tools-domU-4.0.3_21548_10-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_10-0.5 is installed
  • OR xen-doc-html-4.0.3_21548_10-0.5 is installed
  • OR xen-doc-pdf-4.0.3_21548_10-0.5 is installed
  • OR xen-kmp-default-4.0.3_21548_10_2.6.32.59_0.7-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_10_2.6.32.59_0.7-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_10_2.6.32.59_0.7-0.5 is installed
  • OR xen-libs-4.0.3_21548_10-0.5 is installed
  • OR xen-tools-4.0.3_21548_10-0.5 is installed
  • OR xen-tools-domU-4.0.3_21548_10-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND cifs-utils-5.1-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND cifs-utils-5.1-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND cifs-utils-5.1-0.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND NetworkManager-gnome-0.7.1-5.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-24.3.0esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
  • OR libfreebl3-3.15.4-0.4.2 is installed
  • OR libfreebl3-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nspr-4.10.2-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.2-0.3 is installed
  • OR mozilla-nss-3.15.4-0.4.2 is installed
  • OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nss-tools-3.15.4-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-24.3.0esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
  • OR libfreebl3-3.15.4-0.4.2 is installed
  • OR libfreebl3-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nspr-4.10.2-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.2-0.3 is installed
  • OR mozilla-nss-3.15.4-0.4.2 is installed
  • OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nss-tools-3.15.4-0.4.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8 is installed
  • OR libfreebl3-3.16-0.8 is installed
  • OR libfreebl3-32bit-3.16-0.8 is installed
  • OR libfreebl3-x86-3.16-0.8 is installed
  • OR libsoftokn3-3.16-0.8 is installed
  • OR libsoftokn3-32bit-3.16-0.8 is installed
  • OR libsoftokn3-x86-3.16-0.8 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.8 is installed
  • OR mozilla-nss-32bit-3.16-0.8 is installed
  • OR mozilla-nss-tools-3.16-0.8 is installed
  • OR mozilla-nss-x86-3.16-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8 is installed
  • OR libfreebl3-3.16-0.8 is installed
  • OR libfreebl3-32bit-3.16-0.8 is installed
  • OR libfreebl3-x86-3.16-0.8 is installed
  • OR libsoftokn3-3.16-0.8 is installed
  • OR libsoftokn3-32bit-3.16-0.8 is installed
  • OR libsoftokn3-x86-3.16-0.8 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.8 is installed
  • OR mozilla-nss-32bit-3.16-0.8 is installed
  • OR mozilla-nss-tools-3.16-0.8 is installed
  • OR mozilla-nss-x86-3.16-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8 is installed
  • OR libfreebl3-3.16-0.8 is installed
  • OR libfreebl3-32bit-3.16-0.8 is installed
  • OR libfreebl3-x86-3.16-0.8 is installed
  • OR libsoftokn3-3.16-0.8 is installed
  • OR libsoftokn3-32bit-3.16-0.8 is installed
  • OR libsoftokn3-x86-3.16-0.8 is installed
  • OR mozilla-nspr-4.10.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3 is installed
  • OR mozilla-nss-3.16-0.8 is installed
  • OR mozilla-nss-32bit-3.16-0.8 is installed
  • OR mozilla-nss-tools-3.16-0.8 is installed
  • OR mozilla-nss-x86-3.16-0.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • squidGuard-1.4-13.6 is installed
  • OR squidGuard-doc-1.4-13.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-52.8.0esr-72.32 is installed
  • OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-52.8.0esr-72.32 is installed
  • OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.13 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.13 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND cifs-utils-5.1-0.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.10-43.38 is installed
  • OR salt-doc-2016.11.10-43.38 is installed
  • OR salt-minion-2016.11.10-43.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.10-43.38 is installed
  • OR salt-doc-2016.11.10-43.38 is installed
  • OR salt-minion-2016.11.10-43.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.58.3 is installed
  • OR libopenssl1_0_0-1.0.1g-0.58.3 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.58.3 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.58.3 is installed
  • OR openssl1-1.0.1g-0.58.3 is installed
  • OR openssl1-doc-1.0.1g-0.58.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.58.3 is installed
  • OR libopenssl1_0_0-1.0.1g-0.58.3 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.58.3 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.58.3 is installed
  • OR openssl1-1.0.1g-0.58.3 is installed
  • OR openssl1-doc-1.0.1g-0.58.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND mailx-12.5-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND mailx-12.5-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • automake-1.13.4-4 is installed
  • OR m4-1.4.16-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libxerces-c-3_1-3.1.1-12 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-12 is installed
  • OR xerces-c-3.1.1-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libxerces-c-3_1-3.1.1-12 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-12 is installed
  • OR xerces-c-3.1.1-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • dbus-1-glib-0.100.2-3 is installed
  • OR dbus-1-glib-32bit-0.100.2-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_57-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_57-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_20-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_57-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_57-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_20-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_51-default-4-2.1 is installed
  • OR kgraft-patch-3_12_74-60_64_51-xen-4-2.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_18-4-2.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • ghostscript-9.15-17 is installed
  • OR ghostscript-x11-9.15-17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • ghostscript-9.15-17 is installed
  • OR ghostscript-x11-9.15-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND ant-1.9.4-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libopenjp2-7-2.1.0-4.3.2 is installed
  • OR openjpeg2-2.1.0-4.3.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.9 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.9 is installed
  • OR sqlite3-3.8.10.2-9.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.9 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.9 is installed
  • OR sqlite3-3.8.10.2-9.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND squid-3.5.21-26.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND squid-3.5.21-26.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_72-default-2-3 is installed
  • OR kgraft-patch-3_12_61-52_72-xen-2-3 is installed
  • OR kgraft-patch-SLE12_Update_21-2-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_72-default-2-3 is installed
  • OR kgraft-patch-3_12_61-52_72-xen-2-3 is installed
  • OR kgraft-patch-SLE12_Update_21-2-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_49-default-2-2.2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-2-2.2 is installed
  • OR kgraft-patch-SLE12_Update_14-2-2.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libtiff5-4.0.6-26 is installed
  • OR tiff-4.0.6-26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • apache2-2.2.12-1.40 is installed
  • OR apache2-devel-2.2.12-1.40 is installed
  • OR apache2-doc-2.2.12-1.40 is installed
  • OR apache2-example-pages-2.2.12-1.40 is installed
  • OR apache2-prefork-2.2.12-1.40 is installed
  • OR apache2-utils-2.2.12-1.40 is installed
  • OR apache2-worker-2.2.12-1.40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.15-46 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • boinc-client-6.2.18-4.31 is installed
  • OR boinc-client-devel-6.2.18-4.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • ldb-1.1.24-4.3 is installed
  • OR libdcerpc-atsvc-devel-4.1.12-18.3 is installed
  • OR libdcerpc-atsvc0-4.1.12-18.3 is installed
  • OR libdcerpc-devel-4.1.12-18.3 is installed
  • OR libdcerpc-samr-devel-4.1.12-18.3 is installed
  • OR libdcerpc-samr0-4.1.12-18.3 is installed
  • OR libgensec-devel-4.1.12-18.3 is installed
  • OR libldb-devel-1.1.24-4.3 is installed
  • OR libndr-devel-4.1.12-18.3 is installed
  • OR libndr-krb5pac-devel-4.1.12-18.3 is installed
  • OR libndr-nbt-devel-4.1.12-18.3 is installed
  • OR libndr-standard-devel-4.1.12-18.3 is installed
  • OR libnetapi-devel-4.1.12-18.3 is installed
  • OR libpdb-devel-4.1.12-18.3 is installed
  • OR libregistry-devel-4.1.12-18.3 is installed
  • OR libsamba-credentials-devel-4.1.12-18.3 is installed
  • OR libsamba-hostconfig-devel-4.1.12-18.3 is installed
  • OR libsamba-policy-devel-4.1.12-18.3 is installed
  • OR libsamba-policy0-4.1.12-18.3 is installed
  • OR libsamba-util-devel-4.1.12-18.3 is installed
  • OR libsamdb-devel-4.1.12-18.3 is installed
  • OR libsmbclient-devel-4.1.12-18.3 is installed
  • OR libsmbclient-raw-devel-4.1.12-18.3 is installed
  • OR libsmbconf-devel-4.1.12-18.3 is installed
  • OR libsmbldap-devel-4.1.12-18.3 is installed
  • OR libsmbsharemodes-devel-4.1.12-18.3 is installed
  • OR libsmbsharemodes0-4.1.12-18.3 is installed
  • OR libtalloc-devel-2.1.5-3.4 is installed
  • OR libtdb-devel-1.3.8-2.3 is installed
  • OR libtevent-devel-0.9.26-3.3 is installed
  • OR libtevent-util-devel-4.1.12-18.3 is installed
  • OR libwbclient-devel-4.1.12-18.3 is installed
  • OR pyldb-1.1.24-4.3 is installed
  • OR pyldb-devel-1.1.24-4.3 is installed
  • OR pytalloc-devel-2.1.5-3.4 is installed
  • OR samba-4.1.12-18.3 is installed
  • OR samba-core-devel-4.1.12-18.3 is installed
  • OR samba-test-devel-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 tevent-0.9.26-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • libvirt-2.0.0-27.29 is installed
  • OR libvirt-devel-2.0.0-27.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • libraw-0.15.4-9 is installed
  • OR libraw-devel-0.15.4-9 is installed
  • OR libraw-devel-static-0.15.4-9 is installed
  • OR libraw9-0.15.4-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND Package Information
  • freeradius-server-3.0.19-3.3 is installed
  • OR freeradius-server-devel-3.0.19-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • apache-commons-logging-1.1.3-7 is installed
  • OR cmis-client-0.5.0-5 is installed
  • OR flute-1.3.0-4 is installed
  • OR hyphen-2.8.8-9 is installed
  • OR libabw-0.1.1-5 is installed
  • OR libabw-0_1-1-0.1.1-5 is installed
  • OR libbase-1.1.3-4 is installed
  • OR libcdr-0.1.1-5 is installed
  • OR libcdr-0_1-1-0.1.1-5 is installed
  • OR libcmis-0_5-5-0.5.0-5 is installed
  • OR libe-book-0.1.2-4 is installed
  • OR libe-book-0_1-1-0.1.2-4 is installed
  • OR libetonyek-0.1.3-3 is installed
  • OR libetonyek-0_1-1-0.1.3-3 is installed
  • OR libfonts-1.1.3-4 is installed
  • OR libformula-1.1.3-4 is installed
  • OR libfreehand-0.1.1-4 is installed
  • OR libfreehand-0_1-1-0.1.1-4 is installed
  • OR libgltf-0.0.1-2 is installed
  • OR libgltf-0_0-0-0.0.1-2 is installed
  • OR libhyphen0-2.8.8-9 is installed
  • OR libixion-0.9.1-3 is installed
  • OR libixion-0_10-0-0.9.1-3 is installed
  • OR liblangtag-0.5.7-3 is installed
  • OR liblangtag1-0.5.7-3 is installed
  • OR liblayout-0.2.10-4 is installed
  • OR libloader-1.1.3-3 is installed
  • OR libmspub-0.1.2-5 is installed
  • OR libmspub-0_1-1-0.1.2-5 is installed
  • OR libmwaw-0.3.6-3 is installed
  • OR libmwaw-0_3-3-0.3.6-3 is installed
  • OR libodfgen-0.1.4-3 is installed
  • OR libodfgen-0_1-1-0.1.4-3 is installed
  • OR liborcus-0.7.1-3 is installed
  • OR liborcus-0_8-0-0.7.1-3 is installed
  • OR libpagemaker-0.0.2-2 is installed
  • OR libpagemaker-0_0-0-0.0.2-2 is installed
  • OR libreoffice-5.0.2.2-13 is installed
  • OR libreoffice-base-5.0.2.2-13 is installed
  • OR libreoffice-base-drivers-mysql-5.0.2.2-13 is installed
  • OR libreoffice-base-drivers-postgresql-5.0.2.2-13 is installed
  • OR libreoffice-calc-5.0.2.2-13 is installed
  • OR libreoffice-calc-extensions-5.0.2.2-13 is installed
  • OR libreoffice-draw-5.0.2.2-13 is installed
  • OR libreoffice-filters-optional-5.0.2.2-13 is installed
  • OR libreoffice-gnome-5.0.2.2-13 is installed
  • OR libreoffice-icon-theme-tango-5.0.2.2-13 is installed
  • OR libreoffice-impress-5.0.2.2-13 is installed
  • OR libreoffice-l10n-af-5.0.2.2-13 is installed
  • OR libreoffice-l10n-ar-5.0.2.2-13 is installed
  • OR libreoffice-l10n-ca-5.0.2.2-13 is installed
  • OR libreoffice-l10n-cs-5.0.2.2-13 is installed
  • OR libreoffice-l10n-da-5.0.2.2-13 is installed
  • OR libreoffice-l10n-de-5.0.2.2-13 is installed
  • OR libreoffice-l10n-en-5.0.2.2-13 is installed
  • OR libreoffice-l10n-es-5.0.2.2-13 is installed
  • OR libreoffice-l10n-fi-5.0.2.2-13 is installed
  • OR libreoffice-l10n-fr-5.0.2.2-13 is installed
  • OR libreoffice-l10n-gu-5.0.2.2-13 is installed
  • OR libreoffice-l10n-hi-5.0.2.2-13 is installed
  • OR libreoffice-l10n-hu-5.0.2.2-13 is installed
  • OR libreoffice-l10n-it-5.0.2.2-13 is installed
  • OR libreoffice-l10n-ja-5.0.2.2-13 is installed
  • OR libreoffice-l10n-ko-5.0.2.2-13 is installed
  • OR libreoffice-l10n-nb-5.0.2.2-13 is installed
  • OR libreoffice-l10n-nl-5.0.2.2-13 is installed
  • OR libreoffice-l10n-nn-5.0.2.2-13 is installed
  • OR libreoffice-l10n-pl-5.0.2.2-13 is installed
  • OR libreoffice-l10n-pt-BR-5.0.2.2-13 is installed
  • OR libreoffice-l10n-pt-PT-5.0.2.2-13 is installed
  • OR libreoffice-l10n-ru-5.0.2.2-13 is installed
  • OR libreoffice-l10n-sk-5.0.2.2-13 is installed
  • OR libreoffice-l10n-sv-5.0.2.2-13 is installed
  • OR libreoffice-l10n-xh-5.0.2.2-13 is installed
  • OR libreoffice-l10n-zh-Hans-5.0.2.2-13 is installed
  • OR libreoffice-l10n-zh-Hant-5.0.2.2-13 is installed
  • OR libreoffice-l10n-zu-5.0.2.2-13 is installed
  • OR libreoffice-mailmerge-5.0.2.2-13 is installed
  • OR libreoffice-math-5.0.2.2-13 is installed
  • OR libreoffice-officebean-5.0.2.2-13 is installed
  • OR libreoffice-pyuno-5.0.2.2-13 is installed
  • OR libreoffice-share-linker-1-2 is installed
  • OR libreoffice-voikko-4.1-6 is installed
  • OR libreoffice-writer-5.0.2.2-13 is installed
  • OR libreoffice-writer-extensions-5.0.2.2-13 is installed
  • OR librepository-1.1.3-4 is installed
  • OR librevenge-0.0.2-4 is installed
  • OR librevenge-0_0-0-0.0.2-4 is installed
  • OR librevenge-stream-0_0-0-0.0.2-4 is installed
  • OR libserializer-1.1.2-4 is installed
  • OR libvisio-0.1.3-4 is installed
  • OR libvisio-0_1-1-0.1.3-4 is installed
  • OR libvoikko-3.7.1-3 is installed
  • OR libvoikko1-3.7.1-3 is installed
  • OR libwps-0.4.1-3 is installed
  • OR libwps-0_4-4-0.4.1-3 is installed
  • OR malaga-suomi-1.18-3 is installed
  • OR myspell-af_ZA-20150827-5 is installed
  • OR myspell-ar-20150827-5 is installed
  • OR myspell-be_BY-20150827-5 is installed
  • OR myspell-bg_BG-20150827-5 is installed
  • OR myspell-bn_BD-20150827-5 is installed
  • OR myspell-bs_BA-20150827-5 is installed
  • OR myspell-ca-20150827-5 is installed
  • OR myspell-cs_CZ-20150827-5 is installed
  • OR myspell-da_DK-20150827-5 is installed
  • OR myspell-de-20150827-5 is installed
  • OR myspell-dictionaries-20150827-5 is installed
  • OR myspell-el_GR-20150827-5 is installed
  • OR myspell-en-20150827-5 is installed
  • OR myspell-es-20150827-5 is installed
  • OR myspell-et_EE-20150827-5 is installed
  • OR myspell-fr_FR-20150827-5 is installed
  • OR myspell-gu_IN-20150827-5 is installed
  • OR myspell-he_IL-20150827-5 is installed
  • OR myspell-hi_IN-20150827-5 is installed
  • OR myspell-hr_HR-20150827-5 is installed
  • OR myspell-hu_HU-20150827-5 is installed
  • OR myspell-it_IT-20150827-5 is installed
  • OR myspell-lo_LA-20150827-5 is installed
  • OR myspell-lt_LT-20150827-5 is installed
  • OR myspell-lv_LV-20150827-5 is installed
  • OR myspell-nl_NL-20150827-5 is installed
  • OR myspell-no-20150827-5 is installed
  • OR myspell-pl_PL-20150827-5 is installed
  • OR myspell-pt_BR-20150827-5 is installed
  • OR myspell-pt_PT-20150827-5 is installed
  • OR myspell-ro-20150827-5 is installed
  • OR myspell-ru_RU-20150827-5 is installed
  • OR myspell-sk_SK-20150827-5 is installed
  • OR myspell-sl_SI-20150827-5 is installed
  • OR myspell-sr-20150827-5 is installed
  • OR myspell-sv_SE-20150827-5 is installed
  • OR myspell-te_IN-20150827-5 is installed
  • OR myspell-th_TH-20150827-5 is installed
  • OR myspell-vi-20150827-5 is installed
  • OR myspell-zu_ZA-20150827-5 is installed
  • OR pentaho-libxml-1.1.3-4 is installed
  • OR pentaho-reporting-flow-engine-0.9.4-4 is installed
  • OR sac-1.3-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.554-114 is installed
  • OR flash-player-gnome-11.2.202.554-114 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gd-2.1.0-20 is installed
  • OR gd-32bit-2.1.0-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.92-6.18 is installed
  • OR kernel-default-extra-4.4.92-6.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • kernel-default-4.12.14-95.16 is installed
  • OR kernel-default-extra-4.12.14-95.16 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • bind-9.9.6P1-0.30.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.30.1 is installed
  • OR bind-doc-9.9.6P1-0.30.1 is installed
  • OR bind-libs-9.9.6P1-0.30.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30.1 is installed
  • OR bind-utils-9.9.6P1-0.30.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-requests-2.8.1-6.9.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • chromedriver-53.0.2785.113-100 is installed
  • OR chromium-53.0.2785.113-100 is installed
  • OR chromium-desktop-gnome-53.0.2785.113-100 is installed
  • OR chromium-desktop-kde-53.0.2785.113-100 is installed
  • OR chromium-ffmpegsumo-53.0.2785.113-100 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • kde-cli-tools5-5.5.5-12 is installed
  • OR kde-cli-tools5-lang-5.5.5-12 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-68.0.3440.75-61 is installed
  • OR chromium-68.0.3440.75-61 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • libopencv-qt56_3-3.1.0-5 is installed
  • OR libopencv3_1-3.1.0-5 is installed
  • OR opencv-3.1.0-5 is installed
  • OR opencv-devel-3.1.0-5 is installed
  • OR opencv-doc-3.1.0-5 is installed
  • OR opencv-qt5-3.1.0-5 is installed
  • OR opencv-qt5-devel-3.1.0-5 is installed
  • OR opencv-qt5-doc-3.1.0-5 is installed
  • OR python-opencv-3.1.0-5 is installed
  • OR python-opencv-qt5-3.1.0-5 is installed
  • OR python3-opencv-3.1.0-5 is installed
  • OR python3-opencv-qt5-3.1.0-5 is installed
  • BACK