Oval Definition:oval:org.opensuse.security:def:19651
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):1004237
1020905
1037210
1038395
1038984
1045327
1045735
1048315
1054088
1057950
1063671
1064392
1066471
1066472
1070851
1076192
1088705
1091624
1092413
1096803
1100028
1101349
1102429
1107832
1108308
1108963
1110233
295284
773464
872912
901813
902421
910378
912457
913304
923374
928292
931854
932894
934524
934525
934526
934527
934528
934529
936909
939051
939460
945842
947552
949022
951660
952151
953382
953831
954002
954658
955382
958581
958582
958583
958584
958585
958586
962075
962765
964468
966220
967082
968771
974449
974614
974618
975069
975070
984906
987887
988311
CVE-2014-9732
CVE-2015-3223
CVE-2015-4467
CVE-2015-4468
CVE-2015-4469
CVE-2015-4470
CVE-2015-4471
CVE-2015-4472
CVE-2015-5252
CVE-2015-5276
CVE-2015-5296
CVE-2015-5299
CVE-2015-5330
CVE-2015-8467
CVE-2015-8853
CVE-2016-0728
CVE-2016-1238
CVE-2016-2183
CVE-2016-2381
CVE-2016-3622
CVE-2016-3623
CVE-2016-3945
CVE-2016-3990
CVE-2016-3991
CVE-2016-5546
CVE-2016-5547
CVE-2016-5548
CVE-2016-5549
CVE-2016-5552
CVE-2016-6185
CVE-2016-8602
CVE-2017-1000251
CVE-2017-13080
CVE-2017-15274
CVE-2017-15649
CVE-2017-3231
CVE-2017-3241
CVE-2017-3252
CVE-2017-3253
CVE-2017-3259
CVE-2017-3260
CVE-2017-3261
CVE-2017-3272
CVE-2017-3289
CVE-2017-7435
CVE-2017-7436
CVE-2017-8386
CVE-2017-9269
CVE-2018-14633
CVE-2018-14634
CVE-2018-17182
CVE-2018-7685
SUSE-SU-2015:2304-1
SUSE-SU-2016:0011-1
SUSE-SU-2016:0205-1
SUSE-SU-2016:0963-1
SUSE-SU-2016:2263-1
SUSE-SU-2016:2508-1
SUSE-SU-2016:2654-1
SUSE-SU-2017:0490-1
SUSE-SU-2017:1357-1
SUSE-SU-2017:2785-1
SUSE-SU-2017:3145-1
SUSE-SU-2018:2555-1
SUSE-SU-2018:3074-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Containers 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 SP4
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 SP3-TERADATA
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-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-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 SP3-TERADATA
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-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for 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 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 OpenStack Cloud 5
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • libpng15-1.5.22-4.1 is installed
  • OR libpng15-15-1.5.22-4.1 is installed
  • OR libpng15-15-32bit-1.5.22-4.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND a2ps-4.14-2.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26 is installed
  • OR libMagick++1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
  • OR libMagickWand1-6.4.3.6-7.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • wpa_supplicant-0.7.1-6.17 is installed
  • OR wpa_supplicant-gui-0.7.1-6.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • finch-2.10.9-5.15 is installed
  • OR libpurple-2.10.9-5.15 is installed
  • OR libpurple-lang-2.10.9-5.15 is installed
  • OR libpurple-meanwhile-2.10.9-5.15 is installed
  • OR libpurple-tcl-2.10.9-5.15 is installed
  • OR pidgin-2.10.9-5.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • cups-pk-helper-0.2.5-3.75 is installed
  • OR cups-pk-helper-lang-0.2.5-3.75 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • bzip2-1.0.6-29.2 is installed
  • OR libbz2-1-1.0.6-29.2 is installed
  • OR libbz2-1-32bit-1.0.6-29.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • coreutils-8.25-12.8 is installed
  • OR coreutils-lang-8.25-12.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND lighttpd-1.4.20-2.54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12-docker-image-1.1.4-20171002 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.25-34 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-34 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-34 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.36-38 is installed
  • OR kernel-ec2-devel-3.12.36-38 is installed
  • OR kernel-ec2-extra-3.12.36-38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-33 is installed
  • OR php5-5.5.14-33 is installed
  • OR php5-bcmath-5.5.14-33 is installed
  • OR php5-bz2-5.5.14-33 is installed
  • OR php5-calendar-5.5.14-33 is installed
  • OR php5-ctype-5.5.14-33 is installed
  • OR php5-curl-5.5.14-33 is installed
  • OR php5-dba-5.5.14-33 is installed
  • OR php5-dom-5.5.14-33 is installed
  • OR php5-enchant-5.5.14-33 is installed
  • OR php5-exif-5.5.14-33 is installed
  • OR php5-fastcgi-5.5.14-33 is installed
  • OR php5-fileinfo-5.5.14-33 is installed
  • OR php5-fpm-5.5.14-33 is installed
  • OR php5-ftp-5.5.14-33 is installed
  • OR php5-gd-5.5.14-33 is installed
  • OR php5-gettext-5.5.14-33 is installed
  • OR php5-gmp-5.5.14-33 is installed
  • OR php5-iconv-5.5.14-33 is installed
  • OR php5-intl-5.5.14-33 is installed
  • OR php5-json-5.5.14-33 is installed
  • OR php5-ldap-5.5.14-33 is installed
  • OR php5-mbstring-5.5.14-33 is installed
  • OR php5-mcrypt-5.5.14-33 is installed
  • OR php5-mysql-5.5.14-33 is installed
  • OR php5-odbc-5.5.14-33 is installed
  • OR php5-opcache-5.5.14-33 is installed
  • OR php5-openssl-5.5.14-33 is installed
  • OR php5-pcntl-5.5.14-33 is installed
  • OR php5-pdo-5.5.14-33 is installed
  • OR php5-pear-5.5.14-33 is installed
  • OR php5-pgsql-5.5.14-33 is installed
  • OR php5-posix-5.5.14-33 is installed
  • OR php5-pspell-5.5.14-33 is installed
  • OR php5-shmop-5.5.14-33 is installed
  • OR php5-snmp-5.5.14-33 is installed
  • OR php5-soap-5.5.14-33 is installed
  • OR php5-sockets-5.5.14-33 is installed
  • OR php5-sqlite-5.5.14-33 is installed
  • OR php5-suhosin-5.5.14-33 is installed
  • OR php5-sysvmsg-5.5.14-33 is installed
  • OR php5-sysvsem-5.5.14-33 is installed
  • OR php5-sysvshm-5.5.14-33 is installed
  • OR php5-tokenizer-5.5.14-33 is installed
  • OR php5-wddx-5.5.14-33 is installed
  • OR php5-xmlreader-5.5.14-33 is installed
  • OR php5-xmlrpc-5.5.14-33 is installed
  • OR php5-xmlwriter-5.5.14-33 is installed
  • OR php5-xsl-5.5.14-33 is installed
  • OR php5-zip-5.5.14-33 is installed
  • OR php5-zlib-5.5.14-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.50 is installed
  • OR bind-chrootenv-9.9.6P1-0.50 is installed
  • OR bind-devel-9.9.6P1-0.50 is installed
  • OR bind-doc-9.9.6P1-0.50 is installed
  • OR bind-libs-9.9.6P1-0.50 is installed
  • OR bind-utils-9.9.6P1-0.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-65 is installed
  • OR kernel-rt-base-3.0.101.rt130-65 is installed
  • OR kernel-rt-devel-3.0.101.rt130-65 is installed
  • OR kernel-rt_trace-3.0.101.rt130-65 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-65 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-65 is installed
  • OR kernel-source-rt-3.0.101.rt130-65 is installed
  • OR kernel-syms-rt-3.0.101.rt130-65 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13-0.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13-0.1 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13-0.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND dhcpcd-3.2.3-44.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • ConsoleKit-0.2.10-64.65 is installed
  • OR ConsoleKit-32bit-0.2.10-64.65 is installed
  • OR ConsoleKit-x11-0.2.10-64.65 is installed
  • OR ConsoleKit-x86-0.2.10-64.65 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ConsoleKit-0.2.10-64.65 is installed
  • OR ConsoleKit-32bit-0.2.10-64.65 is installed
  • OR ConsoleKit-x11-0.2.10-64.65 is installed
  • OR ConsoleKit-x86-0.2.10-64.65 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ConsoleKit-0.2.10-64.65 is installed
  • OR ConsoleKit-32bit-0.2.10-64.65 is installed
  • OR ConsoleKit-x11-0.2.10-64.65 is installed
  • OR ConsoleKit-x86-0.2.10-64.65 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.6-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.6-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.6-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.6-0.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • ConsoleKit-0.2.10-64.65 is installed
  • OR ConsoleKit-32bit-0.2.10-64.65 is installed
  • OR ConsoleKit-x11-0.2.10-64.65 is installed
  • OR ConsoleKit-x86-0.2.10-64.65 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR11W1-0.9 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
  • OR bind-devel-9.6ESVR11W1-0.9 is installed
  • OR bind-doc-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
  • OR bind-utils-9.6ESVR11W1-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bind-9.6ESVR11W1-0.9 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
  • OR bind-devel-9.6ESVR11W1-0.9 is installed
  • OR bind-doc-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
  • OR bind-utils-9.6ESVR11W1-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR11W1-0.9 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
  • OR bind-devel-9.6ESVR11W1-0.9 is installed
  • OR bind-doc-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
  • OR bind-utils-9.6ESVR11W1-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bind-9.6ESVR11W1-0.9 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
  • OR bind-devel-9.6ESVR11W1-0.9 is installed
  • OR bind-doc-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
  • OR bind-utils-9.6ESVR11W1-0.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libgcrypt11-1.4.1-6.10 is installed
  • OR libgcrypt11-32bit-1.4.1-6.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libgcrypt11-1.4.1-6.10 is installed
  • OR libgcrypt11-32bit-1.4.1-6.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 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.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • puppet-2.6.18-0.12 is installed
  • OR puppet-server-2.6.18-0.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • puppet-2.6.18-0.12 is installed
  • OR puppet-server-2.6.18-0.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • puppet-2.6.18-0.12 is installed
  • OR puppet-server-2.6.18-0.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • puppet-2.6.18-0.12 is installed
  • OR puppet-server-2.6.18-0.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • puppet-2.6.18-0.12 is installed
  • OR puppet-server-2.6.18-0.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-49 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-49 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-49 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND rpcbind-0.1.6+git20080930-6.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND rpcbind-0.1.6+git20080930-6.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND rpcbind-0.1.6+git20080930-6.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND rpcbind-0.1.6+git20080930-6.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND rpcbind-0.1.6+git20080930-6.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND kvm-1.4.2-37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND kvm-1.4.2-37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-37 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • perl-spamassassin-3.3.1-10.8 is installed
  • OR spamassassin-3.3.1-10.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.60-58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.60-58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.60-58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.60-58 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.60-58 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • glibc-2.11.3-17.110.14 is installed
  • OR glibc-32bit-2.11.3-17.110.14 is installed
  • OR glibc-devel-2.11.3-17.110.14 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.14 is installed
  • OR glibc-html-2.11.3-17.110.14 is installed
  • OR glibc-i18ndata-2.11.3-17.110.14 is installed
  • OR glibc-info-2.11.3-17.110.14 is installed
  • OR glibc-locale-2.11.3-17.110.14 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.14 is installed
  • OR glibc-profile-2.11.3-17.110.14 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.14 is installed
  • OR nscd-2.11.3-17.110.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • glibc-2.11.3-17.110.14 is installed
  • OR glibc-32bit-2.11.3-17.110.14 is installed
  • OR glibc-devel-2.11.3-17.110.14 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.14 is installed
  • OR glibc-html-2.11.3-17.110.14 is installed
  • OR glibc-i18ndata-2.11.3-17.110.14 is installed
  • OR glibc-info-2.11.3-17.110.14 is installed
  • OR glibc-locale-2.11.3-17.110.14 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.14 is installed
  • OR glibc-profile-2.11.3-17.110.14 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.14 is installed
  • OR nscd-2.11.3-17.110.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND wget-1.11.4-1.32.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND supportutils-1.20-122.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND supportutils-1.20-122.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND yast2-core-2.17.46-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • libzmq3-4.0.4-3.3 is installed
  • OR zeromq-4.0.4-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • libzmq3-4.0.4-3.3 is installed
  • OR zeromq-4.0.4-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libldap-openssl1-2_4-2-2.4.26-0.28 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.28 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 apache2-mod_nss-1.0.8-9.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • perl-5.18.2-11 is installed
  • OR perl-32bit-5.18.2-11 is installed
  • OR perl-base-5.18.2-11 is installed
  • OR perl-doc-5.18.2-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • perl-5.18.2-11 is installed
  • OR perl-32bit-5.18.2-11 is installed
  • OR perl-base-5.18.2-11 is installed
  • OR perl-doc-5.18.2-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_62-60_64_8-default-12-4 is installed
  • OR kgraft-patch-3_12_62-60_64_8-xen-12-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_8-12-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_62-60_64_8-default-12-4 is installed
  • OR kgraft-patch-3_12_62-60_64_8-xen-12-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_8-12-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kernel-default-3.12.74-60.64.72 is installed
  • OR kernel-default-base-3.12.74-60.64.72 is installed
  • OR kernel-default-devel-3.12.74-60.64.72 is installed
  • OR kernel-default-man-3.12.74-60.64.72 is installed
  • OR kernel-devel-3.12.74-60.64.72 is installed
  • OR kernel-macros-3.12.74-60.64.72 is installed
  • OR kernel-source-3.12.74-60.64.72 is installed
  • OR kernel-syms-3.12.74-60.64.72 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • ImageMagick-6.8.8.1-47 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-47 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • ImageMagick-6.8.8.1-47 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-47 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • gc-7.2d-5 is installed
  • OR libgc1-7.2d-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-devel-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-devel-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libical-1.0.1-16.3 is installed
  • OR libical1-1.0.1-16.3 is installed
  • OR libical1-32bit-1.0.1-16.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libical-1.0.1-16.3 is installed
  • OR libical1-1.0.1-16.3 is installed
  • OR libical1-32bit-1.0.1-16.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libXfixes3-5.0.1-7 is installed
  • OR libXfixes3-32bit-5.0.1-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • kernel-default-4.4.180-94.103 is installed
  • OR kernel-default-base-4.4.180-94.103 is installed
  • OR kernel-default-devel-4.4.180-94.103 is installed
  • OR kernel-devel-4.4.180-94.103 is installed
  • OR kernel-macros-4.4.180-94.103 is installed
  • OR kernel-source-4.4.180-94.103 is installed
  • OR kernel-syms-4.4.180-94.103 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • kernel-default-4.4.180-94.103 is installed
  • OR kernel-default-base-4.4.180-94.103 is installed
  • OR kernel-default-devel-4.4.180-94.103 is installed
  • OR kernel-devel-4.4.180-94.103 is installed
  • OR kernel-macros-4.4.180-94.103 is installed
  • OR kernel-source-4.4.180-94.103 is installed
  • OR kernel-syms-4.4.180-94.103 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_97-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_97-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-7-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-7-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND mutt-1.10.1-55.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND mutt-1.10.1-55.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive13-3.1.2-26.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive13-3.1.2-26.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • postgresql93-9.3.18-25.5 is installed
  • OR postgresql93-contrib-9.3.18-25.5 is installed
  • OR postgresql93-docs-9.3.18-25.5 is installed
  • OR postgresql93-server-9.3.18-25.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND ant-1.9.4-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.41 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-16 is installed
  • OR openldap2-2.4.39-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_24-default-8-2 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND rubygem-rack-1.1.6-0.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.22 is installed
  • OR bind-devel-9.9.6P1-0.22 is installed
  • OR bind-devel-32bit-9.9.6P1-0.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND coolkey-devel-1.1.0-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.39-47.1 is installed
  • OR kernel-default-extra-3.12.39-47.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND icu-52.1-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-33 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND cyrus-sasl-digestmd5-32bit-2.1.26-7 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62.1 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
  • BACK