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): | 1042781 1042812 1042826 1043289 1049072 1049825 1052829 1053417 1085003 1094327 1096254 1099031 1102062 1102068 1102073 1108382 1109137 1109893 1110542 1111319 1112911 1113296 1114674 1116995 1120629 1120630 1120631 1125535 1127155 1127223 1127308 1128574 1130324 1131823 1133190 1133738 1134226 1134395 1134701 1136922 1136935 1137194 1137977 1138291 1140039 1140575 1145521 1153674 1154862 1160968 1166751 1169511 1171352 1172277 1173100 1173659 1173661 1173663 1173664 1173665 1173666 1173867 1173869 1173942 1173963 1174247 941922 CVE-2009-5155 CVE-2015-5186 CVE-2017-11403 CVE-2017-7753 CVE-2017-7779 CVE-2017-7782 CVE-2017-7784 CVE-2017-7785 CVE-2017-7786 CVE-2017-7787 CVE-2017-7791 CVE-2017-7792 CVE-2017-7798 CVE-2017-7800 CVE-2017-7801 CVE-2017-7802 CVE-2017-7803 CVE-2017-7804 CVE-2017-7807 CVE-2017-9439 CVE-2017-9440 CVE-2017-9501 CVE-2018-1116 CVE-2018-14598 CVE-2018-14599 CVE-2018-14600 CVE-2018-18311 CVE-2018-20532 CVE-2018-20533 CVE-2018-20534 CVE-2018-20836 CVE-2019-0155 CVE-2019-10126 CVE-2019-10638 CVE-2019-10639 CVE-2019-11487 CVE-2019-11599 CVE-2019-12380 CVE-2019-12456 CVE-2019-12614 CVE-2019-12818 CVE-2019-12819 CVE-2019-14287 CVE-2019-14814 CVE-2019-14815 CVE-2019-14816 CVE-2019-14895 CVE-2019-14901 CVE-2019-16746 CVE-2019-17498 CVE-2019-18680 CVE-2019-19447 CVE-2019-2949 CVE-2019-9169 CVE-2019-9458 CVE-2019-9924 CVE-2020-0556 CVE-2020-11668 CVE-2020-14331 CVE-2020-2654 CVE-2020-2754 CVE-2020-2755 CVE-2020-2756 CVE-2020-2757 CVE-2020-2781 CVE-2020-2800 CVE-2020-2803 CVE-2020-2805 CVE-2020-2830 SUSE-SU-2017:2199-1 SUSE-SU-2017:2589-1 SUSE-SU-2017:3441-1 SUSE-SU-2018:2163-1 SUSE-SU-2018:3102-1 SUSE-SU-2019:0838-1 SUSE-SU-2019:1166-1 SUSE-SU-2019:1823-1 SUSE-SU-2019:2666-1 SUSE-SU-2019:2936-1 SUSE-SU-2020:1685-1 SUSE-SU-2020:2491-1
|
Platform(s): | 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 Desktop Applications 15 SP2 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 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 SUSE Linux Enterprise Module for Python2 packages 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 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 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 SP1 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
libpoppler-cpp0-0.43.0-3 is installed
OR libpoppler-devel-0.43.0-3 is installed
OR libpoppler-glib8-0.43.0-3 is installed
OR libpoppler-qt5-1-0.43.0-3 is installed
OR libpoppler-qt5-devel-0.43.0-3 is installed
OR libpoppler60-0.43.0-3 is installed
OR poppler-tools-0.43.0-3 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 busybox-1.21.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cups-1.7.5-12 is installed
OR cups-client-1.7.5-12 is installed
OR cups-libs-1.7.5-12 is installed
OR cups-libs-32bit-1.7.5-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
bash-4.3-82 is installed
OR bash-doc-4.3-82 is installed
OR bash-lang-4.3-82 is installed
OR libreadline6-6.3-82 is installed
OR libreadline6-32bit-6.3-82 is installed
OR readline-doc-6.3-82 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
gnome-online-accounts-3.20.5-9 is installed
OR gnome-online-accounts-lang-3.20.5-9 is installed
OR libgoa-1_0-0-3.20.5-9 is installed
OR libgoa-1_0-0-32bit-3.20.5-9 is installed
OR libgoa-backend-1_0-1-3.20.5-9 is installed
OR typelib-1_0-Goa-1_0-3.20.5-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
opencv-3.3.1-6.6 is installed
OR python2-opencv-3.3.1-6.6 is installed
OR python3-opencv-3.3.1-6.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND screen-4.6.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
glib2-devel-2.54.3-4.10 is installed
OR glib2-lang-2.54.3-4.10 is installed
OR glib2-tools-2.54.3-4.10 is installed
OR libgio-2_0-0-2.54.3-4.10 is installed
OR libgio-2_0-0-32bit-2.54.3-4.10 is installed
OR libglib-2_0-0-2.54.3-4.10 is installed
OR libglib-2_0-0-32bit-2.54.3-4.10 is installed
OR libgmodule-2_0-0-2.54.3-4.10 is installed
OR libgmodule-2_0-0-32bit-2.54.3-4.10 is installed
OR libgobject-2_0-0-2.54.3-4.10 is installed
OR libgobject-2_0-0-32bit-2.54.3-4.10 is installed
OR libgthread-2_0-0-2.54.3-4.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND runc-1.0.0~rc10-1.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libIlmImf-2_2-23-2.2.1-3.6 is installed
OR libIlmImfUtil-2_2-23-2.2.1-3.6 is installed
OR openexr-2.2.1-3.6 is installed
OR openexr-devel-2.2.1-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
gtk2-data-2.24.32-2 is installed
OR gtk2-tools-32bit-2.24.32-2 is installed
OR libgtk-2_0-0-32bit-2.24.32-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP2 is installed
AND Package Information
MozillaFirefox-68.6.1-3.81 is installed
OR MozillaFirefox-devel-68.6.1-3.81 is installed
OR MozillaFirefox-translations-common-68.6.1-3.81 is installed
OR MozillaFirefox-translations-other-68.6.1-3.81 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
kernel-docs-4.12.14-25.3 is installed
OR kernel-obs-build-4.12.14-25.3 is installed
OR kernel-source-4.12.14-25.3 is installed
OR kernel-syms-4.12.14-25.3 is installed
OR kernel-vanilla-4.12.14-25.3 is installed
OR kernel-vanilla-base-4.12.14-25.3 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.242-3.30 is installed
OR java-1_8_0-openjdk-demo-1.8.0.242-3.30 is installed
OR java-1_8_0-openjdk-devel-1.8.0.242-3.30 is installed
OR java-1_8_0-openjdk-headless-1.8.0.242-3.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.34 is installed
OR reiserfs-kmp-default-4.12.14-197.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-150_27-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_12-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.18 is installed
OR kernel-default-livepatch-4.12.14-197.18 is installed
OR kernel-default-livepatch-devel-4.12.14-197.18 is installed
OR kernel-livepatch-4_12_14-197_18-default-1-3.3 is installed
OR kernel-livepatch-SLE15-SP1_Update_5-1-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
dbus-1-1.12.2-3.5 is installed
OR dbus-1-devel-doc-1.12.2-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
axis-1.4-5.8 is installed
OR axis-manual-1.4-5.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
python-paramiko-2.4.2-3.3 is installed
OR python3-paramiko-2.4.2-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND Package Information
libsamba-policy0-4.9.5+git.243.e76c5cb3d97-3.21 is installed
OR samba-4.9.5+git.243.e76c5cb3d97-3.21 is installed
OR samba-ad-dc-4.9.5+git.243.e76c5cb3d97-3.21 is installed
OR samba-dsdb-modules-4.9.5+git.243.e76c5cb3d97-3.21 is installed
OR samba-libs-python-4.9.5+git.243.e76c5cb3d97-3.21 is installed
OR samba-python-4.9.5+git.243.e76c5cb3d97-3.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
libvirt-4.0.0-9.22 is installed
OR libvirt-admin-4.0.0-9.22 is installed
OR libvirt-client-4.0.0-9.22 is installed
OR libvirt-daemon-4.0.0-9.22 is installed
OR libvirt-daemon-config-network-4.0.0-9.22 is installed
OR libvirt-daemon-config-nwfilter-4.0.0-9.22 is installed
OR libvirt-daemon-driver-interface-4.0.0-9.22 is installed
OR libvirt-daemon-driver-libxl-4.0.0-9.22 is installed
OR libvirt-daemon-driver-lxc-4.0.0-9.22 is installed
OR libvirt-daemon-driver-network-4.0.0-9.22 is installed
OR libvirt-daemon-driver-nodedev-4.0.0-9.22 is installed
OR libvirt-daemon-driver-nwfilter-4.0.0-9.22 is installed
OR libvirt-daemon-driver-qemu-4.0.0-9.22 is installed
OR libvirt-daemon-driver-secret-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-core-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-disk-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-iscsi-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-logical-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-mpath-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-rbd-4.0.0-9.22 is installed
OR libvirt-daemon-driver-storage-scsi-4.0.0-9.22 is installed
OR libvirt-daemon-hooks-4.0.0-9.22 is installed
OR libvirt-daemon-lxc-4.0.0-9.22 is installed
OR libvirt-daemon-qemu-4.0.0-9.22 is installed
OR libvirt-daemon-xen-4.0.0-9.22 is installed
OR libvirt-devel-4.0.0-9.22 is installed
OR libvirt-doc-4.0.0-9.22 is installed
OR libvirt-lock-sanlock-4.0.0-9.22 is installed
OR libvirt-nss-4.0.0-9.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
gnuplot-5.2.2-3.3 is installed
OR gnuplot-doc-5.2.2-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
apache2-mod_php7-7.2.5-4.3 is installed
OR php7-7.2.5-4.3 is installed
OR php7-bcmath-7.2.5-4.3 is installed
OR php7-bz2-7.2.5-4.3 is installed
OR php7-calendar-7.2.5-4.3 is installed
OR php7-ctype-7.2.5-4.3 is installed
OR php7-curl-7.2.5-4.3 is installed
OR php7-dba-7.2.5-4.3 is installed
OR php7-devel-7.2.5-4.3 is installed
OR php7-dom-7.2.5-4.3 is installed
OR php7-enchant-7.2.5-4.3 is installed
OR php7-exif-7.2.5-4.3 is installed
OR php7-fastcgi-7.2.5-4.3 is installed
OR php7-fileinfo-7.2.5-4.3 is installed
OR php7-fpm-7.2.5-4.3 is installed
OR php7-ftp-7.2.5-4.3 is installed
OR php7-gd-7.2.5-4.3 is installed
OR php7-gettext-7.2.5-4.3 is installed
OR php7-gmp-7.2.5-4.3 is installed
OR php7-iconv-7.2.5-4.3 is installed
OR php7-intl-7.2.5-4.3 is installed
OR php7-json-7.2.5-4.3 is installed
OR php7-ldap-7.2.5-4.3 is installed
OR php7-mbstring-7.2.5-4.3 is installed
OR php7-mysql-7.2.5-4.3 is installed
OR php7-odbc-7.2.5-4.3 is installed
OR php7-opcache-7.2.5-4.3 is installed
OR php7-openssl-7.2.5-4.3 is installed
OR php7-pcntl-7.2.5-4.3 is installed
OR php7-pdo-7.2.5-4.3 is installed
OR php7-pear-7.2.5-4.3 is installed
OR php7-pear-Archive_Tar-7.2.5-4.3 is installed
OR php7-pgsql-7.2.5-4.3 is installed
OR php7-phar-7.2.5-4.3 is installed
OR php7-posix-7.2.5-4.3 is installed
OR php7-shmop-7.2.5-4.3 is installed
OR php7-snmp-7.2.5-4.3 is installed
OR php7-soap-7.2.5-4.3 is installed
OR php7-sockets-7.2.5-4.3 is installed
OR php7-sqlite-7.2.5-4.3 is installed
OR php7-sysvmsg-7.2.5-4.3 is installed
OR php7-sysvsem-7.2.5-4.3 is installed
OR php7-sysvshm-7.2.5-4.3 is installed
OR php7-tokenizer-7.2.5-4.3 is installed
OR php7-wddx-7.2.5-4.3 is installed
OR php7-xmlreader-7.2.5-4.3 is installed
OR php7-xmlrpc-7.2.5-4.3 is installed
OR php7-xmlwriter-7.2.5-4.3 is installed
OR php7-xsl-7.2.5-4.3 is installed
OR php7-zip-7.2.5-4.3 is installed
OR php7-zlib-7.2.5-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_63-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
bind-9.9.9P1-46 is installed
OR bind-chrootenv-9.9.9P1-46 is installed
OR bind-doc-9.9.9P1-46 is installed
OR 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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL 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-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 Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL 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-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
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
xen-4.7.6_04-43.39 is installed
OR xen-doc-html-4.7.6_04-43.39 is installed
OR xen-libs-4.7.6_04-43.39 is installed
OR xen-libs-32bit-4.7.6_04-43.39 is installed
OR xen-tools-4.7.6_04-43.39 is installed
OR xen-tools-domU-4.7.6_04-43.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
bluez-5.13-5.23 is installed
OR libbluetooth3-5.13-5.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
bluez-5.13-5.23 is installed
OR libbluetooth3-5.13-5.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
MozillaFirefox-60.3.0-109.50 is installed
OR MozillaFirefox-devel-60.3.0-109.50 is installed
OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
ImageMagick-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
ImageMagick-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND libotr5-4.0.0-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr6.10-30.69 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr6.10-30.69 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr6.10-30.69 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr6.10-30.69 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr6.10-30.69 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr6.10-30.69 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr6.10-30.69 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr6.10-30.69 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
glibc-2.22-62.22 is installed
OR glibc-32bit-2.22-62.22 is installed
OR glibc-devel-2.22-62.22 is installed
OR glibc-devel-32bit-2.22-62.22 is installed
OR glibc-html-2.22-62.22 is installed
OR glibc-i18ndata-2.22-62.22 is installed
OR glibc-info-2.22-62.22 is installed
OR glibc-locale-2.22-62.22 is installed
OR glibc-locale-32bit-2.22-62.22 is installed
OR glibc-profile-2.22-62.22 is installed
OR glibc-profile-32bit-2.22-62.22 is installed
OR nscd-2.22-62.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND sudo-1.8.20p2-3.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND sudo-1.8.20p2-3.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
ImageMagick-6.8.8.1-71.93 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.93 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.93 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
ImageMagick-6.8.8.1-71.93 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.93 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
ovmf-2017+git1492060560.b6d11d7c46-4.12 is installed
OR ovmf-tools-2017+git1492060560.b6d11d7c46-4.12 is installed
OR qemu-ovmf-x86_64-2017+git1492060560.b6d11d7c46-4.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-38.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-38.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
kernel-default-4.12.14-122.20 is installed
OR kernel-default-base-4.12.14-122.20 is installed
OR kernel-default-devel-4.12.14-122.20 is installed
OR kernel-default-man-4.12.14-122.20 is installed
OR kernel-devel-4.12.14-122.20 is installed
OR kernel-macros-4.12.14-122.20 is installed
OR kernel-source-4.12.14-122.20 is installed
OR kernel-syms-4.12.14-122.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
kernel-default-4.12.14-122.20 is installed
OR kernel-default-base-4.12.14-122.20 is installed
OR kernel-default-devel-4.12.14-122.20 is installed
OR kernel-default-man-4.12.14-122.20 is installed
OR kernel-devel-4.12.14-122.20 is installed
OR kernel-macros-4.12.14-122.20 is installed
OR kernel-source-4.12.14-122.20 is installed
OR kernel-syms-4.12.14-122.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
libpcp-devel-3.11.9-5.8 is installed
OR libpcp3-3.11.9-5.8 is installed
OR libpcp_gui2-3.11.9-5.8 is installed
OR libpcp_import1-3.11.9-5.8 is installed
OR libpcp_mmv1-3.11.9-5.8 is installed
OR libpcp_trace2-3.11.9-5.8 is installed
OR libpcp_web1-3.11.9-5.8 is installed
OR pcp-3.11.9-5.8 is installed
OR pcp-conf-3.11.9-5.8 is installed
OR pcp-devel-3.11.9-5.8 is installed
OR pcp-doc-3.11.9-5.8 is installed
OR pcp-import-iostat2pcp-3.11.9-5.8 is installed
OR pcp-import-mrtg2pcp-3.11.9-5.8 is installed
OR pcp-import-sar2pcp-3.11.9-5.8 is installed
OR perl-PCP-LogImport-3.11.9-5.8 is installed
OR perl-PCP-LogSummary-3.11.9-5.8 is installed
OR perl-PCP-MMV-3.11.9-5.8 is installed
OR perl-PCP-PMDA-3.11.9-5.8 is installed
OR python-pcp-3.11.9-5.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.411-4 is installed
OR flash-player-gnome-11.2.202.411-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.51-60.25 is installed
OR kernel-default-extra-3.12.51-60.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
libvpx-1.3.0-3.6 is installed
OR libvpx1-32bit-1.3.0-3.6 is installed
OR vpx-tools-1.3.0-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
libgadu-devel-1.12.2-1 is installed
OR libgadu3-1.12.2-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
res-signingkeys-3.0.38-52.26 is installed
OR smt-3.0.38-52.26 is installed
OR smt-support-3.0.38-52.26 is installed
|