Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to receive various security and bugfixes.
Following security bugs were fixed: - CVE-2015-7550: A local user could have triggered a race between read and revoke in keyctl (bnc#958951). - CVE-2015-8539: A negatively instantiated user key could have been used by a local user to leverage privileges (bnc#958463). - CVE-2015-8543: The networking implementation in the Linux kernel did not validate protocol identifiers for certain protocol families, which allowed local users to cause a denial of service (NULL function pointer dereference and system crash) or possibly gain privileges by leveraging CLONE_NEWUSER support to execute a crafted SOCK_RAW application (bnc#958886). - CVE-2015-8550: Compiler optimizations in the XEN PV backend drivers could have lead to double fetch vulnerabilities, causing denial of service or arbitrary code execution (depending on the configuration) (bsc#957988). - CVE-2015-8551, CVE-2015-8552: xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled (bsc#957990). - CVE-2015-8569: The (1) pptp_bind and (2) pptp_connect functions in drivers/net/ppp/pptp.c in the Linux kernel did not verify an address length, which allowed local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application (bnc#959190). - CVE-2015-8575: Validate socket address length in sco_sock_bind() to prevent information leak (bsc#959399).
The following non-security bugs were fixed: - ACPICA: Correctly cleanup after a ACPI table load failure (bnc#937261). - ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504). - Input: aiptek - fix crash on detecting device without endpoints (bnc#956708). - Re-add copy_page_vector_to_user() - Refresh patches.xen/xen3-patch-3.12.46-47 (bsc#959705). - Refresh patches.xen/xen3-patch-3.9 (bsc#951155). - Update patches.suse/btrfs-8361-Btrfs-keep-dropped-roots-in-cache-until-transaction-.patch (bnc#935087, bnc#945649, bnc#951615). - bcache: Add btree_insert_node() (bnc#951638). - bcache: Add explicit keylist arg to btree_insert() (bnc#951638). - bcache: Clean up keylist code (bnc#951638). - bcache: Convert btree_insert_check_key() to btree_insert_node() (bnc#951638). - bcache: Convert bucket_wait to wait_queue_head_t (bnc#951638). - bcache: Convert try_wait to wait_queue_head_t (bnc#951638). - bcache: Explicitly track btree node's parent (bnc#951638). - bcache: Fix a bug when detaching (bsc#951638). - bcache: Fix a lockdep splat in an error path (bnc#951638). - bcache: Fix a shutdown bug (bsc#951638). - bcache: Fix more early shutdown bugs (bsc#951638). - bcache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - bcache: Insert multiple keys at a time (bnc#951638). - bcache: Refactor journalling flow control (bnc#951638). - bcache: Refactor request_write() (bnc#951638). - bcache: Use blkdev_issue_discard() (bnc#951638). - bcache: backing device set to clean after finishing detach (bsc#951638). - bcache: kill closure locking usage (bnc#951638). - blktap: also call blkif_disconnect() when frontend switched to closed (bsc#952976). - blktap: refine mm tracking (bsc#952976). - block: Always check queue limits for cloned requests (bsc#902606). - btrfs: Add qgroup tracing (bnc#935087, bnc#945649). - btrfs: Adjust commit-transaction condition to avoid NO_SPACE more (bsc#958647). - btrfs: Fix out-of-space bug (bsc#958647). - btrfs: Fix tail space processing in find_free_dev_extent() (bsc#958647). - btrfs: Set relative data on clear btrfs_block_group_cache->pinned (bsc#958647). - btrfs: Update btrfs qgroup status item when rescan is done (bnc#960300). - btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots() (bnc#935087, bnc#945649). - btrfs: backref: Do not merge refs which are not for same block (bnc#935087, bnc#945649). - btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() (bsc#958647). - btrfs: delayed-ref: Cleanup the unneeded functions (bnc#935087, bnc#945649). - btrfs: delayed-ref: Use list to replace the ref_root in ref_head (bnc#935087, bnc#945649). - btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent() (bnc#935087, bnc#945649). - btrfs: fix comp_oper to get right order (bnc#935087, bnc#945649). - btrfs: fix condition of commit transaction (bsc#958647). - btrfs: fix leak in qgroup_subtree_accounting() error path (bnc#935087, bnc#945649). - btrfs: fix order by which delayed references are run (bnc#949440). - btrfs: fix qgroup sanity tests (bnc#951615). - btrfs: fix race waiting for qgroup rescan worker (bnc#960300). - btrfs: fix regression running delayed references when using qgroups (bnc#951615). - btrfs: fix regression when running delayed references (bnc#951615). - btrfs: fix sleeping inside atomic context in qgroup rescan worker (bnc#960300). - btrfs: fix the number of transaction units needed to remove a block group (bsc#958647). - btrfs: keep dropped roots in cache until transaction commit (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_counters() (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_refcnt() (bnc#935087, bnc#945649). - btrfs: qgroup: Add new function to record old_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Add new qgroup calculation function btrfs_qgroup_account_extents() (bnc#935087, bnc#945649). - btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup the old ref_node-oriented mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Do not copy extent buffer to do qgroup rescan (bnc#960300). - btrfs: qgroup: Fix a regression in qgroup reserved space (bnc#935087, bnc#945649). - btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Record possible quota-related extent for qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Switch rescan to new mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch to new extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: account shared subtree during snapshot delete (bnc#935087, bnc#945649). - btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota (bnc#960300). - btrfs: qgroup: exit the rescan worker during umount (bnc#960300). - btrfs: qgroup: fix quota disable during rescan (bnc#960300). - btrfs: qgroup: move WARN_ON() to the correct location (bnc#935087, bnc#945649). - btrfs: remove transaction from send (bnc#935087, bnc#945649). - btrfs: ulist: Add ulist_del() function (bnc#935087, bnc#945649). - btrfs: use btrfs_get_fs_root in resolve_indirect_ref (bnc#935087, bnc#945649). - btrfs: use global reserve when deleting unused block group after ENOSPC (bsc#958647). - cache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - cpusets, isolcpus: exclude isolcpus from load balancing in cpusets (bsc#957395). - drm/i915: Fix SRC_COPY width on 830/845g (bsc#758040). - drm: Allocate new master object when client becomes master (bsc#956876, bsc#956801). - drm: Fix KABI of 'struct drm_file' (bsc#956876, bsc#956801). - e1000e: Do not read ICR in Other interrupt (bsc#924919). - e1000e: Do not write lsc to ics in msi-x mode (bsc#924919). - e1000e: Fix msi-x interrupt automask (bsc#924919). - e1000e: Remove unreachable code (bsc#924919). - genksyms: Handle string literals with spaces in reference files (bsc#958510). - ipv6: fix tunnel error handling (bsc#952579). - lpfc: Fix null ndlp dereference in target_reset_handler (bsc#951392). - mm/mempolicy.c: convert the shared_policy lock to a rwlock (bnc#959436). - mm: remove PG_waiters from PAGE_FLAGS_CHECK_AT_FREE (bnc#943959). - pm, hinernate: use put_page in release_swap_writer (bnc#943959). - sched, isolcpu: make cpu_isolated_map visible outside scheduler (bsc#957395). - udp: properly support MSG_PEEK with truncated buffers (bsc#951199 bsc#959364). - xhci: Workaround to get Intel xHCI reset working more reliably (bnc#957546).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000998 1001419 1002165 1002639 1003577 1003579 1003580 1004418 1013882 1015119 1016370 1017099 1019016 1023275 1033447 1033448 1042910 1048367 1053352 1053972 1059554 1065000 1069509 1076957 1083424 1092582 1098531 1107832 1108963 1110233 1111853 758040 902606 904970 907150 920615 920633 924919 930408 935087 937261 943959 945649 949160 949440 951155 951199 951392 951615 951638 952579 952976 954864 954980 956708 956801 956829 956876 957162 957395 957531 957546 957988 957990 958463 958504 958510 958647 958886 958951 958963 959190 959364 959399 959436 959705 960155 960300 960319 977410 CVE-2008-1483 CVE-2015-7512 CVE-2015-7550 CVE-2015-7552 CVE-2015-7555 CVE-2015-8126 CVE-2015-8327 CVE-2015-8345 CVE-2015-8539 CVE-2015-8543 CVE-2015-8550 CVE-2015-8551 CVE-2015-8552 CVE-2015-8569 CVE-2015-8575 CVE-2016-10012 CVE-2016-10708 CVE-2016-5195 CVE-2016-7545 CVE-2016-8745 CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2017-12617 CVE-2017-15906 CVE-2017-5647 CVE-2017-5648 CVE-2017-5664 CVE-2017-7674 CVE-2018-12327 CVE-2018-14633 CVE-2018-14634 CVE-2018-17182 CVE-2018-7170 SUSE-SU-2016:0027-1 SUSE-SU-2016:0092-1 SUSE-SU-2016:0168-1 SUSE-SU-2016:0202-1 SUSE-SU-2016:0225-1 SUSE-SU-2016:0459-1 SUSE-SU-2016:2592-1 SUSE-SU-2017:0004-1 SUSE-SU-2017:0340-1 SUSE-SU-2017:1382-1 SUSE-SU-2017:3279-1 SUSE-SU-2018:2685-1 SUSE-SU-2018:3342-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 SP4 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-CLIENT-TOOLS 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-LTSS 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-CLIENT-TOOLS 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-LTSS 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
libssh-0.6.3-10.1 is installed
OR libssh-devel-0.6.3-10.1 is installed
OR libssh-devel-doc-0.6.3-10.1 is installed
OR libssh4-0.6.3-10.1 is installed
OR libssh4-32bit-0.6.3-10.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND apache-commons-daemon-1.0.15-12.3 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND python-pycrypto-2.6.1-1.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
acroread-9.5.5-0.5.5 is installed
OR acroread-cmaps-9.4.6-0.4.5 is installed
OR acroread-fonts-ja-9.4.6-0.4.5 is installed
OR acroread-fonts-ko-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_CN-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_TW-9.4.6-0.4.5 is installed
OR acroread_ja-9.4.2-0.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
acroread-9.5.5-0.5.5 is installed
OR acroread-cmaps-9.4.6-0.4.5 is installed
OR acroread-fonts-ja-9.4.6-0.4.5 is installed
OR acroread-fonts-ko-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_CN-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_TW-9.4.6-0.4.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND xscreensaver-5.07-6.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND argyllcms-1.6.3-1.179 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dia-0.97.2-13.253 is installed
OR dia-lang-0.97.2-13.253 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cpp48-4.8.5-30.1 is installed
OR gcc48-4.8.5-30.1 is installed
OR gcc48-32bit-4.8.5-30.1 is installed
OR gcc48-c++-4.8.5-30.1 is installed
OR gcc48-gij-4.8.5-30.1 is installed
OR gcc48-gij-32bit-4.8.5-30.1 is installed
OR gcc48-info-4.8.5-30.1 is installed
OR libasan0-4.8.5-30.1 is installed
OR libasan0-32bit-4.8.5-30.1 is installed
OR libgcj48-4.8.5-30.1 is installed
OR libgcj48-32bit-4.8.5-30.1 is installed
OR libgcj48-jar-4.8.5-30.1 is installed
OR libgcj_bc1-4.8.5-30.1 is installed
OR libstdc++48-devel-4.8.5-30.1 is installed
OR libstdc++48-devel-32bit-4.8.5-30.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
cups-filters-1.0.58-17.11 is installed
OR cups-filters-cups-browsed-1.0.58-17.11 is installed
OR cups-filters-foomatic-rip-1.0.58-17.11 is installed
OR cups-filters-ghostscript-1.0.58-17.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.70 is installed
OR libgnutls-extra26-2.4.1-24.39.70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.8.5-15.9 is installed
OR puppet-server-3.8.5-15.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-apache2-5.0.18-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-106.6 is installed
OR libopenssl0_9_8-0.9.8j-106.6 is installed
OR libopenssl0_9_8-32bit-0.9.8j-106.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.59-60.45 is installed
OR kernel-ec2-devel-3.12.59-60.45 is installed
OR kernel-ec2-extra-3.12.59-60.45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-78 is installed
OR php5-5.5.14-78 is installed
OR php5-bcmath-5.5.14-78 is installed
OR php5-bz2-5.5.14-78 is installed
OR php5-calendar-5.5.14-78 is installed
OR php5-ctype-5.5.14-78 is installed
OR php5-curl-5.5.14-78 is installed
OR php5-dba-5.5.14-78 is installed
OR php5-dom-5.5.14-78 is installed
OR php5-enchant-5.5.14-78 is installed
OR php5-exif-5.5.14-78 is installed
OR php5-fastcgi-5.5.14-78 is installed
OR php5-fileinfo-5.5.14-78 is installed
OR php5-fpm-5.5.14-78 is installed
OR php5-ftp-5.5.14-78 is installed
OR php5-gd-5.5.14-78 is installed
OR php5-gettext-5.5.14-78 is installed
OR php5-gmp-5.5.14-78 is installed
OR php5-iconv-5.5.14-78 is installed
OR php5-imap-5.5.14-78 is installed
OR php5-intl-5.5.14-78 is installed
OR php5-json-5.5.14-78 is installed
OR php5-ldap-5.5.14-78 is installed
OR php5-mbstring-5.5.14-78 is installed
OR php5-mcrypt-5.5.14-78 is installed
OR php5-mysql-5.5.14-78 is installed
OR php5-odbc-5.5.14-78 is installed
OR php5-opcache-5.5.14-78 is installed
OR php5-openssl-5.5.14-78 is installed
OR php5-pcntl-5.5.14-78 is installed
OR php5-pdo-5.5.14-78 is installed
OR php5-pear-5.5.14-78 is installed
OR php5-pgsql-5.5.14-78 is installed
OR php5-phar-5.5.14-78 is installed
OR php5-posix-5.5.14-78 is installed
OR php5-pspell-5.5.14-78 is installed
OR php5-shmop-5.5.14-78 is installed
OR php5-snmp-5.5.14-78 is installed
OR php5-soap-5.5.14-78 is installed
OR php5-sockets-5.5.14-78 is installed
OR php5-sqlite-5.5.14-78 is installed
OR php5-suhosin-5.5.14-78 is installed
OR php5-sysvmsg-5.5.14-78 is installed
OR php5-sysvsem-5.5.14-78 is installed
OR php5-sysvshm-5.5.14-78 is installed
OR php5-tokenizer-5.5.14-78 is installed
OR php5-wddx-5.5.14-78 is installed
OR php5-xmlreader-5.5.14-78 is installed
OR php5-xmlrpc-5.5.14-78 is installed
OR php5-xmlwriter-5.5.14-78 is installed
OR php5-xsl-5.5.14-78 is installed
OR php5-zip-5.5.14-78 is installed
OR php5-zlib-5.5.14-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND clamav-0.99.4-0.20.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.36 is installed
OR kernel-rt-base-3.0.101.rt130-69.36 is installed
OR kernel-rt-devel-3.0.101.rt130-69.36 is installed
OR kernel-rt_trace-3.0.101.rt130-69.36 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.36 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.36 is installed
OR kernel-source-rt-3.0.101.rt130-69.36 is installed
OR kernel-syms-rt-3.0.101.rt130-69.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND NetworkManager-gnome-0.7.0.r1053-11.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND NetworkManager-gnome-0.7.0.r1053-11.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
mono-core-2.0.1-1.34 is installed
OR mono-data-2.0.1-1.34 is installed
OR mono-data-postgresql-2.0.1-1.34 is installed
OR mono-data-sqlite-2.0.1-1.34 is installed
OR mono-locale-extras-2.0.1-1.34 is installed
OR mono-nunit-2.0.1-1.34 is installed
OR mono-web-2.0.1-1.34 is installed
OR mono-winforms-2.0.1-1.34 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
mono-core-2.0.1-1.34 is installed
OR mono-data-2.0.1-1.34 is installed
OR mono-data-postgresql-2.0.1-1.34 is installed
OR mono-data-sqlite-2.0.1-1.34 is installed
OR mono-locale-extras-2.0.1-1.34 is installed
OR mono-nunit-2.0.1-1.34 is installed
OR mono-web-2.0.1-1.34 is installed
OR mono-winforms-2.0.1-1.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
mono-core-2.0.1-1.34 is installed
OR mono-data-2.0.1-1.34 is installed
OR mono-data-postgresql-2.0.1-1.34 is installed
OR mono-data-sqlite-2.0.1-1.34 is installed
OR mono-locale-extras-2.0.1-1.34 is installed
OR mono-nunit-2.0.1-1.34 is installed
OR mono-web-2.0.1-1.34 is installed
OR mono-winforms-2.0.1-1.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND NetworkManager-gnome-0.7.1-5.15.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.48 is installed
OR libMagickCore1-6.4.3.6-7.48 is installed
OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.48 is installed
OR libMagickCore1-6.4.3.6-7.48 is installed
OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.25 is installed
OR bind-chrootenv-9.9.6P1-0.25 is installed
OR bind-devel-9.9.6P1-0.25 is installed
OR bind-doc-9.9.6P1-0.25 is installed
OR bind-libs-9.9.6P1-0.25 is installed
OR bind-libs-32bit-9.9.6P1-0.25 is installed
OR bind-utils-9.9.6P1-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.25 is installed
OR bind-chrootenv-9.9.6P1-0.25 is installed
OR bind-devel-9.9.6P1-0.25 is installed
OR bind-doc-9.9.6P1-0.25 is installed
OR bind-libs-9.9.6P1-0.25 is installed
OR bind-libs-32bit-9.9.6P1-0.25 is installed
OR bind-utils-9.9.6P1-0.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
ruby-1.8.7.p357-0.9.15 is installed
OR ruby-doc-html-1.8.7.p357-0.9.15 is installed
OR ruby-tk-1.8.7.p357-0.9.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 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 SP3 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 VMWare 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND ppc64-diag-2.6.1-0.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND ppc64-diag-2.6.1-0.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
qt3-3.3.8b-88 is installed
OR qt3-32bit-3.3.8b-88 is installed
OR qt3-x86-3.3.8b-88 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ldapsmb-1.34b-84 is installed
OR libldb1-3.6.3-84 is installed
OR libsmbclient0-3.6.3-84 is installed
OR libsmbclient0-32bit-3.6.3-84 is installed
OR libtalloc2-3.6.3-84 is installed
OR libtalloc2-32bit-3.6.3-84 is installed
OR libtdb1-3.6.3-84 is installed
OR libtdb1-32bit-3.6.3-84 is installed
OR libtevent0-3.6.3-84 is installed
OR libtevent0-32bit-3.6.3-84 is installed
OR libwbclient0-3.6.3-84 is installed
OR libwbclient0-32bit-3.6.3-84 is installed
OR samba-3.6.3-84 is installed
OR samba-32bit-3.6.3-84 is installed
OR samba-client-3.6.3-84 is installed
OR samba-client-32bit-3.6.3-84 is installed
OR samba-doc-3.6.3-84 is installed
OR samba-krb-printing-3.6.3-84 is installed
OR samba-winbind-3.6.3-84 is installed
OR samba-winbind-32bit-3.6.3-84 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-84 is installed
OR libldb1-3.6.3-84 is installed
OR libsmbclient0-3.6.3-84 is installed
OR libsmbclient0-32bit-3.6.3-84 is installed
OR libtalloc2-3.6.3-84 is installed
OR libtalloc2-32bit-3.6.3-84 is installed
OR libtdb1-3.6.3-84 is installed
OR libtdb1-32bit-3.6.3-84 is installed
OR libtevent0-3.6.3-84 is installed
OR libtevent0-32bit-3.6.3-84 is installed
OR libwbclient0-3.6.3-84 is installed
OR libwbclient0-32bit-3.6.3-84 is installed
OR samba-3.6.3-84 is installed
OR samba-32bit-3.6.3-84 is installed
OR samba-client-3.6.3-84 is installed
OR samba-client-32bit-3.6.3-84 is installed
OR samba-doc-3.6.3-84 is installed
OR samba-krb-printing-3.6.3-84 is installed
OR samba-winbind-3.6.3-84 is installed
OR samba-winbind-32bit-3.6.3-84 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ldapsmb-1.34b-84 is installed
OR libldb1-3.6.3-84 is installed
OR libsmbclient0-3.6.3-84 is installed
OR libsmbclient0-32bit-3.6.3-84 is installed
OR libtalloc2-3.6.3-84 is installed
OR libtalloc2-32bit-3.6.3-84 is installed
OR libtdb1-3.6.3-84 is installed
OR libtdb1-32bit-3.6.3-84 is installed
OR libtevent0-3.6.3-84 is installed
OR libtevent0-32bit-3.6.3-84 is installed
OR libwbclient0-3.6.3-84 is installed
OR libwbclient0-32bit-3.6.3-84 is installed
OR samba-3.6.3-84 is installed
OR samba-32bit-3.6.3-84 is installed
OR samba-client-3.6.3-84 is installed
OR samba-client-32bit-3.6.3-84 is installed
OR samba-doc-3.6.3-84 is installed
OR samba-krb-printing-3.6.3-84 is installed
OR samba-winbind-3.6.3-84 is installed
OR samba-winbind-32bit-3.6.3-84 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-84 is installed
OR libldb1-3.6.3-84 is installed
OR libsmbclient0-3.6.3-84 is installed
OR libsmbclient0-32bit-3.6.3-84 is installed
OR libtalloc2-3.6.3-84 is installed
OR libtalloc2-32bit-3.6.3-84 is installed
OR libtdb1-3.6.3-84 is installed
OR libtdb1-32bit-3.6.3-84 is installed
OR libtevent0-3.6.3-84 is installed
OR libtevent0-32bit-3.6.3-84 is installed
OR libwbclient0-3.6.3-84 is installed
OR libwbclient0-32bit-3.6.3-84 is installed
OR samba-3.6.3-84 is installed
OR samba-32bit-3.6.3-84 is installed
OR samba-client-3.6.3-84 is installed
OR samba-client-32bit-3.6.3-84 is installed
OR samba-doc-3.6.3-84 is installed
OR samba-krb-printing-3.6.3-84 is installed
OR samba-winbind-3.6.3-84 is installed
OR samba-winbind-32bit-3.6.3-84 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-30 is installed
OR xen-doc-html-4.2.5_21-30 is installed
OR xen-doc-pdf-4.2.5_21-30 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-libs-4.2.5_21-30 is installed
OR xen-libs-32bit-4.2.5_21-30 is installed
OR xen-tools-4.2.5_21-30 is installed
OR xen-tools-domU-4.2.5_21-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-30 is installed
OR xen-doc-html-4.2.5_21-30 is installed
OR xen-doc-pdf-4.2.5_21-30 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30 is installed
OR xen-libs-4.2.5_21-30 is installed
OR xen-libs-32bit-4.2.5_21-30 is installed
OR xen-tools-4.2.5_21-30 is installed
OR xen-tools-domU-4.2.5_21-30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND tcpdump-3.9.8-1.30.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND tcpdump-3.9.8-1.30.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
fetchmail-6.3.8.90-13.20.19 is installed
OR fetchmailconf-6.3.8.90-13.20.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.35 is installed
OR openldap2-client-openssl1-2.4.26-0.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.35 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.35 is installed
OR openldap2-client-openssl1-2.4.26-0.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libsnmp15-openssl1-5.4.2.1-8.12.31 is installed
OR libsnmp15-openssl1-32bit-5.4.2.1-8.12.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
kernel-default-3.12.51-52.34 is installed
OR kernel-default-base-3.12.51-52.34 is installed
OR kernel-default-devel-3.12.51-52.34 is installed
OR kernel-default-man-3.12.51-52.34 is installed
OR kernel-devel-3.12.51-52.34 is installed
OR kernel-macros-3.12.51-52.34 is installed
OR kernel-source-3.12.51-52.34 is installed
OR kernel-syms-3.12.51-52.34 is installed
OR kernel-xen-3.12.51-52.34 is installed
OR kernel-xen-base-3.12.51-52.34 is installed
OR kernel-xen-devel-3.12.51-52.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
kernel-default-3.12.51-52.34 is installed
OR kernel-default-base-3.12.51-52.34 is installed
OR kernel-default-devel-3.12.51-52.34 is installed
OR kernel-default-man-3.12.51-52.34 is installed
OR kernel-devel-3.12.51-52.34 is installed
OR kernel-macros-3.12.51-52.34 is installed
OR kernel-source-3.12.51-52.34 is installed
OR kernel-syms-3.12.51-52.34 is installed
OR kernel-xen-3.12.51-52.34 is installed
OR kernel-xen-base-3.12.51-52.34 is installed
OR kernel-xen-devel-3.12.51-52.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
bzip2-1.0.6-27.886 is installed
OR bzip2-doc-1.0.6-27.886 is installed
OR libbz2-1-1.0.6-27.886 is installed
OR libbz2-1-32bit-1.0.6-27.1129 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
giflib-5.0.5-7 is installed
OR giflib-progs-5.0.5-7 is installed
OR libgif6-5.0.5-7 is installed
OR libgif6-32bit-5.0.5-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
giflib-5.0.5-7 is installed
OR giflib-progs-5.0.5-7 is installed
OR libgif6-5.0.5-7 is installed
OR libgif6-32bit-5.0.5-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
tomcat-8.0.43-10.24 is installed
OR tomcat-admin-webapps-8.0.43-10.24 is installed
OR tomcat-docs-webapp-8.0.43-10.24 is installed
OR tomcat-el-3_0-api-8.0.43-10.24 is installed
OR tomcat-javadoc-8.0.43-10.24 is installed
OR tomcat-jsp-2_3-api-8.0.43-10.24 is installed
OR tomcat-lib-8.0.43-10.24 is installed
OR tomcat-servlet-3_1-api-8.0.43-10.24 is installed
OR tomcat-webapps-8.0.43-10.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
tomcat-8.0.43-10.24 is installed
OR tomcat-admin-webapps-8.0.43-10.24 is installed
OR tomcat-docs-webapp-8.0.43-10.24 is installed
OR tomcat-el-3_0-api-8.0.43-10.24 is installed
OR tomcat-javadoc-8.0.43-10.24 is installed
OR tomcat-jsp-2_3-api-8.0.43-10.24 is installed
OR tomcat-lib-8.0.43-10.24 is installed
OR tomcat-servlet-3_1-api-8.0.43-10.24 is installed
OR tomcat-webapps-8.0.43-10.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_63-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-5-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libpython3_4m1_0-3.4.5-19 is installed
OR python3-3.4.5-19 is installed
OR python3-base-3.4.5-19 is installed
OR python3-curses-3.4.5-19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libpython3_4m1_0-3.4.5-19 is installed
OR python3-3.4.5-19 is installed
OR python3-base-3.4.5-19 is installed
OR python3-curses-3.4.5-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND libtcnative-1-0-1.1.34-12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_35-default-8-2.2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-8-2.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
apache2-2.4.23-29.3 is installed
OR apache2-doc-2.4.23-29.3 is installed
OR apache2-example-pages-2.4.23-29.3 is installed
OR apache2-prefork-2.4.23-29.3 is installed
OR apache2-utils-2.4.23-29.3 is installed
OR apache2-worker-2.4.23-29.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
apache2-2.4.23-29.3 is installed
OR apache2-doc-2.4.23-29.3 is installed
OR apache2-example-pages-2.4.23-29.3 is installed
OR apache2-prefork-2.4.23-29.3 is installed
OR apache2-utils-2.4.23-29.3 is installed
OR apache2-worker-2.4.23-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
ibus-1.5.13-15.11 is installed
OR ibus-gtk-1.5.13-15.11 is installed
OR ibus-gtk3-1.5.13-15.11 is installed
OR ibus-lang-1.5.13-15.11 is installed
OR libibus-1_0-5-1.5.13-15.11 is installed
OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
apache2-2.4.23-29.21 is installed
OR apache2-doc-2.4.23-29.21 is installed
OR apache2-example-pages-2.4.23-29.21 is installed
OR apache2-prefork-2.4.23-29.21 is installed
OR apache2-utils-2.4.23-29.21 is installed
OR apache2-worker-2.4.23-29.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
apache2-2.4.23-29.21 is installed
OR apache2-doc-2.4.23-29.21 is installed
OR apache2-example-pages-2.4.23-29.21 is installed
OR apache2-prefork-2.4.23-29.21 is installed
OR apache2-utils-2.4.23-29.21 is installed
OR apache2-worker-2.4.23-29.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libtiff5-4.0.9-44.27 is installed
OR libtiff5-32bit-4.0.9-44.27 is installed
OR tiff-4.0.9-44.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libtiff5-4.0.9-44.27 is installed
OR libtiff5-32bit-4.0.9-44.27 is installed
OR tiff-4.0.9-44.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_61-52_86-default-2-2 is installed
OR kgraft-patch-3_12_61-52_86-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_25-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_48-52_27-default-5-2 is installed
OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_8-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
apache2-2.4.16-20.10 is installed
OR apache2-doc-2.4.16-20.10 is installed
OR apache2-example-pages-2.4.16-20.10 is installed
OR apache2-prefork-2.4.16-20.10 is installed
OR apache2-utils-2.4.16-20.10 is installed
OR apache2-worker-2.4.16-20.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND rubygem-activesupport-3_2-3.2.12-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.6.0esr-0.8 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
dbus-1-devel-1.2.10-3.31 is installed
OR dbus-1-devel-doc-1.2.10-3.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
finch-2.10.9-8.1 is installed
OR libpurple-2.10.9-8.1 is installed
OR libpurple-lang-2.10.9-8.1 is installed
OR libpurple-meanwhile-2.10.9-8.1 is installed
OR libpurple-tcl-2.10.9-8.1 is installed
OR pidgin-2.10.9-8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND libgadu3-1.11.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
dia-0.97.3-15 is installed
OR dia-lang-0.97.3-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND gd-32bit-2.1.0-23 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.33.1 is installed
OR bind-chrootenv-9.9.6P1-0.33.1 is installed
OR bind-doc-9.9.6P1-0.33.1 is installed
OR bind-libs-9.9.6P1-0.33.1 is installed
OR bind-libs-32bit-9.9.6P1-0.33.1 is installed
OR bind-utils-9.9.6P1-0.33.1 is installed
|