Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12-SP3 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- 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=7023735
- CVE-2019-16995: Fix a memory leak in hsr_dev_finalize() if hsr_add_port failed to add a port, which may have caused denial of service (bsc#1152685).
- 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=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-17666: rtlwifi: Fix potential overflow in P2P code (bsc#1154372).
- CVE-2019-17133: cfg80211 wireless extension did not reject a long SSID IE, leading to a Buffer Overflow (bsc#1153158).
- CVE-2019-16232: Fix a potential NULL pointer dereference in the Marwell libertas driver (bsc#1150465).
- CVE-2019-16234: iwlwifi pcie driver did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bsc#1150452).
- CVE-2019-17055: The AF_ISDN network module in the Linux kernel did not enforce CAP_NET_RAW, which meant that unprivileged users could create a raw socket (bnc#1152782).
- CVE-2019-17056: The AF_NFC network module did not enforce CAP_NET_RAW, which meant that unprivileged users could create a raw socket (bsc#1152788).
- 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-15902: A backporting issue was discovered that re-introduced the Spectre vulnerability it had 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-15291: Fixed a NULL pointer dereference issue that could be caused by a malicious USB device (bnc#1146519).
- CVE-2019-15807: Fixed a memory leak in the SCSI module that could be abused to cause denial of service (bnc#1148938).
- CVE-2019-13272: Fixed a mishandled the recording of the credentials of a process that wants to create a ptrace relationship, which allowed local users to obtain root access by leveraging certain scenarios with a parent-child process relationship, where a parent drops privileges and calls execve (potentially allowing control by an attacker). (bnc#1140671).
- CVE-2019-14821: An out-of-bounds access issue was fixed in the kernel's KVM hypervisor. 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: An out-of-bounds issue had been fixed that could be caused by crafted USB device traffic (bnc#1147122).
- CVE-2017-18595: A double free in allocate_trace_buffer was fixed (bnc#1149555).
- CVE-2019-14835: A buffer overflow flaw was found in the kernel's vhost functionality that translates virtqueue buffers to IOVs. A privileged guest user able to pass descriptors with invalid length to the host could use this flaw to increase their privileges on the host (bnc#1150112).
- CVE-2019-15216: A NULL pointer dereference was fixed that could be malicious USB device (bnc#1146361).
- CVE-2019-15924: A a NULL pointer dereference has been fixed in the drivers/net/ethernet/intel/fm10k module (bnc#1149612).
- CVE-2019-9456: An out-of-bounds write in the USB monitor driver has been fixed. This issue could lead to local escalation of privilege with System execution privileges needed. (bnc#1150025).
- CVE-2019-15926: An out-of-bounds access was fixed in the drivers/net/wireless/ath/ath6kl module. (bnc#1149527).
- CVE-2019-15927: An out-of-bounds access was fixed in the sound/usb/mixer module (bnc#1149522).
- CVE-2019-15666: There was an out-of-bounds array access in the net/xfrm module that could cause denial of service (bnc#1148394).
- CVE-2017-18379: An out-of-boundary access was fixed in the drivers/nvme/target module (bnc#1143187).
- CVE-2019-15219: A NULL pointer dereference was fixed that could be abused by a malicious USB device (bnc#1146519 1146524).
- CVE-2019-15220: A use-after-free issue was fixed that could be caused by a malicious USB device (bnc#1146519 1146526).
- CVE-2019-15221: A NULL pointer dereference was fixed that could be caused by a malicious USB device (bnc#1146519 1146529).
- CVE-2019-14814: A heap-based buffer overflow was fixed in the marvell wifi chip driver. That issue allowed local users to cause a denial of service (system crash) or possibly execute arbitrary code (bnc#1146512).
- CVE-2019-14815: A missing length check while parsing WMM IEs was fixed (bsc#1146512, bsc#1146514, bsc#1146516).
- CVE-2019-14816: A heap-based buffer overflow in the marvell wifi chip driver was fixed. Local users would have abused this issue to cause a denial of service (system crash) or possibly execute arbitrary code (bnc#1146516).
- CVE-2017-18509: An issue in net/ipv6 as fixed. 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 can be triggered as root (e.g., inside a default LXC container or with the CAP_NET_ADMIN capability) or after namespace unsharing. (bnc#1145477)
- CVE-2019-9506: The Bluetooth BR/EDR specification used to permit sufficiently low encryption key length and did not prevent an attacker from influencing the key length negotiation. This allowed practical brute-force attacks (aka 'KNOB') that could decrypt traffic and inject arbitrary ciphertext without the victim noticing (bnc#1137865).
- CVE-2019-15098: A NULL pointer dereference in drivers/net/wireless/ath was fixed (bnc#1146378).
- CVE-2019-15290: A NULL pointer dereference in ath6kl_usb_alloc_urb_from_pipe was fixed (bsc#1146378).
- CVE-2019-15239: A incorrect patch to net/ipv4 was fixed. By adding to a write queue between disconnection and re-connection, a local attacker could trigger multiple use-after-free conditions. This could result in kernel crashes or potentially in privilege escalation. (bnc#1146589)
- CVE-2019-15212: A double-free issue was fixed in drivers/usb driver (bnc#1146391).
- CVE-2016-10906: A use-after-free issue was fixed in drivers/net/ethernet/arc (bnc#1146584).
- CVE-2019-15211: A use-after-free issue caused by a malicious USB device was fixed in the drivers/media/v4l2-core driver (bnc#1146519).
- CVE-2019-15217: A a NULL pointer dereference issue caused by a malicious USB device was fixed in the drivers/media/usb/zr364xx driver (bnc#1146519).
- CVE-2019-15214: An a use-after-free issue in the sound subsystem was fixed (bnc#1146519).
- CVE-2019-15218: A NULL pointer dereference caused by a malicious USB device was fixed in the drivers/media/usb/siano driver (bnc#1146413).
- CVE-2019-15215: A use-after-free issue caused by a malicious USB device was fixed in the drivers/media/usb/cpia2 driver (bnc#1146425).
- CVE-2018-20976: A use-after-free issue was fixed in the fs/xfs driver (bnc#1146285).
- CVE-2017-18551: An out-of-bounds write was fixed in the drivers/i2c driver (bnc#1146163).
- CVE-2019-0154: An unprotected read access to i915 registers has been fixed that could have been abused to facilitate a local denial-of-service attack. (bsc#1135966)
- CVE-2019-0155: A privilege escalation vulnerability has been fixed in the i915 module that allowed batch buffers from user mode to gain super user privileges. (bsc#1135967)
The following non-security bugs were fixed:
- array_index_nospec: Sanitize speculative array (bsc#1155671) - bonding/802.3ad: fix link_failure_count tracking (bsc#1141013). - bonding/802.3ad: fix slave link initialization transition states (bsc#1141013). - bonding: correctly update link status during mii-commit phase (bsc#1141013). - bonding: fix active-backup transition (bsc#1141013). - bonding: make speed, duplex setting consistent with link state (bsc#1141013). - bonding: ratelimit failed speed/duplex update warning (bsc#1141013). - bonding: require speed/duplex only for 802.3ad, alb and tlb (bsc#1141013). - bonding: set default miimon value for non-arp modes if not set (bsc#1141013). - bonding: speed/duplex update at NETDEV_UP event (bsc#1141013). - cifs: fix panic in smb2_reconnect (bsc#1142458). - cifs: handle netapp error codes (bsc#1136261). - cpu/speculation: Uninline and export CPU mitigations helpers (bnc#1117665). - ib/core, ipoib: Do not overreact to SM LID change event (bsc#1154103) - ib/core: Add mitigation for Spectre V1 (bsc#1155671) - ixgbe: sync the first fragment unconditionally (bsc#1133140). - kvm: Convert kvm_lock to a mutex (bsc#1117665). - kvm: lapic: cap __delay at lapic_timer_advance_ns (bsc#1149083). - kvm: mmu: drop vcpu param in gpte_access (bsc#1117665). - kvm: mmu: introduce kvm_mmu_gfn_{allow,disallow}_lpage (bsc#1117665). - kvm: mmu: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed (bsc#1117665). - kvm: vmx, svm: always run with EFER.NXE=1 when shadow paging is active (bsc#1117665). - kvm: x86, powerpc: do not allow clearing largepages debugfs entry (bsc#1117665). - kvm: x86: Do not release the page inside mmu_set_spte() (bsc#1117665). - kvm: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault() (bsc#1117665). - kvm: x86: MMU: Encapsulate the type of rmap-chain head in a new struct (bsc#1117665). - kvm: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault() (bsc#1117665). - kvm: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() (bsc#1117665). - kvm: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() (bsc#1117665). - kvm: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() (bsc#1117665). - kvm: x86: MMU: always set accessed bit in shadow PTEs (bsc#1117665). - kvm: x86: Reduce the overhead when lapic_timer_advance is disabled (bsc#1149083). - kvm: x86: add tracepoints around __direct_map and FNAME(fetch) (bsc#1117665). - kvm: x86: adjust kvm_mmu_page member to save 8 bytes (bsc#1117665). - kvm: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON (bsc#1117665). - kvm: x86: extend usage of RET_MMIO_PF_* constants (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). - kvm: x86: move nsec_to_cycles from x86.c to x86.h (bsc#1149083). - kvm: x86: remove now unneeded hugepage gfn adjustment (bsc#1117665). - kvm: x86: simplify ept_misconfig (bsc#1117665). - media: smsusb: better handle optional alignment (bsc#1146413). - pci: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers (bsc#1153263). - powerpc/64s: support nospectre_v2 cmdline option (bsc#1131107). - powerpc/pseries: correctly track irq state in default idle (bsc#1150727 bsc#1150942 ltc#178925 ltc#181484). - powerpc/rtas: use device model APIs and serialization during LPM (bsc#1144123 ltc#178840). - powerpc/security: Show powerpc_security_features in debugfs (bsc#1131107). - scsi: scsi_transport_fc: Drop double list_del() (bsc#1084878) During the backport of 260f4aeddb48 ('scsi: scsi_transport_fc: return -EBUSY for deleted vport') an additional list_del() was introduced. The list entry will be freed in fc_vport_terminate(). Do not free it premature in fc_remove_host(). - swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC in Xen-swiotlb unmap path (bsc#1133140). - vmci: Release resource if the work is already queued (bsc#1051510). - x86/cpu: Add Atom Tremont (Jacobsville) (bsc#1117665).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1013712 1019807 1044946 1051510 1073748 1077692 1084878 1099257 1108630 1108631 1108632 1109847 1113094 1113672 1114592 1117665 1121826 1122191 1122293 1122299 1131107 1133140 1135254 1135966 1135967 1136261 1137865 1139073 1140671 1141013 1141054 1141897 1142458 1142649 1142654 1143187 1144123 1144903 1145477 1146042 1146163 1146285 1146361 1146378 1146391 1146413 1146425 1146512 1146514 1146516 1146519 1146524 1146526 1146529 1146540 1146543 1146547 1146550 1146584 1146589 1147022 1147122 1148394 1148517 1148938 1149083 1149145 1149376 1149522 1149527 1149555 1149612 1150025 1150112 1150452 1150457 1150465 1150727 1150942 1151347 1151350 1152685 1152782 1152788 1153158 1153263 1154103 1154372 1155131 1155671 1173659 1173942 1174247 1176012 1176072 1176382 1176896 1176931 1178512 943457 CVE-2016-10906 CVE-2016-9798 CVE-2017-1000381 CVE-2017-18379 CVE-2017-18509 CVE-2017-18551 CVE-2017-18595 CVE-2017-5357 CVE-2017-7500 CVE-2017-7501 CVE-2018-11212 CVE-2018-12207 CVE-2018-12900 CVE-2018-14647 CVE-2018-17096 CVE-2018-17097 CVE-2018-17098 CVE-2018-18557 CVE-2018-18661 CVE-2018-20976 CVE-2019-0154 CVE-2019-0155 CVE-2019-10220 CVE-2019-11135 CVE-2019-13272 CVE-2019-14250 CVE-2019-14814 CVE-2019-14815 CVE-2019-14816 CVE-2019-14821 CVE-2019-14835 CVE-2019-15098 CVE-2019-15211 CVE-2019-15212 CVE-2019-15214 CVE-2019-15215 CVE-2019-15216 CVE-2019-15217 CVE-2019-15218 CVE-2019-15219 CVE-2019-15220 CVE-2019-15221 CVE-2019-15239 CVE-2019-15290 CVE-2019-15291 CVE-2019-15505 CVE-2019-15666 CVE-2019-15807 CVE-2019-15847 CVE-2019-15902 CVE-2019-15924 CVE-2019-15926 CVE-2019-15927 CVE-2019-16232 CVE-2019-16233 CVE-2019-16234 CVE-2019-16413 CVE-2019-16746 CVE-2019-16995 CVE-2019-17055 CVE-2019-17056 CVE-2019-17133 CVE-2019-17666 CVE-2019-2422 CVE-2019-5010 CVE-2019-6133 CVE-2019-9456 CVE-2019-9506 CVE-2020-0429 CVE-2020-0431 CVE-2020-11668 CVE-2020-14331 CVE-2020-14381 CVE-2020-14386 CVE-2020-25212 CVE-2020-28196 SUSE-SU-2018:3606-2 SUSE-SU-2018:3911-2 SUSE-SU-2019:0482-1 SUSE-SU-2019:2949-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 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 Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 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-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 SP3 SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12 SP4-LTSS 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-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SP1
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
MozillaFirefox-41.0.2-1.2 is installed
OR MozillaFirefox-translations-common-41.0.2-1.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
cups-filters-1.8.2-1.5 is installed
OR cups-filters-cups-browsed-1.8.2-1.5 is installed
OR cups-filters-foomatic-rip-1.8.2-1.5 is installed
OR cups-filters-ghostscript-1.8.2-1.5 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND haproxy-1.5.4-1.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
coreutils-8.12-6.25.29 is installed
OR coreutils-lang-8.12-6.25.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND procmail-3.22-267 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND binutils-2.26.1-9.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND lighttpd-1.4.20-2.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
glibc-2.26-11 is installed
OR glibc-32bit-2.26-11 is installed
OR glibc-devel-2.26-11 is installed
OR glibc-extra-2.26-11 is installed
OR glibc-i18ndata-2.26-11 is installed
OR glibc-info-2.26-11 is installed
OR glibc-locale-2.26-11 is installed
OR glibc-locale-32bit-2.26-11 is installed
OR glibc-profile-2.26-11 is installed
OR nscd-2.26-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-5.0.18-6 is installed
OR rubygem-passenger-apache2-5.0.18-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
cups-pk-helper-0.2.6-1 is installed
OR cups-pk-helper-lang-0.2.6-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND zlib-devel-32bit-1.2.11-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.3-12 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.3-12 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.3-12 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.44-52.18 is installed
OR kernel-ec2-devel-3.12.44-52.18 is installed
OR kernel-ec2-extra-3.12.44-52.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND squid-4.0.23-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-78 is installed
OR php5-5.5.14-78 is installed
OR php5-bcmath-5.5.14-78 is installed
OR php5-bz2-5.5.14-78 is installed
OR php5-calendar-5.5.14-78 is installed
OR php5-ctype-5.5.14-78 is installed
OR php5-curl-5.5.14-78 is installed
OR php5-dba-5.5.14-78 is installed
OR php5-dom-5.5.14-78 is installed
OR php5-enchant-5.5.14-78 is installed
OR php5-exif-5.5.14-78 is installed
OR php5-fastcgi-5.5.14-78 is installed
OR php5-fileinfo-5.5.14-78 is installed
OR php5-fpm-5.5.14-78 is installed
OR php5-ftp-5.5.14-78 is installed
OR php5-gd-5.5.14-78 is installed
OR php5-gettext-5.5.14-78 is installed
OR php5-gmp-5.5.14-78 is installed
OR php5-iconv-5.5.14-78 is installed
OR php5-imap-5.5.14-78 is installed
OR php5-intl-5.5.14-78 is installed
OR php5-json-5.5.14-78 is installed
OR php5-ldap-5.5.14-78 is installed
OR php5-mbstring-5.5.14-78 is installed
OR php5-mcrypt-5.5.14-78 is installed
OR php5-mysql-5.5.14-78 is installed
OR php5-odbc-5.5.14-78 is installed
OR php5-opcache-5.5.14-78 is installed
OR php5-openssl-5.5.14-78 is installed
OR php5-pcntl-5.5.14-78 is installed
OR php5-pdo-5.5.14-78 is installed
OR php5-pear-5.5.14-78 is installed
OR php5-pgsql-5.5.14-78 is installed
OR php5-phar-5.5.14-78 is installed
OR php5-posix-5.5.14-78 is installed
OR php5-pspell-5.5.14-78 is installed
OR php5-shmop-5.5.14-78 is installed
OR php5-snmp-5.5.14-78 is installed
OR php5-soap-5.5.14-78 is installed
OR php5-sockets-5.5.14-78 is installed
OR php5-sqlite-5.5.14-78 is installed
OR php5-suhosin-5.5.14-78 is installed
OR php5-sysvmsg-5.5.14-78 is installed
OR php5-sysvsem-5.5.14-78 is installed
OR php5-sysvshm-5.5.14-78 is installed
OR php5-tokenizer-5.5.14-78 is installed
OR php5-wddx-5.5.14-78 is installed
OR php5-xmlreader-5.5.14-78 is installed
OR php5-xmlrpc-5.5.14-78 is installed
OR php5-xmlwriter-5.5.14-78 is installed
OR php5-xsl-5.5.14-78 is installed
OR php5-zip-5.5.14-78 is installed
OR php5-zlib-5.5.14-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
NetworkManager-0.7.0.r4359-15.9 is installed
OR NetworkManager-glib-0.7.0.r4359-15.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
NetworkManager-0.7.0.r4359-15.9 is installed
OR NetworkManager-glib-0.7.0.r4359-15.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND clamav-0.97.5-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND clamav-0.97.5-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND clamav-0.97.5-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND clamav-0.97.5-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND clamav-0.97.5-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND clamav-0.97.5-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND dhcpcd-3.2.3-44.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND dhcpcd-3.2.3-44.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND dhcpcd-3.2.3-44.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND dhcpcd-3.2.3-44.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
apache2-2.2.12-1.30 is installed
OR apache2-doc-2.2.12-1.30 is installed
OR apache2-example-pages-2.2.12-1.30 is installed
OR apache2-prefork-2.2.12-1.30 is installed
OR apache2-utils-2.2.12-1.30 is installed
OR apache2-worker-2.2.12-1.30 is installed
OR libapr1-1.3.3-11.18.19 is installed
OR libapr1-32bit-1.3.3-11.18.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-2.2.12-1.30 is installed
OR apache2-doc-2.2.12-1.30 is installed
OR apache2-example-pages-2.2.12-1.30 is installed
OR apache2-prefork-2.2.12-1.30 is installed
OR apache2-utils-2.2.12-1.30 is installed
OR apache2-worker-2.2.12-1.30 is installed
OR libapr1-1.3.3-11.18.19 is installed
OR libapr1-32bit-1.3.3-11.18.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-2.2.12-1.30 is installed
OR apache2-doc-2.2.12-1.30 is installed
OR apache2-example-pages-2.2.12-1.30 is installed
OR apache2-prefork-2.2.12-1.30 is installed
OR apache2-utils-2.2.12-1.30 is installed
OR apache2-worker-2.2.12-1.30 is installed
OR libapr1-1.3.3-11.18.19 is installed
OR libapr1-32bit-1.3.3-11.18.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.21 is installed
OR xen-doc-html-4.0.3_21548_18-0.21 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-libs-4.0.3_21548_18-0.21 is installed
OR xen-tools-4.0.3_21548_18-0.21 is installed
OR xen-tools-domU-4.0.3_21548_18-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.21 is installed
OR xen-doc-html-4.0.3_21548_18-0.21 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-libs-4.0.3_21548_18-0.21 is installed
OR xen-tools-4.0.3_21548_18-0.21 is installed
OR xen-tools-domU-4.0.3_21548_18-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.21 is installed
OR xen-doc-html-4.0.3_21548_18-0.21 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-libs-4.0.3_21548_18-0.21 is installed
OR xen-tools-4.0.3_21548_18-0.21 is installed
OR xen-tools-domU-4.0.3_21548_18-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.21 is installed
OR xen-doc-html-4.0.3_21548_18-0.21 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
OR xen-libs-4.0.3_21548_18-0.21 is installed
OR xen-tools-4.0.3_21548_18-0.21 is installed
OR xen-tools-domU-4.0.3_21548_18-0.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.45 is installed
OR libMagickCore1-6.4.3.6-78.45 is installed
OR libMagickCore1-32bit-6.4.3.6-78.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.45 is installed
OR libMagickCore1-6.4.3.6-78.45 is installed
OR libMagickCore1-32bit-6.4.3.6-78.45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libpng12-0-1.2.31-5.25 is installed
OR libpng12-0-32bit-1.2.31-5.25 is installed
OR libpng12-0-x86-1.2.31-5.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
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 |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
openssh-6.2p2-0.21 is installed
OR openssh-askpass-6.2p2-0.21 is installed
OR openssh-askpass-gnome-6.2p2-0.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
libgtop-2.28.0-1.9 is installed
OR libgtop-2_0-7-2.28.0-1.9 is installed
OR libgtop-doc-2.28.0-1.9 is installed
OR libgtop-lang-2.28.0-1.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.10-43.38 is installed
OR salt-doc-2016.11.10-43.38 is installed
OR salt-minion-2016.11.10-43.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
salt-2016.11.4-42.2 is installed
OR salt-doc-2016.11.4-42.2 is installed
OR salt-minion-2016.11.4-42.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ldapsmb-1.34b-94.5 is installed
OR libldb1-3.6.3-94.5 is installed
OR libsmbclient0-3.6.3-94.5 is installed
OR libsmbclient0-32bit-3.6.3-94.5 is installed
OR libtalloc2-3.6.3-94.5 is installed
OR libtalloc2-32bit-3.6.3-94.5 is installed
OR libtdb1-3.6.3-94.5 is installed
OR libtdb1-32bit-3.6.3-94.5 is installed
OR libtevent0-3.6.3-94.5 is installed
OR libtevent0-32bit-3.6.3-94.5 is installed
OR libwbclient0-3.6.3-94.5 is installed
OR libwbclient0-32bit-3.6.3-94.5 is installed
OR samba-3.6.3-94.5 is installed
OR samba-32bit-3.6.3-94.5 is installed
OR samba-client-3.6.3-94.5 is installed
OR samba-client-32bit-3.6.3-94.5 is installed
OR samba-doc-3.6.3-94.5 is installed
OR samba-krb-printing-3.6.3-94.5 is installed
OR samba-winbind-3.6.3-94.5 is installed
OR samba-winbind-32bit-3.6.3-94.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-94.5 is installed
OR libldb1-3.6.3-94.5 is installed
OR libsmbclient0-3.6.3-94.5 is installed
OR libsmbclient0-32bit-3.6.3-94.5 is installed
OR libtalloc2-3.6.3-94.5 is installed
OR libtalloc2-32bit-3.6.3-94.5 is installed
OR libtdb1-3.6.3-94.5 is installed
OR libtdb1-32bit-3.6.3-94.5 is installed
OR libtevent0-3.6.3-94.5 is installed
OR libtevent0-32bit-3.6.3-94.5 is installed
OR libwbclient0-3.6.3-94.5 is installed
OR libwbclient0-32bit-3.6.3-94.5 is installed
OR samba-3.6.3-94.5 is installed
OR samba-32bit-3.6.3-94.5 is installed
OR samba-client-3.6.3-94.5 is installed
OR samba-client-32bit-3.6.3-94.5 is installed
OR samba-doc-3.6.3-94.5 is installed
OR samba-krb-printing-3.6.3-94.5 is installed
OR samba-winbind-3.6.3-94.5 is installed
OR samba-winbind-32bit-3.6.3-94.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ldapsmb-1.34b-94.5 is installed
OR libldb1-3.6.3-94.5 is installed
OR libsmbclient0-3.6.3-94.5 is installed
OR libsmbclient0-32bit-3.6.3-94.5 is installed
OR libtalloc2-3.6.3-94.5 is installed
OR libtalloc2-32bit-3.6.3-94.5 is installed
OR libtdb1-3.6.3-94.5 is installed
OR libtdb1-32bit-3.6.3-94.5 is installed
OR libtevent0-3.6.3-94.5 is installed
OR libtevent0-32bit-3.6.3-94.5 is installed
OR libwbclient0-3.6.3-94.5 is installed
OR libwbclient0-32bit-3.6.3-94.5 is installed
OR samba-3.6.3-94.5 is installed
OR samba-32bit-3.6.3-94.5 is installed
OR samba-client-3.6.3-94.5 is installed
OR samba-client-32bit-3.6.3-94.5 is installed
OR samba-doc-3.6.3-94.5 is installed
OR samba-krb-printing-3.6.3-94.5 is installed
OR samba-winbind-3.6.3-94.5 is installed
OR samba-winbind-32bit-3.6.3-94.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-94.5 is installed
OR libldb1-3.6.3-94.5 is installed
OR libsmbclient0-3.6.3-94.5 is installed
OR libsmbclient0-32bit-3.6.3-94.5 is installed
OR libtalloc2-3.6.3-94.5 is installed
OR libtalloc2-32bit-3.6.3-94.5 is installed
OR libtdb1-3.6.3-94.5 is installed
OR libtdb1-32bit-3.6.3-94.5 is installed
OR libtevent0-3.6.3-94.5 is installed
OR libtevent0-32bit-3.6.3-94.5 is installed
OR libwbclient0-3.6.3-94.5 is installed
OR libwbclient0-32bit-3.6.3-94.5 is installed
OR samba-3.6.3-94.5 is installed
OR samba-32bit-3.6.3-94.5 is installed
OR samba-client-3.6.3-94.5 is installed
OR samba-client-32bit-3.6.3-94.5 is installed
OR samba-doc-3.6.3-94.5 is installed
OR samba-krb-printing-3.6.3-94.5 is installed
OR samba-winbind-3.6.3-94.5 is installed
OR samba-winbind-32bit-3.6.3-94.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.2.0esr-45.2 is installed
OR MozillaFirefox-branding-SLED-45.0-23.10 is installed
OR MozillaFirefox-translations-45.2.0esr-45.2 is installed
OR firefox-fontconfig-2.11.0-2.1 is installed
OR libfreebl3-3.21.1-35.1 is installed
OR libfreebl3-32bit-3.21.1-35.1 is installed
OR libsoftokn3-3.21.1-35.1 is installed
OR libsoftokn3-32bit-3.21.1-35.1 is installed
OR mozilla-nspr-4.12-29.1 is installed
OR mozilla-nspr-32bit-4.12-29.1 is installed
OR mozilla-nss-3.21.1-35.1 is installed
OR mozilla-nss-32bit-3.21.1-35.1 is installed
OR mozilla-nss-tools-3.21.1-35.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.9-6.14 is installed
OR libpython2_7-1_0-32bit-2.7.9-6.14 is installed
OR python27-2.7.9-6.14 is installed
OR python27-32bit-2.7.9-6.14 is installed
OR python27-base-2.7.9-6.14 is installed
OR python27-base-32bit-2.7.9-6.14 is installed
OR python27-curses-2.7.9-6.14 is installed
OR python27-demo-2.7.9-6.14 is installed
OR python27-devel-2.7.9-6.14 is installed
OR python27-doc-2.7.9-6.14 is installed
OR python27-doc-pdf-2.7.9-6.14 is installed
OR python27-gdbm-2.7.9-6.14 is installed
OR python27-idle-2.7.9-6.14 is installed
OR python27-tk-2.7.9-6.14 is installed
OR python27-xml-2.7.9-6.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.9-6.14 is installed
OR libpython2_7-1_0-32bit-2.7.9-6.14 is installed
OR python27-2.7.9-6.14 is installed
OR python27-32bit-2.7.9-6.14 is installed
OR python27-base-2.7.9-6.14 is installed
OR python27-base-32bit-2.7.9-6.14 is installed
OR python27-curses-2.7.9-6.14 is installed
OR python27-demo-2.7.9-6.14 is installed
OR python27-devel-2.7.9-6.14 is installed
OR python27-doc-2.7.9-6.14 is installed
OR python27-doc-pdf-2.7.9-6.14 is installed
OR python27-gdbm-2.7.9-6.14 is installed
OR python27-idle-2.7.9-6.14 is installed
OR python27-tk-2.7.9-6.14 is installed
OR python27-xml-2.7.9-6.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND aaa_base-11-6.105 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND microcode_ctl-1.17-102.83.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND microcode_ctl-1.17-102.83.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
libcurl4-openssl1-7.19.7-0.40 is installed
OR libcurl4-openssl1-32bit-7.19.7-0.40 is installed
OR libcurl4-openssl1-x86-7.19.7-0.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
libcurl4-openssl1-7.19.7-0.40 is installed
OR libcurl4-openssl1-32bit-7.19.7-0.40 is installed
OR libcurl4-openssl1-x86-7.19.7-0.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libksba-1.3.0-9 is installed
OR libksba8-1.3.0-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libksba-1.3.0-9 is installed
OR libksba8-1.3.0-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
alsa-1.0.27.2-11.4 is installed
OR alsa-docs-1.0.27.2-11.4 is installed
OR libasound2-1.0.27.2-11.4 is installed
OR libasound2-32bit-1.0.27.2-11.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
MozillaFirefox-45.9.0esr-105 is installed
OR MozillaFirefox-translations-45.9.0esr-105 is installed
OR java-1_8_0-openjdk-1.8.0.121-23 is installed
OR java-1_8_0-openjdk-demo-1.8.0.121-23 is installed
OR java-1_8_0-openjdk-devel-1.8.0.121-23 is installed
OR java-1_8_0-openjdk-headless-1.8.0.121-23 is installed
OR libfreebl3-3.29.5-57 is installed
OR libfreebl3-32bit-3.29.5-57 is installed
OR libfreebl3-hmac-3.29.5-57 is installed
OR libfreebl3-hmac-32bit-3.29.5-57 is installed
OR libsoftokn3-3.29.5-57 is installed
OR libsoftokn3-32bit-3.29.5-57 is installed
OR libsoftokn3-hmac-3.29.5-57 is installed
OR libsoftokn3-hmac-32bit-3.29.5-57 is installed
OR mozilla-nspr-4.13.1-18 is installed
OR mozilla-nspr-32bit-4.13.1-18 is installed
OR mozilla-nss-3.29.5-57 is installed
OR mozilla-nss-32bit-3.29.5-57 is installed
OR mozilla-nss-certs-3.29.5-57 is installed
OR mozilla-nss-certs-32bit-3.29.5-57 is installed
OR mozilla-nss-sysinit-3.29.5-57 is installed
OR mozilla-nss-sysinit-32bit-3.29.5-57 is installed
OR mozilla-nss-tools-3.29.5-57 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
MozillaFirefox-45.9.0esr-105 is installed
OR MozillaFirefox-translations-45.9.0esr-105 is installed
OR java-1_8_0-openjdk-1.8.0.121-23 is installed
OR java-1_8_0-openjdk-demo-1.8.0.121-23 is installed
OR java-1_8_0-openjdk-devel-1.8.0.121-23 is installed
OR java-1_8_0-openjdk-headless-1.8.0.121-23 is installed
OR libfreebl3-3.29.5-57 is installed
OR libfreebl3-32bit-3.29.5-57 is installed
OR libfreebl3-hmac-3.29.5-57 is installed
OR libfreebl3-hmac-32bit-3.29.5-57 is installed
OR libsoftokn3-3.29.5-57 is installed
OR libsoftokn3-32bit-3.29.5-57 is installed
OR libsoftokn3-hmac-3.29.5-57 is installed
OR libsoftokn3-hmac-32bit-3.29.5-57 is installed
OR mozilla-nspr-4.13.1-18 is installed
OR mozilla-nspr-32bit-4.13.1-18 is installed
OR mozilla-nss-3.29.5-57 is installed
OR mozilla-nss-32bit-3.29.5-57 is installed
OR mozilla-nss-certs-3.29.5-57 is installed
OR mozilla-nss-certs-32bit-3.29.5-57 is installed
OR mozilla-nss-sysinit-3.29.5-57 is installed
OR mozilla-nss-sysinit-32bit-3.29.5-57 is installed
OR mozilla-nss-tools-3.29.5-57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache2-mod_nss-1.0.8-13.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_85-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_26-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_85-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_85-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_26-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
xorg-x11-server-7.6_1.15.2-53.3.1 is installed
OR xorg-x11-server-extra-7.6_1.15.2-53.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND clamav-0.99.2-25.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND ucode-intel-20180703-13.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND ucode-intel-20180703-13.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libpython2_7-1_0-2.7.13-28.21 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.21 is installed
OR python-2.7.13-28.21 is installed
OR python-32bit-2.7.13-28.21 is installed
OR python-base-2.7.13-28.21 is installed
OR python-base-32bit-2.7.13-28.21 is installed
OR python-curses-2.7.13-28.21 is installed
OR python-demo-2.7.13-28.21 is installed
OR python-doc-2.7.13-28.21 is installed
OR python-doc-pdf-2.7.13-28.21 is installed
OR python-gdbm-2.7.13-28.21 is installed
OR python-idle-2.7.13-28.21 is installed
OR python-tk-2.7.13-28.21 is installed
OR python-xml-2.7.13-28.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libpython2_7-1_0-2.7.13-28.21 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.21 is installed
OR python-2.7.13-28.21 is installed
OR python-32bit-2.7.13-28.21 is installed
OR python-base-2.7.13-28.21 is installed
OR python-base-32bit-2.7.13-28.21 is installed
OR python-curses-2.7.13-28.21 is installed
OR python-demo-2.7.13-28.21 is installed
OR python-doc-2.7.13-28.21 is installed
OR python-doc-pdf-2.7.13-28.21 is installed
OR python-gdbm-2.7.13-28.21 is installed
OR python-idle-2.7.13-28.21 is installed
OR python-tk-2.7.13-28.21 is installed
OR python-xml-2.7.13-28.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_180-94_116-default-3-2 is installed
OR kgraft-patch-SLE12-SP3_Update_31-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_180-94_116-default-3-2 is installed
OR kgraft-patch-SLE12-SP3_Update_31-3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kernel-default-4.4.180-94.107 is installed
OR kernel-default-base-4.4.180-94.107 is installed
OR kernel-default-devel-4.4.180-94.107 is installed
OR kernel-default-kgraft-4.4.180-94.107 is installed
OR kernel-default-man-4.4.180-94.107 is installed
OR kernel-devel-4.4.180-94.107 is installed
OR kernel-macros-4.4.180-94.107 is installed
OR kernel-source-4.4.180-94.107 is installed
OR kernel-syms-4.4.180-94.107 is installed
OR kgraft-patch-4_4_180-94_107-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_29-1-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kernel-default-4.4.180-94.107 is installed
OR kernel-default-base-4.4.180-94.107 is installed
OR kernel-default-devel-4.4.180-94.107 is installed
OR kernel-default-kgraft-4.4.180-94.107 is installed
OR kernel-default-man-4.4.180-94.107 is installed
OR kernel-devel-4.4.180-94.107 is installed
OR kernel-macros-4.4.180-94.107 is installed
OR kernel-source-4.4.180-94.107 is installed
OR kernel-syms-4.4.180-94.107 is installed
OR kgraft-patch-4_4_180-94_107-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_29-1-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND libcares2-1.9.1-9.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND libcares2-1.9.1-9.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND xrdp-0.9.0~git.1456906198.f422461-21.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND xrdp-0.9.0~git.1456906198.f422461-21.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-LTSS is installed
AND
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-default-man-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-default-man-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libopenssl1_1-1.1.1d-2.23 is installed
OR libopenssl1_1-32bit-1.1.1d-2.23 is installed
OR openssl-1_1-1.1.1d-2.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libopenssl1_1-1.1.1d-2.23 is installed
OR libopenssl1_1-32bit-1.1.1d-2.23 is installed
OR openssl-1_1-1.1.1d-2.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-2-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_13-2-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-2-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_13-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND quagga-0.99.22.1-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.13 is installed
OR openldap2-2.4.41-18.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
libspice-server1-0.12.5-10 is installed
OR spice-0.12.5-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
libQtWebKit-devel-4.6.3-5.20.23 is installed
OR libQtWebKit4-32bit-4.6.3-5.20.23 is installed
OR libQtWebKit4-x86-4.6.3-5.20.23 is installed
OR libqt4-devel-4.6.3-5.20.23 is installed
OR libqt4-devel-doc-4.6.3-5.20.23 is installed
OR libqt4-devel-doc-data-4.6.3-5.20.23 is installed
OR libqt4-sql-mysql-32bit-4.6.3-5.20.23 is installed
OR libqt4-sql-mysql-x86-4.6.3-5.20.23 is installed
OR libqt4-sql-postgresql-4.6.3-5.20.23 is installed
OR libqt4-sql-postgresql-32bit-4.6.3-5.20.23 is installed
OR libqt4-sql-postgresql-x86-4.6.3-5.20.23 is installed
OR libqt4-sql-sqlite-32bit-4.6.3-5.20.23 is installed
OR libqt4-sql-sqlite-x86-4.6.3-5.20.23 is installed
OR libqt4-sql-unixODBC-4.6.3-5.20.23 is installed
OR libqt4-sql-unixODBC-32bit-4.6.3-5.20.23 is installed
OR libqt4-sql-unixODBC-x86-4.6.3-5.20.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.4.0esr-0.8 is installed
OR mozilla-nspr-devel-4.10.4-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND cscope-15.6-95 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
python-base-2.7.7-9 is installed
OR python-devel-2.7.7-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-40 is installed
OR libMagick++-6_Q16-3-6.8.8.1-40 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
evince-3.20.2-6.19 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.19 is installed
OR typelib-1_0-EvinceView-3_0-3.20.2-6.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.65 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.65 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.65 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
kernel-default-4.12.14-95.3 is installed
OR kernel-default-extra-4.12.14-95.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
gegl-0.2.0-15.3 is installed
OR gegl-0_2-0.2.0-15.3 is installed
OR gegl-0_2-lang-0.2.0-15.3 is installed
OR libgegl-0_2-0-0.2.0-15.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.90.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.90.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.90.1 is installed
OR kernel-default-3.0.101-0.47.90.1 is installed
OR kernel-default-base-3.0.101-0.47.90.1 is installed
OR kernel-default-devel-3.0.101-0.47.90.1 is installed
OR kernel-ec2-3.0.101-0.47.90.1 is installed
OR kernel-ec2-base-3.0.101-0.47.90.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.90.1 is installed
OR kernel-source-3.0.101-0.47.90.1 is installed
OR kernel-syms-3.0.101-0.47.90.1 is installed
OR kernel-trace-3.0.101-0.47.90.1 is installed
OR kernel-trace-base-3.0.101-0.47.90.1 is installed
OR kernel-trace-devel-3.0.101-0.47.90.1 is installed
OR kernel-xen-3.0.101-0.47.90.1 is installed
OR kernel-xen-base-3.0.101-0.47.90.1 is installed
OR kernel-xen-devel-3.0.101-0.47.90.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND openstack-heat-templates-0.0.0+git.1452795102.e53f5d3-1.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
pdns-4.1.11-20 is installed
OR pdns-backend-geoip-4.1.8-lp151.2.3 is installed
OR pdns-backend-godbc-4.1.11-20 is installed
OR pdns-backend-ldap-4.1.11-20 is installed
OR pdns-backend-lua-4.1.11-20 is installed
OR pdns-backend-mydns-4.1.11-20 is installed
OR pdns-backend-mysql-4.1.11-20 is installed
OR pdns-backend-postgresql-4.1.11-20 is installed
OR pdns-backend-remote-4.1.11-20 is installed
OR pdns-backend-sqlite3-4.1.11-20 is installed
|