Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP2 kernel was updated to receive various security and bugfixes.
Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)
- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS) - CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS) - CVE-2018-12130: Microarchitectural Load Port Data Samling (MLPDS) - CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM)
This kernel update contains software mitigations for these issues, which also utilize CPU microcode updates shipped in parallel.
For more information on this set of information leaks, check out https://www.suse.com/support/kb/doc/?id=7023736
The following security bugs were fixed:
- CVE-2018-1128: It was found that cephx authentication protocol did not verify ceph clients correctly and was vulnerable to replay attack. Any attacker having access to ceph cluster network who is able to sniff packets on network could use this vulnerability to authenticate with ceph service and perform actions allowed by ceph service. (bnc#1096748). - CVE-2018-1129: A flaw was found in the way signature calculation was handled by cephx authentication protocol. An attacker having access to ceph cluster network who is able to alter the message payload was able to bypass signature checks done by cephx protocol. (bnc#1096748). - CVE-2016-8636: Integer overflow in the mem_check_range function in drivers/infiniband/sw/rxe/rxe_mr.c allowed local users to cause a denial of service (memory corruption), obtain sensitive information or possibly have unspecified other impact via a write or read request involving the 'RDMA protocol over infiniband' (aka Soft RoCE) technology (bnc#1024908). - CVE-2017-18174: In the amd_gpio_remove function in drivers/pinctrl/pinctrl-amd.c calls the pinctrl_unregister function, leading to a double free (bnc#1080533). - CVE-2018-1091: In the flush_tmregs_to_thread function in arch/powerpc/kernel/ptrace.c, a guest kernel crash can be triggered from unprivileged userspace during a core dump on a POWER host due to a missing processor feature check and an erroneous use of transactional memory (TM) instructions in the core dump path, leading to a denial of service (bnc#1087231). - CVE-2018-1120: By mmap()ing a FUSE-backed file onto a process's memory containing command line arguments (or environment strings), an attacker can cause utilities from psutils or procps (such as ps, w) or any other program which made a read() call to the /proc//cmdline (or /proc//environ) files to block indefinitely (denial of service) or for some controlled time (as a synchronization primitive for other attacks) (bnc#1093158). - CVE-2019-11486: The Siemens R3964 line discipline driver in drivers/tty/n_r3964.c has multiple race conditions (bnc#1133188). - CVE-2019-3882: A flaw was found in the vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may cause a system memory exhaustion and thus a denial of service (DoS) (bsc#1131427). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2017-17741: The KVM implementation allowed attackers to obtain potentially sensitive information from kernel memory, aka a write_mmio stack-based out-of-bounds read, related to arch/x86/kvm/x86.c and include/trace/events/kvm.h (bnc#1073311). - CVE-2019-9503, CVE-2019-8564: Multiple brcmfmac frame validation bypasses have been fixed (bnc#1132828, bnc#1132673).
The following non-security bugs were fixed:
- ACPI: acpi_pad: Do not launch acpi_pad threads on idle cpus (bsc#1113399). - add mainline tags to four hyperv patches - cpu/speculation: Add 'mitigations=' cmdline option (bsc#1112178). - Drivers: hv: vmbus: Define an API to retrieve virtual processor index (bsc#1122822). - Drivers: hv: vmbus: Define APIs to manipulate the event page (bsc#1122822). - Drivers: hv: vmbus: Define APIs to manipulate the message page (bsc#1122822).++ kernel-source.spec (revision 4)Release: <RELEASE>.gbd4498d - Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller (bsc#1122822). - hv: v4.12 API for hyperv-iommu (bsc#1122822). - iommu/hyper-v: Add Hyper-V stub IOMMU driver (bsc#1122822). - jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL (bsc#1111331). - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID (bsc#1111331). - locking/atomics, asm-generic: Move some macros from to a new file (bsc#1111331). - MDS: Add CVE refs - net: ena: add functions for handling Low Latency Queues in ena_com (bsc#1129279). - net: ena: add functions for handling Low Latency Queues in ena_netdev (bsc#1129279). - net: ena: change rx copybreak default to reduce kernel memory pressure (bsc#1129279). - net: ena: complete host info to match latest ENA spec (bsc#1129279). - net: ena: enable Low Latency Queues (bsc#1129279). - net: ena: explicit casting and initialization, and clearer error handling (bsc#1129279). - net: ena: fix auto casting to boolean (bsc#1129279). - net: ena: fix compilation error in xtensa architecture (bsc#1129279). - net: ena: fix crash during ena_remove() (bsc#1129279). - net: ena: fix crash during failed resume from hibernation (bsc#1129279). - net: ena: fix indentations in ena_defs for better readability (bsc#1129279). - net: ena: Fix Kconfig dependency on X86 (bsc#1129279). - net: ena: fix NULL dereference due to untimely napi initialization (bsc#1129279). - net: ena: fix race between link up and device initalization (bsc#1129279). - net: ena: fix rare bug when failed restart/resume is followed by driver removal (bsc#1129279). - net: ena: fix warning in rmmod caused by double iounmap (bsc#1129279). - net: ena: introduce Low Latency Queues data structures according to ENA spec (bsc#1129279). - net: ena: limit refill Rx threshold to 256 to avoid latency issues (bsc#1129279). - net: ena: minor performance improvement (bsc#1129279). - net: ena: remove ndo_poll_controller (bsc#1129279). - net: ena: remove redundant parameter in ena_com_admin_init() (bsc#1129279). - net: ena: update driver version from 2.0.1 to 2.0.2 (bsc#1129279). - net: ena: update driver version from 2.0.2 to 2.0.3 (bsc#1129279). - net: ena: update driver version to 2.0.1 (bsc#1129279). - net: ena: use CSUM_CHECKED device indication to report skb's checksum status (bsc#1129279). - PCI: hv: Add vPCI version protocol negotiation (bnc#1043485, bsc#1122822). - PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC (bnc#1034113, bsc#1122822). - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg() (bnc#1094268, bsc#1122822). - PCI: hv: Do not sleep in compose_msi_msg() (bsc#1082632, bsc#1122822). - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg() (bsc#1087659, bsc#1087906, bsc#1122822). - PCI: hv: Fix a comment typo in _hv_pcifront_read_config() (bsc#1087659, bsc#1122822). - PCI: hv: Fix comment formatting and use proper integer fields (bnc#1043485, bsc#1122822). - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary (bsc#1087659, bsc#1122822). - PCI: hv: Remove the bogus test in hv_eject_device_work() (bsc#1087659, bsc#1122822). - PCI: hv: Serialize the present and eject work items (bsc#1087659, bsc#1122822). - PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs (bnc#1043485, bsc#1122822). - PCI: hv: Temporary own CPU-number-to-vCPU-number infra (bnc#1043485, bsc#1122822). - PCI: hv: Use effective affinity mask (bsc#1109772, bsc#1122822). - PCI: hv: Use page allocation for hbus structure (bnc#1043485, bsc#1122822). - PCI: hv: Use vPCI protocol version 1.2 (bnc#1043485, bsc#1122822). - pci-hyperv: increase HV_VP_SET_BANK_COUNT_MAX to handle 1792 vcpus (bsc#1122822). - powerpc/64: Disable the speculation barrier from the command line (bsc#1068032). - powerpc/64s: Default l1d_size to 64K in RFI fallback flush (bsc#1068032, git-fixes). - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 (bsc#1068032, bsc#1080157, git-fixes). - powerpc/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - powerpc/tm: Add commandline option to disable hardware transactional memory (bsc#1118338). - powerpc/tm: Add TM Unavailable Exception (bsc#1118338). - powerpc/tm: Flip the HTM switch default to disabled (bsc#1125580). - powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 (bsc#1131587). - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 (bsc#1131587). - s390: add explicit for jump label (bsc#1111331). - sched/core: Optimize SCHED_SMT (bsc#1111331). - sched/smt: Expose sched_smt_present static key (bsc#1106913). - sched/smt: Make sched_smt_present track topology (bsc#1106913). - sched/smt: Update sched_smt_present at runtime (bsc#1111331). - scripts/git_sort/git_sort.py: Add fixes branch from mkp/scsi.git. - scsi: ibmvscsi: Fix empty event pool access during host removal (bsc#1119019). - scsi: storvsc: Reduce default ring buffer size to 128 Kbytes (). - time: Introduce jiffies64_to_nsecs() (bsc#1113399). - Use upstream variant of two pci-hyperv patches - vti6: flush x-netns xfrm cache when vti interface is removed (bnc#1012382 bsc#1100152). - x86/apic: Provide apic_ack_irq() (bsc#1122822). - x86/bugs: Add AMD's variant of SSB_NO (bsc#1111331). - x86/bugs: Rename SSBD_NO to SSB_NO (bsc#1111331). - x86/cpu: Rename Merrifield2 to Moorefield (bsc#1111331). - x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331). - x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available (bsc#1122822). - x86/irq: implement irq_data_get_effective_affinity_mask() for v4.12 (bsc#1109772, bsc#1122822). - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests (bsc#1111331). - x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331). - x86/msr-index: Cleanup bit defines (bsc#1111331). - x86/speculation: Consolidate CPU whitelists (bsc#1111331). - x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331). - x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331). - x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331). - x86/speculation/mds: Add mds=full,nosmt cmdline option (bsc#1111331). - x86/speculation/mds: Add mitigation control for MDS (bsc#1111331). - x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331). - x86/speculation/mds: Add 'mitigations=' support for MDS (bsc#1111331). - x86/speculation/mds: Add SMT warning message (bsc#1111331). - x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331). - x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331). - x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331). - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off (bsc#1111331). - x86/speculation: Move arch_smt_update() call to after mitigation decisions (bsc#1111331). - x86/speculation: Remove redundant arch_smt_update() invocation (bsc#1111331). - x86/speculation: Rework SMT state change (bsc#1111331). - x86/speculation: Simplify the CPU bug detection logic (bsc#1111331). - x86/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - x86: stop exporting msr-index.h to userland (bsc#1111331). - xfrm6: call kfree_skb when skb is toobig (bnc#1012382 bsc#1100152). - xfrm: fix missing dst_release() after policy blocking lbcast and multicast (bnc#1012382 bsc#1100152).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1022032 1024908 1025046 1034113 1037811 1043485 1056996 1068032 1073311 1076503 1080157 1080533 1082632 1085449 1087231 1087659 1087906 1093158 1093311 1094268 1096748 1097560 1099658 1100152 1103186 1106061 1106284 1106913 1109772 1110785 1110949 1111331 1112178 1113399 1113769 1116841 1118338 1119019 1120843 1120885 1122822 1123161 1124832 1125580 1125674 1127034 1128977 1129279 1130972 1131416 1131427 1131543 1131565 1131587 1132374 1132472 1132673 1132828 1133188 1133860 1134399 1134537 1134596 1134848 1135281 1135335 1135365 1135603 1136424 1136446 1136586 1136935 1137584 1137586 1137597 1139358 1139826 1140652 1140747 1140903 1140945 1141181 1141401 1141402 1141452 1141453 1141454 1142023 1142254 1142857 1143045 1143048 1143189 1143191 1143333 1144257 1144273 1144288 1144920 1145559 1145920 1145922 1149294 1149295 1149296 1149297 1149298 1149299 1149303 1149304 1149324 1151021 1173991 1174284 1175686 1178588 977043 CVE-2013-4233 CVE-2013-4234 CVE-2016-8636 CVE-2017-14107 CVE-2017-17741 CVE-2017-18174 CVE-2017-2625 CVE-2018-1091 CVE-2018-1120 CVE-2018-1128 CVE-2018-1129 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-1417 CVE-2018-17456 CVE-2018-17972 CVE-2018-19407 CVE-2018-20855 CVE-2018-20856 CVE-2018-2783 CVE-2018-2790 CVE-2018-2794 CVE-2018-2795 CVE-2018-2796 CVE-2018-2797 CVE-2018-2798 CVE-2018-2799 CVE-2018-2800 CVE-2018-2814 CVE-2018-2825 CVE-2018-2826 CVE-2018-5764 CVE-2018-7191 CVE-2019-10207 CVE-2019-11091 CVE-2019-11190 CVE-2019-1125 CVE-2019-11477 CVE-2019-11478 CVE-2019-11479 CVE-2019-11486 CVE-2019-11500 CVE-2019-11740 CVE-2019-11742 CVE-2019-11743 CVE-2019-11744 CVE-2019-11746 CVE-2019-11752 CVE-2019-11753 CVE-2019-11810 CVE-2019-11815 CVE-2019-11833 CVE-2019-11884 CVE-2019-12382 CVE-2019-13631 CVE-2019-13648 CVE-2019-14283 CVE-2019-14284 CVE-2019-14835 CVE-2019-15117 CVE-2019-15118 CVE-2019-3819 CVE-2019-3846 CVE-2019-3882 CVE-2019-5489 CVE-2019-8564 CVE-2019-9503 CVE-2019-9812 CVE-2020-15663 CVE-2020-15664 CVE-2020-15670 CVE-2020-26950 SUSE-SU-2017:2546-1 SUSE-SU-2018:0174-1 SUSE-SU-2018:0338-1 SUSE-SU-2018:1441-1 SUSE-SU-2019:1287-1 SUSE-SU-2019:2263-1 SUSE-SU-2019:2436-1 SUSE-SU-2019:2454-1 SUSE-SU-2020:3331-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for High Performance Computing 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Module for Web Scripting 15 SP1 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 15-LTSS 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 Workstation Extension 12 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 7 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
libwireshark9-2.4.13-lp150.2.23 is installed
OR libwiretap7-2.4.13-lp150.2.23 is installed
OR libwscodecs1-2.4.13-lp150.2.23 is installed
OR libwsutil8-2.4.13-lp150.2.23 is installed
OR wireshark-2.4.13-lp150.2.23 is installed
OR wireshark-devel-2.4.13-lp150.2.23 is installed
OR wireshark-ui-qt-2.4.13-lp150.2.23 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
e2fsprogs-1.42.11-15 is installed
OR e2fsprogs-devel-1.42.11-15 is installed
OR libcom_err-devel-1.42.11-15 is installed
OR libcom_err2-1.42.11-15 is installed
OR libcom_err2-32bit-1.42.11-15 is installed
OR libext2fs-devel-1.42.11-15 is installed
OR libext2fs2-1.42.11-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
empathy-3.10.3-1 is installed
OR empathy-lang-3.10.3-1 is installed
OR telepathy-mission-control-plugin-goa-3.10.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
gd-2.1.0-5 is installed
OR gd-32bit-2.1.0-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gnome-shell-3.20.4-70 is installed
OR gnome-shell-browser-plugin-3.20.4-70 is installed
OR gnome-shell-calendar-3.20.4-70 is installed
OR gnome-shell-lang-3.20.4-70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
apparmor-docs-2.8.2-49 is installed
OR apparmor-parser-2.8.2-49 is installed
OR apparmor-profiles-2.8.2-49 is installed
OR apparmor-utils-2.8.2-49 is installed
OR libapparmor1-2.8.2-49 is installed
OR libapparmor1-32bit-2.8.2-49 is installed
OR pam_apparmor-2.8.2-49 is installed
OR pam_apparmor-32bit-2.8.2-49 is installed
OR perl-apparmor-2.8.2-49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
LibVNCServer-0.9.10-4.6 is installed
OR libvncserver0-0.9.10-4.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cron-4.2-4 is installed
OR cronie-1.5.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND python3-pyOpenSSL-17.5.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND Package Information
containerd-1.1.2-5.3 is installed
OR docker-18.06.1_ce-6.8 is installed
OR docker-bash-completion-18.06.1_ce-6.8 is installed
OR docker-libnetwork-0.7.0.1+gitr2664_3ac297bc7fd0-4.3 is installed
OR docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.3 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2664_3ac297bc7fd0-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
liblouis-data-3.3.0-2 is installed
OR liblouis-devel-3.3.0-2 is installed
OR liblouis14-3.3.0-2 is installed
OR python3-louis-3.3.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
firewall-applet-0.5.5-4.24 is installed
OR firewall-config-0.5.5-4.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
bsdtar-3.3.2-3.3 is installed
OR libarchive-3.3.2-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
AND Package Information
libslurm32-17.11.13-6.23 is installed
OR slurm-17.11.13-6.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
kernel-default-4.12.14-25.22 is installed
OR reiserfs-kmp-default-4.12.14-25.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
openldap2-2.4.46-9.19 is installed
OR openldap2-back-meta-2.4.46-9.19 is installed
OR openldap2-back-perl-2.4.46-9.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-197_4-default-7-2 is installed
OR kernel-livepatch-SLE15-SP1_Update_1-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
postgresql10-10.6-4.8 is installed
OR postgresql10-test-10.6-4.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
gnutls-3.6.7-6.11 is installed
OR gnutls-guile-3.6.7-6.11 is installed
OR libgnutls-devel-32bit-3.6.7-6.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
AND Package Information
kernel-azure-4.12.14-8.22 is installed
OR kernel-azure-base-4.12.14-8.22 is installed
OR kernel-azure-devel-4.12.14-8.22 is installed
OR kernel-devel-azure-4.12.14-8.22 is installed
OR kernel-source-azure-4.12.14-8.22 is installed
OR kernel-syms-azure-4.12.14-8.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND skopeo-0.1.26-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND apache2-mod_apparmor-2.12.2-7.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND jakarta-taglibs-standard-1.1.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
AND Package Information
tomcat-9.0.31-4.22 is installed
OR tomcat-admin-webapps-9.0.31-4.22 is installed
OR tomcat-el-3_0-api-9.0.31-4.22 is installed
OR tomcat-jsp-2_3-api-9.0.31-4.22 is installed
OR tomcat-lib-9.0.31-4.22 is installed
OR tomcat-servlet-4_0-api-9.0.31-4.22 is installed
OR tomcat-webapps-9.0.31-4.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libarchive-3.1.2-22 is installed
OR libarchive13-3.1.2-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND dnsmasq-2.78-18.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
at-3.1.14-7 is installed
OR flex-2.5.37-8 is installed
OR flex-32bit-2.5.37-8 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libQtWebKit4-32bit-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-32bit-2.32.1-16 is installed
OR libbonobo-doc-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
OR libkde4-4.12.0-7 is installed
OR libkde4-32bit-4.12.0-7 is installed
OR libkdecore4-4.12.0-7 is installed
OR libkdecore4-32bit-4.12.0-7 is installed
OR libksuseinstall1-4.12.0-7 is installed
OR libksuseinstall1-32bit-4.12.0-7 is installed
OR libnetpbm11-10.66.3-4 is installed
OR libnetpbm11-32bit-10.66.3-4 is installed
OR netpbm-10.66.3-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
MozillaFirefox-78.4.1-112.32 is installed
OR MozillaFirefox-devel-78.4.1-112.32 is installed
OR MozillaFirefox-translations-common-78.4.1-112.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
MozillaFirefox-78.4.1-112.32 is installed
OR MozillaFirefox-devel-78.4.1-112.32 is installed
OR MozillaFirefox-translations-common-78.4.1-112.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
libopenssl-devel-1.0.2j-60.52 is installed
OR libopenssl1_0_0-1.0.2j-60.52 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.52 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.52 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.52 is installed
OR openssl-1.0.2j-60.52 is installed
OR openssl-doc-1.0.2j-60.52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND yast2-smt-3.0.14-17.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-default-man-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
OR kgraft-patch-4_4_121-92_109-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_29-1-3.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-default-man-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
OR kgraft-patch-4_4_121-92_109-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_29-1-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libzip-0.11.1-13.3 is installed
OR libzip2-0.11.1-13.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libzip-0.11.1-13.3 is installed
OR libzip2-0.11.1-13.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND chrony-2.3-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
curl-7.37.0-37.43 is installed
OR libcurl4-7.37.0-37.43 is installed
OR libcurl4-32bit-7.37.0-37.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
curl-7.37.0-37.43 is installed
OR libcurl4-7.37.0-37.43 is installed
OR libcurl4-32bit-7.37.0-37.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kernel-default-4.4.180-94.103 is installed
OR kernel-default-base-4.4.180-94.103 is installed
OR kernel-default-devel-4.4.180-94.103 is installed
OR kernel-default-man-4.4.180-94.103 is installed
OR kernel-devel-4.4.180-94.103 is installed
OR kernel-macros-4.4.180-94.103 is installed
OR kernel-source-4.4.180-94.103 is installed
OR kernel-syms-4.4.180-94.103 is installed
OR kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_28-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.103 is installed
OR kernel-default-base-4.4.180-94.103 is installed
OR kernel-default-devel-4.4.180-94.103 is installed
OR kernel-default-man-4.4.180-94.103 is installed
OR kernel-devel-4.4.180-94.103 is installed
OR kernel-macros-4.4.180-94.103 is installed
OR kernel-source-4.4.180-94.103 is installed
OR kernel-syms-4.4.180-94.103 is installed
OR kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
apache2-2.4.23-29.21 is installed
OR apache2-doc-2.4.23-29.21 is installed
OR apache2-example-pages-2.4.23-29.21 is installed
OR apache2-prefork-2.4.23-29.21 is installed
OR apache2-utils-2.4.23-29.21 is installed
OR apache2-worker-2.4.23-29.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
apache2-2.4.23-29.21 is installed
OR apache2-doc-2.4.23-29.21 is installed
OR apache2-example-pages-2.4.23-29.21 is installed
OR apache2-prefork-2.4.23-29.21 is installed
OR apache2-utils-2.4.23-29.21 is installed
OR apache2-worker-2.4.23-29.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
openssh-7.2p2-74.23 is installed
OR openssh-askpass-gnome-7.2p2-74.23 is installed
OR openssh-fips-7.2p2-74.23 is installed
OR openssh-helpers-7.2p2-74.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
freeradius-server-3.0.15-2.11 is installed
OR freeradius-server-doc-3.0.15-2.11 is installed
OR freeradius-server-krb5-3.0.15-2.11 is installed
OR freeradius-server-ldap-3.0.15-2.11 is installed
OR freeradius-server-libs-3.0.15-2.11 is installed
OR freeradius-server-mysql-3.0.15-2.11 is installed
OR freeradius-server-perl-3.0.15-2.11 is installed
OR freeradius-server-postgresql-3.0.15-2.11 is installed
OR freeradius-server-python-3.0.15-2.11 is installed
OR freeradius-server-sqlite-3.0.15-2.11 is installed
OR freeradius-server-utils-3.0.15-2.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
freeradius-server-3.0.15-2.11 is installed
OR freeradius-server-doc-3.0.15-2.11 is installed
OR freeradius-server-krb5-3.0.15-2.11 is installed
OR freeradius-server-ldap-3.0.15-2.11 is installed
OR freeradius-server-libs-3.0.15-2.11 is installed
OR freeradius-server-mysql-3.0.15-2.11 is installed
OR freeradius-server-perl-3.0.15-2.11 is installed
OR freeradius-server-postgresql-3.0.15-2.11 is installed
OR freeradius-server-python-3.0.15-2.11 is installed
OR freeradius-server-sqlite-3.0.15-2.11 is installed
OR freeradius-server-utils-3.0.15-2.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
file-roller-3.20.3-15.3 is installed
OR file-roller-lang-3.20.3-15.3 is installed
OR nautilus-file-roller-3.20.3-15.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
file-roller-3.20.3-15.3 is installed
OR file-roller-lang-3.20.3-15.3 is installed
OR nautilus-file-roller-3.20.3-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
tomcat-9.0.31-3.42 is installed
OR tomcat-admin-webapps-9.0.31-3.42 is installed
OR tomcat-el-3_0-api-9.0.31-3.42 is installed
OR tomcat-jsp-2_3-api-9.0.31-3.42 is installed
OR tomcat-lib-9.0.31-3.42 is installed
OR tomcat-servlet-4_0-api-9.0.31-3.42 is installed
OR tomcat-webapps-9.0.31-3.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.521-102 is installed
OR flash-player-gnome-11.2.202.521-102 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libraw-0.15.4-16 is installed
OR libraw9-0.15.4-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwebkit2gtk3-lang-2.22.6-2.35 is installed
OR webkit2gtk3-2.22.6-2.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
kernel-default-4.12.14-25.19 is installed
OR kernel-default-extra-4.12.14-25.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND xorg-x11-server-wayland-1.20.3-12 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
crowbar-5.0+git.1528696845.81a7b5d0-3.3 is installed
OR crowbar-core-5.0+git.1533887407.6e9b0412d-3.8 is installed
OR crowbar-core-branding-upstream-5.0+git.1533887407.6e9b0412d-3.8 is installed
OR crowbar-devel-5.0+git.1528696845.81a7b5d0-3.3 is installed
OR crowbar-ha-5.0+git.1530177874.35b9099-3.3 is installed
OR crowbar-init-5.0+git.1520420379.d5bbb35-3.3 is installed
OR crowbar-openstack-5.0+git.1534167599.d325ef804-4.8 is installed
OR crowbar-ui-1.2.0+git.1533844061.4ac8e723-3.3 is installed
|