Oval Definition:oval:org.opensuse.security:def:20148
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:





The SUSE Linux Enterprise 12 GA LTSS kernel was updated to receive various security and bugfixes.

This update adds mitigations for various side channel attacks against modern CPUs that could disclose content of otherwise unreadable memory (bnc#1068032).

- CVE-2017-5753 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use attacker controllable speculative execution over code patterns in the Linux Kernel to leak content from otherwise not readable memory in the same address space, allowing retrieval of passwords, cryptographic keys and other secrets.

This problem is mitigated by adding speculative fencing on affected code paths throughout the Linux kernel.

This issue is addressed for the x86_64, the IBM Power and IBM zSeries architecture.

- CVE-2017-5715 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring branch prediction could use mispredicted branches to speculatively execute code patterns that in turn could be made to leak other non-readable content in the same address space, an attack similar to CVE-2017-5753.

This problem is mitigated by disabling predictive branches, depending on CPU architecture either by firmware updates and/or fixes in the user-kernel privilege boundaries.

This is done with help of Linux Kernel fixes on the Intel/AMD x86_64 and IBM zSeries architectures. On x86_64, this requires also updates of the CPU microcode packages, delivered in seperate updates.

For IBM Power and zSeries the required firmware updates are supplied over regular channels by IBM.

As this feature can have a performance impact, it can be disabled using the 'nospec' kernel commandline option.

- CVE-2017-5754 / 'MeltdownAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use code patterns in userspace to speculative executive code that would read otherwise read protected memory, an attack similar to CVE-2017-5753.

This problem is mitigated by unmapping the Linux Kernel from the user address space during user code execution, following a approach called 'KAISER'. The terms used here are 'KAISER' / 'Kernel Address Isolation' and 'PTI' / 'Page Table Isolation'.

This update does this on the x86_64 architecture, it is not required on the IBM zSeries architecture.

This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.

The following security bugs were fixed:

- CVE-2017-15868: The bnep_add_connection function in net/bluetooth/bnep/core.c in the Linux kernel did not ensure that an l2cap socket is available, which allowed local users to gain privileges via a crafted application (bnc#1071470). - CVE-2017-13167: An elevation of privilege vulnerability in the kernel sound timer. (bnc#1072876). - CVE-2017-16538: drivers/media/usb/dvb-usb-v2/lmedm04.c in the Linux kernel allowed local users to cause a denial of service (general protection fault and system crash) or possibly have unspecified other impact via a crafted USB device, related to a missing warm-start check and incorrect attach timing (dm04_lme2510_frontend_attach versus dm04_lme2510_tuner) (bnc#1066569). - CVE-2017-17558: The usb_destroy_configuration function in drivers/usb/core/config.c in the USB core subsystem in the Linux kernel did not consider the maximum number of configurations and interfaces before attempting to release resources, which allowed local users to cause a denial of service (out-of-bounds write access) or possibly have unspecified other impact via a crafted USB device (bnc#1072561). - CVE-2017-17450: net/netfilter/xt_osf.c in the Linux kernel did not require the CAP_NET_ADMIN capability for add_callback and remove_callback operations, which allowed local users to bypass intended access restrictions because the xt_osf_fingers data structure is shared across all net namespaces (bnc#1071695). - CVE-2017-17449: The __netlink_deliver_tap_skb function in net/netlink/af_netlink.c in the Linux kernel through 4.14.4, when CONFIG_NLMON is enabled, did not restrict observations of Netlink messages to a single net namespace, which allowed local users to obtain sensitive information by leveraging the CAP_NET_ADMIN capability to sniff an nlmon interface for all Netlink activity on the system (bnc#1071694). - CVE-2017-17448: net/netfilter/nfnetlink_cthelper.c in the Linux kernel did not require the CAP_NET_ADMIN capability for new, get, and del operations, which allowed local users to bypass intended access restrictions because the nfnl_cthelper_list data structure is shared across all net namespaces (bnc#1071693). - CVE-2017-8824: The dccp_disconnect function in net/dccp/proto.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state (bnc#1070771). - CVE-2017-15115: The sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel did not check whether the intended netns is used in a peel-off action, which allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls (bnc#1068671). - CVE-2017-11600: net/xfrm/xfrm_policy.c in the Linux kernel through 4.12.3, when CONFIG_XFRM_MIGRATE is enabled, did not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allowed local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message (bnc#1050231). - CVE-2017-16534: The cdc_parse_cdc_header function in drivers/usb/core/message.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066693).

The following non-security bugs were fixed:

- kvm: svm: Do not intercept new speculative control MSRs (bsc#1068032). - audit: Fix use after free in audit_remove_watch_rule() (bsc#1045205). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - fs: prevent speculative execution (bnc#1068032). - kaiser: make kernel_stack user-mapped - kvm: x86: Add speculative control CPUID support for guests (bsc#1068032). - locking/barriers: introduce new memory barrier gmb() (bnc#1068032). - p54: prevent speculative execution (bnc#1068032). - powerpc/barrier: add gmb. - powerpc: Convert cmp to cmpd in idle enter sequence (bsc#1070781). - powerpc/vdso64: Use double word compare on pointers (bsc#1070781). Conflicts: series.conf - ptrace: Add a new thread access check (bsc#1068032). - s390: introduce CPU alternatives (bsc#1068032). - s390/spinlock: add gmb memory barrier. - s390/spinlock: add ppa to system call path. - uas: Only complain about missing sg if all other checks succeed (bsc#1071074). - udf: prevent speculative execution (bnc#1068032). - usb: uas: fix bug in handling of alternate settings (bsc#1071074). - uvcvideo: prevent speculative execution (bnc#1068032). - x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032). - x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032). - x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). - x86/CPU: Check speculation control CPUID bit (bsc#1068032). - x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032). - x86/entry: Add a function to overwrite the RSB (bsc#1068032). - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032). - x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - x86/feature: Enable the x86 feature to control Speculation (bsc#1068032). - x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032). - x86/idle: Toggle IBRS when going idle (bsc#1068032). - x86/kaiser: Move feature detection up (bsc#1068032). - x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032). - x86/kvm: Flush IBP when switching VMs (bsc#1068032). - x86/kvm: Pad RSB on VM transition (bsc#1068032). - x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032). - x86/microcode/AMD: Add support for fam17h microcode loading (bsc#1068032). - x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032). - x86/mm: Set IBPB upon context switch (bsc#1068032). - x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032). - x86/spec: Add IBRS control functions (bsc#1068032). - x86/spec: Add 'nospec' chicken bit (bsc#1068032). - x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032). - x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032). - x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032). - x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032). - x86/svm: Add code to clear registers on VM exit (bsc#1068032). - x86/svm: Clobber the RSB on VM exit (bsc#1068032). - x86/svm: Set IBPB when running a different VCPU (bsc#1068032). - x86/svm: Set IBRS value on VM entry and exit (bsc#1068032).
Family:unixClass:patch
Status:Reference(s):1009318
1011130
1011136
1013376
1014159
1022727
1023895
1045205
1050231
1051150
1052261
1052984
1057389
1061107
1063034
1063035
1063037
1063038
1063039
1063040
1063041
1066569
1066693
1068032
1068671
1070771
1070781
1071074
1071470
1071693
1071694
1071695
1072561
1072876
1086825
1092098
1107832
1108963
1109105
1110233
1111331
1111479
1111480
1112039
1112229
1117022
1117274
1117313
1117327
1117331
1127458
1133114
1133145
1135273
1159646
1167068
1170558
1171363
682920
980486
CVE-2014-9848
CVE-2016-8707
CVE-2016-8866
CVE-2016-9556
CVE-2016-9559
CVE-2016-9773
CVE-2017-1000251
CVE-2017-11600
CVE-2017-12176
CVE-2017-12177
CVE-2017-12178
CVE-2017-12179
CVE-2017-12180
CVE-2017-12181
CVE-2017-12182
CVE-2017-12183
CVE-2017-12184
CVE-2017-12185
CVE-2017-12186
CVE-2017-12187
CVE-2017-12424
CVE-2017-13167
CVE-2017-13721
CVE-2017-13723
CVE-2017-15115
CVE-2017-15868
CVE-2017-16534
CVE-2017-16538
CVE-2017-17448
CVE-2017-17449
CVE-2017-17450
CVE-2017-17558
CVE-2017-5715
CVE-2017-5753
CVE-2017-5754
CVE-2017-8824
CVE-2018-1000301
CVE-2018-12126
CVE-2018-12127
CVE-2018-12130
CVE-2018-14633
CVE-2018-14634
CVE-2018-17182
CVE-2018-17183
CVE-2018-17961
CVE-2018-18073
CVE-2018-18284
CVE-2018-18386
CVE-2018-19409
CVE-2018-19475
CVE-2018-19476
CVE-2018-19477
CVE-2019-11091
CVE-2019-11365
CVE-2019-11366
CVE-2019-17571
CVE-2019-3840
CVE-2020-12108
CVE-2020-12137
SUSE-SU-2016:3258-1
SUSE-SU-2017:2521-1
SUSE-SU-2017:2947-1
SUSE-SU-2017:3047-1
SUSE-SU-2018:0115-1
SUSE-SU-2018:1327-1
SUSE-SU-2018:4090-1
SUSE-SU-2019:1091-1
SUSE-SU-2019:1452-1
SUSE-SU-2020:0054-1
SUSE-SU-2020:1301-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-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-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 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
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-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 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
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 Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE OpenStack Cloud 6
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • nbd-3.11-3.2 is installed
  • OR nbd-doc-3.11-3.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • libapr1-1.5.1-6.6 is installed
  • OR libapr1-devel-1.5.1-6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND binutils-2.23.1-0.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.559-0.32 is installed
  • OR flash-player-gnome-11.2.202.559-0.32 is installed
  • OR flash-player-kde4-11.2.202.559-0.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • libdcerpc-binding0-4.1.12-3.2 is installed
  • OR libdcerpc-binding0-32bit-4.1.12-3.2 is installed
  • OR libdcerpc0-4.1.12-3.2 is installed
  • OR libdcerpc0-32bit-4.1.12-3.2 is installed
  • OR libgensec0-4.1.12-3.2 is installed
  • OR libgensec0-32bit-4.1.12-3.2 is installed
  • OR libndr-krb5pac0-4.1.12-3.2 is installed
  • OR libndr-krb5pac0-32bit-4.1.12-3.2 is installed
  • OR libndr-nbt0-4.1.12-3.2 is installed
  • OR libndr-nbt0-32bit-4.1.12-3.2 is installed
  • OR libndr-standard0-4.1.12-3.2 is installed
  • OR libndr-standard0-32bit-4.1.12-3.2 is installed
  • OR libndr0-4.1.12-3.2 is installed
  • OR libndr0-32bit-4.1.12-3.2 is installed
  • OR libnetapi0-4.1.12-3.2 is installed
  • OR libnetapi0-32bit-4.1.12-3.2 is installed
  • OR libpdb0-4.1.12-3.2 is installed
  • OR libpdb0-32bit-4.1.12-3.2 is installed
  • OR libregistry0-4.1.12-3.2 is installed
  • OR libsamba-credentials0-4.1.12-3.2 is installed
  • OR libsamba-credentials0-32bit-4.1.12-3.2 is installed
  • OR libsamba-hostconfig0-4.1.12-3.2 is installed
  • OR libsamba-hostconfig0-32bit-4.1.12-3.2 is installed
  • OR libsamba-util0-4.1.12-3.2 is installed
  • OR libsamba-util0-32bit-4.1.12-3.2 is installed
  • OR libsamdb0-4.1.12-3.2 is installed
  • OR libsamdb0-32bit-4.1.12-3.2 is installed
  • OR libsmbclient-raw0-4.1.12-3.2 is installed
  • OR libsmbclient-raw0-32bit-4.1.12-3.2 is installed
  • OR libsmbclient0-4.1.12-3.2 is installed
  • OR libsmbclient0-32bit-4.1.12-3.2 is installed
  • OR libsmbconf0-4.1.12-3.2 is installed
  • OR libsmbconf0-32bit-4.1.12-3.2 is installed
  • OR libsmbldap0-4.1.12-3.2 is installed
  • OR libsmbldap0-32bit-4.1.12-3.2 is installed
  • OR libtevent-util0-4.1.12-3.2 is installed
  • OR libtevent-util0-32bit-4.1.12-3.2 is installed
  • OR libwbclient0-4.1.12-3.2 is installed
  • OR libwbclient0-32bit-4.1.12-3.2 is installed
  • OR samba-4.1.12-3.2 is installed
  • OR samba-32bit-4.1.12-3.2 is installed
  • OR samba-client-4.1.12-3.2 is installed
  • OR samba-client-32bit-4.1.12-3.2 is installed
  • OR samba-doc-4.1.12-3.2 is installed
  • OR samba-libs-4.1.12-3.2 is installed
  • OR samba-libs-32bit-4.1.12-3.2 is installed
  • OR samba-winbind-4.1.12-3.2 is installed
  • OR samba-winbind-32bit-4.1.12-3.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND libaugeas0-1.2.0-3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-81.1 is installed
  • OR MozillaFirefox-translations-45.4.0esr-81.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • fontconfig-2.11.1-7.1 is installed
  • OR fontconfig-32bit-2.11.1-7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.60 is installed
  • OR libgnutls-extra26-2.4.1-24.39.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND ctdb-1.0.114.6-0.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND portus-2.2.0-20.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-102 is installed
  • OR libopenssl0_9_8-0.9.8j-102 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-102 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-pycrypto-2.6.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-9.9.6P1-0.33 is installed
  • OR bind-doc-9.9.6P1-0.33 is installed
  • OR bind-libs-9.9.6P1-0.33 is installed
  • OR bind-utils-9.9.6P1-0.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-69.5 is installed
  • OR kernel-rt-base-3.0.101.rt130-69.5 is installed
  • OR kernel-rt-devel-3.0.101.rt130-69.5 is installed
  • OR kernel-rt_trace-3.0.101.rt130-69.5 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-69.5 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-69.5 is installed
  • OR kernel-source-rt-3.0.101.rt130-69.5 is installed
  • OR kernel-syms-rt-3.0.101.rt130-69.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • libtiff3-3.8.2-141.7 is installed
  • OR libtiff3-32bit-3.8.2-141.7 is installed
  • OR libtiff3-x86-3.8.2-141.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • libtiff3-3.8.2-141.7 is installed
  • OR libtiff3-32bit-3.8.2-141.7 is installed
  • OR libtiff3-x86-3.8.2-141.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND kvm-0.12.5-1.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND man-pages-3.15-2.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND man-pages-3.15-2.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND man-pages-3.15-2.14 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 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
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • libpython2_6-1_0-2.6.0-8.12 is installed
  • OR libpython2_6-1_0-32bit-2.6.0-8.12 is installed
  • OR libpython2_6-1_0-x86-2.6.0-8.12 is installed
  • OR python-2.6.0-8.12 is installed
  • OR python-32bit-2.6.0-8.12 is installed
  • OR python-base-2.6.0-8.12 is installed
  • OR python-base-32bit-2.6.0-8.12 is installed
  • OR python-base-x86-2.6.0-8.12 is installed
  • OR python-curses-2.6.0-8.12 is installed
  • OR python-demo-2.6.0-8.12 is installed
  • OR python-gdbm-2.6.0-8.12 is installed
  • OR python-idle-2.6.0-8.12 is installed
  • OR python-tk-2.6.0-8.12 is installed
  • OR python-x86-2.6.0-8.12 is installed
  • OR python-xml-2.6.0-8.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND koan-2.0.10-0.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND koan-2.0.10-0.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.34-70.12 is installed
  • OR apache2-doc-2.2.34-70.12 is installed
  • OR apache2-example-pages-2.2.34-70.12 is installed
  • OR apache2-prefork-2.2.34-70.12 is installed
  • OR apache2-utils-2.2.34-70.12 is installed
  • OR apache2-worker-2.2.34-70.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.34-70.12 is installed
  • OR apache2-doc-2.2.34-70.12 is installed
  • OR apache2-example-pages-2.2.34-70.12 is installed
  • OR apache2-prefork-2.2.34-70.12 is installed
  • OR apache2-utils-2.2.34-70.12 is installed
  • OR apache2-worker-2.2.34-70.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • ruby-1.8.7.p357-0.9.13 is installed
  • OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
  • OR ruby-tk-1.8.7.p357-0.9.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • ruby-1.8.7.p357-0.9.13 is installed
  • OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
  • OR ruby-tk-1.8.7.p357-0.9.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • ruby-1.8.7.p357-0.9.13 is installed
  • OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
  • OR ruby-tk-1.8.7.p357-0.9.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • ruby-1.8.7.p357-0.9.13 is installed
  • OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
  • OR ruby-tk-1.8.7.p357-0.9.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • ruby-1.8.7.p357-0.9.13 is installed
  • OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
  • OR ruby-tk-1.8.7.p357-0.9.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND libotr2-3.2.0-10.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND libotr2-3.2.0-10.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND libotr2-3.2.0-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • puppet-2.6.12-0.12 is installed
  • OR puppet-server-2.6.12-0.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xorg-x11-libXfixes-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-32bit-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-x86-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xorg-x11-libXfixes-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-32bit-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-x86-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xorg-x11-libXfixes-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-32bit-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-x86-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xorg-x11-libXfixes-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-32bit-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-x86-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • xorg-x11-libXfixes-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-32bit-7.4-1.16 is installed
  • OR xorg-x11-libXfixes-x86-7.4-1.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND apache2-mod_perl-2.0.4-40.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.7 is installed
  • OR salt-doc-2016.11.4-43.7 is installed
  • OR salt-minion-2016.11.4-43.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.7 is installed
  • OR salt-doc-2016.11.4-43.7 is installed
  • OR salt-minion-2016.11.4-43.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-27 is installed
  • OR xen-doc-html-4.2.5_21-27 is installed
  • OR xen-doc-pdf-4.2.5_21-27 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-libs-4.2.5_21-27 is installed
  • OR xen-libs-32bit-4.2.5_21-27 is installed
  • OR xen-tools-4.2.5_21-27 is installed
  • OR xen-tools-domU-4.2.5_21-27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-27 is installed
  • OR xen-doc-html-4.2.5_21-27 is installed
  • OR xen-doc-pdf-4.2.5_21-27 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-libs-4.2.5_21-27 is installed
  • OR xen-libs-32bit-4.2.5_21-27 is installed
  • OR xen-tools-4.2.5_21-27 is installed
  • OR xen-tools-domU-4.2.5_21-27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • dhcp-4.2.4.P2-0.27.1 is installed
  • OR dhcp-client-4.2.4.P2-0.27.1 is installed
  • OR dhcp-relay-4.2.4.P2-0.27.1 is installed
  • OR dhcp-server-4.2.4.P2-0.27.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.45 is installed
  • OR libMagickCore1-6.4.3.6-7.45 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.45 is installed
  • OR libMagickCore1-6.4.3.6-7.45 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • libevent-1.4.5-24.24.3 is installed
  • OR libevent-1_4-2-1.4.5-24.24.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • libevent-1.4.5-24.24.3 is installed
  • OR libevent-1_4-2-1.4.5-24.24.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • libsqlite3-0-3.7.6.3-1.4.7.9 is installed
  • OR libsqlite3-0-32bit-3.7.6.3-1.4.7.9 is installed
  • OR sqlite3-3.7.6.3-1.4.7.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • libsqlite3-0-3.7.6.3-1.4.7.9 is installed
  • OR libsqlite3-0-32bit-3.7.6.3-1.4.7.9 is installed
  • OR sqlite3-3.7.6.3-1.4.7.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.33 is installed
  • OR libcurl4-openssl1-7.37.0-70.33 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.33 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.33 is installed
  • OR libcurl4-openssl1-7.37.0-70.33 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.33 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • gnutls-3.2.15-4 is installed
  • OR libgnutls-openssl27-3.2.15-4 is installed
  • OR libgnutls28-3.2.15-4 is installed
  • OR libgnutls28-32bit-3.2.15-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • gnutls-3.2.15-4 is installed
  • OR libgnutls-openssl27-3.2.15-4 is installed
  • OR libgnutls28-3.2.15-4 is installed
  • OR libgnutls28-32bit-3.2.15-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • apache2-2.4.10-6 is installed
  • OR apache2-doc-2.4.10-6 is installed
  • OR apache2-example-pages-2.4.10-6 is installed
  • OR apache2-prefork-2.4.10-6 is installed
  • OR apache2-utils-2.4.10-6 is installed
  • OR apache2-worker-2.4.10-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • avahi-0.6.31-20 is installed
  • OR avahi-lang-0.6.31-20 is installed
  • OR avahi-utils-0.6.31-20 is installed
  • OR libavahi-client3-0.6.31-20 is installed
  • OR libavahi-client3-32bit-0.6.31-20 is installed
  • OR libavahi-common3-0.6.31-20 is installed
  • OR libavahi-common3-32bit-0.6.31-20 is installed
  • OR libavahi-core7-0.6.31-20 is installed
  • OR libdns_sd-0.6.31-20 is installed
  • OR libdns_sd-32bit-0.6.31-20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_69-default-8-2 is installed
  • OR kgraft-patch-3_12_74-60_64_69-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_24-8-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_69-default-8-2 is installed
  • OR kgraft-patch-3_12_74-60_64_69-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_24-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_45-default-4-2 is installed
  • OR kgraft-patch-3_12_74-60_64_45-xen-4-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_16-4-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • ImageMagick-6.8.8.1-54 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-54 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-54 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • ImageMagick-6.8.8.1-54 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-54 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-54 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-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.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • apache2-2.4.23-29.3 is installed
  • OR apache2-doc-2.4.23-29.3 is installed
  • OR apache2-example-pages-2.4.23-29.3 is installed
  • OR apache2-prefork-2.4.23-29.3 is installed
  • OR apache2-utils-2.4.23-29.3 is installed
  • OR apache2-worker-2.4.23-29.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • apache2-2.4.23-29.3 is installed
  • OR apache2-doc-2.4.23-29.3 is installed
  • OR apache2-example-pages-2.4.23-29.3 is installed
  • OR apache2-prefork-2.4.23-29.3 is installed
  • OR apache2-utils-2.4.23-29.3 is installed
  • OR apache2-worker-2.4.23-29.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libplist-1.12-20.3 is installed
  • OR libplist3-1.12-20.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_64-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_64-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-6-2 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND ucode-intel-20190507-13.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND ucode-intel-20190507-13.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libssh2-1-1.4.3-20.14 is installed
  • OR libssh2-1-32bit-1.4.3-20.14 is installed
  • OR libssh2_org-1.4.3-20.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libssh2-1-1.4.3-20.14 is installed
  • OR libssh2-1-32bit-1.4.3-20.14 is installed
  • OR libssh2_org-1.4.3-20.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kernel-default-3.12.61-52.111 is installed
  • OR kernel-default-base-3.12.61-52.111 is installed
  • OR kernel-default-devel-3.12.61-52.111 is installed
  • OR kernel-default-man-3.12.61-52.111 is installed
  • OR kernel-devel-3.12.61-52.111 is installed
  • OR kernel-macros-3.12.61-52.111 is installed
  • OR kernel-source-3.12.61-52.111 is installed
  • OR kernel-syms-3.12.61-52.111 is installed
  • OR kernel-xen-3.12.61-52.111 is installed
  • OR kernel-xen-base-3.12.61-52.111 is installed
  • OR kernel-xen-devel-3.12.61-52.111 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kernel-default-3.12.61-52.111 is installed
  • OR kernel-default-base-3.12.61-52.111 is installed
  • OR kernel-default-devel-3.12.61-52.111 is installed
  • OR kernel-default-man-3.12.61-52.111 is installed
  • OR kernel-devel-3.12.61-52.111 is installed
  • OR kernel-macros-3.12.61-52.111 is installed
  • OR kernel-source-3.12.61-52.111 is installed
  • OR kernel-syms-3.12.61-52.111 is installed
  • OR kernel-xen-3.12.61-52.111 is installed
  • OR kernel-xen-base-3.12.61-52.111 is installed
  • OR kernel-xen-devel-3.12.61-52.111 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND stunnel-5.00-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
  • AND Package Information
  • java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
  • OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND clamsap-0.98.9-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_49-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_14-2-2 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 Software Development Kit 11 SP3 is installed
  • AND Package Information
  • libwsman-devel-2.2.3-0.8 is installed
  • OR openwsman-python-2.2.3-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • GraphicsMagick-1.2.5-78.44 is installed
  • OR libGraphicsMagick2-1.2.5-78.44 is installed
  • OR perl-GraphicsMagick-1.2.5-78.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.577-123 is installed
  • OR flash-player-gnome-11.2.202.577-123 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.637-143 is installed
  • OR flash-player-gnome-11.2.202.637-143 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • evince-3.20.1-6.14 is installed
  • OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.14 is installed
  • OR typelib-1_0-EvinceView-3_0-3.20.1-6.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libwpd-0.10.2-2.7 is installed
  • OR libwpd-0_10-10-0.10.2-2.7 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND mongodb-2.4.14-1.28 is installed
  • BACK