Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11-SP4 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2019-11135: Aborting an asynchronous TSX operation on Intel CPUs with Transactional Memory support could be used to facilitate sidechannel information leaks out of microarchitectural buffers, similar to the previously described 'Microarchitectural Data Sampling' attack.
The Linux kernel was supplemented with the option to disable TSX operation altogether (requiring CPU Microcode updates on older systems) and better flushing of microarchitectural buffers (VERW).
The set of options available is described in our TID at https://www.suse.com/support/kb/doc/?id=7023735
- CVE-2018-12207: Untrusted virtual machines on Intel CPUs could exploit a race condition in the Instruction Fetch Unit of the Intel CPU to cause a Machine Exception during Page Size Change, causing the CPU core to be non-functional.
The Linux Kernel kvm hypervisor was adjusted to avoid page size changes in executable pages by splitting / merging huge pages into small pages as needed. More information can be found on https://www.suse.com/support/kb/doc/?id=7024251
- CVE-2019-16233: drivers/scsi/qla2xxx/qla_os.c did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bsc#1150457). - CVE-2019-10220: Added sanity checks on the pathnames passed to the user space. (bsc#1144903). - CVE-2019-16234: iwlwifi pcie driver did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bsc#1150452). - CVE-2019-16232: Fix a potential NULL pointer dereference in the Marwell libertas driver (bsc#1150465). - CVE-2019-17052: ax25_create in the AF_AX25 network module in the Linux kernel did not enforce CAP_NET_RAW, which meant that unprivileged users could create a raw socket, aka CID-0614e2b73768. (bnc#1152779) - CVE-2019-17055: base_sock_create in the AF_ISDN network module in the Linux kernel did not enforce CAP_NET_RAW, which means that unprivileged users can create a raw socket, aka CID-b91ee4aa2a21. (bnc#1152782) - CVE-2019-17054: atalk_create in the AF_APPLETALK network module in the Linux kernel did not enforce CAP_NET_RAW, which means that unprivileged users can create a raw socket, aka CID-6cc03e8aa36c. (bnc#1152786) - CVE-2019-17133: cfg80211 wireless extension did not reject a long SSID IE, leading to a Buffer Overflow (bsc#1153158). - CVE-2019-17053: ieee802154_create in the AF_IEEE802154 network module in the Linux kernel did not enforce CAP_NET_RAW, which means that unprivileged users could create a raw socket, aka CID-e69dbd4619e7. (bnc#1152789) - CVE-2019-16413: The 9p filesystem did not protect i_size_write() properly, which caused an i_size_read() infinite loop and denial of service on SMP systems. (bnc#1151347) - CVE-2019-15291: There was a NULL pointer dereference caused by a malicious USB device in the flexcop_usb_probe function. (bnc#1146540) - CVE-2019-15807: There was a memory leak in the SAS expander driver when SAS expander discovery fails. This could cause a denial of service. (bnc#1148938) - CVE-2019-14821: An out-of-bounds access issue was found in the way Linux the kernel's KVM hypervisor implemented the Coalesced MMIO write operation. It operated on an MMIO ring buffer 'struct kvm_coalesced_mmio' object, wherein write indices value could be supplied by a host user-space process. An unprivileged host user or process with access to '/dev/kvm' device could use this flaw to crash the host kernel, resulting in a denial of service or potentially escalating privileges on the system. (bnc#1151350) - CVE-2019-15505: The Linux kernel had an out-of-bounds read via crafted USB device traffic (which may have been remote via usbip or usbredir). (bnc#1147122) - CVE-2019-14835: A buffer overflow flaw was found in the way Linux kernel's vhost functionality that translates virtqueue buffers to IOVs, logged the buffer descriptors during migration. A privileged guest user able to pass descriptors with invalid length to the host when migration is underway, could have used this flaw to increase their privileges on the host. (bnc#1150112) - CVE-2019-15216: There was a NULL pointer dereference caused by a malicious USB device in the drivers/usb/misc/yurex.c driver. (bnc#1146361) - CVE-2019-9456: In the Android kernel in Pixel C USB monitor driver there was a possible OOB write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction was not needed for exploitation. (bnc#1150025) - CVE-2019-15927: An out-of-bounds access existed in the function build_audio_procunit in the file sound/usb/mixer.c. (bnc#1149522) - CVE-2019-15902: Misuse of the upstream 'x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()' commit reintroduced the Spectre vulnerability that it aimed to eliminate. This occurred because the backport process depends on cherry picking specific commits, and because two (correctly ordered)\ code lines were swapped. (bnc#1149376) - CVE-2019-15219: There was a NULL pointer dereference caused by a malicious USB device in the drivers/usb/misc/sisusbvga/sisusb.c driver. (bnc#1146524) - CVE-2017-18509: An issue was discovered in net/ipv6/ip6mr.c in the Linux kernel By setting a specific socket option, an attacker could control a pointer in kernel land and cause an inet_csk_listen_stop general protection fault, or potentially execute arbitrary code under certain circumstances. The issue could be triggered as root (e.g., inside a default LXC container or with the CAP_NET_ADMIN capability) or after namespace unsharing. This occurred because sk_type and protocol were not checked in the appropriate part of the ip6_mroute_* functions. (bnc#1145477) - CVE-2019-15212: There was a double-free caused by a malicious USB device in the drivers/usb/misc/rio500.c driver. (bnc#1146391) - CVE-2019-15292: There was a use-after-free in atalk_proc_exit. (bnc#1146678) - CVE-2019-15217: There was a NULL pointer dereference caused by a malicious USB device in the drivers/media/usb/zr364xx/zr364xx.c driver. (bnc#1146547) - CVE-2018-20976: A use after free was discovered in fs/xfs/xfs_super.c, related to xfs_fs_fill_super failure. (bnc#1146285) - CVE-2017-18551: There was an out of bounds write in the function i2c_smbus_xfer_emulated. (bnc#1146163) - CVE-2019-15118: check_input_term in sound/usb/mixer.c mishandled recursion, leading to kernel stack exhaustion. (bnc#1145922)
The following non-security bugs were fixed:
- add a missing lfence in kernel error entry and remove a superfluous lfence in userspace interrupt exit paths - Documentation: Add ITLB_MULTIHIT documentation (bnc#1117665). - array_index_nospec: Sanitize speculative array (bsc#1155671) - cpu/speculation: Uninline and export CPU mitigations helpers (bnc#1117665). - IB/core: Add mitigation for Spectre V1 (bsc#1155671) - inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state (bsc#1101061). - kABI Fix for IFU Patches (bsc#1117665). - kthread: Implement park/unpark facility (bsc#1117665). - kvm: Convert kvm_lock to a mutex (bsc#1117665). - kvm: MMU: drop read-only large sptes when creating lower level sptes (bsc#1117665). - kvm: MMU: fast invalidate all pages (bsc1117665). - kvm: VMX: export PFEC.P bit on ept (bsc#1117665). - kvm: vmx, svm: always run with EFER.NXE=1 when shadow paging is active (bsc#1117665). - kvm: x86: make FNAME(fetch) and __direct_map more similar (bsc#1117665). - kvm: x86: mmu: Apply global mitigations knob to ITLB_MULTIHIT (bnc#1117665). - mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages (bsc#1143327). - mm: use only per-device readahead limit (bsc#1143327). - powerpc/64s: support nospectre_v2 cmdline option (bsc#1131107). - powerpc/fsl: Add nospectre_v2 command line argument (bsc#1131107). - powerpc/fsl: Update Spectre v2 reporting (bsc#1131107). - powerpc/security: Show powerpc_security_features in debugfs (bsc#1131107). - xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering (bsc#1150599).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1059893 1101061 1113201 1117665 1131107 1143327 1144903 1145477 1145922 1146163 1146285 1146361 1146391 1146524 1146540 1146547 1146678 1147122 1148938 1149376 1149522 1150025 1150112 1150452 1150457 1150465 1150599 1151347 1151350 1152779 1152782 1152786 1152789 1153158 1155671 489622 491897 492441 492765 496862 502974 507742 802154 936875 CVE-2006-0903 CVE-2006-2450 CVE-2006-4197 CVE-2006-4226 CVE-2006-4227 CVE-2007-2052 CVE-2007-5969 CVE-2007-6303 CVE-2007-6304 CVE-2007-6353 CVE-2007-6725 CVE-2008-1721 CVE-2008-2079 CVE-2008-2315 CVE-2008-2316 CVE-2008-3142 CVE-2008-3143 CVE-2008-3144 CVE-2008-4456 CVE-2008-6679 CVE-2008-7247 CVE-2009-0159 CVE-2009-0196 CVE-2009-0791 CVE-2009-0792 CVE-2009-1252 CVE-2009-1648 CVE-2009-1957 CVE-2009-1958 CVE-2009-2446 CVE-2009-3297 CVE-2009-4019 CVE-2009-4028 CVE-2009-4030 CVE-2009-4484 CVE-2009-5026 CVE-2010-1626 CVE-2010-1848 CVE-2010-1849 CVE-2010-1850 CVE-2010-3609 CVE-2010-3833 CVE-2010-3834 CVE-2010-3835 CVE-2010-3836 CVE-2010-3837 CVE-2010-3838 CVE-2010-3839 CVE-2010-3840 CVE-2011-0541 CVE-2011-2489 CVE-2011-2490 CVE-2012-2122 CVE-2012-4428 CVE-2012-5611 CVE-2012-5615 CVE-2013-1861 CVE-2013-1976 CVE-2013-3783 CVE-2013-3793 CVE-2013-3794 CVE-2013-3795 CVE-2013-3796 CVE-2013-3798 CVE-2013-3801 CVE-2013-3802 CVE-2013-3804 CVE-2013-3805 CVE-2013-3806 CVE-2013-3807 CVE-2013-3808 CVE-2013-3809 CVE-2013-3810 CVE-2013-3811 CVE-2013-3812 CVE-2013-4316 CVE-2013-5860 CVE-2013-5881 CVE-2013-5882 CVE-2013-5891 CVE-2013-5894 CVE-2013-5908 CVE-2014-0001 CVE-2014-0224 CVE-2014-0384 CVE-2014-0386 CVE-2014-0393 CVE-2014-0401 CVE-2014-0402 CVE-2014-0412 CVE-2014-0420 CVE-2014-0427 CVE-2014-0430 CVE-2014-0431 CVE-2014-0433 CVE-2014-0437 CVE-2014-2419 CVE-2014-2430 CVE-2014-2431 CVE-2014-2432 CVE-2014-2434 CVE-2014-2435 CVE-2014-2436 CVE-2014-2438 CVE-2014-2440 CVE-2014-2442 CVE-2014-2444 CVE-2014-2450 CVE-2014-2451 CVE-2014-2484 CVE-2014-2494 CVE-2014-3569 CVE-2014-3570 CVE-2014-3571 CVE-2014-3572 CVE-2014-4207 CVE-2014-4214 CVE-2014-4233 CVE-2014-4238 CVE-2014-4240 CVE-2014-4243 CVE-2014-4258 CVE-2014-4260 CVE-2014-4274 CVE-2014-4287 CVE-2014-6463 CVE-2014-6464 CVE-2014-6469 CVE-2014-6474 CVE-2014-6478 CVE-2014-6484 CVE-2014-6489 CVE-2014-6491 CVE-2014-6494 CVE-2014-6495 CVE-2014-6496 CVE-2014-6500 CVE-2014-6505 CVE-2014-6507 CVE-2014-6520 CVE-2014-6530 CVE-2014-6551 CVE-2014-6555 CVE-2014-6559 CVE-2014-6564 CVE-2014-6568 CVE-2014-8275 CVE-2015-0204 CVE-2015-0205 CVE-2015-0206 CVE-2015-0374 CVE-2015-0381 CVE-2015-0382 CVE-2015-0385 CVE-2015-0391 CVE-2015-0405 CVE-2015-0409 CVE-2015-0411 CVE-2015-0423 CVE-2015-0432 CVE-2015-0433 CVE-2015-0438 CVE-2015-0439 CVE-2015-0441 CVE-2015-0498 CVE-2015-0499 CVE-2015-0500 CVE-2015-0501 CVE-2015-0503 CVE-2015-0505 CVE-2015-0506 CVE-2015-0507 CVE-2015-0508 CVE-2015-0511 CVE-2015-2305 CVE-2015-2566 CVE-2015-2567 CVE-2015-2568 CVE-2015-2571 CVE-2015-2573 CVE-2015-2576 CVE-2015-3294 CVE-2017-18509 CVE-2017-18551 CVE-2017-7544 CVE-2018-12207 CVE-2018-20976 CVE-2019-10220 CVE-2019-11135 CVE-2019-14821 CVE-2019-14835 CVE-2019-15118 CVE-2019-15212 CVE-2019-15216 CVE-2019-15217 CVE-2019-15219 CVE-2019-15291 CVE-2019-15292 CVE-2019-15505 CVE-2019-15807 CVE-2019-15902 CVE-2019-15927 CVE-2019-16232 CVE-2019-16233 CVE-2019-16234 CVE-2019-16413 CVE-2019-17052 CVE-2019-17053 CVE-2019-17054 CVE-2019-17055 CVE-2019-17133 CVE-2019-9456 SUSE-SU-2018:0195-1 SUSE-SU-2019:14218-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 15 SUSE Linux Enterprise Module for Server Applications 15 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-CLIENT-TOOLS 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-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 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-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
avahi-0.6.32-lp150.3 is installed
OR avahi-lang-0.6.32-lp150.3 is installed
OR libavahi-client3-0.6.32-lp150.3 is installed
OR libavahi-common3-0.6.32-lp150.3 is installed
OR libavahi-core7-0.6.32-lp150.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND apache-commons-beanutils-1.9.2-6 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
python-keystoneclient-1.0.0-14 is installed
OR python-keystoneclient-doc-1.0.0-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
dhcp-4.2.4.P2-0.11.13 is installed
OR dhcp-client-4.2.4.P2-0.11.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
flash-player-11.2.202.508-0.14 is installed
OR flash-player-gnome-11.2.202.508-0.14 is installed
OR flash-player-kde4-11.2.202.508-0.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
libvirt-1.2.5-12 is installed
OR libvirt-client-1.2.5-12 is installed
OR libvirt-client-32bit-1.2.5-12 is installed
OR libvirt-doc-1.2.5-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gimp-2.8.18-8 is installed
OR gimp-lang-2.8.18-8 is installed
OR gimp-plugins-python-2.8.18-8 is installed
OR libgimp-2_0-0-2.8.18-8 is installed
OR libgimpui-2_0-0-2.8.18-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
expat-2.1.0-21.3 is installed
OR libexpat1-2.1.0-21.3 is installed
OR libexpat1-32bit-2.1.0-21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
cups-1.7.5-20.20 is installed
OR cups-client-1.7.5-20.20 is installed
OR cups-libs-1.7.5-20.20 is installed
OR cups-libs-32bit-1.7.5-20.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND facter-2.0.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libFS-devel-1.0.7-1 is installed
OR libFS6-1.0.7-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND libXcursor1-32bit-1.1.15-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
guile-2.0.14-3 is installed
OR guile-devel-2.0.14-3 is installed
OR guile-modules-2_0-2.0.14-3 is installed
OR libguile-2_0-22-2.0.14-3 is installed
OR libguilereadline-v-18-18-2.0.14-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
cups154-1.5.4-2 is installed
OR cups154-client-1.5.4-2 is installed
OR cups154-filters-1.5.4-2 is installed
OR cups154-libs-1.5.4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
libopenssl-1_0_0-devel-1.0.2p-3.11 is installed
OR libopenssl1_0_0-1.0.2p-3.11 is installed
OR openssl-1_0_0-1.0.2p-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
python-2.7.14-7.6 is installed
OR python-demo-2.7.14-7.6 is installed
OR python-doc-2.7.14-7.6 is installed
OR python-doc-pdf-2.7.14-7.6 is installed
OR python-idle-2.7.14-7.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.16 is installed
OR kernel-azure-base-4.12.14-5.16 is installed
OR kernel-azure-devel-4.12.14-5.16 is installed
OR kernel-devel-azure-4.12.14-5.16 is installed
OR kernel-source-azure-4.12.14-5.16 is installed
OR kernel-syms-azure-4.12.14-5.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
openssh-7.6p1-9.3 is installed
OR openssh-fips-7.6p1-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
ghostscript-fonts-other-8.62-32.25 is installed
OR ghostscript-fonts-rus-8.62-32.25 is installed
OR ghostscript-fonts-std-8.62-32.25 is installed
OR ghostscript-library-8.62-32.25 is installed
OR ghostscript-omni-8.62-32.25 is installed
OR ghostscript-x11-8.62-32.25 is installed
OR libgimpprint-4.2.7-32.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
ghostscript-fonts-other-8.62-32.25 is installed
OR ghostscript-fonts-rus-8.62-32.25 is installed
OR ghostscript-fonts-std-8.62-32.25 is installed
OR ghostscript-library-8.62-32.25 is installed
OR ghostscript-omni-8.62-32.25 is installed
OR ghostscript-x11-8.62-32.25 is installed
OR libgimpprint-4.2.7-32.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND sudo-1.7.6p2-0.2.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
freetype2-2.3.7-25.30 is installed
OR freetype2-32bit-2.3.7-25.30 is installed
OR freetype2-x86-2.3.7-25.30 is installed
OR ft2demos-2.3.7-25.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
freetype2-2.3.7-25.30 is installed
OR freetype2-32bit-2.3.7-25.30 is installed
OR freetype2-x86-2.3.7-25.30 is installed
OR ft2demos-2.3.7-25.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
freetype2-2.3.7-25.30 is installed
OR freetype2-32bit-2.3.7-25.30 is installed
OR freetype2-x86-2.3.7-25.30 is installed
OR ft2demos-2.3.7-25.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
freetype2-2.3.7-25.30 is installed
OR freetype2-32bit-2.3.7-25.30 is installed
OR freetype2-x86-2.3.7-25.30 is installed
OR ft2demos-2.3.7-25.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpng12-0-1.2.31-5.13 is installed
OR libpng12-0-32bit-1.2.31-5.13 is installed
OR libpng12-0-x86-1.2.31-5.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpng12-0-1.2.31-5.13 is installed
OR libpng12-0-32bit-1.2.31-5.13 is installed
OR libpng12-0-x86-1.2.31-5.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpng12-0-1.2.31-5.13 is installed
OR libpng12-0-32bit-1.2.31-5.13 is installed
OR libpng12-0-x86-1.2.31-5.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-libXp-7.4-1.18 is installed
OR xorg-x11-libXp-32bit-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libXp-7.4-1.18 is installed
OR xorg-x11-libXp-32bit-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libXp-7.4-1.18 is installed
OR xorg-x11-libXp-32bit-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libXp-7.4-1.18 is installed
OR xorg-x11-libXp-32bit-7.4-1.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
vm-install-0.5.12-0.5 is installed
OR xen-4.1.3_02-0.5 is installed
OR xen-doc-html-4.1.3_02-0.5 is installed
OR xen-doc-pdf-4.1.3_02-0.5 is installed
OR xen-kmp-default-4.1.3_02_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.3_02_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.3_02-0.5 is installed
OR xen-libs-32bit-4.1.3_02-0.5 is installed
OR xen-tools-4.1.3_02-0.5 is installed
OR xen-tools-domU-4.1.3_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
vm-install-0.5.12-0.5 is installed
OR xen-4.1.3_02-0.5 is installed
OR xen-doc-html-4.1.3_02-0.5 is installed
OR xen-doc-pdf-4.1.3_02-0.5 is installed
OR xen-kmp-default-4.1.3_02_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.3_02_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.3_02-0.5 is installed
OR xen-libs-32bit-4.1.3_02-0.5 is installed
OR xen-tools-4.1.3_02-0.5 is installed
OR xen-tools-domU-4.1.3_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
vm-install-0.5.12-0.5 is installed
OR xen-4.1.3_02-0.5 is installed
OR xen-doc-html-4.1.3_02-0.5 is installed
OR xen-doc-pdf-4.1.3_02-0.5 is installed
OR xen-kmp-default-4.1.3_02_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.3_02_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.3_02-0.5 is installed
OR xen-libs-32bit-4.1.3_02-0.5 is installed
OR xen-tools-4.1.3_02-0.5 is installed
OR xen-tools-domU-4.1.3_02-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND libexiv2-4-0.17.1-31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.3.0esr-20 is installed
OR MozillaFirefox-translations-38.3.0esr-20 is installed
OR mozilla-nspr-4.10.9-11 is installed
OR mozilla-nspr-32bit-4.10.9-11 is installed
OR mozilla-nspr-devel-4.10.9-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.3.0esr-20 is installed
OR MozillaFirefox-translations-38.3.0esr-20 is installed
OR mozilla-nspr-4.10.9-11 is installed
OR mozilla-nspr-32bit-4.10.9-11 is installed
OR mozilla-nspr-devel-4.10.9-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
OR evolution-data-server-x86-2.28.2-0.32 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
OR evolution-data-server-x86-2.28.2-0.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
OR evolution-data-server-x86-2.28.2-0.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
OR evolution-data-server-x86-2.28.2-0.32 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
evolution-data-server-2.28.2-0.32 is installed
OR evolution-data-server-32bit-2.28.2-0.32 is installed
OR evolution-data-server-lang-2.28.2-0.32 is installed
OR evolution-data-server-x86-2.28.2-0.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
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 SP3-LTSS is installed
AND
libmysql55client18-5.5.62-0.39.18 is installed
OR libmysql55client18-32bit-5.5.62-0.39.18 is installed
OR libmysql55client_r18-5.5.62-0.39.18 is installed
OR mysql-5.5.62-0.39.18 is installed
OR mysql-client-5.5.62-0.39.18 is installed
OR mysql-tools-5.5.62-0.39.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libmysql55client18-5.5.62-0.39.18 is installed
OR libmysql55client18-32bit-5.5.62-0.39.18 is installed
OR libmysql55client_r18-5.5.62-0.39.18 is installed
OR mysql-5.5.62-0.39.18 is installed
OR mysql-client-5.5.62-0.39.18 is installed
OR mysql-tools-5.5.62-0.39.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libmysql55client18-5.5.62-0.39.18 is installed
OR libmysql55client18-32bit-5.5.62-0.39.18 is installed
OR libmysql55client_r18-5.5.62-0.39.18 is installed
OR mysql-5.5.62-0.39.18 is installed
OR mysql-client-5.5.62-0.39.18 is installed
OR mysql-tools-5.5.62-0.39.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libmysql55client18-5.5.62-0.39.18 is installed
OR libmysql55client18-32bit-5.5.62-0.39.18 is installed
OR libmysql55client_r18-5.5.62-0.39.18 is installed
OR mysql-5.5.62-0.39.18 is installed
OR mysql-client-5.5.62-0.39.18 is installed
OR mysql-tools-5.5.62-0.39.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-52.9.0esr-72.38 is installed
OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.17 is installed
OR libMagickCore1-6.4.3.6-7.78.17 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.17 is installed
OR libMagickCore1-6.4.3.6-7.78.17 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
libexif-0.6.17-2.14.3 is installed
OR libexif-32bit-0.6.17-2.14.3 is installed
OR libexif-x86-0.6.17-2.14.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
libexif-0.6.17-2.14.3 is installed
OR libexif-32bit-0.6.17-2.14.3 is installed
OR libexif-x86-0.6.17-2.14.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND dnsmasq-2.71-0.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.108 is installed
OR kernel-bigmem-base-3.0.101-108.108 is installed
OR kernel-bigmem-devel-3.0.101-108.108 is installed
OR kernel-default-3.0.101-108.108 is installed
OR kernel-default-base-3.0.101-108.108 is installed
OR kernel-default-devel-3.0.101-108.108 is installed
OR kernel-default-man-3.0.101-108.108 is installed
OR kernel-ec2-3.0.101-108.108 is installed
OR kernel-ec2-base-3.0.101-108.108 is installed
OR kernel-ec2-devel-3.0.101-108.108 is installed
OR kernel-pae-3.0.101-108.108 is installed
OR kernel-pae-base-3.0.101-108.108 is installed
OR kernel-pae-devel-3.0.101-108.108 is installed
OR kernel-ppc64-3.0.101-108.108 is installed
OR kernel-ppc64-base-3.0.101-108.108 is installed
OR kernel-ppc64-devel-3.0.101-108.108 is installed
OR kernel-source-3.0.101-108.108 is installed
OR kernel-syms-3.0.101-108.108 is installed
OR kernel-trace-3.0.101-108.108 is installed
OR kernel-trace-base-3.0.101-108.108 is installed
OR kernel-trace-devel-3.0.101-108.108 is installed
OR kernel-xen-3.0.101-108.108 is installed
OR kernel-xen-base-3.0.101-108.108 is installed
OR kernel-xen-devel-3.0.101-108.108 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
kernel-bigmem-3.0.101-108.108 is installed
OR kernel-bigmem-base-3.0.101-108.108 is installed
OR kernel-bigmem-devel-3.0.101-108.108 is installed
OR kernel-default-3.0.101-108.108 is installed
OR kernel-default-base-3.0.101-108.108 is installed
OR kernel-default-devel-3.0.101-108.108 is installed
OR kernel-default-man-3.0.101-108.108 is installed
OR kernel-ec2-3.0.101-108.108 is installed
OR kernel-ec2-base-3.0.101-108.108 is installed
OR kernel-ec2-devel-3.0.101-108.108 is installed
OR kernel-pae-3.0.101-108.108 is installed
OR kernel-pae-base-3.0.101-108.108 is installed
OR kernel-pae-devel-3.0.101-108.108 is installed
OR kernel-ppc64-3.0.101-108.108 is installed
OR kernel-ppc64-base-3.0.101-108.108 is installed
OR kernel-ppc64-devel-3.0.101-108.108 is installed
OR kernel-source-3.0.101-108.108 is installed
OR kernel-syms-3.0.101-108.108 is installed
OR kernel-trace-3.0.101-108.108 is installed
OR kernel-trace-base-3.0.101-108.108 is installed
OR kernel-trace-devel-3.0.101-108.108 is installed
OR kernel-xen-3.0.101-108.108 is installed
OR kernel-xen-base-3.0.101-108.108 is installed
OR kernel-xen-devel-3.0.101-108.108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND libslp1-openssl1-1.2.0-172.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND tcpdump-4.5.1-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND tcpdump-4.5.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
libXrender1-0.9.8-3 is installed
OR libXrender1-32bit-0.9.8-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
kernel-default-3.12.59-60.41 is installed
OR kernel-default-base-3.12.59-60.41 is installed
OR kernel-default-devel-3.12.59-60.41 is installed
OR kernel-default-man-3.12.59-60.41 is installed
OR kernel-devel-3.12.59-60.41 is installed
OR kernel-macros-3.12.59-60.41 is installed
OR kernel-source-3.12.59-60.41 is installed
OR kernel-syms-3.12.59-60.41 is installed
OR kernel-xen-3.12.59-60.41 is installed
OR kernel-xen-base-3.12.59-60.41 is installed
OR kernel-xen-devel-3.12.59-60.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
kernel-default-3.12.59-60.41 is installed
OR kernel-default-base-3.12.59-60.41 is installed
OR kernel-default-devel-3.12.59-60.41 is installed
OR kernel-default-man-3.12.59-60.41 is installed
OR kernel-devel-3.12.59-60.41 is installed
OR kernel-macros-3.12.59-60.41 is installed
OR kernel-source-3.12.59-60.41 is installed
OR kernel-syms-3.12.59-60.41 is installed
OR kernel-xen-3.12.59-60.41 is installed
OR kernel-xen-base-3.12.59-60.41 is installed
OR kernel-xen-devel-3.12.59-60.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
DirectFB-1.7.1-4 is installed
OR lib++dfb-1_7-1-1.7.1-4 is installed
OR libdirectfb-1_7-1-1.7.1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND gd-2.1.0-20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND gd-2.1.0-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND clamav-0.99.2-25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.95 is installed
OR kernel-default-base-4.4.121-92.95 is installed
OR kernel-default-devel-4.4.121-92.95 is installed
OR kernel-devel-4.4.121-92.95 is installed
OR kernel-macros-4.4.121-92.95 is installed
OR kernel-source-4.4.121-92.95 is installed
OR kernel-syms-4.4.121-92.95 is installed
OR lttng-modules-2.7.1-9.6 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.95 is installed
OR kernel-default-base-4.4.121-92.95 is installed
OR kernel-default-devel-4.4.121-92.95 is installed
OR kernel-devel-4.4.121-92.95 is installed
OR kernel-macros-4.4.121-92.95 is installed
OR kernel-source-4.4.121-92.95 is installed
OR kernel-syms-4.4.121-92.95 is installed
OR lttng-modules-2.7.1-9.6 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_121-92_73-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
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 |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
fuse-2.9.3-5 is installed
OR libfuse2-2.9.3-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND ant-1.9.4-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-38.13 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-38.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND squid-3.5.21-26.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_162-94_72-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_22-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
compat-openssl098-0.9.8j-106.12 is installed
OR libopenssl0_9_8-0.9.8j-106.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libavcodec-devel-3.4.2-2 is installed
OR libavformat-devel-3.4.2-2 is installed
OR libavformat57-3.4.2-2 is installed
OR libavresample-devel-3.4.2-2 is installed
OR libavresample3-3.4.2-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND memcached-1.4.15-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
ansible-2.2.3.0-5 is installed
OR monasca-installer-20170912_10.45-5 is installed
|