Oval Definition:oval:org.opensuse.security:def:4742
Revision Date:2022-01-17Version:1
Title:Security update for the Linux Kernel (Important)
Description:



The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2019-15126: Fixed a vulnerability in Broadcom and Cypress Wi-Fi chips, used in RPi family of devices aka 'Kr00k'. (bsc#1167162) - CVE-2020-27820: Fixed a vulnerability where a use-after-frees in nouveau's postclose() handler could happen if removing device. (bsc#1179599) - CVE-2021-0920: Fixed a local privilege escalation due to an use after free bug in unix_gc. (bsc#1193731) - CVE-2021-0935: Fixed out of bounds write due to a use after free which could lead to local escalation of privilege with System execution privileges needed in ip6_xmit. (bsc#1192032) - CVE-2021-4002: Added a missing TLB flush that could lead to leak or corruption of data in hugetlbfs. (bsc#1192946) - CVE-2021-28711: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening blkfront against event channel storms. (bsc#1193440) - CVE-2021-28712: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening netfront against event channel storms. (bsc#1193440) - CVE-2021-28713: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening hvc_xen against event channel storms. (bsc#1193440) - CVE-2021-28714: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by fixing rx queue stall detection. (bsc#1193442) - CVE-2021-28715: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by do not queueing unlimited number of packages. (bsc#1193442) - CVE-2021-33098: Fixed a potential denial of service in Intel(R) Ethernet ixgbe driver due to improper input validation. (bsc#1192877) - CVE-2021-43975: Fixed a flaw in hw_atl_utils_fw_rpc_wait that could allow an attacker (who can introduce a crafted device) to trigger an out-of-bounds write via a crafted length value. (bsc#1192845) - CVE-2021-43976: Fixed a flaw that could allow an attacker (who can connect a crafted USB device) to cause a denial of service. (bsc#1192847) - CVE-2021-45485: Fixed an information leak because of certain use of a hash table which use IPv6 source addresses. (bsc#1194094) - CVE-2021-45486: Fixed an information leak because the hash table is very small in net/ipv4/route.c. (bsc#1194087)

The following non-security bugs were fixed:

- blk-mq: do not deactivate hctx if managed irq isn't used (bsc#1185762). - cifs: fix missed refcounting of ipc tcon (git-fixes). - cifs: nosharesock should be set on new server (git-fixes). - config: INPUT_EVBUG=n (bsc#1192974). Debug driver unsuitable for production, only enabled on ppc64. - constraints: Build aarch64 on recent ARMv8.1 builders. Request asimdrdm feature which is available only on recent ARMv8.1 CPUs. This should prevent scheduling the kernel on an older slower builder. - edac/amd64: Handle three rank interleaving mode (bsc#1114648). - elfcore: correct reference to CONFIG_UML (git-fixes). - fuse: release pipe buf after last use (bsc#1193318). - genirq: Move initial affinity setup to irq_startup() (bsc#1193231). - genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1193231). - genirq: Remove mask argument from setup_affinity() (bsc#1193231). - genirq: Rename setup_affinity() to irq_setup_affinity() (bsc#1193231). - genirq: Split out irq_startup() code (bsc#1193231). - kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740). - kernel-binary.spec.in Stop templating the scriptlets for subpackages (bsc#1190358). The script part for base package case is completely separate from the part for subpackages. Remove the part for subpackages from the base package script and use the KMP scripts for subpackages instead. - kernel-binary.spec.in: add zstd to BuildRequires if used - kernel-binary.spec.in: make sure zstd is supported by kmod if used - kernel-binary.spec: Check for no kernel signing certificates. Also remove unused variable. - kernel-binary.spec: Define $image as rpm macro (bsc#1189841). - kernel-binary.spec: Do not fail silently when KMP is empty (bsc#1190358). Copy the code from kernel-module-subpackage that deals with empty KMPs. - kernel-binary.spec: Do not sign kernel when no key provided (bsc#1187167). - kernel-binary.spec: Fix kernel-default-base scriptlets after packaging merge. - kernel-binary.spec: Require dwarves for kernel-binary-devel when BTF is enabled (jsc#SLE-17288). About the pahole version: v1.18 should be bare mnimum, v1.22 should be fully functional, for now we ship git snapshot with fixes on top of v1.21. - kernel-binary.spec: suse-kernel-rpm-scriptlets required for uninstall as well. Fixes: e98096d5cf85 ('rpm: Abolish scritplet templating (bsc#1189841).') - kernel-cert-subpackage: Fix certificate location in scriptlets (bsc#1189841). Fixes: d9a1357edd73 ('rpm: Define $certs as rpm macro (bsc#1189841).') - kernel-source.spec: install-kernel-tools also required on 15.4 - kernel-spec-macros: Since rpm 4.17 %verbose is unusable (bsc#1191229). The semantic changed in an incompatible way so invoking the macro now causes a build failure. - lpfc: Reintroduce old IRQ probe logic (bsc#1183897). - net: mana: Allow setting the number of queues while the NIC is down (jsc#SLE-18779, bsc#1185727). - net: mana: Fix spelling mistake 'calledd' -> 'called' (jsc#SLE-18779, bsc#1185727). - net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (jsc#SLE-18779, bsc#1185727). - net: mana: Improve the HWC error handling (jsc#SLE-18779, bsc#1185727). - net: mana: Support hibernation and kexec (jsc#SLE-18779, bsc#1185727). - net: mana: Use kcalloc() instead of kzalloc() (jsc#SLE-18779, bsc#1185727). - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of '0' if no IRQ is available (git-fixes). - nvme-fc: avoid race between time out and tear down (bsc#1185762). - nvme-fc: remove freeze/unfreeze around update_nr_hw_queues (bsc#1185762). - nvme-fc: update hardware queues before using them (bsc#1185762). - nvme-fc: wait for queues to freeze before calling update_hr_hw_queues (bsc#1183678). - nvme-pci: add NO APST quirk for Kioxia device (git-fixes). - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' (git-fixes). - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes). - post.sh: detect /usr mountpoint too - readme: Modernize build instructions. - recordmcount.pl: fix typo in s390 mcount regex (bsc#1192267). - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 (bsc#1192267). - rpm/kernel-binary.spec.in: Use kmod-zstd provide. This makes it possible to use kmod with ZSTD support on non-Tumbleweed. - rpm/kernel-binary.spec.in: avoid conflicting suse-release suse-release had arbitrary values in staging, we can't use it for dependencies. The filesystem one has to be enough (boo#1184804). - rpm/kernel-binary.spec.in: do not strip vmlinux again (bsc#1193306) After usrmerge, vmlinux file is not named vmlinux-<version>, but simply vmlinux. And this is not reflected in STRIP_KEEP_SYMTAB we set. So fix this by removing the dash... - rpm/kernel-binary.spec: Use only non-empty certificates. - rpm/kernel-obs-build.spec.in: make builds reproducible (bsc#1189305) - rpm/kernel-source.rpmlintrc: ignore new include/config files In 5.13, since 0e0345b77ac4, config files have no longer .h suffix. Adapt the zero-length check. Based on Martin Liska's change. - rpm/kernel-source.spec.in: do some more for vanilla_only Make sure: * sources are NOT executable * env is not used as interpreter * timestamps are correct We do all this for normal kernel builds, but not for vanilla_only kernels (linux-next and vanilla). - rpm: Abolish image suffix (bsc#1189841). This is used only with vanilla kernel which is not supported in any way. The only effect is has is that the image and initrd symlinks are created with this suffix. These symlinks are not used except on s390 where the unsuffixed symlinks are used by zipl. There is no reason why a vanilla kernel could not be used with zipl as well as it's quite unexpected to not be able to boot when only a vanilla kernel is installed. Finally we now have a backup zipl kernel so if the vanilla kernel is indeed unsuitable the backup kernel can be used. - rpm: Abolish scritplet templating (bsc#1189841). Outsource kernel-binary and KMP scriptlets to suse-module-tools. This allows fixing bugs in the scriptlets as well as defining initrd regeneration policy independent of the kernel packages. - rpm: Define $certs as rpm macro (bsc#1189841). Also pass around only the shortened hash rather than full filename. As has been discussed in bsc#1124431 comment 51 https://bugzilla.suse.com/show_bug.cgi?id=1124431#c51 the placement of the certificates is an API which cannot be changed unless we can ensure that no two kernels that use different certificate location can be built with the same certificate. - rpm: Fold kernel-devel and kernel-source scriptlets into spec files (bsc#1189841). These are unchanged since 2011 when they were introduced. No need to track them separately. - rpm: fix kmp install path - rpm: support gz and zst compression methods Extend commit 18fcdff43a00 ('rpm: support compressed modules') for compression methods other than xz. - rpm: use _rpmmacrodir (boo#1191384) - scsi: core: Fix bad pointer dereference when ehandler kthread is invalid (git-fixes). - scsi: core: Put LLD module refcnt after SCSI device is released (git-fixes). - scsi: iscsi: Adjust iface sysfs attr detection (git-fixes). - scsi: lpfc: Add additional debugfs support for CMF (bsc#1192145). - scsi: lpfc: Adjust CMF total bytes and rxmonitor (bsc#1192145). - scsi: lpfc: Cap CMF read bytes to MBPI (bsc#1192145). - scsi: lpfc: Change return code on I/Os received during link bounce (bsc#1192145). - scsi: lpfc: Fix NPIV port deletion crash (bsc#1192145). - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (bsc#1192145). - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (bsc#1192145). - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (bsc#1189126). - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (bsc#1192145). - scsi: lpfc: Update lpfc version to 14.0.0.4 (bsc#1192145). - scsi: mpt3sas: Fix kernel panic during drive powercycle test (git-fixes). - scsi: qla2xxx: Fix gnl list corruption (git-fixes). - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() (git-fixes). - scsi: qla2xxx: Format log strings only if needed (git-fixes). - scsi: qla2xxx: Relogin during fabric disturbance (git-fixes). - scsi: qla2xxx: edif: Fix EDIF bsg (git-fixes). - scsi: qla2xxx: edif: Fix app start delay (git-fixes). - scsi: qla2xxx: edif: Fix app start fail (git-fixes). - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() (git-fixes). - scsi: qla2xxx: edif: Flush stale events and msgs on session down (git-fixes). - scsi: qla2xxx: edif: Increase ELS payload (git-fixes). - tracing: Check pid filtering when creating events (git-fixes). - tracing: Fix pid filtering when triggers are attached (git-fixes). - tty: hvc: replace BUG_ON() with negative return value (git-fixes). - usb-storage: Add compatibility quirk flags for iODD 2531/2541 (git-fixes). - usb: dwc2: hcd_queue: Fix use of floating point literal (git-fixes). - usb: serial: option: add Fibocom FM101-GL variants (git-fixes). - usb: serial: option: add Quectel EC200S-CN module support (git-fixes). - usb: serial: option: add Telit LE910Cx composition 0x1204 (git-fixes). - usb: serial: option: add Telit LE910S1 0x9200 composition (git-fixes). - usb: serial: option: add prod. id for Quectel EG91 (git-fixes). - usb: serial: qcserial: add EM9191 QDL support (git-fixes). - x86/msi: Force affinity setup before startup (bsc#1193231). - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT (bsc#1114648). - x86/sme: Explicitly map new EFI memmap table as encrypted (bsc#1114648). - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() (bsc#1114648). - xen/blkfront: do not take local copy of a request from the ring page (git-fixes). - xen/blkfront: do not trust the backend response data blindly (git-fixes). - xen/blkfront: read response from backend only once (git-fixes). - xen/netfront: disentangle tx_skb_freelist (git-fixes). - xen/netfront: do not read data from request on the ring page (git-fixes). - xen/netfront: do not trust the backend response data blindly (git-fixes). - xen/netfront: read response from backend only once (git-fixes). - xen: sync include/xen/interface/io/ring.h with Xen's newest version (git-fixes).
Family:unixClass:patch
Status:Reference(s):1055014
1055186
1061843
1065600
1065729
1066382
1077428
1097983
1100345
1100348
1105869
1108474
1114529
1114648
1124431
1124493
1129923
1130103
1130694
1133267
1134760
1135824
1140844
1149032
1152489
1152990
1152992
1152994
1152995
1159819
1162396
1162702
1163592
1164648
1164692
1164804
1164825
1164860
1165692
1166146
1166166
1166844
1167030
1167162
1168404
1168407
1169066
1169679
1169746
1169748
1170415
1170446
1171073
1171441
1171443
1171444
1171445
1171446
1171447
1171474
1171688
1171978
1172402
1172873
1173247
1173605
1174003
1174098
1174200
1174415
1174538
1174748
1174969
1175052
1175306
1175621
1175721
1175749
1175807
1175898
1176180
1176354
1176400
1176485
1176564
1176713
1176907
1176983
1177086
1177090
1177109
1177271
1177281
1177353
1177410
1177411
1177470
1177617
1177681
1177683
1177687
1177694
1177697
1177698
1177703
1177719
1177724
1177725
1177726
1177727
1177729
1177739
1177749
1177750
1177754
1177755
1177765
1177766
1177799
1177801
1177814
1177817
1177820
1177854
1177855
1177856
1177861
1178002
1178079
1178083
1178123
1178166
1178173
1178175
1178176
1178177
1178183
1178184
1178185
1178186
1178190
1178191
1178246
1178255
1178304
1178307
1178330
1178393
1178395
1178461
1178579
1178581
1178584
1178585
1178589
1178591
1178622
1178659
1178661
1178686
1178700
1178782
1179599
1183678
1183897
1184804
1185727
1185762
1187167
1189126
1189305
1189841
1190358
1191229
1191384
1192032
1192145
1192267
1192740
1192845
1192847
1192877
1192946
1192974
1193231
1193306
1193318
1193440
1193442
1193731
1194087
1194094
CVE-2012-6708
CVE-2015-9251
CVE-2018-12458
CVE-2018-13300
CVE-2018-13305
CVE-2018-15822
CVE-2018-16847
CVE-2018-18511
CVE-2019-11691
CVE-2019-11692
CVE-2019-11693
CVE-2019-11694
CVE-2019-11698
CVE-2019-15126
CVE-2019-15845
CVE-2019-16201
CVE-2019-16254
CVE-2019-16255
CVE-2019-17006
CVE-2019-17498
CVE-2019-17569
CVE-2019-3820
CVE-2019-3855
CVE-2019-3856
CVE-2019-3857
CVE-2019-3858
CVE-2019-3859
CVE-2019-3860
CVE-2019-3861
CVE-2019-3862
CVE-2019-3863
CVE-2019-5798
CVE-2019-7317
CVE-2019-9797
CVE-2019-9800
CVE-2019-9815
CVE-2019-9816
CVE-2019-9817
CVE-2019-9818
CVE-2019-9819
CVE-2019-9820
CVE-2020-10531
CVE-2020-11017
CVE-2020-11018
CVE-2020-11019
CVE-2020-11038
CVE-2020-11039
CVE-2020-11040
CVE-2020-11041
CVE-2020-11043
CVE-2020-11085
CVE-2020-11086
CVE-2020-11087
CVE-2020-11088
CVE-2020-11089
CVE-2020-11095
CVE-2020-11096
CVE-2020-11097
CVE-2020-11098
CVE-2020-11099
CVE-2020-11521
CVE-2020-11522
CVE-2020-11523
CVE-2020-11524
CVE-2020-11525
CVE-2020-11526
CVE-2020-12351
CVE-2020-12352
CVE-2020-12398
CVE-2020-12399
CVE-2020-12405
CVE-2020-12406
CVE-2020-12410
CVE-2020-13396
CVE-2020-13397
CVE-2020-13398
CVE-2020-14351
CVE-2020-15652
CVE-2020-15659
CVE-2020-15900
CVE-2020-16120
CVE-2020-1927
CVE-2020-1934
CVE-2020-1935
CVE-2020-1938
CVE-2020-24490
CVE-2020-25285
CVE-2020-25656
CVE-2020-25668
CVE-2020-25704
CVE-2020-25705
CVE-2020-27820
CVE-2020-28974
CVE-2020-4030
CVE-2020-4031
CVE-2020-4032
CVE-2020-4033
CVE-2020-6463
CVE-2020-6514
CVE-2020-8130
CVE-2020-8694
CVE-2021-0920
CVE-2021-0935
CVE-2021-28711
CVE-2021-28712
CVE-2021-28713
CVE-2021-28714
CVE-2021-28715
CVE-2021-33098
CVE-2021-4002
CVE-2021-43975
CVE-2021-43976
CVE-2021-45485
CVE-2021-45486
SUSE-SU-2018:3609-1
SUSE-SU-2018:4086-1
SUSE-SU-2019:1458-1
SUSE-SU-2019:1459-1
SUSE-SU-2020:0598-1
SUSE-SU-2020:0737-1
SUSE-SU-2020:0819-1
SUSE-SU-2020:1126-1
SUSE-SU-2020:1591-2
SUSE-SU-2020:1677-1
SUSE-SU-2020:2068-1
SUSE-SU-2020:2095-1
SUSE-SU-2020:2179-1
SUSE-SU-2020:3522-1
SUSE-SU-2020:3551-1
SUSE-SU-2022:0090-1
Platform(s):SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
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 High Availability 12
SUSE Linux Enterprise High Availability 12 SP1
SUSE Linux Enterprise High Availability 12 SP2
SUSE Linux Enterprise High Availability 12 SP4
SUSE Linux Enterprise High Availability 12 SP5
SUSE Linux Enterprise High Performance Computing 12 SP5
SUSE Linux Enterprise Live Patching 12
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Realtime packages 15 SP2
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 12 SP5
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15-LTSS
SUSE Linux Enterprise Server for SAP Applications 15
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP2
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 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE Linux Enterprise Workstation Extension 15 SP2
SUSE OpenStack Cloud 5
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • openstack-cinder-2014.2.3.dev13-1 is installed
  • OR openstack-cinder-volume-2014.2.3.dev13-1 is installed
  • OR python-cinder-2014.2.3.dev13-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • cups-filters-1.0.58-2 is installed
  • OR cups-filters-cups-browsed-1.0.58-2 is installed
  • OR cups-filters-foomatic-rip-1.0.58-2 is installed
  • OR cups-filters-ghostscript-1.0.58-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-38.4.0esr-51 is installed
  • OR MozillaFirefox-translations-38.4.0esr-51 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-32bit-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • NetworkManager-1.0.12-12 is installed
  • OR NetworkManager-lang-1.0.12-12 is installed
  • OR libnm-glib-vpn1-1.0.12-12 is installed
  • OR libnm-glib4-1.0.12-12 is installed
  • OR libnm-util2-1.0.12-12 is installed
  • OR libnm0-1.0.12-12 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-12 is installed
  • OR typelib-1_0-NMClient-1_0-1.0.12-12 is installed
  • OR typelib-1_0-NetworkManager-1_0-1.0.12-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.85 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.85 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-71.85 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.85 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-71.85 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 is installed
  • AND Package Information
  • ctdb-4.2.4-18.30.1 is installed
  • OR samba-4.2.4-18.30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP1 is installed
  • AND hawk2-1.0.1+git.1456406635.49e230d-12.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP2 is installed
  • AND conntrack-tools-1.4.2-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP4 is installed
  • AND ctdb-4.6.16+git.124.aee309c5c18-3.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP5 is installed
  • AND ruby2.1-rubygem-bundler-1.7.3-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_48-52_27-default-1-2.6 is installed
  • OR kgraft-patch-3_12_48-52_27-xen-1-2.6 is installed
  • OR kgraft-patch-SLE12_Update_8-1-2.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Realtime packages 15 SP2 is installed
  • AND Package Information
  • cluster-md-kmp-rt-5.3.18-16 is installed
  • OR dlm-kmp-rt-5.3.18-16 is installed
  • OR gfs2-kmp-rt-5.3.18-16 is installed
  • OR kernel-devel-rt-5.3.18-16 is installed
  • OR kernel-rt-5.3.18-16 is installed
  • OR kernel-rt-devel-5.3.18-16 is installed
  • OR kernel-rt_debug-5.3.18-16 is installed
  • OR kernel-rt_debug-devel-5.3.18-16 is installed
  • OR kernel-source-rt-5.3.18-16 is installed
  • OR kernel-syms-rt-5.3.18-16 is installed
  • OR ocfs2-kmp-rt-5.3.18-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • qemu-2.11.2-9.17 is installed
  • OR qemu-arm-2.11.2-9.17 is installed
  • OR qemu-block-curl-2.11.2-9.17 is installed
  • OR qemu-block-iscsi-2.11.2-9.17 is installed
  • OR qemu-block-rbd-2.11.2-9.17 is installed
  • OR qemu-block-ssh-2.11.2-9.17 is installed
  • OR qemu-guest-agent-2.11.2-9.17 is installed
  • OR qemu-ipxe-1.0.0+-9.17 is installed
  • OR qemu-kvm-2.11.2-9.17 is installed
  • OR qemu-lang-2.11.2-9.17 is installed
  • OR qemu-ppc-2.11.2-9.17 is installed
  • OR qemu-s390-2.11.2-9.17 is installed
  • OR qemu-seabios-1.11.0-9.17 is installed
  • OR qemu-sgabios-8-9.17 is installed
  • OR qemu-vgabios-1.11.0-9.17 is installed
  • OR qemu-x86-2.11.2-9.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • qemu-2.6.2-41.43 is installed
  • OR qemu-block-curl-2.6.2-41.43 is installed
  • OR qemu-block-rbd-2.6.2-41.43 is installed
  • OR qemu-block-ssh-2.6.2-41.43 is installed
  • OR qemu-guest-agent-2.6.2-41.43 is installed
  • OR qemu-ipxe-1.0.0-41.43 is installed
  • OR qemu-kvm-2.6.2-41.43 is installed
  • OR qemu-lang-2.6.2-41.43 is installed
  • OR qemu-seabios-1.9.1-41.43 is installed
  • OR qemu-sgabios-8-41.43 is installed
  • OR qemu-tools-2.6.2-41.43 is installed
  • OR qemu-vgabios-1.9.1-41.43 is installed
  • OR qemu-x86-2.6.2-41.43 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP5 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.12.14-10.73.1 is installed
  • OR dlm-kmp-rt-4.12.14-10.73.1 is installed
  • OR gfs2-kmp-rt-4.12.14-10.73.1 is installed
  • OR kernel-devel-rt-4.12.14-10.73.1 is installed
  • OR kernel-rt-4.12.14-10.73.1 is installed
  • OR kernel-rt-base-4.12.14-10.73.1 is installed
  • OR kernel-rt-devel-4.12.14-10.73.1 is installed
  • OR kernel-rt_debug-4.12.14-10.73.1 is installed
  • OR kernel-rt_debug-devel-4.12.14-10.73.1 is installed
  • OR kernel-source-rt-4.12.14-10.73.1 is installed
  • OR kernel-syms-rt-4.12.14-10.73.1 is installed
  • OR ocfs2-kmp-rt-4.12.14-10.73.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.70.76.1 is installed
  • OR xorg-x11-server-7.4-27.70.76.1 is installed
  • OR xorg-x11-server-extra-7.4-27.70.76.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.70.76.1 is installed
  • OR xorg-x11-server-7.4-27.70.76.1 is installed
  • OR xorg-x11-server-extra-7.4-27.70.76.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • apache2-mod_php53-5.3.8-0.19.6 is installed
  • OR php53-5.3.8-0.19.6 is installed
  • OR php53-bcmath-5.3.8-0.19.6 is installed
  • OR php53-bz2-5.3.8-0.19.6 is installed
  • OR php53-calendar-5.3.8-0.19.6 is installed
  • OR php53-ctype-5.3.8-0.19.6 is installed
  • OR php53-curl-5.3.8-0.19.6 is installed
  • OR php53-dba-5.3.8-0.19.6 is installed
  • OR php53-dom-5.3.8-0.19.6 is installed
  • OR php53-exif-5.3.8-0.19.6 is installed
  • OR php53-fastcgi-5.3.8-0.19.6 is installed
  • OR php53-fileinfo-5.3.8-0.19.6 is installed
  • OR php53-ftp-5.3.8-0.19.6 is installed
  • OR php53-gd-5.3.8-0.19.6 is installed
  • OR php53-gettext-5.3.8-0.19.6 is installed
  • OR php53-gmp-5.3.8-0.19.6 is installed
  • OR php53-iconv-5.3.8-0.19.6 is installed
  • OR php53-intl-5.3.8-0.19.6 is installed
  • OR php53-json-5.3.8-0.19.6 is installed
  • OR php53-ldap-5.3.8-0.19.6 is installed
  • OR php53-mbstring-5.3.8-0.19.6 is installed
  • OR php53-mcrypt-5.3.8-0.19.6 is installed
  • OR php53-mysql-5.3.8-0.19.6 is installed
  • OR php53-odbc-5.3.8-0.19.6 is installed
  • OR php53-openssl-5.3.8-0.19.6 is installed
  • OR php53-pcntl-5.3.8-0.19.6 is installed
  • OR php53-pdo-5.3.8-0.19.6 is installed
  • OR php53-pear-5.3.8-0.19.6 is installed
  • OR php53-pgsql-5.3.8-0.19.6 is installed
  • OR php53-pspell-5.3.8-0.19.6 is installed
  • OR php53-shmop-5.3.8-0.19.6 is installed
  • OR php53-snmp-5.3.8-0.19.6 is installed
  • OR php53-soap-5.3.8-0.19.6 is installed
  • OR php53-suhosin-5.3.8-0.19.6 is installed
  • OR php53-sysvmsg-5.3.8-0.19.6 is installed
  • OR php53-sysvsem-5.3.8-0.19.6 is installed
  • OR php53-sysvshm-5.3.8-0.19.6 is installed
  • OR php53-tokenizer-5.3.8-0.19.6 is installed
  • OR php53-wddx-5.3.8-0.19.6 is installed
  • OR php53-xmlreader-5.3.8-0.19.6 is installed
  • OR php53-xmlrpc-5.3.8-0.19.6 is installed
  • OR php53-xmlwriter-5.3.8-0.19.6 is installed
  • OR php53-xsl-5.3.8-0.19.6 is installed
  • OR php53-zip-5.3.8-0.19.6 is installed
  • OR php53-zlib-5.3.8-0.19.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • ant-1.7.1-20.9.53 is installed
  • OR ant-trax-1.7.1-16.9.65 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND mailx-12.5-22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libXinerama1-1.1.3-3 is installed
  • OR libXinerama1-32bit-1.1.3-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-28 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • apache-commons-beanutils-1.9.2-1 is installed
  • OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • alsa-1.0.27.2-15 is installed
  • OR alsa-docs-1.0.27.2-15 is installed
  • OR libasound2-1.0.27.2-15 is installed
  • OR libasound2-32bit-1.0.27.2-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_55-52_45-default-2-2.3 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-2-2.3 is installed
  • OR kgraft-patch-SLE12_Update_13-2-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 15-LTSS is installed
  • AND Package Information
  • libssh2-1-1.9.0-4.13 is installed
  • OR libssh2-1-32bit-1.9.0-4.13 is installed
  • OR libssh2-devel-1.9.0-4.13 is installed
  • OR libssh2_org-1.9.0-4.13 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 Software Development Kit 11 SP3 is installed
  • AND Package Information
  • flac-devel-1.2.1-68.17.1 is installed
  • OR libFLAC++6-32bit-1.2.1-68.17.1 is installed
  • OR libFLAC++6-x86-1.2.1-68.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • quagga-0.99.15-0.24.2 is installed
  • OR quagga-devel-0.99.15-0.24.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND aaa_base-malloccheck-13.2+git20140911.61c1681-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND apache2-devel-2.4.16-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • evince-devel-3.20.1-5 is installed
  • OR typelib-1_0-EvinceDocument-3_0-3.20.1-5 is installed
  • OR typelib-1_0-EvinceView-3_0-3.20.1-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gstreamer-plugins-base-1.8.3-9.6 is installed
  • OR libgstfft-1_0-0-32bit-1.8.3-9.6 is installed
  • OR typelib-1_0-GstAudio-1_0-1.8.3-9.6 is installed
  • OR typelib-1_0-GstPbutils-1_0-1.8.3-9.6 is installed
  • OR typelib-1_0-GstTag-1_0-1.8.3-9.6 is installed
  • OR typelib-1_0-GstVideo-1_0-1.8.3-9.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • ffmpeg-3.4.2-4.12 is installed
  • OR libavcodec-devel-3.4.2-4.12 is installed
  • OR libavformat-devel-3.4.2-4.12 is installed
  • OR libavformat57-3.4.2-4.12 is installed
  • OR libavresample-devel-3.4.2-4.12 is installed
  • OR libavresample3-3.4.2-4.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • gnome-shell-3.26.2+20180130.0d9c74212-4.19 is installed
  • OR gnome-shell-calendar-3.26.2+20180130.0d9c74212-4.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP2 is installed
  • AND Package Information
  • MozillaThunderbird-68.9.0-3.85 is installed
  • OR MozillaThunderbird-translations-common-68.9.0-3.85 is installed
  • OR MozillaThunderbird-translations-other-68.9.0-3.85 is installed
  • BACK