Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP2 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-3620: Local attackers on baremetal systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data. (bnc#1087081). - CVE-2018-3646: Local attackers in virtualized guest systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data, even from other virtual machines or the host system. (bnc#1089343). - CVE-2018-5390 aka 'SegmentSmack': The Linux Kernel can be forced to make very expensive calls to tcp_collapse_ofo_queue() and tcp_prune_ofo_queue() for every incoming packet which can lead to a denial of service (bnc#1102340). - CVE-2018-5391 aka 'FragmentSmack': A flaw in the IP packet reassembly could be used by remote attackers to consume lots of CPU time (bnc#1103097). - CVE-2018-14734: drivers/infiniband/core/ucma.c allowed ucma_leave_multicast to access a certain data structure after a cleanup step in ucma_process_join, which allowed attackers to cause a denial of service (use-after-free) (bnc#1103119). - CVE-2017-18344: The timer_create syscall implementation in kernel/time/posix-timers.c didn't properly validate the sigevent->sigev_notify field, which leads to out-of-bounds access in the show_timer function (called when /proc/$PID/timers is read). This allowed userspace applications to read arbitrary kernel memory (on a kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE) (bnc#1102851 bnc#1103580). - CVE-2018-9385: When printing the 'driver_override' option from with-in the amba driver, a very long line could expose one additional uninitialized byte (bnc#1100491). - CVE-2018-13053: The alarm_timer_nsleep function in kernel/time/alarmtimer.c had an integer overflow via a large relative timeout because ktime_add_safe is not used (bnc#1099924). - CVE-2018-13405: The inode_init_owner function in fs/inode.c allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1100416). - CVE-2018-13406: An integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used (bnc#1098016 1100418). - CVE-2018-5814: Multiple race condition errors when handling probe, disconnect, and rebind operations could be exploited to trigger a use-after-free condition or a NULL pointer dereference by sending multiple USB over IP packets (bnc#1096480).
The following non-security bugs were fixed:
- Add support for 5,25,50, and 100G to 802.3ad bonding driver (bsc#1096978) - bcache: add backing_request_endio() for bi_end_io (bsc#1064232). - bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags (bsc#1064232). - bcache: add io_disable to struct cached_dev (bsc#1064232). - bcache: add journal statistic (bsc#1076110). - bcache: Add __printf annotation to __bch_check_keys() (bsc#1064232). - bcache: add stop_when_cache_set_failed option to backing device (bsc#1064232). - bcache: add wait_for_kthread_stop() in bch_allocator_thread() (bsc#1064232). - bcache: Annotate switch fall-through (bsc#1064232). - bcache: closures: move control bits one bit right (bsc#1076110). - bcache: correct flash only vols (check all uuids) (bsc#1064232). - bcache: count backing device I/O error for writeback I/O (bsc#1064232). - bcache: do not attach backing with duplicate UUID (bsc#1076110). - bcache: Fix a compiler warning in bcache_device_init() (bsc#1064232). - bcache: fix cached_dev->count usage for bch_cache_set_error() (bsc#1064232). - bcache: fix crashes in duplicate cache device register (bsc#1076110). - bcache: fix error return value in memory shrink (bsc#1064232). - bcache: fix for allocator and register thread race (bsc#1076110). - bcache: fix for data collapse after re-attaching an attached device (bsc#1076110). - bcache: fix high CPU occupancy during journal (bsc#1076110). - bcache: Fix, improve efficiency of closure_sync() (bsc#1076110). - bcache: fix inaccurate io state for detached bcache devices (bsc#1064232). - bcache: fix incorrect sysfs output value of strip size (bsc#1064232). - bcache: Fix indentation (bsc#1064232). - bcache: fix kcrashes with fio in RAID5 backend dev (bsc#1076110). - bcache: Fix kernel-doc warnings (bsc#1064232). - bcache: fix misleading error message in bch_count_io_errors() (bsc#1064232). - bcache: fix using of loop variable in memory shrink (bsc#1064232). - bcache: fix writeback target calc on large devices (bsc#1076110). - bcache: fix wrong return value in bch_debug_init() (bsc#1076110). - bcache: mark closure_sync() __sched (bsc#1076110). - bcache: move closure debug file into debug directory (bsc#1064232). - bcache: properly set task state in bch_writeback_thread() (bsc#1064232). - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set (bsc#1064232). - bcache: reduce cache_set devices iteration by devices_max_used (bsc#1064232). - bcache: Reduce the number of sparse complaints about lock imbalances (bsc#1064232). - bcache: Remove an unused variable (bsc#1064232). - bcache: ret IOERR when read meets metadata error (bsc#1076110). - bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n (bsc#1064232). - bcache: return attach error when no cache set exist (bsc#1076110). - bcache: segregate flash only volume write streams (bsc#1076110). - bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() (bsc#1064232). - bcache: set dc->io_disable to true in conditional_stop_bcache_device() (bsc#1064232). - bcache: set error_limit correctly (bsc#1064232). - bcache: set writeback_rate_update_seconds in range [1, 60] seconds (bsc#1064232). - bcache: stop bcache device when backing device is offline (bsc#1064232). - bcache: stop dc->writeback_rate_update properly (bsc#1064232). - bcache: stop writeback thread after detaching (bsc#1076110). - bcache: store disk name in struct cache and struct cached_dev (bsc#1064232). - bcache: Suppress more warnings about set-but-not-used variables (bsc#1064232). - bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set (bsc#1064232). - bcache: Use PTR_ERR_OR_ZERO() (bsc#1076110). - bpf: properly enforce index mask to prevent out-of-bounds speculation (bsc#1098425). - cifs: Check for timeout on Negotiate stage (bsc#1091171). - cifs: fix bad/NULL ptr dereferencing in SMB2_sess_setup() (bsc#1090123). - cpu/hotplug: Add sysfs state interface (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Split do_cpu_down() (bsc#1089343). - ext4: fix unsupported feature message formatting (bsc#1098435). - Hang/soft lockup in d_invalidate with simultaneous calls (bsc#1094248, bsc@1097140). - ixgbe: fix possible race in reset subtask (bsc#1101557). - ixgbe: Refactor queue disable logic to take completion time into account (bsc#1101557). - ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device (bsc#1101557). - ixgbe: use atomic bitwise operations when handling reset requests (bsc#1101557). - kabi/severities: add PASS to drivers/md/bcache/*, no one uses bcache kernel module. - procfs: add tunable for fd/fdinfo dentry retention (bsc#1086652). - sched/sysctl: Check user input value of sysctl_sched_time_avg (bsc#1100089). - signals: avoid unnecessary taking of sighand->siglock (bsc#1096130). - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings (bsc#1089343). Update config files. - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343). - x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/mm: Simplify p[g4um]d_page() macros (1087081). - x86/pti: do not report XenPV as vulnerable (bsc#1097551). - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation (bsc#1089343). - x86/smp: Provide topology_is_primary_thread() (bsc#1089343). - x86/topology: Add topology_max_smt_threads() (bsc#1089343). - x86/topology: Provide topology_smt_supported() (bsc#1089343). - xen/grant-table: log the lack of grants (bnc#1085042).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1027519 1041783 1042802 1042803 1043088 1045719 1045721 1060653 1061876 1063824 1064232 1076110 1081294 1083635 1085042 1086039 1086652 1087081 1089152 1089343 1089635 1090123 1090820 1090822 1090823 1091171 1092100 1094248 1096130 1096480 1096978 1097140 1097551 1098016 1098425 1098435 1099924 1100089 1100416 1100418 1100491 1101557 1102340 1102851 1103097 1103119 1103580 1130831 1150003 1150250 1154609 1155321 1156318 1158763 1159329 1161719 1163809 1165528 1169658 1169947 1170715 1172698 1172704 1172906 1172935 1173197 1173948 1174415 1174538 1176496 1176764 1178038 944458 CVE-2013-7490 CVE-2015-6806 CVE-2017-1000254 CVE-2017-1000257 CVE-2017-18344 CVE-2017-5754 CVE-2017-7511 CVE-2017-7515 CVE-2017-9406 CVE-2017-9408 CVE-2017-9775 CVE-2017-9776 CVE-2018-10471 CVE-2018-10472 CVE-2018-1122 CVE-2018-1123 CVE-2018-1124 CVE-2018-1125 CVE-2018-1126 CVE-2018-13053 CVE-2018-13405 CVE-2018-13406 CVE-2018-14734 CVE-2018-3620 CVE-2018-3646 CVE-2018-5390 CVE-2018-5391 CVE-2018-5814 CVE-2018-7169 CVE-2018-8897 CVE-2018-9385 CVE-2019-1547 CVE-2019-1563 CVE-2019-18197 CVE-2019-18900 CVE-2019-20919 CVE-2019-8625 CVE-2019-8710 CVE-2019-8720 CVE-2019-8743 CVE-2019-8764 CVE-2019-8766 CVE-2019-8769 CVE-2019-8771 CVE-2019-8782 CVE-2019-8783 CVE-2019-8808 CVE-2019-8811 CVE-2019-8812 CVE-2019-8813 CVE-2019-8814 CVE-2019-8815 CVE-2019-8816 CVE-2019-8819 CVE-2019-8820 CVE-2019-8823 CVE-2019-8835 CVE-2019-8844 CVE-2019-8846 CVE-2020-10018 CVE-2020-11793 CVE-2020-14093 CVE-2020-14154 CVE-2020-14954 CVE-2020-15652 CVE-2020-15653 CVE-2020-15654 CVE-2020-15655 CVE-2020-15656 CVE-2020-15657 CVE-2020-15658 CVE-2020-15659 CVE-2020-15900 CVE-2020-3862 CVE-2020-3864 CVE-2020-3865 CVE-2020-3867 CVE-2020-3868 CVE-2020-6463 CVE-2020-6514 CVE-2020-8023 SUSE-SU-2017:1999-1 SUSE-SU-2017:2831-1 SUSE-SU-2018:0662-1 SUSE-SU-2018:1836-1 SUSE-SU-2018:2344-2 SUSE-SU-2018:3230-1 SUSE-SU-2019:1354-1 SUSE-SU-2019:2413-1 SUSE-SU-2020:0920-2 SUSE-SU-2020:1135-1 SUSE-SU-2020:1859-1 SUSE-SU-2020:2097-1 SUSE-SU-2020:2100-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 SP1 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 Realtime packages 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 SP4-ESPOS SUSE Linux Enterprise Server 12 SP5 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 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
chromedriver-70.0.3538.102-lp150.2.23 is installed
OR chromium-70.0.3538.102-lp150.2.23 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
libQt5Concurrent-devel-5.6.2-6 is installed
OR libQt5Concurrent5-5.6.2-6 is installed
OR libQt5Core-devel-5.6.2-6 is installed
OR libQt5Core-private-headers-devel-5.6.2-6 is installed
OR libQt5Core5-5.6.2-6 is installed
OR libQt5DBus-devel-5.6.2-6 is installed
OR libQt5DBus5-5.6.2-6 is installed
OR libQt5Gui-devel-5.6.2-6 is installed
OR libQt5Gui-private-headers-devel-5.6.2-6 is installed
OR libQt5Gui5-5.6.2-6 is installed
OR libQt5Network-devel-5.6.2-6 is installed
OR libQt5Network5-5.6.2-6 is installed
OR libQt5OpenGL-devel-5.6.2-6 is installed
OR libQt5OpenGL5-5.6.2-6 is installed
OR libQt5PlatformHeaders-devel-5.6.2-6 is installed
OR libQt5PrintSupport-devel-5.6.2-6 is installed
OR libQt5PrintSupport5-5.6.2-6 is installed
OR libQt5Sql-devel-5.6.2-6 is installed
OR libQt5Sql5-5.6.2-6 is installed
OR libQt5Sql5-mysql-5.6.2-6 is installed
OR libQt5Sql5-postgresql-5.6.2-6 is installed
OR libQt5Sql5-sqlite-5.6.2-6 is installed
OR libQt5Sql5-unixODBC-5.6.2-6 is installed
OR libQt5Test-devel-5.6.2-6 is installed
OR libQt5Test5-5.6.2-6 is installed
OR libQt5Widgets-devel-5.6.2-6 is installed
OR libQt5Widgets5-5.6.2-6 is installed
OR libQt5Xml-devel-5.6.2-6 is installed
OR libQt5Xml5-5.6.2-6 is installed
OR libqt5-qtbase-common-devel-5.6.2-6 is installed
OR libqt5-qtbase-devel-5.6.2-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
evince-3.10.3-1 is installed
OR evince-lang-3.10.3-1 is installed
OR libevdocument3-4-3.10.3-1 is installed
OR libevview3-3-3.10.3-1 is installed
OR typelib-1_0-EvinceDocument-3_0-3.10.3-1 is installed
OR typelib-1_0-EvinceView-3_0-3.10.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND clamav-0.98.7-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
bzip2-1.0.6-29 is installed
OR libbz2-1-1.0.6-29 is installed
OR libbz2-1-32bit-1.0.6-29 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 cifs-utils-6.5-9.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
ffmpeg-3.4.2-4.12 is installed
OR libavdevice57-3.4.2-4.12 is installed
OR libavfilter6-3.4.2-4.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND libopus0-1.2.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
firewall-macros-0.5.5-4.24 is installed
OR firewalld-0.5.5-4.24 is installed
OR firewalld-lang-0.5.5-4.24 is installed
OR python3-firewall-0.5.5-4.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libass-devel-0.14.0-1 is installed
OR libass9-0.14.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
ImageMagick-7.0.7.34-3.61 is installed
OR ImageMagick-config-7-SUSE-7.0.7.34-3.61 is installed
OR ImageMagick-devel-7.0.7.34-3.61 is installed
OR libMagick++-7_Q16HDRI4-7.0.7.34-3.61 is installed
OR libMagick++-devel-7.0.7.34-3.61 is installed
OR libMagickCore-7_Q16HDRI6-7.0.7.34-3.61 is installed
OR libMagickWand-7_Q16HDRI6-7.0.7.34-3.61 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
libsolv-0.7.10-3.13 is installed
OR perl-solv-0.7.10-3.13 is installed
OR ruby-solv-0.7.10-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.4 is installed
OR reiserfs-kmp-default-4.12.14-197.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND kernel-default-livepatch-4.12.14-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-195-default-4-10 is installed
OR kernel-livepatch-SLE15-SP1_Update_0-4-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
libsystemd0-mini-234-24.15 is installed
OR libudev-mini-devel-234-24.15 is installed
OR libudev-mini1-234-24.15 is installed
OR nss-myhostname-234-24.15 is installed
OR nss-mymachines-234-24.15 is installed
OR nss-systemd-234-24.15 is installed
OR systemd-234-24.15 is installed
OR systemd-logger-234-24.15 is installed
OR systemd-mini-234-24.15 is installed
OR systemd-mini-bash-completion-234-24.15 is installed
OR systemd-mini-container-mini-234-24.15 is installed
OR systemd-mini-coredump-mini-234-24.15 is installed
OR systemd-mini-devel-234-24.15 is installed
OR systemd-mini-sysvinit-234-24.15 is installed
OR udev-mini-234-24.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
python-Werkzeug-0.14.1-6.3 is installed
OR python-Werkzeug-doc-0.14.1-6.3 is installed
OR python2-Werkzeug-0.14.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Realtime packages 15 SP1 is installed
AND Package Information
cluster-md-kmp-rt-4.12.14-14.11 is installed
OR dlm-kmp-rt-4.12.14-14.11 is installed
OR gfs2-kmp-rt-4.12.14-14.11 is installed
OR kernel-devel-rt-4.12.14-14.11 is installed
OR kernel-rt-4.12.14-14.11 is installed
OR kernel-rt-base-4.12.14-14.11 is installed
OR kernel-rt-devel-4.12.14-14.11 is installed
OR kernel-rt_debug-4.12.14-14.11 is installed
OR kernel-rt_debug-devel-4.12.14-14.11 is installed
OR kernel-source-rt-4.12.14-14.11 is installed
OR kernel-syms-rt-4.12.14-14.11 is installed
OR ocfs2-kmp-rt-4.12.14-14.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND apache2-mod_jk-1.2.43-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
postgresql-contrib-10-6 is installed
OR postgresql-devel-10-6 is installed
OR postgresql-docs-10-6 is installed
OR postgresql-plperl-10-6 is installed
OR postgresql-plpython-10-6 is installed
OR postgresql-pltcl-10-6 is installed
OR postgresql-server-10-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libxslt-1.1.28-16 is installed
OR libxslt-tools-1.1.28-16 is installed
OR libxslt1-1.1.28-16 is installed
OR libxslt1-32bit-1.1.28-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_48-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
emacs-24.3-16 is installed
OR emacs-el-24.3-16 is installed
OR emacs-info-24.3-16 is installed
OR emacs-nox-24.3-16 is installed
OR emacs-x11-24.3-16 is installed
OR etags-24.3-16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
kernel-firmware-20170530-21.28 is installed
OR ucode-amd-20170530-21.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND mutt-1.10.1-55.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND mutt-1.10.1-55.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS 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 |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_120-92_70-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-4-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
jakarta-taglibs-standard-1.1.1-255 is installed
OR jakarta-taglibs-standard-javadoc-1.1.1-255 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libldap-2_4-2-2.4.41-18.71 is installed
OR libldap-2_4-2-32bit-2.4.41-18.71 is installed
OR openldap2-2.4.41-18.71 is installed
OR openldap2-back-meta-2.4.41-18.71 is installed
OR openldap2-client-2.4.41-18.71 is installed
OR openldap2-doc-2.4.41-18.71 is installed
OR openldap2-ppolicy-check-password-1.2-18.71 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libldap-2_4-2-2.4.41-18.71 is installed
OR libldap-2_4-2-32bit-2.4.41-18.71 is installed
OR openldap2-2.4.41-18.71 is installed
OR openldap2-back-meta-2.4.41-18.71 is installed
OR openldap2-client-2.4.41-18.71 is installed
OR openldap2-doc-2.4.41-18.71 is installed
OR openldap2-ppolicy-check-password-1.2-18.71 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_180-94_97-default-4-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_180-94_97-default-4-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-4-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libopenssl-devel-1.0.2j-60.55 is installed
OR libopenssl1_0_0-1.0.2j-60.55 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.55 is installed
OR openssl-1.0.2j-60.55 is installed
OR openssl-doc-1.0.2j-60.55 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libopenssl-devel-1.0.2j-60.55 is installed
OR libopenssl1_0_0-1.0.2j-60.55 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.55 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.55 is installed
OR openssl-1.0.2j-60.55 is installed
OR openssl-doc-1.0.2j-60.55 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.13-28.8 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
OR python-2.7.13-28.8 is installed
OR python-32bit-2.7.13-28.8 is installed
OR python-base-2.7.13-28.8 is installed
OR python-base-32bit-2.7.13-28.8 is installed
OR python-curses-2.7.13-28.8 is installed
OR python-demo-2.7.13-28.8 is installed
OR python-doc-2.7.13-28.8 is installed
OR python-doc-pdf-2.7.13-28.8 is installed
OR python-gdbm-2.7.13-28.8 is installed
OR python-idle-2.7.13-28.8 is installed
OR python-tk-2.7.13-28.8 is installed
OR python-xml-2.7.13-28.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.13-28.8 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
OR python-2.7.13-28.8 is installed
OR python-32bit-2.7.13-28.8 is installed
OR python-base-2.7.13-28.8 is installed
OR python-base-32bit-2.7.13-28.8 is installed
OR python-curses-2.7.13-28.8 is installed
OR python-demo-2.7.13-28.8 is installed
OR python-doc-2.7.13-28.8 is installed
OR python-doc-pdf-2.7.13-28.8 is installed
OR python-gdbm-2.7.13-28.8 is installed
OR python-idle-2.7.13-28.8 is installed
OR python-tk-2.7.13-28.8 is installed
OR python-xml-2.7.13-28.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
cups-1.7.5-20.20 is installed
OR cups-client-1.7.5-20.20 is installed
OR cups-libs-1.7.5-20.20 is installed
OR cups-libs-32bit-1.7.5-20.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
cups-1.7.5-20.20 is installed
OR cups-client-1.7.5-20.20 is installed
OR cups-libs-1.7.5-20.20 is installed
OR cups-libs-32bit-1.7.5-20.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.70-38.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.70-38.56 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.70-38.56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND spectre-meltdown-checker-0.43-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND spectre-meltdown-checker-0.43-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-0_10-plugins-base-0.10.36-17 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.36-17 is installed
OR libgstapp-0_10-0-0.10.36-17 is installed
OR libgstinterfaces-0_10-0-0.10.36-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libIlmImf-Imf_2_1-21-32bit-2.1.0-6.13 is installed
OR openexr-2.1.0-6.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND libstaroffice-0_0-0-0.0.5-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.18 is installed
OR kernel-default-extra-4.12.14-197.18 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND ucode-intel-20180807-13.29 is installed
|