| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for the Linux Kernel (Important) |
| Description: |
The SUSE Linux Enterprise 12 SP 2 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2019-10638: In the Linux kernel, a device could be tracked by an attacker using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). An attack may be conducted by hosting a crafted web page that uses WebRTC or gQUIC to force UDP traffic to attacker-controlled IP addresses. (bnc#1140575) - CVE-2019-10639: The Linux kernel allowed Information Exposure (partial kernel address disclosure), leading to a KASLR bypass. Specifically, it was possible to extract the KASLR kernel image offset using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). This key contains enough bits from a kernel address (of a static variable) so when the key was extracted (via enumeration), the offset of the kernel image is exposed. This attack can be carried out remotely, by the attacker forcing the target device to send UDP or ICMP (or certain other) traffic to attacker-controlled IP addresses. Forcing a server to send UDP traffic is trivial if the server is a DNS server. ICMP traffic is trivial if the server answers ICMP Echo requests (ping). For client targets, if the target visited the attacker's web page, then WebRTC or gQUIC could be used to force UDP traffic to attacker-controlled IP addresses. NOTE: this attack against KASLR became viable because IP ID generation was changed to have a dependency on an address associated with a network namespace. (bnc#) - CVE-2019-10126: A flaw was found in the Linux kernel that might lead to memory corruption in the marvell mwifiex driver. (bnc#1136935) - CVE-2018-20836: An issue was discovered in the Linux kernel There was a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free. (bnc#1134395) - CVE-2019-11599: The coredump implementation in the Linux kernel did not use locking or other mechanisms to prevent vma layout or vma flags changes while it ran, which allowed local users to obtain sensitive information, cause a denial of service, or possibly have unspecified other impact by triggering a race condition with mmget_not_zero or get_task_mm calls. This is related to fs/userfaultfd.c, mm/mmap.c, fs/proc/task_mmu.c, and drivers/infiniband/core/uverbs_main.c. (bnc#1133738) - CVE-2019-12614: An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel There was an unchecked kstrdup of prop-name, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). (bnc#) - CVE-2019-12818: An issue was discovered in the Linux kernel The nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL. If the caller did not check for this, it will trigger a NULL pointer dereference. This will cause denial of service. This affects nfc_llcp_build_gb in net/nfc/llcp_core.c. (bnc#1137194) - CVE-2019-12819: An issue was discovered in the Linux kernel The function __mdiobus_register() in drivers/net/phy/mdio_bus.c called put_device(), which would trigger a fixed_mdio_bus_init use-after-free. This would cause a denial of service. (bnc#1138291) - CVE-2019-12456 a double-fetch bug in _ctl_ioctl_main() could allow local users to create a denial of service (bsc#1136922). - CVE-2019-12380: An issue was discovered in the efi subsystem in the Linux kernel phys_efi_set_virtual_address_map in arch/x86/platform/efi/efi.c and efi_call_phys_prolog in arch/x86/platform/efi/efi_64.c mishandle memory allocation failures. NOTE: This id is disputed as not being an issue because All the code touched by the referenced commit runs only at boot, before any user processes are started. Therefore, there is no possibility for an unprivileged user to control it. (bnc#) - CVE-2019-11487: The Linux kernel allowed page-_refcount reference count to overflow, with resultant use-after-free issues, if about 140 GiB of RAM exists. This is related to fs/fuse/dev.c, fs/pipe.c, fs/splice.c, include/linux/mm.h, include/linux/pipe_fs_i.h, kernel/trace/trace.c, mm/gup.c, and mm/hugetlb.c. It can occur with FUSE requests. (bnc#1133190)
The following non-security bugs were fixed:
- Drop multiversion(kernel) from the KMP template (bsc#1127155). - Revert 'KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).' This reverts commit 4cc83da426b53d47f1fde9328112364eab1e9a19. - sched/fair: Avoid divide by zero when rebalancing domains (bsc#1096254). - x86/cpu: Unify CPU family, model, stepping calculation (bsc#1134701). - x86/entry/64/compat: Fix stack switching for XEN PV (bsc#1108382). - x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/AMD: Fix load of builtin microcode with randomized memory (bsc#1134701). - x86/microcode/AMD: Reload proper initrd start address (bsc#1134701). - x86/microcode/amd: Hand down the CPU family (bsc#1134701). - x86/microcode/amd: Move private inlines to .c and mark local functions static (bsc#1134701). - x86/microcode/intel: Drop stashed AP patch pointer optimization (bsc#1134701). - x86/microcode/intel: Fix allocation size of struct ucode_patch (bsc#1134701). - x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/intel: Remove intel_lib.c (bsc#1134701). - x86/microcode/intel: Remove unused arg of get_matching_model_microcode() (bsc#1134701). - x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch() (bsc#1134701). - x86/microcode/intel: Rename local variables of type struct mc_saved_data (bsc#1134701). - x86/microcode/intel: Rename mc_intel variable to mc (bsc#1134701). - x86/microcode/intel: Rename mc_saved_in_initrd (bsc#1134701). - x86/microcode/intel: Simplify generic_load_microcode() (bsc#1134701). - x86/microcode/intel: Unexport save_mc_for_early() (bsc#1134701). - x86/microcode/intel: Use correct buffer size for saving microcode data (bsc#1134701). - x86/microcode: Collect CPU info on resume (bsc#1134701). - x86/microcode: Export the microcode cache linked list (bsc#1134701). - x86/microcode: Fix loading precedence (bsc#1134701). - x86/microcode: Get rid of find_cpio_data()'s dummy offset arg (bsc#1134701). - x86/microcode: Issue the debug printk on resume only on success (bsc#1134701). - x86/microcode: Rework microcode loading (bsc#1134701). - x86/microcode: Run the AP-loading routine only on the application processors (bsc#1134701).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1012382 1024908 1034113 1043485 1047178 1051510 1057721 1057724 1068032 1073311 1080157 1080533 1082318 1082632 1084878 1087231 1087659 1087906 1093158 1094268 1096254 1096748 1100152 1100365 1103098 1103186 1106913 1108308 1108382 1109137 1109663 1109772 1109847 1111331 1112066 1112178 1112695 1113399 1113668 1113669 1116841 1117665 1118338 1119019 1122822 1124832 1125580 1127155 1128828 1129279 1131107 1131416 1131427 1131587 1132665 1132673 1132728 1132729 1132732 1132734 1132828 1133140 1133188 1133190 1133738 1134395 1134701 1134718 1135966 1135967 1136261 1136922 1136935 1137194 1137865 1138291 1138459 1139073 1140575 1140671 1141013 1141054 1142458 1142614 1143187 1144123 1144903 1145477 1146042 1146163 1146285 1146361 1146378 1146391 1146413 1146425 1146512 1146514 1146516 1146519 1146524 1146526 1146529 1146540 1146543 1146547 1146550 1146584 1146589 1147022 1147122 1148394 1148938 1148987 1149083 1149376 1149522 1149527 1149555 1149612 1150025 1150112 1150452 1150457 1150465 1150727 1150942 1151347 1151350 1152685 1152782 1152788 1153108 1153158 1153161 1153263 1154103 1154372 1155131 1155671 1156321 1156331 1157770 1166238 1171924 999735 CVE-2016-10906 CVE-2016-8636 CVE-2017-12837 CVE-2017-12883 CVE-2017-17741 CVE-2017-18174 CVE-2017-18379 CVE-2017-18509 CVE-2017-18551 CVE-2017-18595 CVE-2017-6512 CVE-2018-1000802 CVE-2018-1091 CVE-2018-1120 CVE-2018-1128 CVE-2018-1129 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-12207 CVE-2018-14348 CVE-2018-14647 CVE-2018-19131 CVE-2018-19132 CVE-2018-19407 CVE-2018-20836 CVE-2018-20856 CVE-2018-20976 CVE-2018-5391 CVE-2019-0154 CVE-2019-0155 CVE-2019-10126 CVE-2019-10160 CVE-2019-10220 CVE-2019-10220 CVE-2019-10245 CVE-2019-10638 CVE-2019-10639 CVE-2019-11091 CVE-2019-11135 CVE-2019-11486 CVE-2019-11487 CVE-2019-11599 CVE-2019-12380 CVE-2019-12456 CVE-2019-12614 CVE-2019-12818 CVE-2019-12819 CVE-2019-13272 CVE-2019-13272 CVE-2019-13627 CVE-2019-14814 CVE-2019-14815 CVE-2019-14816 CVE-2019-14821 CVE-2019-14835 CVE-2019-15098 CVE-2019-15211 CVE-2019-15212 CVE-2019-15214 CVE-2019-15215 CVE-2019-15216 CVE-2019-15217 CVE-2019-15218 CVE-2019-15219 CVE-2019-15220 CVE-2019-15221 CVE-2019-15239 CVE-2019-15290 CVE-2019-15291 CVE-2019-15505 CVE-2019-15666 CVE-2019-15807 CVE-2019-15902 CVE-2019-15924 CVE-2019-15926 CVE-2019-15927 CVE-2019-16232 CVE-2019-16233 CVE-2019-16234 CVE-2019-16413 CVE-2019-16995 CVE-2019-17055 CVE-2019-17056 CVE-2019-17133 CVE-2019-17666 CVE-2019-20503 CVE-2019-2602 CVE-2019-2684 CVE-2019-2697 CVE-2019-2698 CVE-2019-3882 CVE-2019-8564 CVE-2019-9456 CVE-2019-9503 CVE-2019-9506 CVE-2019-9893 CVE-2020-6805 CVE-2020-6806 CVE-2020-6807 CVE-2020-6811 CVE-2020-6812 CVE-2020-6814 SUSE-SU-2017:3092-1 SUSE-SU-2018:2143-1 SUSE-SU-2018:3771-1 SUSE-SU-2019:1345-1 SUSE-SU-2019:1823-1 SUSE-SU-2019:2510-1 SUSE-SU-2019:2941-1 SUSE-SU-2019:2949-1 SUSE-SU-2020:0717-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 SP1 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 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 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 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 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 Server for SAP Applications 15 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 12 SP5 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
bluez-5.48-lp150.4.10 is installed
OR bluez-auto-enable-devices-5.48-lp150.4.10 is installed
OR bluez-cups-5.48-lp150.4.10 is installed
OR bluez-devel-5.48-lp150.4.10 is installed
OR bluez-devel-32bit-5.48-lp150.4.10 is installed
OR bluez-test-5.48-lp150.4.10 is installed
OR libbluetooth3-5.48-lp150.4.10 is installed
OR libbluetooth3-32bit-5.48-lp150.4.10 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.3 is installed
AND Package Information
gnutls-3.3.27-1 is installed
OR libgnutls-devel-3.3.27-1 is installed
OR libgnutls-openssl27-3.3.27-1 is installed
OR libgnutls28-3.3.27-1 is installed
OR libgnutls28-32bit-3.3.27-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
expat-2.1.0-13 is installed
OR libexpat1-2.1.0-13 is installed
OR libexpat1-32bit-2.1.0-13 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cpp48-4.8.5-24 is installed
OR gcc48-4.8.5-24 is installed
OR gcc48-32bit-4.8.5-24 is installed
OR gcc48-c++-4.8.5-24 is installed
OR gcc48-gij-4.8.5-24 is installed
OR gcc48-gij-32bit-4.8.5-24 is installed
OR gcc48-info-4.8.5-24 is installed
OR libasan0-4.8.5-24 is installed
OR libasan0-32bit-4.8.5-24 is installed
OR libgcj48-4.8.5-24 is installed
OR libgcj48-32bit-4.8.5-24 is installed
OR libgcj48-jar-4.8.5-24 is installed
OR libgcj_bc1-4.8.5-24 is installed
OR libstdc++48-devel-4.8.5-24 is installed
OR libstdc++48-devel-32bit-4.8.5-24 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libXfixes3-5.0.1-3 is installed
OR libXfixes3-32bit-5.0.1-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP4 is installed
AND dosfstools-3.0.26-6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
php7-7.2.5-4.40 is installed
OR php7-embed-7.2.5-4.40 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
grub2-2.02-17 is installed
OR grub2-i386-pc-2.02-17 is installed
OR grub2-snapper-plugin-2.02-17 is installed
OR grub2-systemd-sleep-plugin-2.02-17 is installed
OR grub2-x86_64-efi-2.02-17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND wget-1.19.5-3.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND Package Information
podman-1.4.4-4.11 is installed
OR podman-cni-config-1.4.4-4.11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
colord-color-profiles-1.4.2-1 is installed
OR libcolord-devel-1.4.2-1 is installed
OR libcolord-gtk-devel-0.1.26-1 is installed
OR libcolord-gtk1-0.1.26-1 is installed
OR libcolorhug2-1.4.2-1 is installed
OR typelib-1_0-Colord-1_0-1.4.2-1 is installed
OR typelib-1_0-ColordGtk-1_0-0.1.26-1 is installed
OR typelib-1_0-Colorhug-1_0-1.4.2-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libgme-devel-0.6.2-1 is installed
OR libgme0-0.6.2-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 is installed
AND jython-2.2.1-4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0_18_08-18.08.9-1.5 is installed
OR libslurm33-18.08.9-1.5 is installed
OR pdsh-2.33-7.6 is installed
OR pdsh-dshgroup-2.33-7.6 is installed
OR pdsh-genders-2.33-7.6 is installed
OR pdsh-machines-2.33-7.6 is installed
OR pdsh-netgroup-2.33-7.6 is installed
OR pdsh-slurm-2.33-7.6 is installed
OR pdsh-slurm_18_08-2.33-7.6 is installed
OR perl-slurm_18_08-18.08.9-1.5 is installed
OR slurm_18_08-18.08.9-1.5 is installed
OR slurm_18_08-auth-none-18.08.9-1.5 is installed
OR slurm_18_08-config-18.08.9-1.5 is installed
OR slurm_18_08-devel-18.08.9-1.5 is installed
OR slurm_18_08-doc-18.08.9-1.5 is installed
OR slurm_18_08-lua-18.08.9-1.5 is installed
OR slurm_18_08-munge-18.08.9-1.5 is installed
OR slurm_18_08-node-18.08.9-1.5 is installed
OR slurm_18_08-pam_slurm-18.08.9-1.5 is installed
OR slurm_18_08-plugins-18.08.9-1.5 is installed
OR slurm_18_08-slurmdbd-18.08.9-1.5 is installed
OR slurm_18_08-sql-18.08.9-1.5 is installed
OR slurm_18_08-torque-18.08.9-1.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.201-3.16 is installed
OR java-1_8_0-openjdk-demo-1.8.0.201-3.16 is installed
OR java-1_8_0-openjdk-devel-1.8.0.201-3.16 is installed
OR java-1_8_0-openjdk-headless-1.8.0.201-3.16 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.7 is installed
OR reiserfs-kmp-default-4.12.14-197.7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_16-default-3-2 is installed
OR kernel-livepatch-SLE15_Update_4-3-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
openssh-7.6p1-9.13 is installed
OR openssh-cavs-7.6p1-9.13 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
libsystemd0-mini-234-24.30 is installed
OR libudev-devel-32bit-234-24.30 is installed
OR libudev-mini-devel-234-24.30 is installed
OR libudev-mini1-234-24.30 is installed
OR nss-myhostname-234-24.30 is installed
OR nss-myhostname-32bit-234-24.30 is installed
OR nss-mymachines-234-24.30 is installed
OR nss-mymachines-32bit-234-24.30 is installed
OR nss-systemd-234-24.30 is installed
OR systemd-234-24.30 is installed
OR systemd-logger-234-24.30 is installed
OR systemd-mini-234-24.30 is installed
OR systemd-mini-bash-completion-234-24.30 is installed
OR systemd-mini-container-mini-234-24.30 is installed
OR systemd-mini-coredump-mini-234-24.30 is installed
OR systemd-mini-devel-234-24.30 is installed
OR systemd-mini-sysvinit-234-24.30 is installed
OR udev-mini-234-24.30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.38 is installed
OR kernel-azure-base-4.12.14-5.38 is installed
OR kernel-azure-devel-4.12.14-5.38 is installed
OR kernel-devel-azure-4.12.14-5.38 is installed
OR kernel-source-azure-4.12.14-5.38 is installed
OR kernel-syms-azure-4.12.14-5.38 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 Package Information
libecpg6-10.5-4.5 is installed
OR postgresql10-10.5-4.5 is installed
OR postgresql10-contrib-10.5-4.5 is installed
OR postgresql10-devel-10.5-4.5 is installed
OR postgresql10-docs-10.5-4.5 is installed
OR postgresql10-plperl-10.5-4.5 is installed
OR postgresql10-plpython-10.5-4.5 is installed
OR postgresql10-pltcl-10.5-4.5 is installed
OR postgresql10-server-10.5-4.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libshibsp-lite7-2.6.1-1 is installed
OR libshibsp7-2.6.1-1 is installed
OR shibboleth-sp-2.6.1-1 is installed
OR shibboleth-sp-devel-2.6.1-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
curl-7.37.0-28 is installed
OR libcurl4-7.37.0-28 is installed
OR libcurl4-32bit-7.37.0-28 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-11-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-11-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-11-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
e2fsprogs-1.42.11-7 is installed
OR libcom_err2-1.42.11-7 is installed
OR libcom_err2-32bit-1.42.11-7 is installed
OR libext2fs2-1.42.11-7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
MozillaFirefox-68.6.0-109.110 is installed
OR MozillaFirefox-devel-68.6.0-109.110 is installed
OR MozillaFirefox-translations-common-68.6.0-109.110 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
MozillaFirefox-68.6.0-109.110 is installed
OR MozillaFirefox-devel-68.6.0-109.110 is installed
OR MozillaFirefox-translations-common-68.6.0-109.110 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
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 SP2-ESPOS is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
kgraft-patch-4_4_121-92_73-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-7-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kernel-default-4.4.121-92.117 is installed
OR kernel-default-base-4.4.121-92.117 is installed
OR kernel-default-devel-4.4.121-92.117 is installed
OR kernel-default-man-4.4.121-92.117 is installed
OR kernel-devel-4.4.121-92.117 is installed
OR kernel-macros-4.4.121-92.117 is installed
OR kernel-source-4.4.121-92.117 is installed
OR kernel-syms-4.4.121-92.117 is installed
OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kernel-default-4.4.121-92.117 is installed
OR kernel-default-base-4.4.121-92.117 is installed
OR kernel-default-devel-4.4.121-92.117 is installed
OR kernel-default-man-4.4.121-92.117 is installed
OR kernel-devel-4.4.121-92.117 is installed
OR kernel-macros-4.4.121-92.117 is installed
OR kernel-source-4.4.121-92.117 is installed
OR kernel-syms-4.4.121-92.117 is installed
OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
perl-5.18.2-12.3 is installed
OR perl-32bit-5.18.2-12.3 is installed
OR perl-base-5.18.2-12.3 is installed
OR perl-doc-5.18.2-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
perl-5.18.2-12.3 is installed
OR perl-32bit-5.18.2-12.3 is installed
OR perl-base-5.18.2-12.3 is installed
OR perl-doc-5.18.2-12.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
fontconfig-2.11.1-7 is installed
OR fontconfig-32bit-2.11.1-7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
kernel-default-4.4.180-94.113 is installed
OR kernel-default-base-4.4.180-94.113 is installed
OR kernel-default-devel-4.4.180-94.113 is installed
OR kernel-devel-4.4.180-94.113 is installed
OR kernel-macros-4.4.180-94.113 is installed
OR kernel-source-4.4.180-94.113 is installed
OR kernel-syms-4.4.180-94.113 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
kernel-default-4.4.180-94.113 is installed
OR kernel-default-base-4.4.180-94.113 is installed
OR kernel-default-devel-4.4.180-94.113 is installed
OR kernel-devel-4.4.180-94.113 is installed
OR kernel-macros-4.4.180-94.113 is installed
OR kernel-source-4.4.180-94.113 is installed
OR kernel-syms-4.4.180-94.113 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_156-94_64-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_20-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_156-94_64-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_20-7-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_175-94_79-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_23-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_175-94_79-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_23-6-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
rsyslog-8.24.0-3.7 is installed
OR rsyslog-diag-tools-8.24.0-3.7 is installed
OR rsyslog-doc-8.24.0-3.7 is installed
OR rsyslog-module-gssapi-8.24.0-3.7 is installed
OR rsyslog-module-gtls-8.24.0-3.7 is installed
OR rsyslog-module-mysql-8.24.0-3.7 is installed
OR rsyslog-module-pgsql-8.24.0-3.7 is installed
OR rsyslog-module-relp-8.24.0-3.7 is installed
OR rsyslog-module-snmp-8.24.0-3.7 is installed
OR rsyslog-module-udpspoof-8.24.0-3.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
rsyslog-8.24.0-3.7 is installed
OR rsyslog-diag-tools-8.24.0-3.7 is installed
OR rsyslog-doc-8.24.0-3.7 is installed
OR rsyslog-module-gssapi-8.24.0-3.7 is installed
OR rsyslog-module-gtls-8.24.0-3.7 is installed
OR rsyslog-module-mysql-8.24.0-3.7 is installed
OR rsyslog-module-pgsql-8.24.0-3.7 is installed
OR rsyslog-module-relp-8.24.0-3.7 is installed
OR rsyslog-module-snmp-8.24.0-3.7 is installed
OR rsyslog-module-udpspoof-8.24.0-3.7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
libprocps3-3.3.9-11.14 is installed
OR procps-3.3.9-11.14 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
openssh-7.2p2-74.42 is installed
OR openssh-askpass-gnome-7.2p2-74.42 is installed
OR openssh-fips-7.2p2-74.42 is installed
OR openssh-helpers-7.2p2-74.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
openssh-7.2p2-74.42 is installed
OR openssh-askpass-gnome-7.2p2-74.42 is installed
OR openssh-fips-7.2p2-74.42 is installed
OR openssh-helpers-7.2p2-74.42 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
MozillaFirefox-68.9.0-109.123 is installed
OR MozillaFirefox-translations-common-68.9.0-109.123 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
MozillaFirefox-68.9.0-109.123 is installed
OR MozillaFirefox-translations-common-68.9.0-109.123 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
libvpx-1.6.1-6.3 is installed
OR libvpx4-1.6.1-6.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr6.5-3.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr6.5-3.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr6.5-3.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr6.5-3.33 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.55-52.45 is installed
OR kernel-default-extra-3.12.55-52.45 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libwebkit2gtk3-lang-2.20.3-2.23 is installed
OR webkit2gtk3-2.20.3-2.23 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND doxygen-1.8.6-3.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
ImageMagick-6.8.8.1-71.131 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.131 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.131 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libopencv3_3-3.3.1-4 is installed
OR opencv-3.3.1-4 is installed
OR opencv-devel-3.3.1-4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.7 is installed
OR kernel-default-extra-4.12.14-197.7 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 7 is installed
AND Package Information
kernel-default-4.4.121-92.73 is installed
OR kernel-default-base-4.4.121-92.73 is installed
OR kernel-default-devel-4.4.121-92.73 is installed
OR kernel-default-man-4.4.121-92.73 is installed
OR kernel-devel-4.4.121-92.73 is installed
OR kernel-macros-4.4.121-92.73 is installed
OR kernel-source-4.4.121-92.73 is installed
OR kernel-syms-4.4.121-92.73 is installed
OR kgraft-patch-4_4_121-92_73-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_21-1-3.3 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
ruby2.1-rubygem-activejob-4_2-4.2.9-3.6 is installed
OR rubygem-activejob-4_2-4.2.9-3.6 is installed
|