Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11 SP3 Realtime kernel was updated to receive various security and bugfixes.
The following feature was added for RT: - FATE#317131: The SocketCAN (Peak PCI) driver was added for CAN bus support.
Following security bugs were fixed:
- CVE-2015-5707: An integer overflow in the SCSI generic driver could be potentially used by local attackers to crash the kernel or execute code (bsc#940338). - CVE-2015-5364: A remote denial of service (hang) via UDP flood with incorrect package checksums was fixed. (bsc#936831). - CVE-2015-5366: A remote denial of service (unexpected error returns) via UDP flood with incorrect package checksums was fixed. (bsc#936831). - CVE-2015-1420: A race condition in the handle_to_path function in fs/fhandle.c in the Linux kernel allowed local users to bypass intended size restrictions and trigger read operations on additional memory locations by changing the handle_bytes value of a file handle during the execution of this function (bnc#915517). - CVE-2015-4700: A local user could have created a bad instruction in the JIT processed BPF code, leading to a kernel crash (bnc#935705). - CVE-2015-4167: The UDF filesystem in the Linux kernel was vulnerable to a crash which could occur while fetching inode information from a corrupted/malicious udf file system image. (bsc#933907). - CVE-2014-9728 CVE-2014-9729 CVE-2014-9730 CVE-2014-9731: Various issues in handling UDF filesystems in the Linux kernel allowed the corruption of kernel memory and other issues. An attacker able to mount a corrupted/malicious UDF file system image could cause the kernel to crash. (bsc#933904 bsc#933896) - CVE-2015-2150: The Linux kernel did not properly restrict access to PCI command registers, which might have allowed local guest users to cause a denial of service (non-maskable interrupt and host crash) by disabling the (1) memory or (2) I/O decoding for a PCI Express device and then accessing the device, which triggers an Unsupported Request (UR) response (bsc#919463). - CVE-2015-0777: drivers/xen/usbback/usbback.c as used in the Linux kernel 2.6.x and 3.x in SUSE Linux distributions, allowed guest OS users to obtain sensitive information from uninitialized locations in host OS kernel memory via unspecified vectors (bnc#917830). - CVE-2015-2830: arch/x86/kernel/entry_64.S in the Linux kernel did not prevent the TS_COMPAT flag from reaching a user-mode task, which might have allowed local users to bypass the seccomp or audit protection mechanism via a crafted application that uses the (1) fork or (2) close system call, as demonstrated by an attack against seccomp before 3.16 (bnc#926240). - CVE-2015-1805: The Linux kernels implementation of vectored pipe read and write functionality did not take into account the I/O vectors that were already processed when retrying after a failed atomic access operation, potentially resulting in memory corruption due to an I/O vector array overrun. A local, unprivileged user could use this flaw to crash the system or, potentially, escalate their privileges on the system. (bsc#933429).
Also the following non-security bugs were fixed: - audit: keep inode pinned (bsc#851068). - btrfs: be aware of btree inode write errors to avoid fs corruption (bnc#942350). - btrfs: check if previous transaction aborted to avoid fs corruption (bnc#942350). - btrfs: deal with convert_extent_bit errors to avoid fs corruption (bnc#942350). - cifs: Fix missing crypto allocation (bnc#937402). - client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set (bnc#932348). - drm: ast,cirrus,mgag200: use drm_can_sleep (bnc#883380, bsc#935572). - drm/cirrus: do not attempt to acquire a reservation while in an interrupt handler (bsc#935572). - drm/mgag200: do not attempt to acquire a reservation while in an interrupt handler (bsc#935572). - drm/mgag200: Do not do full cleanup if mgag200_device_init fails. - ext3: Fix data corruption in inodes with journalled data (bsc#936637) - ext4: handle SEEK_HOLE/SEEK_DATA generically (bsc#934944). - fanotify: Fix deadlock with permission events (bsc#935053). - fork: reset mm->pinned_vm (bnc#937855). - hrtimer: prevent timer interrupt DoS (bnc#886785). - hugetlb: do not account hugetlb pages as NR_FILE_PAGES (bnc#930092). - hugetlb, kabi: do not account hugetlb pages as NR_FILE_PAGES (bnc#930092). - IB/core: Fix mismatch between locked and pinned pages (bnc#937855). - iommu/amd: Fix memory leak in free_pagetable (bsc#935866). - iommu/amd: Handle integer overflow in dma_ops_area_alloc (bsc#931538). - iommu/amd: Handle large pages correctly in free_pagetable (bsc#935866). - ipr: Increase default adapter init stage change timeout (bsc#930761). - ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned (bsc#927355). - kdump: fix crash_kexec()/smp_send_stop() race in panic() (bnc#937444). - kernel: add panic_on_warn. (bsc#934742) - kvm: irqchip: Break up high order allocations of kvm_irq_routing_table (bnc#926953). - libata: prevent HSM state change race between ISR and PIO (bsc#923245). - md: use kzalloc() when bitmap is disabled (bsc#939994). - megaraid_sas: Use correct reset sequence in adp_reset() (bsc#894936). - mlx4: Check for assigned VFs before disabling SR-IOV (bsc#927355). - mm/hugetlb: check for pte NULL pointer in __page_check_address() (bnc#929143). - mm: restrict access to slab files under procfs and sysfs (bnc#936077). - net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference (bsc#867362). - net: Fix 'ip rule delete table 256' (bsc#873385). - net: ipv6: fib: do not sleep inside atomic lock (bsc#867362). - net/mlx4_core: Do not disable SRIOV if there are active VFs (bsc#927355). - nfsd: Fix nfsv4 opcode decoding error (bsc#935906). - nfsd: support disabling 64bit dir cookies (bnc#937503). - nfs: never queue requests with rq_cong set on the sending queue (bsc#932458). - nfsv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_error (bsc#939910). - pagecache limit: add tracepoints (bnc#924701). - pagecache limit: Do not skip over small zones that easily (bnc#925881). - pagecache limit: export debugging counters via /proc/vmstat (bnc#924701). - pagecache limit: fix wrong nr_reclaimed count (bnc#924701). - pagecache limit: reduce starvation due to reclaim retries (bnc#925903). - pci: Add SRIOV helper function to determine if VFs are assigned to guest (bsc#927355). - pci: Disable Bus Master only on kexec reboot (bsc#920110). - pci: disable Bus Master on PCI device shutdown (bsc#920110). - pci: Disable Bus Master unconditionally in pci_device_shutdown() (bsc#920110). - pci: Don't try to disable Bus Master on disconnected PCI devices (bsc#920110). - perf, nmi: Fix unknown NMI warning (bsc#929142). - perf/x86/intel: Move NMI clearing to end of PMI handler (bsc#929142). - rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786). - sched: fix __sched_setscheduler() vs load balancing race (bnc#921430) - scsi_error: add missing case statements in scsi_decide_disposition() (bsc#920733). - scsi: Set hostbyte status in scsi_check_sense() (bsc#920733). - scsi: set host msg status correctly (bnc#933936) - scsi: vmw_pvscsi: Fix pvscsi_abort() function (bnc#940398 bsc#930934). - st: null pointer dereference panic caused by use after kref_put by st_open (bsc#936875). - udf: Remove repeated loads blocksize (bsc#933907). - usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset (bnc#937641). - vmxnet3: Bump up driver version number (bsc#936423). - vmxnet3: Changes for vmxnet3 adapter version 2 (fwd) (bug#936423). - vmxnet3: Fix memory leaks in rx path (fwd) (bug#936423). - vmxnet3: Register shutdown handler for device (fwd) (bug#936423). - x86/mm: Improve AMD Bulldozer ASLR workaround (bsc#937032). - x86, tls: Interpret an all-zero struct user_desc as 'no segment' (bsc#920250). - x86, tls, ldt: Stop checking lm in LDT_empty (bsc#920250). - xenbus: add proper handling of XS_ERROR from Xenbus for transactions. - xfs: avoid mounting of xfs filesystems with inconsistent option (bnc#925705) - zcrypt: Fixed reset and interrupt handling of AP queues (bnc#936925, LTC#126491).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1017646 1026978 1026979 1026980 1026981 1026982 1026983 1026984 1026985 1026986 1026987 1026988 1046853 1046858 1047964 1047965 1049344 1054430 1074186 1092480 1117951 1127080 1131291 1132160 1133114 1133145 1168404 1169066 1178067 769184 851068 865539 867362 869827 873385 875378 875803 883380 886785 894936 915517 917830 919463 920110 920250 920733 921430 923245 924701 925705 925881 925903 926240 926953 927220 927355 927786 929142 929143 930092 930761 930934 931538 932348 932458 932770 933429 933896 933904 933907 933936 934742 934944 935053 935572 935705 935866 935906 936077 936423 936637 936831 936875 936925 937032 937402 937444 937503 937641 937855 938344 939910 939994 940338 940398 942350 952099 957812 958791 960589 983440 CVE-2012-2807 CVE-2013-7439 CVE-2014-1518 CVE-2014-1520 CVE-2014-1523 CVE-2014-1524 CVE-2014-1529 CVE-2014-1530 CVE-2014-1531 CVE-2014-1532 CVE-2014-9728 CVE-2014-9729 CVE-2014-9730 CVE-2014-9731 CVE-2015-0777 CVE-2015-1420 CVE-2015-1805 CVE-2015-2150 CVE-2015-2830 CVE-2015-3195 CVE-2015-3209 CVE-2015-4167 CVE-2015-4700 CVE-2015-5154 CVE-2015-5364 CVE-2015-5366 CVE-2015-5707 CVE-2015-8540 CVE-2015-8668 CVE-2016-10087 CVE-2016-5319 CVE-2017-10684 CVE-2017-10685 CVE-2017-11112 CVE-2017-11113 CVE-2017-12933 CVE-2017-17942 CVE-2017-6827 CVE-2017-6828 CVE-2017-6829 CVE-2017-6830 CVE-2017-6831 CVE-2017-6832 CVE-2017-6833 CVE-2017-6834 CVE-2017-6835 CVE-2017-6836 CVE-2017-6837 CVE-2017-6838 CVE-2017-6839 CVE-2018-10779 CVE-2019-11068 CVE-2019-11365 CVE-2019-11366 CVE-2019-1559 CVE-2020-1934 CVE-2020-1938 CVE-2020-27560 SUSE-SU-2015:1334-1 SUSE-SU-2015:1426-1 SUSE-SU-2015:1592-1 SUSE-SU-2015:2251-1
|
Platform(s): | openSUSE Leap 42.3 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 Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Real Time Extension 11 SP3 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-LTSS SUSE Linux Enterprise Server 12 SP3 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-LTSS SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
bsdtar-3.1.2-19 is installed
OR libarchive-devel-3.1.2-19 is installed
OR libarchive13-3.1.2-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
fuse-2.9.3-3 is installed
OR libfuse2-2.9.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dbus-1-1.8.22-22 is installed
OR dbus-1-x11-1.8.22-22 is installed
OR libdbus-1-3-1.8.22-22 is installed
OR libdbus-1-3-32bit-1.8.22-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libX11-1.6.2-8 is installed
OR libX11-6-1.6.2-8 is installed
OR libX11-6-32bit-1.6.2-8 is installed
OR libX11-data-1.6.2-8 is installed
OR libX11-xcb1-1.6.2-8 is installed
OR libX11-xcb1-32bit-1.6.2-8 is installed
OR libXfixes-5.0.1-7 is installed
OR libXfixes3-5.0.1-7 is installed
OR libXfixes3-32bit-5.0.1-7 is installed
OR libXi-1.7.4-14 is installed
OR libXi6-1.7.4-14 is installed
OR libXi6-32bit-1.7.4-14 is installed
OR libXrender-0.9.8-7 is installed
OR libXrender1-0.9.8-7 is installed
OR libXrender1-32bit-0.9.8-7 is installed
OR libXtst-1.2.2-7 is installed
OR libXtst6-1.2.2-7 is installed
OR libXtst6-32bit-1.2.2-7 is installed
OR libXv-1.0.10-7 is installed
OR libXv1-1.0.10-7 is installed
OR libXv1-32bit-1.0.10-7 is installed
OR libXvMC-1.0.8-7 is installed
OR libXvMC1-1.0.8-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
glib2-2.54.3-4.7 is installed
OR glib2-devel-32bit-2.54.3-4.7 is installed
OR glib2-tools-32bit-2.54.3-4.7 is installed
OR libgthread-2_0-0-32bit-2.54.3-4.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND python-setuptools-18.0.1-4.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
MozillaFirefox-60.2.0-3.10 is installed
OR MozillaFirefox-branding-SLE-60-4.3 is installed
OR MozillaFirefox-devel-60.2.0-3.10 is installed
OR MozillaFirefox-translations-common-60.2.0-3.10 is installed
OR MozillaFirefox-translations-other-60.2.0-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
libopenssl-1_0_0-devel-1.0.2n-3.3 is installed
OR libopenssl1_0_0-1.0.2n-3.3 is installed
OR openssl-1_0_0-1.0.2n-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_13-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_3-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
libraw-0.18.9-3.5 is installed
OR libraw-devel-static-0.18.9-3.5 is installed
OR libraw-tools-0.18.9-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-rsa-3.1.4-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
apache2-2.4.33-3.6 is installed
OR apache2-devel-2.4.33-3.6 is installed
OR apache2-doc-2.4.33-3.6 is installed
OR apache2-prefork-2.4.33-3.6 is installed
OR apache2-utils-2.4.33-3.6 is installed
OR apache2-worker-2.4.33-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-7 is installed
OR php5-5.5.14-7 is installed
OR php5-bcmath-5.5.14-7 is installed
OR php5-bz2-5.5.14-7 is installed
OR php5-calendar-5.5.14-7 is installed
OR php5-ctype-5.5.14-7 is installed
OR php5-curl-5.5.14-7 is installed
OR php5-dba-5.5.14-7 is installed
OR php5-dom-5.5.14-7 is installed
OR php5-enchant-5.5.14-7 is installed
OR php5-exif-5.5.14-7 is installed
OR php5-fastcgi-5.5.14-7 is installed
OR php5-fileinfo-5.5.14-7 is installed
OR php5-fpm-5.5.14-7 is installed
OR php5-ftp-5.5.14-7 is installed
OR php5-gd-5.5.14-7 is installed
OR php5-gettext-5.5.14-7 is installed
OR php5-gmp-5.5.14-7 is installed
OR php5-iconv-5.5.14-7 is installed
OR php5-intl-5.5.14-7 is installed
OR php5-json-5.5.14-7 is installed
OR php5-ldap-5.5.14-7 is installed
OR php5-mbstring-5.5.14-7 is installed
OR php5-mcrypt-5.5.14-7 is installed
OR php5-mysql-5.5.14-7 is installed
OR php5-odbc-5.5.14-7 is installed
OR php5-openssl-5.5.14-7 is installed
OR php5-pcntl-5.5.14-7 is installed
OR php5-pdo-5.5.14-7 is installed
OR php5-pear-5.5.14-7 is installed
OR php5-pgsql-5.5.14-7 is installed
OR php5-pspell-5.5.14-7 is installed
OR php5-shmop-5.5.14-7 is installed
OR php5-snmp-5.5.14-7 is installed
OR php5-soap-5.5.14-7 is installed
OR php5-sockets-5.5.14-7 is installed
OR php5-sqlite-5.5.14-7 is installed
OR php5-suhosin-5.5.14-7 is installed
OR php5-sysvmsg-5.5.14-7 is installed
OR php5-sysvsem-5.5.14-7 is installed
OR php5-sysvshm-5.5.14-7 is installed
OR php5-tokenizer-5.5.14-7 is installed
OR php5-wddx-5.5.14-7 is installed
OR php5-xmlreader-5.5.14-7 is installed
OR php5-xmlrpc-5.5.14-7 is installed
OR php5-xmlwriter-5.5.14-7 is installed
OR php5-xsl-5.5.14-7 is installed
OR php5-zip-5.5.14-7 is installed
OR php5-zlib-5.5.14-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
AND Package Information
kernel-rt-3.0.101.rt130-0.33.40 is installed
OR kernel-rt-base-3.0.101.rt130-0.33.40 is installed
OR kernel-rt-devel-3.0.101.rt130-0.33.40 is installed
OR kernel-rt_trace-3.0.101.rt130-0.33.40 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.33.40 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.33.40 is installed
OR kernel-source-rt-3.0.101.rt130-0.33.40 is installed
OR kernel-syms-rt-3.0.101.rt130-0.33.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND ipsec-tools-0.7.1-10.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND ipsec-tools-0.7.1-10.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.19 is installed
OR libxml2-32bit-2.7.6-0.19 is installed
OR libxml2-doc-2.7.6-0.19 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14 is installed
OR libexif-32bit-0.6.17-2.14 is installed
OR libexif-x86-0.6.17-2.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
glib2-2.22.5-0.2 is installed
OR glib2-doc-2.22.5-0.2 is installed
OR glib2-lang-2.22.5-0.2 is installed
OR libgio-2_0-0-2.22.5-0.2 is installed
OR libgio-2_0-0-32bit-2.22.5-0.2 is installed
OR libgio-2_0-0-x86-2.22.5-0.2 is installed
OR libglib-2_0-0-2.22.5-0.2 is installed
OR libglib-2_0-0-32bit-2.22.5-0.2 is installed
OR libglib-2_0-0-x86-2.22.5-0.2 is installed
OR libgmodule-2_0-0-2.22.5-0.2 is installed
OR libgmodule-2_0-0-32bit-2.22.5-0.2 is installed
OR libgmodule-2_0-0-x86-2.22.5-0.2 is installed
OR libgobject-2_0-0-2.22.5-0.2 is installed
OR libgobject-2_0-0-32bit-2.22.5-0.2 is installed
OR libgobject-2_0-0-x86-2.22.5-0.2 is installed
OR libgthread-2_0-0-2.22.5-0.2 is installed
OR libgthread-2_0-0-32bit-2.22.5-0.2 is installed
OR libgthread-2_0-0-x86-2.22.5-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpng12-0-1.2.31-5.43 is installed
OR libpng12-0-32bit-1.2.31-5.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpng12-0-1.2.31-5.43 is installed
OR libpng12-0-32bit-1.2.31-5.43 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 |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libsndfile-1.0.20-2.4 is installed
OR libsndfile-32bit-1.0.20-2.4 is installed
OR libsndfile-x86-1.0.20-2.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-24.5.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
OR libfreebl3-3.16-0.3 is installed
OR libfreebl3-32bit-3.16-0.3 is installed
OR mozilla-nspr-4.10.4-0.3 is installed
OR mozilla-nspr-32bit-4.10.4-0.3 is installed
OR mozilla-nspr-devel-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.3 is installed
OR mozilla-nss-32bit-3.16-0.3 is installed
OR mozilla-nss-devel-3.16-0.3 is installed
OR mozilla-nss-tools-3.16-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-24.5.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.5.0esr-0.3 is installed
OR libfreebl3-3.16-0.3 is installed
OR libfreebl3-32bit-3.16-0.3 is installed
OR mozilla-nspr-4.10.4-0.3 is installed
OR mozilla-nspr-32bit-4.10.4-0.3 is installed
OR mozilla-nspr-devel-4.10.4-0.3 is installed
OR mozilla-nss-3.16-0.3 is installed
OR mozilla-nss-32bit-3.16-0.3 is installed
OR mozilla-nss-devel-3.16-0.3 is installed
OR mozilla-nss-tools-3.16-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.4.0esr-0.8 is installed
OR MozillaFirefox-translations-31.4.0esr-0.8 is installed
OR libfreebl3-3.17.3-0.8 is installed
OR libfreebl3-32bit-3.17.3-0.8 is installed
OR libfreebl3-x86-3.17.3-0.8 is installed
OR libsoftokn3-3.17.3-0.8 is installed
OR libsoftokn3-32bit-3.17.3-0.8 is installed
OR libsoftokn3-x86-3.17.3-0.8 is installed
OR mozilla-nss-3.17.3-0.8 is installed
OR mozilla-nss-32bit-3.17.3-0.8 is installed
OR mozilla-nss-tools-3.17.3-0.8 is installed
OR mozilla-nss-x86-3.17.3-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.4.0esr-0.8 is installed
OR MozillaFirefox-translations-31.4.0esr-0.8 is installed
OR libfreebl3-3.17.3-0.8 is installed
OR libfreebl3-32bit-3.17.3-0.8 is installed
OR libfreebl3-x86-3.17.3-0.8 is installed
OR libsoftokn3-3.17.3-0.8 is installed
OR libsoftokn3-32bit-3.17.3-0.8 is installed
OR libsoftokn3-x86-3.17.3-0.8 is installed
OR mozilla-nss-3.17.3-0.8 is installed
OR mozilla-nss-32bit-3.17.3-0.8 is installed
OR mozilla-nss-tools-3.17.3-0.8 is installed
OR mozilla-nss-x86-3.17.3-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.4.0esr-0.8 is installed
OR MozillaFirefox-translations-31.4.0esr-0.8 is installed
OR libfreebl3-3.17.3-0.8 is installed
OR libfreebl3-32bit-3.17.3-0.8 is installed
OR libfreebl3-x86-3.17.3-0.8 is installed
OR libsoftokn3-3.17.3-0.8 is installed
OR libsoftokn3-32bit-3.17.3-0.8 is installed
OR libsoftokn3-x86-3.17.3-0.8 is installed
OR mozilla-nss-3.17.3-0.8 is installed
OR mozilla-nss-32bit-3.17.3-0.8 is installed
OR mozilla-nss-tools-3.17.3-0.8 is installed
OR mozilla-nss-x86-3.17.3-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.4.0esr-0.8 is installed
OR MozillaFirefox-translations-31.4.0esr-0.8 is installed
OR libfreebl3-3.17.3-0.8 is installed
OR libfreebl3-32bit-3.17.3-0.8 is installed
OR libfreebl3-x86-3.17.3-0.8 is installed
OR libsoftokn3-3.17.3-0.8 is installed
OR libsoftokn3-32bit-3.17.3-0.8 is installed
OR libsoftokn3-x86-3.17.3-0.8 is installed
OR mozilla-nss-3.17.3-0.8 is installed
OR mozilla-nss-32bit-3.17.3-0.8 is installed
OR mozilla-nss-tools-3.17.3-0.8 is installed
OR mozilla-nss-x86-3.17.3-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.4.0esr-0.8 is installed
OR MozillaFirefox-translations-31.4.0esr-0.8 is installed
OR libfreebl3-3.17.3-0.8 is installed
OR libfreebl3-32bit-3.17.3-0.8 is installed
OR libfreebl3-x86-3.17.3-0.8 is installed
OR libsoftokn3-3.17.3-0.8 is installed
OR libsoftokn3-32bit-3.17.3-0.8 is installed
OR libsoftokn3-x86-3.17.3-0.8 is installed
OR mozilla-nss-3.17.3-0.8 is installed
OR mozilla-nss-32bit-3.17.3-0.8 is installed
OR mozilla-nss-tools-3.17.3-0.8 is installed
OR mozilla-nss-x86-3.17.3-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
libvorbis-1.2.0-79.20 is installed
OR libvorbis-32bit-1.2.0-79.20 is installed
OR libvorbis-doc-1.2.0-79.20 is installed
OR libvorbis-x86-1.2.0-79.20 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.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 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.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 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.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-51 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-51 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.128 is installed
OR libMagickCore1-6.4.3.6-78.128 is installed
OR libMagickCore1-32bit-6.4.3.6-78.128 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.128 is installed
OR libMagickCore1-6.4.3.6-78.128 is installed
OR libMagickCore1-32bit-6.4.3.6-78.128 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
apache2-2.2.12-1.51.52 is installed
OR apache2-doc-2.2.12-1.51.52 is installed
OR apache2-example-pages-2.2.12-1.51.52 is installed
OR apache2-prefork-2.2.12-1.51.52 is installed
OR apache2-utils-2.2.12-1.51.52 is installed
OR apache2-worker-2.2.12-1.51.52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libldap-openssl1-2_4-2-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.74.9 is installed
OR openldap2-client-openssl1-2.4.26-0.74.9 is installed
OR openldap2-openssl1-2.4.26-0.74.9 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.74.9 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.74.9 is installed
OR libldap-openssl1-2_4-2-x86-2.4.26-0.74.9 is installed
OR openldap2-client-openssl1-2.4.26-0.74.9 is installed
OR openldap2-openssl1-2.4.26-0.74.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND perl-XML-LibXML-2.0019-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND perl-XML-LibXML-2.0019-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND wireshark-1.10.12-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libmysqlclient18-10.0.29-22 is installed
OR libmysqlclient18-32bit-10.0.29-22 is installed
OR mariadb-10.0.29-22 is installed
OR mariadb-client-10.0.29-22 is installed
OR mariadb-errormessages-10.0.29-22 is installed
OR mariadb-tools-10.0.29-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libmysqlclient18-10.0.29-22 is installed
OR libmysqlclient18-32bit-10.0.29-22 is installed
OR mariadb-10.0.29-22 is installed
OR mariadb-client-10.0.29-22 is installed
OR mariadb-errormessages-10.0.29-22 is installed
OR mariadb-tools-10.0.29-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache2-mod_nss-1.0.8-13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.66 is installed
OR kernel-default-base-3.12.74-60.64.66 is installed
OR kernel-default-devel-3.12.74-60.64.66 is installed
OR kernel-default-man-3.12.74-60.64.66 is installed
OR kernel-devel-3.12.74-60.64.66 is installed
OR kernel-macros-3.12.74-60.64.66 is installed
OR kernel-source-3.12.74-60.64.66 is installed
OR kernel-syms-3.12.74-60.64.66 is installed
OR kernel-xen-3.12.74-60.64.66 is installed
OR kernel-xen-base-3.12.74-60.64.66 is installed
OR kernel-xen-devel-3.12.74-60.64.66 is installed
OR kgraft-patch-3_12_74-60_64_66-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_66-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_23-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.66 is installed
OR kernel-default-base-3.12.74-60.64.66 is installed
OR kernel-default-devel-3.12.74-60.64.66 is installed
OR kernel-default-man-3.12.74-60.64.66 is installed
OR kernel-devel-3.12.74-60.64.66 is installed
OR kernel-macros-3.12.74-60.64.66 is installed
OR kernel-source-3.12.74-60.64.66 is installed
OR kernel-syms-3.12.74-60.64.66 is installed
OR kernel-xen-3.12.74-60.64.66 is installed
OR kernel-xen-base-3.12.74-60.64.66 is installed
OR kernel-xen-devel-3.12.74-60.64.66 is installed
OR kgraft-patch-3_12_74-60_64_66-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_66-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_23-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_85-default-6-2 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_26-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libblkid1-2.28-42 is installed
OR libblkid1-32bit-2.28-42 is installed
OR libfdisk1-2.28-42 is installed
OR libmount1-2.28-42 is installed
OR libmount1-32bit-2.28-42 is installed
OR libsmartcols1-2.28-42 is installed
OR libuuid1-2.28-42 is installed
OR libuuid1-32bit-2.28-42 is installed
OR python-libmount-2.28-42 is installed
OR util-linux-2.28-42 is installed
OR util-linux-lang-2.28-42 is installed
OR util-linux-systemd-2.28-42 is installed
OR uuidd-2.28-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libblkid1-2.28-42 is installed
OR libblkid1-32bit-2.28-42 is installed
OR libfdisk1-2.28-42 is installed
OR libmount1-2.28-42 is installed
OR libmount1-32bit-2.28-42 is installed
OR libsmartcols1-2.28-42 is installed
OR libuuid1-2.28-42 is installed
OR libuuid1-32bit-2.28-42 is installed
OR python-libmount-2.28-42 is installed
OR util-linux-2.28-42 is installed
OR util-linux-lang-2.28-42 is installed
OR util-linux-systemd-2.28-42 is installed
OR uuidd-2.28-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
at-3.1.14-7 is installed
OR flex-2.5.37-8 is installed
OR flex-32bit-2.5.37-8 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libQtWebKit4-32bit-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-32bit-2.32.1-16 is installed
OR libbonobo-doc-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
OR libkde4-4.12.0-7 is installed
OR libkde4-32bit-4.12.0-7 is installed
OR libkdecore4-4.12.0-7 is installed
OR libkdecore4-32bit-4.12.0-7 is installed
OR libksuseinstall1-4.12.0-7 is installed
OR libksuseinstall1-32bit-4.12.0-7 is installed
OR libnetpbm11-10.66.3-4 is installed
OR libnetpbm11-32bit-10.66.3-4 is installed
OR netpbm-10.66.3-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_59-92_20-default-12-2 is installed
OR kgraft-patch-SLE12-SP2_Update_8-12-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libXvnc1-1.6.0-18.11 is installed
OR tigervnc-1.6.0-18.11 is installed
OR xorg-x11-Xvnc-1.6.0-18.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-5-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_13-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-5-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_13-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND dstat-0.7.2-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.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
openssh-6.6p1-54.7 is installed
OR openssh-askpass-gnome-6.6p1-54.7 is installed
OR openssh-fips-6.6p1-54.7 is installed
OR openssh-helpers-6.6p1-54.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_69-60_64_29-default-5-3 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-5-3 is installed
OR kgraft-patch-SLE12-SP1_Update_12-5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
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 |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.406-1 is installed
OR flash-player-gnome-11.2.202.406-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND libFLAC++6-32bit-1.3.0-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gnome-online-accounts-3.20.5-9 is installed
OR gnome-online-accounts-lang-3.20.5-9 is installed
OR libgoa-1_0-0-32bit-3.20.5-9 is installed
OR typelib-1_0-Goa-1_0-3.20.5-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
kernel-default-4.12.14-25.16 is installed
OR kernel-default-extra-4.12.14-25.16 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND conntrack-tools-1.4.2-5 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND ucode-intel-20180807-13.29 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 8 is installed
AND git-2.12.3-27.14 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
ruby2.1-rubygem-sprockets-2_12-2.12.5-1.4 is installed
OR rubygem-sprockets-2_12-2.12.5-1.4 is installed
|