Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 kernel was updated to 4.4.143 to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-5390 aka 'SegmentSmack': Linux kernel could 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-14734: drivers/infiniband/core/ucma.c in the Linux kernel 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 lead 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-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).
The following non-security bugs were fixed:
- Add support for 5,25,50, and 100G to 802.3ad bonding driver (bsc#1096978) - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS (bnc#1012382). - arm64: do not open code page table entry creation (bsc#1102197). - arm64: kpti: Use early_param for kpti= command-line option (bsc#1102188). - arm64: Make sure permission updates happen for pmd/pud (bsc#1102197). - atm: zatm: Fix potential Spectre v1 (bnc#1012382). - bcm63xx_enet: correct clock usage (bnc#1012382). - bcm63xx_enet: do not write to random DMA channel on BCM6345 (bnc#1012382). - blacklist 9fb8d5dc4b64 ('stop_machine: Disable preemption when waking two stopper threads') Preemption is already disabled inside cpu_stop_queue_two_works() in SLE12-SP3 because it does not have commit 6a19005157c4 ('stop_machine: Do not disable preemption in stop_two_cpus()') - block: copy ioprio in __bio_clone_fast() (bsc#1082653). - bpf: fix loading of BPF_MAXINSNS sized programs (bsc#1012382). - bpf, x64: fix memleak when not converging after image (bsc#1012382). - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag (bsc#1099858). - cachefiles: Fix refcounting bug in backing-file read monitoring (bsc#1099858). - cachefiles: Wait rather than BUG'ing on 'Unexpected object collision' (bsc#1099858). - cifs: fix bad/NULL ptr dereferencing in SMB2_sess_setup() (bsc#1090123). - compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled (bnc#1012382). - compiler, clang: properly override 'inline' for clang (bnc#1012382). - compiler, clang: suppress warning for unused static inline functions (bnc#1012382). - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations (bnc#1012382). - 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). - crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak (bnc#1012382). - crypto: crypto4xx - remove bad list_del (bnc#1012382). - drm/msm: Fix possible null dereference on failure of get_pages() (bsc#1102394). - drm: re-enable error handling (bsc#1103884). - fscache: Allow cancelled operations to be enqueued (bsc#1099858). - fscache: Fix reference overput in fscache_attach_object() error handling (bsc#1099858). - hid: usbhid: add quirk for innomedia INNEX GENESIS/ATARI adapter (bnc#1012382). - ibmasm: do not write out of bounds in read handler (bnc#1012382). - ibmvnic: Fix error recovery on login failure (bsc#1101789). - iw_cxgb4: correctly enforce the max reg_mr depth (bnc#1012382). - kabi protect includes in include/linux/inet.h (bsc#1095643). - KABI protect net/core/utils.c includes (bsc#1095643). - kABI: protect struct loop_device (kabi). - kABI: reintroduce __static_cpu_has_safe (kabi). - kbuild: fix # escaping in .cmd files for future Make (bnc#1012382). - keys: DNS: fix parsing multiple options (bnc#1012382). - kvm: arm/arm64: Drop resource size check for GICV window (bsc#1102215). - kvm: arm/arm64: Set dist->spis to NULL after kfree (bsc#1102214). - loop: add recursion validation to LOOP_CHANGE_FD (bnc#1012382). - loop: remember whether sysfs_create_group() was done (bnc#1012382). - mmc: dw_mmc: fix card threshold control configuration (bsc#1102203). - mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing (bsc#1097771). - net: cxgb3_main: fix potential Spectre v1 (bnc#1012382). - net: dccp: avoid crash in ccid3_hc_rx_send_feedback() (bnc#1012382). - net: dccp: switch rx_tstamp_last_feedback to monotonic clock (bnc#1012382). - netfilter: ebtables: reject non-bridge targets (bnc#1012382). - netfilter: nf_queue: augment nfqa_cfg_policy (bnc#1012382). - netfilter: x_tables: initialise match/target check parameter struct (bnc#1012382). - net/mlx5: Fix command interface race in polling mode (bnc#1012382). - net/mlx5: Fix incorrect raw command length parsing (bnc#1012382). - net: mvneta: fix the Rx desc DMA address in the Rx path (bsc#1102207). - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL (bnc#1012382). - net: off by one in inet6_pton() (bsc#1095643). - net: phy: marvell: Use strlcpy() for ethtool::get_strings (bsc#1102205). - net_sched: blackhole: tell upper qdisc about dropped packets (bnc#1012382). - net: sungem: fix rx checksum support (bnc#1012382). - net/utils: generic inet_pton_with_scope helper (bsc#1095643). - nvme-rdma: Check remotely invalidated rkey matches our expected rkey (bsc#1092001). - nvme-rdma: default MR page size to 4k (bsc#1092001). - nvme-rdma: do not complete requests before a send work request has completed (bsc#1092001). - nvme-rdma: do not suppress send completions (bsc#1092001). - nvme-rdma: Fix command completion race at error recovery (bsc#1090435). - nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical (bsc#1092001). - nvme-rdma: use inet_pton_with_scope helper (bsc#1095643). - nvme-rdma: Use mr pool (bsc#1092001). - nvme-rdma: wait for local invalidation before completing a request (bsc#1092001). - ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent (bnc#1012382). - pci: ibmphp: Fix use-before-set in get_max_bus_speed() (bsc#1100132). - perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ (bnc#1012382). - pm / hibernate: Fix oops at snapshot_write() (bnc#1012382). - powerpc/64: Initialise thread_info for emergency stacks (bsc#1094244, bsc#1100930, bsc#1102683). - qed: Limit msix vectors in kdump kernel to the minimum required count (bnc#1012382). - r8152: napi hangup fix after disconnect (bnc#1012382). - rdma/ucm: Mark UCM interface as BROKEN (bnc#1012382). - rds: avoid unenecessary cong_update in loop transport (bnc#1012382). - Revert 'sit: reload iphdr in ipip6_rcv' (bnc#1012382). - Revert 'x86/cpufeature: Move some of the scattered feature bits to x86_capability' (kabi). - Revert 'x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6' (kabi). - rtlwifi: rtl8821ae: fix firmware is not ready to run (bnc#1012382). - s390/qeth: fix error handling in adapter command callbacks (bnc#1103745, LTC#169699). - sched/smt: Update sched_smt_present at runtime (bsc#1089343). - smsc75xx: Add workaround for gigabit link up hardware errata (bsc#1100132). - smsc95xx: Configure pause time to 0xffff when tx flow control enabled (bsc#1085536). - tcp: fix Fast Open key endianness (bnc#1012382). - tcp: prevent bogus FRTO undos with non-SACK flows (bnc#1012382). - tools build: fix # escaping in .cmd files for future Make (bnc#1012382). - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn() (bnc#1012382). - usb: core: handle hub C_PORT_OVER_CURRENT condition (bsc#1100132). - usb: quirks: add delay quirks for Corsair Strafe (bnc#1012382). - usb: serial: ch341: fix type promotion bug in ch341_control_in() (bnc#1012382). - usb: serial: cp210x: add another USB ID for Qivicon ZigBee stick (bnc#1012382). - usb: serial: keyspan_pda: fix modem-status error handling (bnc#1012382). - usb: serial: mos7840: fix status-register error handling (bnc#1012382). - usb: yurex: fix out-of-bounds uaccess in read handler (bnc#1012382). - vfio: platform: Fix reset module leak in error path (bsc#1102211). - vhost_net: validate sock before trying to put its fd (bnc#1012382). - vmw_balloon: fix inflation with batching (bnc#1012382). - x86/alternatives: Add an auxilary section (bnc#1012382). - x86/alternatives: Discard dynamic check after init (bnc#1012382). - x86/apic: Ignore secondary threads if nosmt=force (bsc#1089343). - x86/asm: Add _ASM_ARG* constants for argument registers to (bnc#1012382). - x86/boot: Simplify kernel load address alignment check (bnc#1012382). - 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/cpufeature: Add helper macro for mask check macros (bnc#1012382). - x86/cpufeature: Carve out X86_FEATURE_* (bnc#1012382). - x86/cpufeature: Get rid of the non-asm goto variant (bnc#1012382). - x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated (bnc#1012382). - x86/cpufeature: Move some of the scattered feature bits to x86_capability (bnc#1012382). - x86/cpufeature: Replace the old static_cpu_has() with safe variant (bnc#1012382). - x86/cpufeature: Speed up cpu_feature_enabled() (bnc#1012382). - x86/cpufeature: Update cpufeaure macros (bnc#1012382). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6 (bnc#1012382). - x86/cpu: Provide a config option to disable static_cpu_has (bnc#1012382). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/fpu: Add an XSTATE_OP() macro (bnc#1012382). - x86/fpu: Get rid of xstate_fault() (bnc#1012382). - x86/headers: Do not include asm/processor.h in asm/atomic.h (bnc#1012382). - x86/mm/pkeys: Fix mismerge of protection keys CPUID bits (bnc#1012382). - x86/mm: Simplify p[g4um]d_page() macros (1087081). - 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). - x86/vdso: Use static_cpu_has() (bnc#1012382). - xen/grant-table: log the lack of grants (bnc#1085042). - xen-netfront: Fix mismatched rtnl_unlock (bnc#1101658). - xen-netfront: Update features after registering netdev (bnc#1101658). - xhci: xhci-mem: off by one in xhci_stream_id_to_ring() (bnc#1012382).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005023 1012382 1056134 1065729 1076696 1082653 1085042 1085536 1087081 1087200 1087813 1089343 1090123 1090435 1092001 1094244 1095643 1096978 1097771 1099858 1100132 1100365 1100930 1101591 1101658 1101789 1102188 1102197 1102203 1102205 1102207 1102211 1102214 1102215 1102340 1102394 1102683 1102851 1103119 1103580 1103745 1103884 1109465 1109673 1114981 1115518 1117473 1119971 1120281 1120323 1120386 1121567 1123482 1124525 1133147 1133810 1136976 1137325 1138034 1140868 1145665 1145929 1146351 1149323 1149496 1149591 1149652 1149961 1151585 1152457 1154118 1154844 1155689 1157155 1157157 1157303 1157804 1158021 1158642 1158763 1158819 1159199 1159285 1159297 1159841 1159908 1159910 1159911 1159912 1160195 1161586 1162002 1162227 1162928 1162929 1162931 1163508 1163971 1164009 1164051 1164069 1164078 1164846 1164910 1165111 1165311 1165873 1165881 1165984 1165985 1167421 1167423 1167629 1168075 1168295 1168424 1168829 1168854 1170011 1170056 1170345 1170618 1170778 1170847 1171078 1171189 1171191 1171220 1171732 1171988 1172265 1172453 1172458 1172775 1172999 1173280 1173658 1174115 1174462 1174543 1178671 CVE-2017-18255 CVE-2017-18344 CVE-2017-9103 CVE-2017-9104 CVE-2017-9105 CVE-2017-9106 CVE-2017-9107 CVE-2017-9108 CVE-2017-9109 CVE-2018-1000845 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-14348 CVE-2018-14734 CVE-2018-16864 CVE-2018-16865 CVE-2018-16866 CVE-2018-16889 CVE-2018-17407 CVE-2018-21008 CVE-2018-3620 CVE-2018-3646 CVE-2018-5390 CVE-2019-10164 CVE-2019-11091 CVE-2019-11709 CVE-2019-11710 CVE-2019-11711 CVE-2019-11712 CVE-2019-11713 CVE-2019-11714 CVE-2019-11715 CVE-2019-11716 CVE-2019-11717 CVE-2019-11718 CVE-2019-11719 CVE-2019-11720 CVE-2019-11721 CVE-2019-11723 CVE-2019-11724 CVE-2019-11725 CVE-2019-11727 CVE-2019-11728 CVE-2019-11729 CVE-2019-11730 CVE-2019-11733 CVE-2019-11735 CVE-2019-11736 CVE-2019-11738 CVE-2019-11740 CVE-2019-11742 CVE-2019-11743 CVE-2019-11744 CVE-2019-11746 CVE-2019-11747 CVE-2019-11748 CVE-2019-11749 CVE-2019-11750 CVE-2019-11751 CVE-2019-11752 CVE-2019-11753 CVE-2019-14615 CVE-2019-14896 CVE-2019-14897 CVE-2019-16680 CVE-2019-18675 CVE-2019-18900 CVE-2019-19066 CVE-2019-19319 CVE-2019-19447 CVE-2019-19767 CVE-2019-19768 CVE-2019-19965 CVE-2019-19966 CVE-2019-20054 CVE-2019-20096 CVE-2019-20810 CVE-2019-20812 CVE-2019-3701 CVE-2019-5108 CVE-2019-5482 CVE-2019-8457 CVE-2019-9455 CVE-2019-9458 CVE-2019-9811 CVE-2019-9812 CVE-2020-0305 CVE-2020-10135 CVE-2020-10690 CVE-2020-10711 CVE-2020-10720 CVE-2020-10732 CVE-2020-10751 CVE-2020-10773 CVE-2020-10942 CVE-2020-11494 CVE-2020-11608 CVE-2020-11609 CVE-2020-12321 CVE-2020-12771 CVE-2020-13974 CVE-2020-14416 CVE-2020-2732 CVE-2020-8647 CVE-2020-8648 CVE-2020-8649 CVE-2020-8992 CVE-2020-9383 SUSE-SU-2018:2328-1 SUSE-SU-2018:3033-1 SUSE-SU-2019:0179-1 SUSE-SU-2019:1601-1 SUSE-SU-2019:1783-1 SUSE-SU-2019:2620-1 SUSE-SU-2020:1612-1 SUSE-SU-2020:2152-1 SUSE-SU-2020:3354-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 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 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 Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 15 SP1 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for Realtime packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Module for Web Scripting 15 SP1 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-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12 SP4-LTSS SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 15-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-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 SP4-LTSS 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 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 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 8 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND libgd3-2.2.5-lp150.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
automake-1.13.4-10 is installed
OR m4-1.4.16-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
finch-2.10.9-5 is installed
OR libpurple-2.10.9-5 is installed
OR libpurple-lang-2.10.9-5 is installed
OR libpurple-meanwhile-2.10.9-5 is installed
OR libpurple-tcl-2.10.9-5 is installed
OR pidgin-2.10.9-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND libarchive13-3.1.2-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-38.8 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-38.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
audit-devel-2.8.1-3 is installed
OR libaudit1-2.8.1-3 is installed
OR libaudit1-32bit-2.8.1-3 is installed
OR libauparse0-2.8.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
krb5-1.16.3-1 is installed
OR krb5-32bit-1.16.3-1 is installed
OR krb5-client-1.16.3-1 is installed
OR krb5-devel-1.16.3-1 is installed
OR krb5-plugin-preauth-otp-1.16.3-1 is installed
OR krb5-plugin-preauth-pkinit-1.16.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND python-tk-2.7.14-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
evince-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-devel-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-lang-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-djvudocument-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-dvidocument-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-pdfdocument-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-psdocument-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-tiffdocument-3.26.0+20180128.1bd86963-4.7 is installed
OR evince-plugin-xpsdocument-3.26.0+20180128.1bd86963-4.7 is installed
OR libevdocument3-4-3.26.0+20180128.1bd86963-4.7 is installed
OR libevview3-3-3.26.0+20180128.1bd86963-4.7 is installed
OR nautilus-evince-3.26.0+20180128.1bd86963-4.7 is installed
OR typelib-1_0-EvinceDocument-3_0-3.26.0+20180128.1bd86963-4.7 is installed
OR typelib-1_0-EvinceView-3_0-3.26.0+20180128.1bd86963-4.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4 is installed
OR spamassassin-3.4.2-7.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
subversion-bash-completion-1.10.0-3.3 is installed
OR subversion-perl-1.10.0-3.3 is installed
OR subversion-python-1.10.0-3.3 is installed
OR subversion-tools-1.10.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.40-3.24 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-3.24 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.40-3.24 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-3.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-150_14-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_9-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
tomcat-9.0.12-3.8 is installed
OR tomcat-docs-webapp-9.0.12-3.8 is installed
OR tomcat-embed-9.0.12-3.8 is installed
OR tomcat-javadoc-9.0.12-3.8 is installed
OR tomcat-jsvc-9.0.12-3.8 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 SP1 is installed
AND Package Information
cni-0.7.1-3.3 is installed
OR cni-plugins-0.8.4-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND Package Information
python-numpy-1.16.1-4.8 is installed
OR python2-numpy-1.16.1-4.8 is installed
OR python2-numpy-devel-1.16.1-4.8 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.8 is installed
OR dlm-kmp-rt-4.12.14-14.8 is installed
OR gfs2-kmp-rt-4.12.14-14.8 is installed
OR kernel-devel-rt-4.12.14-14.8 is installed
OR kernel-rt-4.12.14-14.8 is installed
OR kernel-rt-base-4.12.14-14.8 is installed
OR kernel-rt-devel-4.12.14-14.8 is installed
OR kernel-rt_debug-4.12.14-14.8 is installed
OR kernel-rt_debug-devel-4.12.14-14.8 is installed
OR kernel-source-rt-4.12.14-14.8 is installed
OR kernel-syms-rt-4.12.14-14.8 is installed
OR ocfs2-kmp-rt-4.12.14-14.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
util-linux-systemd-2.31.1-9.3 is installed
OR uuidd-2.31.1-9.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
nodejs8-8.15.1-3.17 is installed
OR nodejs8-devel-8.15.1-3.17 is installed
OR nodejs8-docs-8.15.1-3.17 is installed
OR npm8-8.15.1-3.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
AND Package Information
apache2-mod_php7-7.2.5-4.55 is installed
OR libtidy5-5.4.0-3.2 is installed
OR php7-7.2.5-4.55 is installed
OR php7-bcmath-7.2.5-4.55 is installed
OR php7-bz2-7.2.5-4.55 is installed
OR php7-calendar-7.2.5-4.55 is installed
OR php7-ctype-7.2.5-4.55 is installed
OR php7-curl-7.2.5-4.55 is installed
OR php7-dba-7.2.5-4.55 is installed
OR php7-devel-7.2.5-4.55 is installed
OR php7-dom-7.2.5-4.55 is installed
OR php7-enchant-7.2.5-4.55 is installed
OR php7-exif-7.2.5-4.55 is installed
OR php7-fastcgi-7.2.5-4.55 is installed
OR php7-fileinfo-7.2.5-4.55 is installed
OR php7-fpm-7.2.5-4.55 is installed
OR php7-ftp-7.2.5-4.55 is installed
OR php7-gd-7.2.5-4.55 is installed
OR php7-gettext-7.2.5-4.55 is installed
OR php7-gmp-7.2.5-4.55 is installed
OR php7-iconv-7.2.5-4.55 is installed
OR php7-intl-7.2.5-4.55 is installed
OR php7-json-7.2.5-4.55 is installed
OR php7-ldap-7.2.5-4.55 is installed
OR php7-mbstring-7.2.5-4.55 is installed
OR php7-mysql-7.2.5-4.55 is installed
OR php7-odbc-7.2.5-4.55 is installed
OR php7-opcache-7.2.5-4.55 is installed
OR php7-openssl-7.2.5-4.55 is installed
OR php7-pcntl-7.2.5-4.55 is installed
OR php7-pdo-7.2.5-4.55 is installed
OR php7-pear-7.2.5-4.55 is installed
OR php7-pear-Archive_Tar-7.2.5-4.55 is installed
OR php7-pgsql-7.2.5-4.55 is installed
OR php7-phar-7.2.5-4.55 is installed
OR php7-posix-7.2.5-4.55 is installed
OR php7-readline-7.2.5-4.55 is installed
OR php7-shmop-7.2.5-4.55 is installed
OR php7-snmp-7.2.5-4.55 is installed
OR php7-soap-7.2.5-4.55 is installed
OR php7-sockets-7.2.5-4.55 is installed
OR php7-sodium-7.2.5-4.55 is installed
OR php7-sqlite-7.2.5-4.55 is installed
OR php7-sysvmsg-7.2.5-4.55 is installed
OR php7-sysvsem-7.2.5-4.55 is installed
OR php7-sysvshm-7.2.5-4.55 is installed
OR php7-tidy-7.2.5-4.55 is installed
OR php7-tokenizer-7.2.5-4.55 is installed
OR php7-wddx-7.2.5-4.55 is installed
OR php7-xmlreader-7.2.5-4.55 is installed
OR php7-xmlrpc-7.2.5-4.55 is installed
OR php7-xmlwriter-7.2.5-4.55 is installed
OR php7-xsl-7.2.5-4.55 is installed
OR php7-zip-7.2.5-4.55 is installed
OR php7-zlib-7.2.5-4.55 is installed
OR tidy-5.4.0-3.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-demo-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-devel-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-headless-1.8.0.111-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS 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 |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
dpdk-16.11.6-8.7 is installed
OR dpdk-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-thunderx-16.11.6-8.7 is installed
OR dpdk-thunderx-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-tools-16.11.6-8.7 is installed
OR kernel-default-4.4.143-94.47 is installed
OR kernel-default-base-4.4.143-94.47 is installed
OR kernel-default-devel-4.4.143-94.47 is installed
OR kernel-default-man-4.4.143-94.47 is installed
OR kernel-devel-4.4.143-94.47 is installed
OR kernel-macros-4.4.143-94.47 is installed
OR kernel-source-4.4.143-94.47 is installed
OR kernel-syms-4.4.143-94.47 is installed
OR lttng-modules-2.7.1-8.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.143_94.47-8.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
dpdk-16.11.6-8.7 is installed
OR dpdk-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-thunderx-16.11.6-8.7 is installed
OR dpdk-thunderx-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-tools-16.11.6-8.7 is installed
OR kernel-default-4.4.143-94.47 is installed
OR kernel-default-base-4.4.143-94.47 is installed
OR kernel-default-devel-4.4.143-94.47 is installed
OR kernel-default-man-4.4.143-94.47 is installed
OR kernel-devel-4.4.143-94.47 is installed
OR kernel-macros-4.4.143-94.47 is installed
OR kernel-source-4.4.143-94.47 is installed
OR kernel-syms-4.4.143-94.47 is installed
OR lttng-modules-2.7.1-8.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.143_94.47-8.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
crash-7.1.8-3 is installed
OR crash-kmp-default-7.1.8_k4.4.73_5-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
MozillaFirefox-68.1.0-109.89 is installed
OR MozillaFirefox-branding-SLE-68-32.8 is installed
OR MozillaFirefox-translations-common-68.1.0-109.89 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
MozillaFirefox-68.1.0-109.89 is installed
OR MozillaFirefox-branding-SLE-68-32.8 is installed
OR MozillaFirefox-translations-common-68.1.0-109.89 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
curl-7.37.0-37.43 is installed
OR libcurl4-7.37.0-37.43 is installed
OR libcurl4-32bit-7.37.0-37.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
curl-7.37.0-37.43 is installed
OR libcurl4-7.37.0-37.43 is installed
OR libcurl4-32bit-7.37.0-37.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libcgroup-0.41.rc1-10.9 is installed
OR libcgroup-tools-0.41.rc1-10.9 is installed
OR libcgroup1-0.41.rc1-10.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libcgroup-0.41.rc1-10.9 is installed
OR libcgroup-tools-0.41.rc1-10.9 is installed
OR libcgroup1-0.41.rc1-10.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
libsystemd0-228-150.58 is installed
OR libsystemd0-32bit-228-150.58 is installed
OR libudev1-228-150.58 is installed
OR libudev1-32bit-228-150.58 is installed
OR systemd-228-150.58 is installed
OR systemd-32bit-228-150.58 is installed
OR systemd-bash-completion-228-150.58 is installed
OR systemd-sysvinit-228-150.58 is installed
OR udev-228-150.58 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libsqlite3-0-3.8.10.2-9.9 is installed
OR libsqlite3-0-32bit-3.8.10.2-9.9 is installed
OR sqlite3-3.8.10.2-9.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libsqlite3-0-3.8.10.2-9.9 is installed
OR libsqlite3-0-32bit-3.8.10.2-9.9 is installed
OR sqlite3-3.8.10.2-9.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
MozillaFirefox-78.1.0-112.8 is installed
OR MozillaFirefox-devel-78.1.0-112.8 is installed
OR MozillaFirefox-translations-common-78.1.0-112.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
MozillaFirefox-78.1.0-112.8 is installed
OR MozillaFirefox-devel-78.1.0-112.8 is installed
OR MozillaFirefox-translations-common-78.1.0-112.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-LTSS is installed
AND
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-default-man-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-default-man-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 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
libldap-2_4-2-2.4.46-9.28 is installed
OR libldap-2_4-2-32bit-2.4.46-9.28 is installed
OR libldap-data-2.4.46-9.28 is installed
OR openldap2-2.4.46-9.28 is installed
OR openldap2-back-meta-2.4.46-9.28 is installed
OR openldap2-back-perl-2.4.46-9.28 is installed
OR openldap2-client-2.4.46-9.28 is installed
OR openldap2-devel-2.4.46-9.28 is installed
OR openldap2-devel-32bit-2.4.46-9.28 is installed
OR openldap2-devel-static-2.4.46-9.28 is installed
OR openldap2-ppolicy-check-password-1.2-9.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
apache2-2.4.33-3.30 is installed
OR apache2-devel-2.4.33-3.30 is installed
OR apache2-doc-2.4.33-3.30 is installed
OR apache2-prefork-2.4.33-3.30 is installed
OR apache2-utils-2.4.33-3.30 is installed
OR apache2-worker-2.4.33-3.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.3.2-6 is installed
OR libreoffice-base-4.3.3.2-6 is installed
OR libreoffice-base-drivers-mysql-4.3.3.2-6 is installed
OR libreoffice-base-drivers-postgresql-4.3.3.2-6 is installed
OR libreoffice-calc-4.3.3.2-6 is installed
OR libreoffice-calc-extensions-4.3.3.2-6 is installed
OR libreoffice-draw-4.3.3.2-6 is installed
OR libreoffice-filters-optional-4.3.3.2-6 is installed
OR libreoffice-gnome-4.3.3.2-6 is installed
OR libreoffice-icon-theme-tango-4.3.3.2-6 is installed
OR libreoffice-impress-4.3.3.2-6 is installed
OR libreoffice-l10n-af-4.3.3.2-6 is installed
OR libreoffice-l10n-ar-4.3.3.2-6 is installed
OR libreoffice-l10n-ca-4.3.3.2-6 is installed
OR libreoffice-l10n-cs-4.3.3.2-6 is installed
OR libreoffice-l10n-da-4.3.3.2-6 is installed
OR libreoffice-l10n-de-4.3.3.2-6 is installed
OR libreoffice-l10n-en-4.3.3.2-6 is installed
OR libreoffice-l10n-es-4.3.3.2-6 is installed
OR libreoffice-l10n-fi-4.3.3.2-6 is installed
OR libreoffice-l10n-fr-4.3.3.2-6 is installed
OR libreoffice-l10n-gu-4.3.3.2-6 is installed
OR libreoffice-l10n-hi-4.3.3.2-6 is installed
OR libreoffice-l10n-hu-4.3.3.2-6 is installed
OR libreoffice-l10n-it-4.3.3.2-6 is installed
OR libreoffice-l10n-ja-4.3.3.2-6 is installed
OR libreoffice-l10n-ko-4.3.3.2-6 is installed
OR libreoffice-l10n-nb-4.3.3.2-6 is installed
OR libreoffice-l10n-nl-4.3.3.2-6 is installed
OR libreoffice-l10n-nn-4.3.3.2-6 is installed
OR libreoffice-l10n-pl-4.3.3.2-6 is installed
OR libreoffice-l10n-pt-BR-4.3.3.2-6 is installed
OR libreoffice-l10n-pt-PT-4.3.3.2-6 is installed
OR libreoffice-l10n-ru-4.3.3.2-6 is installed
OR libreoffice-l10n-sk-4.3.3.2-6 is installed
OR libreoffice-l10n-sv-4.3.3.2-6 is installed
OR libreoffice-l10n-xh-4.3.3.2-6 is installed
OR libreoffice-l10n-zh-Hans-4.3.3.2-6 is installed
OR libreoffice-l10n-zh-Hant-4.3.3.2-6 is installed
OR libreoffice-l10n-zu-4.3.3.2-6 is installed
OR libreoffice-mailmerge-4.3.3.2-6 is installed
OR libreoffice-math-4.3.3.2-6 is installed
OR libreoffice-officebean-4.3.3.2-6 is installed
OR libreoffice-pyuno-4.3.3.2-6 is installed
OR libreoffice-writer-4.3.3.2-6 is installed
OR libreoffice-writer-extensions-4.3.3.2-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.62-60.64.8 is installed
OR kernel-default-extra-3.12.62-60.64.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.49-92.11 is installed
OR kernel-default-extra-4.4.49-92.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gcc48-gij-4.8.5-31.3 is installed
OR gcc48-gij-32bit-4.8.5-31.3 is installed
OR libgcj48-4.8.5-31.3 is installed
OR libgcj48-32bit-4.8.5-31.3 is installed
OR libgcj48-jar-4.8.5-31.3 is installed
OR libgcj_bc1-4.8.5-31.3 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 12 SP5 is installed
AND Package Information
ibus-1.5.13-15.11 is installed
OR ibus-gtk3-32bit-1.5.13-15.11 is installed
OR libibus-1_0-5-32bit-1.5.13-15.11 is installed
OR python-ibus-1.5.13-15.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
kernel-default-4.12.14-25.22 is installed
OR kernel-default-extra-4.12.14-25.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
libntfs-3g87-2016.2.22-3.3 is installed
OR ntfs-3g-2016.2.22-3.3 is installed
OR ntfsprogs-2016.2.22-3.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 8 is installed
AND Package Information
libecpg6-10.9-1.12 is installed
OR libpq5-10.9-1.12 is installed
OR libpq5-32bit-10.9-1.12 is installed
OR postgresql10-10.9-1.12 is installed
OR postgresql10-contrib-10.9-1.12 is installed
OR postgresql10-docs-10.9-1.12 is installed
OR postgresql10-libs-10.9-1.12 is installed
OR postgresql10-plperl-10.9-1.12 is installed
OR postgresql10-plpython-10.9-1.12 is installed
OR postgresql10-pltcl-10.9-1.12 is installed
OR postgresql10-server-10.9-1.12 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
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
|