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





The SUSE Linux Enterprise 12 SP1 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, 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:

- alsa: timer: Fix ioctl_lock mutex deadlock (bsc#1067678). - 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 - kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422) - kvm: SVM: Do not intercept new speculative control MSRs (bsc#1068032). - 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/powernv: Remove OPAL v1 takeover (bsc#1070781). - powerpc/vdso64: Use double word compare on pointers (bsc#1070781). - 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):1012422
1030467
1030575
1031660
1038564
1042892
1045205
1050231
1050751
1052311
1052368
1063671
1064392
1066471
1066472
1066569
1066693
1067678
1068032
1068671
1070771
1070781
1071074
1071470
1071693
1071694
1071695
1072561
1072876
1091836
1097108
1102682
1103203
1105323
1106191
1115375
1122839
1124211
1131239
1131241
1131390
1141493
1141780
1141782
1141783
1141784
1141785
1141786
1141787
1141789
1144902
1153332
907519
910659
911664
914690
CVE-2014-8142
CVE-2014-9427
CVE-2015-0231
CVE-2015-0232
CVE-2017-1000112
CVE-2017-11600
CVE-2017-12652
CVE-2017-13080
CVE-2017-13167
CVE-2017-15115
CVE-2017-15649
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-7308
CVE-2017-7533
CVE-2017-8824
CVE-2017-8890
CVE-2017-9242
CVE-2018-10853
CVE-2018-10902
CVE-2018-10938
CVE-2018-14734
CVE-2018-16301
CVE-2018-17199
CVE-2018-5390
CVE-2019-0217
CVE-2019-0220
CVE-2019-10218
CVE-2019-15165
CVE-2019-2745
CVE-2019-2762
CVE-2019-2766
CVE-2019-2769
CVE-2019-2786
CVE-2019-2816
CVE-2019-2842
CVE-2019-7317
CVE-2019-7317
SUSE-SU-2015:0365-1
SUSE-SU-2017:1285-1
SUSE-SU-2017:2089-1
SUSE-SU-2017:2448-1
SUSE-SU-2017:3130-1
SUSE-SU-2018:0031-1
SUSE-SU-2018:1661-1
SUSE-SU-2018:2684-1
SUSE-SU-2019:0888-2
SUSE-SU-2019:1422-1
SUSE-SU-2019:2036-1
SUSE-SU-2019:2669-1
SUSE-SU-2019:2875-1
SUSE-SU-2019:2893-1
SUSE-SU-2019:3060-2
Platform(s):openSUSE Leap 15.0
openSUSE Leap 15.0 NonFree
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 Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
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 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 Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND unixODBC-2.3.6-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 15.0 NonFree is installed
  • AND opera-54.0.2952.41-lp150.2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND bogofilter-1.1.1-174.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND libmpfr1-2.3.2-3.118 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • google-carlito-fonts-1.1.03.beta1-2 is installed
  • OR hyphen-2.8.8-2 is installed
  • OR libhyphen0-2.8.8-2 is installed
  • OR libmythes-1_2-0-1.2.4-2 is installed
  • OR libreoffice-5.0.4.2-23 is installed
  • OR libreoffice-base-5.0.4.2-23 is installed
  • OR libreoffice-base-drivers-postgresql-5.0.4.2-23 is installed
  • OR libreoffice-calc-5.0.4.2-23 is installed
  • OR libreoffice-calc-extensions-5.0.4.2-23 is installed
  • OR libreoffice-draw-5.0.4.2-23 is installed
  • OR libreoffice-filters-optional-5.0.4.2-23 is installed
  • OR libreoffice-gnome-5.0.4.2-23 is installed
  • OR libreoffice-icon-theme-galaxy-5.0.4.2-23 is installed
  • OR libreoffice-icon-theme-tango-5.0.4.2-23 is installed
  • OR libreoffice-impress-5.0.4.2-23 is installed
  • OR libreoffice-kde4-5.0.4.2-23 is installed
  • OR libreoffice-l10n-af-5.0.4.2-23 is installed
  • OR libreoffice-l10n-ar-5.0.4.2-23 is installed
  • OR libreoffice-l10n-ca-5.0.4.2-23 is installed
  • OR libreoffice-l10n-cs-5.0.4.2-23 is installed
  • OR libreoffice-l10n-da-5.0.4.2-23 is installed
  • OR libreoffice-l10n-de-5.0.4.2-23 is installed
  • OR libreoffice-l10n-en-5.0.4.2-23 is installed
  • OR libreoffice-l10n-es-5.0.4.2-23 is installed
  • OR libreoffice-l10n-fi-5.0.4.2-23 is installed
  • OR libreoffice-l10n-fr-5.0.4.2-23 is installed
  • OR libreoffice-l10n-gu-5.0.4.2-23 is installed
  • OR libreoffice-l10n-hi-5.0.4.2-23 is installed
  • OR libreoffice-l10n-hu-5.0.4.2-23 is installed
  • OR libreoffice-l10n-it-5.0.4.2-23 is installed
  • OR libreoffice-l10n-ja-5.0.4.2-23 is installed
  • OR libreoffice-l10n-ko-5.0.4.2-23 is installed
  • OR libreoffice-l10n-nb-5.0.4.2-23 is installed
  • OR libreoffice-l10n-nl-5.0.4.2-23 is installed
  • OR libreoffice-l10n-nn-5.0.4.2-23 is installed
  • OR libreoffice-l10n-pl-5.0.4.2-23 is installed
  • OR libreoffice-l10n-pt-BR-5.0.4.2-23 is installed
  • OR libreoffice-l10n-pt-PT-5.0.4.2-23 is installed
  • OR libreoffice-l10n-ru-5.0.4.2-23 is installed
  • OR libreoffice-l10n-sk-5.0.4.2-23 is installed
  • OR libreoffice-l10n-sv-5.0.4.2-23 is installed
  • OR libreoffice-l10n-xh-5.0.4.2-23 is installed
  • OR libreoffice-l10n-zh-Hans-5.0.4.2-23 is installed
  • OR libreoffice-l10n-zh-Hant-5.0.4.2-23 is installed
  • OR libreoffice-l10n-zu-5.0.4.2-23 is installed
  • OR libreoffice-mailmerge-5.0.4.2-23 is installed
  • OR libreoffice-math-5.0.4.2-23 is installed
  • OR libreoffice-officebean-5.0.4.2-23 is installed
  • OR libreoffice-pyuno-5.0.4.2-23 is installed
  • OR libreoffice-sdk-5.0.4.2-23 is installed
  • OR libreoffice-share-linker-1-2 is installed
  • OR libreoffice-voikko-4.1-2 is installed
  • OR libreoffice-writer-5.0.4.2-23 is installed
  • OR libreoffice-writer-extensions-5.0.4.2-23 is installed
  • OR libvoikko-3.7.1-5 is installed
  • OR libvoikko1-3.7.1-5 is installed
  • OR myspell-af_NA-20150827-23 is installed
  • OR myspell-af_ZA-20150827-23 is installed
  • OR myspell-ar-20150827-23 is installed
  • OR myspell-ar_AE-20150827-23 is installed
  • OR myspell-ar_BH-20150827-23 is installed
  • OR myspell-ar_DZ-20150827-23 is installed
  • OR myspell-ar_EG-20150827-23 is installed
  • OR myspell-ar_IQ-20150827-23 is installed
  • OR myspell-ar_JO-20150827-23 is installed
  • OR myspell-ar_KW-20150827-23 is installed
  • OR myspell-ar_LB-20150827-23 is installed
  • OR myspell-ar_LY-20150827-23 is installed
  • OR myspell-ar_MA-20150827-23 is installed
  • OR myspell-ar_OM-20150827-23 is installed
  • OR myspell-ar_QA-20150827-23 is installed
  • OR myspell-ar_SA-20150827-23 is installed
  • OR myspell-ar_SD-20150827-23 is installed
  • OR myspell-ar_SY-20150827-23 is installed
  • OR myspell-ar_TN-20150827-23 is installed
  • OR myspell-ar_YE-20150827-23 is installed
  • OR myspell-be_BY-20150827-23 is installed
  • OR myspell-bg_BG-20150827-23 is installed
  • OR myspell-bn_BD-20150827-23 is installed
  • OR myspell-bn_IN-20150827-23 is installed
  • OR myspell-bs-20150827-23 is installed
  • OR myspell-bs_BA-20150827-23 is installed
  • OR myspell-ca-20150827-23 is installed
  • OR myspell-ca_AD-20150827-23 is installed
  • OR myspell-ca_ES-20150827-23 is installed
  • OR myspell-ca_ES_valencia-20150827-23 is installed
  • OR myspell-ca_FR-20150827-23 is installed
  • OR myspell-ca_IT-20150827-23 is installed
  • OR myspell-cs_CZ-20150827-23 is installed
  • OR myspell-da_DK-20150827-23 is installed
  • OR myspell-de-20150827-23 is installed
  • OR myspell-de_AT-20150827-23 is installed
  • OR myspell-de_CH-20150827-23 is installed
  • OR myspell-de_DE-20150827-23 is installed
  • OR myspell-dictionaries-20150827-23 is installed
  • OR myspell-el_GR-20150827-23 is installed
  • OR myspell-en-20150827-23 is installed
  • OR myspell-en_AU-20150827-23 is installed
  • OR myspell-en_BS-20150827-23 is installed
  • OR myspell-en_BZ-20150827-23 is installed
  • OR myspell-en_CA-20150827-23 is installed
  • OR myspell-en_GB-20150827-23 is installed
  • OR myspell-en_GH-20150827-23 is installed
  • OR myspell-en_IE-20150827-23 is installed
  • OR myspell-en_IN-20150827-23 is installed
  • OR myspell-en_JM-20150827-23 is installed
  • OR myspell-en_MW-20150827-23 is installed
  • OR myspell-en_NA-20150827-23 is installed
  • OR myspell-en_NZ-20150827-23 is installed
  • OR myspell-en_PH-20150827-23 is installed
  • OR myspell-en_TT-20150827-23 is installed
  • OR myspell-en_US-20150827-23 is installed
  • OR myspell-en_ZA-20150827-23 is installed
  • OR myspell-en_ZW-20150827-23 is installed
  • OR myspell-es-20150827-23 is installed
  • OR myspell-es_AR-20150827-23 is installed
  • OR myspell-es_BO-20150827-23 is installed
  • OR myspell-es_CL-20150827-23 is installed
  • OR myspell-es_CO-20150827-23 is installed
  • OR myspell-es_CR-20150827-23 is installed
  • OR myspell-es_CU-20150827-23 is installed
  • OR myspell-es_DO-20150827-23 is installed
  • OR myspell-es_EC-20150827-23 is installed
  • OR myspell-es_ES-20150827-23 is installed
  • OR myspell-es_GT-20150827-23 is installed
  • OR myspell-es_HN-20150827-23 is installed
  • OR myspell-es_MX-20150827-23 is installed
  • OR myspell-es_NI-20150827-23 is installed
  • OR myspell-es_PA-20150827-23 is installed
  • OR myspell-es_PE-20150827-23 is installed
  • OR myspell-es_PR-20150827-23 is installed
  • OR myspell-es_PY-20150827-23 is installed
  • OR myspell-es_SV-20150827-23 is installed
  • OR myspell-es_UY-20150827-23 is installed
  • OR myspell-es_VE-20150827-23 is installed
  • OR myspell-et_EE-20150827-23 is installed
  • OR myspell-fr_BE-20150827-23 is installed
  • OR myspell-fr_CA-20150827-23 is installed
  • OR myspell-fr_CH-20150827-23 is installed
  • OR myspell-fr_FR-20150827-23 is installed
  • OR myspell-fr_LU-20150827-23 is installed
  • OR myspell-fr_MC-20150827-23 is installed
  • OR myspell-gu_IN-20150827-23 is installed
  • OR myspell-he_IL-20150827-23 is installed
  • OR myspell-hi_IN-20150827-23 is installed
  • OR myspell-hr_HR-20150827-23 is installed
  • OR myspell-hu_HU-20150827-23 is installed
  • OR myspell-it_IT-20150827-23 is installed
  • OR myspell-lightproof-en-20150827-23 is installed
  • OR myspell-lightproof-hu_HU-20150827-23 is installed
  • OR myspell-lightproof-pt_BR-20150827-23 is installed
  • OR myspell-lightproof-ru_RU-20150827-23 is installed
  • OR myspell-lo_LA-20150827-23 is installed
  • OR myspell-lt_LT-20150827-23 is installed
  • OR myspell-lv_LV-20150827-23 is installed
  • OR myspell-nb_NO-20150827-23 is installed
  • OR myspell-nl_BE-20150827-23 is installed
  • OR myspell-nl_NL-20150827-23 is installed
  • OR myspell-nn_NO-20150827-23 is installed
  • OR myspell-no-20150827-23 is installed
  • OR myspell-pl_PL-20150827-23 is installed
  • OR myspell-pt_AO-20150827-23 is installed
  • OR myspell-pt_BR-20150827-23 is installed
  • OR myspell-pt_PT-20150827-23 is installed
  • OR myspell-ro-20150827-23 is installed
  • OR myspell-ro_RO-20150827-23 is installed
  • OR myspell-ru_RU-20150827-23 is installed
  • OR myspell-sk_SK-20150827-23 is installed
  • OR myspell-sl_SI-20150827-23 is installed
  • OR myspell-sr-20150827-23 is installed
  • OR myspell-sr_CS-20150827-23 is installed
  • OR myspell-sr_Latn_CS-20150827-23 is installed
  • OR myspell-sr_Latn_RS-20150827-23 is installed
  • OR myspell-sr_RS-20150827-23 is installed
  • OR myspell-sv_FI-20150827-23 is installed
  • OR myspell-sv_SE-20150827-23 is installed
  • OR myspell-te-20150827-23 is installed
  • OR myspell-te_IN-20150827-23 is installed
  • OR myspell-th_TH-20150827-23 is installed
  • OR myspell-vi-20150827-23 is installed
  • OR myspell-vi_VN-20150827-23 is installed
  • OR myspell-zu_ZA-20150827-23 is installed
  • OR mythes-1.2.4-2 is installed
  • OR python-importlib-1.0.2-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND libaugeas0-1.2.0-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libXp6-1.0.2-3 is installed
  • OR libXp6-32bit-1.0.2-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • bind-libs-9.9.9P1-46 is installed
  • OR bind-libs-32bit-9.9.9P1-46 is installed
  • OR bind-utils-9.9.9P1-46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-108 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND coolkey-1.1.0-148.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • coreutils-8.29-2 is installed
  • OR coreutils-lang-8.29-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_13-default-6-2 is installed
  • OR kernel-livepatch-SLE15_Update_3-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.74-60.64.69 is installed
  • OR kernel-ec2-devel-3.12.74-60.64.69 is installed
  • OR kernel-ec2-extra-3.12.74-60.64.69 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND Package Information
  • kernel-azure-4.12.14-5.13 is installed
  • OR kernel-azure-base-4.12.14-5.13 is installed
  • OR kernel-azure-devel-4.12.14-5.13 is installed
  • OR kernel-devel-azure-4.12.14-5.13 is installed
  • OR kernel-source-azure-4.12.14-5.13 is installed
  • OR kernel-syms-azure-4.12.14-5.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-11 is installed
  • OR php5-5.5.14-11 is installed
  • OR php5-bcmath-5.5.14-11 is installed
  • OR php5-bz2-5.5.14-11 is installed
  • OR php5-calendar-5.5.14-11 is installed
  • OR php5-ctype-5.5.14-11 is installed
  • OR php5-curl-5.5.14-11 is installed
  • OR php5-dba-5.5.14-11 is installed
  • OR php5-dom-5.5.14-11 is installed
  • OR php5-enchant-5.5.14-11 is installed
  • OR php5-exif-5.5.14-11 is installed
  • OR php5-fastcgi-5.5.14-11 is installed
  • OR php5-fileinfo-5.5.14-11 is installed
  • OR php5-fpm-5.5.14-11 is installed
  • OR php5-ftp-5.5.14-11 is installed
  • OR php5-gd-5.5.14-11 is installed
  • OR php5-gettext-5.5.14-11 is installed
  • OR php5-gmp-5.5.14-11 is installed
  • OR php5-iconv-5.5.14-11 is installed
  • OR php5-intl-5.5.14-11 is installed
  • OR php5-json-5.5.14-11 is installed
  • OR php5-ldap-5.5.14-11 is installed
  • OR php5-mbstring-5.5.14-11 is installed
  • OR php5-mcrypt-5.5.14-11 is installed
  • OR php5-mysql-5.5.14-11 is installed
  • OR php5-odbc-5.5.14-11 is installed
  • OR php5-openssl-5.5.14-11 is installed
  • OR php5-pcntl-5.5.14-11 is installed
  • OR php5-pdo-5.5.14-11 is installed
  • OR php5-pear-5.5.14-11 is installed
  • OR php5-pgsql-5.5.14-11 is installed
  • OR php5-pspell-5.5.14-11 is installed
  • OR php5-shmop-5.5.14-11 is installed
  • OR php5-snmp-5.5.14-11 is installed
  • OR php5-soap-5.5.14-11 is installed
  • OR php5-sockets-5.5.14-11 is installed
  • OR php5-sqlite-5.5.14-11 is installed
  • OR php5-suhosin-5.5.14-11 is installed
  • OR php5-sysvmsg-5.5.14-11 is installed
  • OR php5-sysvsem-5.5.14-11 is installed
  • OR php5-sysvshm-5.5.14-11 is installed
  • OR php5-tokenizer-5.5.14-11 is installed
  • OR php5-wddx-5.5.14-11 is installed
  • OR php5-xmlreader-5.5.14-11 is installed
  • OR php5-xmlrpc-5.5.14-11 is installed
  • OR php5-xmlwriter-5.5.14-11 is installed
  • OR php5-xsl-5.5.14-11 is installed
  • OR php5-zip-5.5.14-11 is installed
  • OR php5-zlib-5.5.14-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • mozilla-nspr-4.10.8-0.8 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.8 is installed
  • OR mozilla-nspr-x86-4.10.8-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • mozilla-nspr-4.10.8-0.8 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.8 is installed
  • OR mozilla-nspr-x86-4.10.8-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • freeradius-server-2.1.1-7.16 is installed
  • OR freeradius-server-dialupadmin-2.1.1-7.16 is installed
  • OR freeradius-server-doc-2.1.1-7.16 is installed
  • OR freeradius-server-libs-2.1.1-7.16 is installed
  • OR freeradius-server-utils-2.1.1-7.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-52.8.0esr-72.32 is installed
  • OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.8.0esr-72.32 is installed
  • OR MozillaFirefox-translations-52.8.0esr-72.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • xen-4.2.5_21-45.11 is installed
  • OR xen-doc-html-4.2.5_21-45.11 is installed
  • OR xen-doc-pdf-4.2.5_21-45.11 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
  • OR xen-libs-4.2.5_21-45.11 is installed
  • OR xen-libs-32bit-4.2.5_21-45.11 is installed
  • OR xen-tools-4.2.5_21-45.11 is installed
  • OR xen-tools-domU-4.2.5_21-45.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-78.79 is installed
  • OR libMagickCore1-6.4.3.6-78.79 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.79 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • ImageMagick-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • ImageMagick-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • automake-1.13.4-4 is installed
  • OR m4-1.4.16-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_40-default-5-4 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-5-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-5-4 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_40-default-5-4 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-5-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-5-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • perl-5.18.2-12.14 is installed
  • OR perl-32bit-5.18.2-12.14 is installed
  • OR perl-base-5.18.2-12.14 is installed
  • OR perl-doc-5.18.2-12.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libpng15-1.5.22-9 is installed
  • OR libpng15-15-1.5.22-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libpng15-1.5.22-9 is installed
  • OR libpng15-15-1.5.22-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • dracut-044-87 is installed
  • OR dracut-fips-044-87 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND ucode-intel-20180703-13.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND ucode-intel-20180703-13.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • xen-4.7.5_04-43.33 is installed
  • OR xen-doc-html-4.7.5_04-43.33 is installed
  • OR xen-libs-4.7.5_04-43.33 is installed
  • OR xen-libs-32bit-4.7.5_04-43.33 is installed
  • OR xen-tools-4.7.5_04-43.33 is installed
  • OR xen-tools-domU-4.7.5_04-43.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-10-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND openvswitch-2.7.0-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND openvswitch-2.7.0-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • glib2-2.48.2-12.15 is installed
  • OR glib2-lang-2.48.2-12.15 is installed
  • OR glib2-tools-2.48.2-12.15 is installed
  • OR libgio-2_0-0-2.48.2-12.15 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libglib-2_0-0-2.48.2-12.15 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • glib2-2.48.2-12.15 is installed
  • OR glib2-lang-2.48.2-12.15 is installed
  • OR glib2-tools-2.48.2-12.15 is installed
  • OR libgio-2_0-0-2.48.2-12.15 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libglib-2_0-0-2.48.2-12.15 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • glib2-2.48.2-12.15 is installed
  • OR glib2-lang-2.48.2-12.15 is installed
  • OR glib2-tools-2.48.2-12.15 is installed
  • OR libgio-2_0-0-2.48.2-12.15 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libglib-2_0-0-2.48.2-12.15 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • glib2-2.48.2-12.15 is installed
  • OR glib2-lang-2.48.2-12.15 is installed
  • OR glib2-tools-2.48.2-12.15 is installed
  • OR libgio-2_0-0-2.48.2-12.15 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libglib-2_0-0-2.48.2-12.15 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_180-94_97-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_180-94_97-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-6-2 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
  • libpython2_7-1_0-2.7.13-28.26 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.26 is installed
  • OR python-2.7.13-28.26 is installed
  • OR python-32bit-2.7.13-28.26 is installed
  • OR python-base-2.7.13-28.26 is installed
  • OR python-base-32bit-2.7.13-28.26 is installed
  • OR python-curses-2.7.13-28.26 is installed
  • OR python-demo-2.7.13-28.26 is installed
  • OR python-doc-2.7.13-28.26 is installed
  • OR python-doc-pdf-2.7.13-28.26 is installed
  • OR python-gdbm-2.7.13-28.26 is installed
  • OR python-idle-2.7.13-28.26 is installed
  • OR python-tk-2.7.13-28.26 is installed
  • OR python-xml-2.7.13-28.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.26 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.26 is installed
  • OR python-2.7.13-28.26 is installed
  • OR python-32bit-2.7.13-28.26 is installed
  • OR python-base-2.7.13-28.26 is installed
  • OR python-base-32bit-2.7.13-28.26 is installed
  • OR python-curses-2.7.13-28.26 is installed
  • OR python-demo-2.7.13-28.26 is installed
  • OR python-doc-2.7.13-28.26 is installed
  • OR python-doc-pdf-2.7.13-28.26 is installed
  • OR python-gdbm-2.7.13-28.26 is installed
  • OR python-idle-2.7.13-28.26 is installed
  • OR python-tk-2.7.13-28.26 is installed
  • OR python-xml-2.7.13-28.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libseccomp-2.4.1-11.3 is installed
  • OR libseccomp2-2.4.1-11.3 is installed
  • OR libseccomp2-32bit-2.4.1-11.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libseccomp-2.4.1-11.3 is installed
  • OR libseccomp2-2.4.1-11.3 is installed
  • OR libseccomp2-32bit-2.4.1-11.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_48-52_27-default-5-2 is installed
  • OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_8-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_48-52_27-default-5-2 is installed
  • OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_8-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_49-default-9-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-9-2 is installed
  • OR kgraft-patch-SLE12_Update_14-9-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_48-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_121-92_85-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_23-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND squid-3.5.21-26.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND Package Information
  • tomcat-9.0.36-3.42 is installed
  • OR tomcat-admin-webapps-9.0.36-3.42 is installed
  • OR tomcat-docs-webapp-9.0.36-3.42 is installed
  • OR tomcat-el-3_0-api-9.0.36-3.42 is installed
  • OR tomcat-javadoc-9.0.36-3.42 is installed
  • OR tomcat-jsp-2_3-api-9.0.36-3.42 is installed
  • OR tomcat-lib-9.0.36-3.42 is installed
  • OR tomcat-servlet-4_0-api-9.0.36-3.42 is installed
  • OR tomcat-webapps-9.0.36-3.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND icu-52.1-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • gd-2.1.0-12 is installed
  • OR gd-32bit-2.1.0-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • bluez-5.13-5.7 is installed
  • OR bluez-cups-5.13-5.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libwebkit2gtk3-lang-2.24.2-2.44 is installed
  • OR webkit2gtk3-2.24.2-2.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.6 is installed
  • OR kernel-default-extra-4.12.14-25.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • openconnect-7.08-6.3 is installed
  • OR openconnect-devel-7.08-6.3 is installed
  • OR openconnect-lang-7.08-6.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • bind-9.9.6P1-0.44 is installed
  • OR bind-chrootenv-9.9.6P1-0.44 is installed
  • OR bind-devel-9.9.6P1-0.44 is installed
  • OR bind-doc-9.9.6P1-0.44 is installed
  • OR bind-libs-9.9.6P1-0.44 is installed
  • OR bind-libs-32bit-9.9.6P1-0.44 is installed
  • OR bind-utils-9.9.6P1-0.44 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • dnsmasq-2.78-18.3 is installed
  • OR dnsmasq-utils-2.78-18.3 is installed
  • BACK