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

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

The following security bugs were fixed:

- CVE-2019-1125: Enable Spectre v1 swapgs mitigations (bsc#1139358). - CVE-2018-20855: An issue was discovered in create_qp_common in drivers/infiniband/hw/mlx5/qp.c, mlx5_ib_create_qp_resp was never initialized, resulting in a leak of stack memory to userspace (bsc#1143045). - CVE-2019-14284: The drivers/block/floppy.c allowed a denial of service by setup_format_params division-by-zero. Two consecutive ioctls can trigger the bug: the first one should set the drive geometry with .sect and .rate values that make F_SECT_PER_TRACK be zero. Next, the floppy format operation should be called. It can be triggered by an unprivileged local user even when a floppy disk has not been inserted. NOTE: QEMU creates the floppy device by default (bsc#1143189). - CVE-2019-14283: The function set_geometry in drivers/block/floppy.c did not validate the sect and head fields, as demonstrated by an integer overflow and out-of-bounds read. It can be triggered by an unprivileged local user when a floppy disk has been inserted. NOTE: QEMU creates the floppy device by default (bsc#1143191). - CVE-2019-11810: A NULL pointer dereference can occur when megasas_create_frame_pool() fails in megasas_alloc_cmds() in drivers/scsi/megaraid/megaraid_sas_base.c. This causes a Denial of Service, related to a use-after-free (bsc#1134399). - CVE-2019-13648: In the Linux kernel on the powerpc platform, when hardware transactional memory is disabled, a local user can cause a denial of service (TM Bad Thing exception and system crash) via a sigreturn() system call that sends a crafted signal frame. This affects arch/powerpc/kernel/signal_32.c and arch/powerpc/kernel/signal_64.c (bnc#1142254). - CVE-2019-13631: In parse_hid_report_descriptor in drivers/input/tablet/gtco.c, a malicious USB device can send an HID report that triggers an out-of-bounds write during generation of debugging messages (bsc#1142023). - CVE-2019-15118: Fixed kernel stack exhaustion in check_input_term in sound/usb/mixer.c via mishandled recursion (bnc#1145922). - CVE-2019-15117: Fixed out-of-bounds memory access in parse_audio_mixer_unit in sound/usb/mixer.c via mishandled short descriptor (bnc#1145920). - CVE-2019-3819: A flaw was fixed in the function hid_debug_events_read() in drivers/hid/hid-debug.c file which may have enter an infinite loop with certain parameters passed from a userspace. A local privileged user ('root') could have caused a system lock up and a denial of service (bnc#1123161). - CVE-2019-10207: Check for missing tty operations in bluetooth/hci_uart (bsc#1142857). - CVE-2018-20856: Fixed a use-after-free issue in block/blk-core.c, where certain error case are mishandled (bnc#1143048).

The following non-security bugs were fixed:

- cifs: do not log STATUS_NOT_FOUND errors for DFS (bsc#1125674). - dlm: Fix saving of NULL callbacks (bsc#1135365). - bcache: Revert 'bcache: fix high CPU occupancy during journal' (bsc#1140652, bsc#1144288). - bcache: Revert 'bcache: free heap cache_set->flush_btree in bch_journal_free' (bsc#1140652, bsc#1144288). - bcache: add reclaimed_journal_buckets to struct cache_set (bsc#1140652, bsc#1144288). - bcache: fix race in btree_flush_write() (bsc#1140652, bsc#1144288). - bcache: fix stack corruption by PRECEDING_KEY() (bsc#1130972, bsc#1144257). - bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached (bsc#1130972, bsc#1144273). - bcache: performance improvement for btree_flush_write() (bsc#1140652, bsc#1144288). - bcache: remove retry_flush_write from struct cache_set (bsc#1140652, bsc#1144288). - bonding: Force slave speed check after link state recovery for 802.3ad (bsc#1137584). - clocksource: Defer override invalidation unless clock is unstable (bsc#1139826). - kvm: mmu: Fix overflow on kvm mmu page limit calculation (bsc#1135335). - kvmclock: fix TSC calibration for nested guests (bsc#1133860, jsc#PM-1211). - mm, page_alloc: fix has_unmovable_pages for HugePages (bsc#1127034). - powerpc/watchpoint: Restore NV GPRs while returning from exception (bsc#1140945, bsc#1141401, bsc#1141402, bsc#1141452, bsc#1141453, bsc#1141454). - qla2xxx: performance degradation when enabling blk-mq (bsc#1128977). - qlge: Deduplicate lbq_buf_size (bsc#1106061). - qlge: Deduplicate rx buffer queue management (bsc#1106061). - qlge: Factor out duplicated expression (bsc#1106061). - qlge: Fix dma_sync_single calls (bsc#1106061). - qlge: Fix irq masking in INTx mode (bsc#1106061). - qlge: Refill empty buffer queues from wq (bsc#1106061). - qlge: Refill rx buffers up to multiple of 16 (bsc#1106061). - qlge: Remove bq_desc.maplen (bsc#1106061). - qlge: Remove irq_cnt (bsc#1106061). - qlge: Remove page_chunk.last_flag (bsc#1106061). - qlge: Remove qlge_bq.len size (bsc#1106061). - qlge: Remove rx_ring.sbq_buf_size (bsc#1106061). - qlge: Remove rx_ring.type (bsc#1106061). - qlge: Remove useless dma synchronization calls (bsc#1106061). - qlge: Remove useless memset (bsc#1106061). - qlge: Replace memset with assignment (bsc#1106061). - qlge: Update buffer queue prod index despite oom (bsc#1106061). - rbd: flush rbd_dev->watch_dwork after watch is unregistered (bsc#1143333). - rbd: retry watch re-registration periodically (bsc#1143333). - sched/fair: Do not free p->numa_faults with concurrent readers (bsc#1144920). - sched/fair: Use RCU accessors consistently for ->numa_group (bsc#1144920). - scsi: virtio_scsi: let host do exception handling (bsc#1141181). - x86: mm: fix fast GUP with hyper-based TLB flushing (VM Functionality, bsc#1140903). - x86: tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flag (bsc#1133860, jsc#PM-1211). - xen: let alloc_xenballooned_pages() fail if not enough memory free (XSA-300).
Family:unixClass:patch
Status:Reference(s):1003077
1012852
1013543
1013604
1014271
1015703
1017589
1019611
1021256
1021762
1022103
1023078
1023079
1023377
1023762
1023992
1024938
1025235
1026024
1026722
1026914
1027066
1027149
1027178
1027189
1027190
1028415
1028895
1029986
1030118
1030213
1030901
1031003
1031052
1031440
1031579
1032344
1033336
1038553
1046610
1052311
1052368
1079152
1082962
1083125
1083382
1083900
1085447
1085449
1087007
1087012
1087082
1087083
1087086
1087095
1089343
1090368
1090646
1092813
1092904
1093311
1094033
1094353
1094823
1096140
1096242
1096281
1096480
1096728
1097356
1104134
1106061
1123161
1125674
1127034
1128977
1130972
1133860
1134399
1135335
1135365
1135824
1137584
1139358
1139826
1140652
1140903
1140945
1141181
1141401
1141402
1141452
1141453
1141454
1142023
1142254
1142857
1143045
1143048
1143189
1143191
1143333
1144257
1144273
1144288
1144920
1145920
1145922
1154862
860611
901748
914939
950437
954200
954201
954763
954980
960382
962189
968697
979215
981670
983212
989056
CVE-2014-3566
CVE-2015-1350
CVE-2015-7830
CVE-2015-8076
CVE-2015-8077
CVE-2015-8078
CVE-2015-8126
CVE-2015-8704
CVE-2015-8711
CVE-2015-8712
CVE-2015-8713
CVE-2015-8714
CVE-2015-8715
CVE-2015-8716
CVE-2015-8717
CVE-2015-8718
CVE-2015-8719
CVE-2015-8720
CVE-2015-8721
CVE-2015-8722
CVE-2015-8723
CVE-2015-8724
CVE-2015-8725
CVE-2015-8726
CVE-2015-8727
CVE-2015-8728
CVE-2015-8729
CVE-2015-8730
CVE-2015-8731
CVE-2015-8732
CVE-2015-8733
CVE-2016-10044
CVE-2016-10200
CVE-2016-10208
CVE-2016-2117
CVE-2016-3070
CVE-2016-5243
CVE-2016-7117
CVE-2016-8632
CVE-2016-9576
CVE-2016-9577
CVE-2016-9578
CVE-2016-9588
CVE-2016-9794
CVE-2016-9806
CVE-2017-1000112
CVE-2017-13166
CVE-2017-13305
CVE-2017-2671
CVE-2017-5225
CVE-2017-5669
CVE-2017-5897
CVE-2017-5970
CVE-2017-5986
CVE-2017-6074
CVE-2017-6214
CVE-2017-6345
CVE-2017-6346
CVE-2017-6348
CVE-2017-6353
CVE-2017-7187
CVE-2017-7261
CVE-2017-7294
CVE-2017-7308
CVE-2017-7616
CVE-2018-1000204
CVE-2018-1092
CVE-2018-1093
CVE-2018-1094
CVE-2018-1130
CVE-2018-1417
CVE-2018-20855
CVE-2018-20856
CVE-2018-2783
CVE-2018-2790
CVE-2018-2794
CVE-2018-2795
CVE-2018-2796
CVE-2018-2797
CVE-2018-2798
CVE-2018-2799
CVE-2018-2800
CVE-2018-2814
CVE-2018-2825
CVE-2018-2826
CVE-2018-3639
CVE-2018-3640
CVE-2018-3646
CVE-2018-3665
CVE-2018-5803
CVE-2018-5848
CVE-2018-7492
CVE-2018-8781
CVE-2018-8897
CVE-2019-10207
CVE-2019-1125
CVE-2019-11691
CVE-2019-11692
CVE-2019-11693
CVE-2019-11694
CVE-2019-11698
CVE-2019-11810
CVE-2019-13631
CVE-2019-13648
CVE-2019-14283
CVE-2019-14284
CVE-2019-15117
CVE-2019-15118
CVE-2019-17498
CVE-2019-3819
CVE-2019-7317
CVE-2019-9800
CVE-2019-9815
CVE-2019-9816
CVE-2019-9817
CVE-2019-9818
CVE-2019-9819
CVE-2019-9820
SUSE-SU-2016:0027-1
SUSE-SU-2016:0109-1
SUSE-SU-2016:0174-1
SUSE-SU-2016:1457-1
SUSE-SU-2017:0248-1
SUSE-SU-2017:0393-1
SUSE-SU-2017:0453-1
SUSE-SU-2017:1247-1
SUSE-SU-2017:2506-1
SUSE-SU-2018:1521-1
SUSE-SU-2018:1738-1
SUSE-SU-2018:1761-1
SUSE-SU-2018:2331-1
SUSE-SU-2019:1388-1
SUSE-SU-2019:2263-1
SUSE-SU-2019:2936-1
Platform(s):openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP3
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 Containers 15 SP1
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Desktop Applications 15 SP1
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 12
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-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
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 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 8
Product(s):
Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND apache-commons-beanutils-1.9.2-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND a2ps-4.13-1326.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-38.5.0esr-54 is installed
  • OR MozillaFirefox-translations-38.5.0esr-54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libopenjp2-7-2.1.0-3 is installed
  • OR openjpeg2-2.1.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND mutt-1.10.1-55.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libQt5Concurrent5-5.6.2-6.15 is installed
  • OR libQt5Core5-5.6.2-6.15 is installed
  • OR libQt5DBus5-5.6.2-6.15 is installed
  • OR libQt5Gui5-5.6.2-6.15 is installed
  • OR libQt5Network5-5.6.2-6.15 is installed
  • OR libQt5OpenGL5-5.6.2-6.15 is installed
  • OR libQt5PrintSupport5-5.6.2-6.15 is installed
  • OR libQt5Sql5-5.6.2-6.15 is installed
  • OR libQt5Sql5-mysql-5.6.2-6.15 is installed
  • OR libQt5Sql5-postgresql-5.6.2-6.15 is installed
  • OR libQt5Sql5-sqlite-5.6.2-6.15 is installed
  • OR libQt5Sql5-unixODBC-5.6.2-6.15 is installed
  • OR libQt5Test5-5.6.2-6.15 is installed
  • OR libQt5Widgets5-5.6.2-6.15 is installed
  • OR libQt5Xml5-5.6.2-6.15 is installed
  • OR libqt5-qtbase-5.6.2-6.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND apache-commons-httpclient-3.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • avahi-0.7-1 is installed
  • OR avahi-compat-howl-devel-0.7-1 is installed
  • OR avahi-compat-mDNSResponder-devel-0.7-1 is installed
  • OR avahi-lang-0.7-1 is installed
  • OR avahi-utils-0.7-1 is installed
  • OR libavahi-client3-0.7-1 is installed
  • OR libavahi-client3-32bit-0.7-1 is installed
  • OR libavahi-common3-0.7-1 is installed
  • OR libavahi-common3-32bit-0.7-1 is installed
  • OR libavahi-core7-0.7-1 is installed
  • OR libavahi-devel-0.7-1 is installed
  • OR libdns_sd-0.7-1 is installed
  • OR libhowl0-0.7-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 SP1 is installed
  • AND containerd-1.2.2-5.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • cups-pk-helper-0.2.6-1 is installed
  • OR cups-pk-helper-lang-0.2.6-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND libXvnc-devel-1.9.0-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND perl-Net-Libproxy-0.4.15-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • cmis-client-0.5.2-3.3 is installed
  • OR libcmis-c-0_5-5-0.5.2-3.3 is installed
  • OR libcmis-c-devel-0.5.2-3.3 is installed
  • OR libixion-0.15.0-4.6 is installed
  • OR libixion-devel-0.15.0-4.6 is installed
  • OR libixion-tools-0.15.0-4.6 is installed
  • OR libmwaw-0.3.15-4.6 is installed
  • OR libmwaw-devel-0.3.15-4.6 is installed
  • OR libmwaw-devel-doc-0.3.15-4.6 is installed
  • OR libmwaw-tools-0.3.15-4.6 is installed
  • OR liborcus-0.15.3-3.6 is installed
  • OR liborcus-tools-0.15.3-3.6 is installed
  • OR mdds-1_5-1.5.0-1.3 is installed
  • OR mdds-1_5-devel-1.5.0-1.3 is installed
  • OR myspell-af_NA-20191016-3.12 is installed
  • OR myspell-an-20191016-3.12 is installed
  • OR myspell-an_ES-20191016-3.12 is installed
  • OR myspell-ar_AE-20191016-3.12 is installed
  • OR myspell-ar_BH-20191016-3.12 is installed
  • OR myspell-ar_DZ-20191016-3.12 is installed
  • OR myspell-ar_EG-20191016-3.12 is installed
  • OR myspell-ar_IQ-20191016-3.12 is installed
  • OR myspell-ar_JO-20191016-3.12 is installed
  • OR myspell-ar_KW-20191016-3.12 is installed
  • OR myspell-ar_LB-20191016-3.12 is installed
  • OR myspell-ar_LY-20191016-3.12 is installed
  • OR myspell-ar_MA-20191016-3.12 is installed
  • OR myspell-ar_OM-20191016-3.12 is installed
  • OR myspell-ar_QA-20191016-3.12 is installed
  • OR myspell-ar_SA-20191016-3.12 is installed
  • OR myspell-ar_SD-20191016-3.12 is installed
  • OR myspell-ar_SY-20191016-3.12 is installed
  • OR myspell-ar_TN-20191016-3.12 is installed
  • OR myspell-ar_YE-20191016-3.12 is installed
  • OR myspell-be_BY-20191016-3.12 is installed
  • OR myspell-bn_IN-20191016-3.12 is installed
  • OR myspell-bo-20191016-3.12 is installed
  • OR myspell-bo_CN-20191016-3.12 is installed
  • OR myspell-bo_IN-20191016-3.12 is installed
  • OR myspell-bs-20191016-3.12 is installed
  • OR myspell-bs_BA-20191016-3.12 is installed
  • OR myspell-ca_AD-20191016-3.12 is installed
  • OR myspell-ca_ES-20191016-3.12 is installed
  • OR myspell-ca_ES_valencia-20191016-3.12 is installed
  • OR myspell-ca_FR-20191016-3.12 is installed
  • OR myspell-ca_IT-20191016-3.12 is installed
  • OR myspell-de_AT-20191016-3.12 is installed
  • OR myspell-de_CH-20191016-3.12 is installed
  • OR myspell-dictionaries-20191016-3.12 is installed
  • OR myspell-en_AU-20191016-3.12 is installed
  • OR myspell-en_BS-20191016-3.12 is installed
  • OR myspell-en_BZ-20191016-3.12 is installed
  • OR myspell-en_CA-20191016-3.12 is installed
  • OR myspell-en_GB-20191016-3.12 is installed
  • OR myspell-en_GH-20191016-3.12 is installed
  • OR myspell-en_IE-20191016-3.12 is installed
  • OR myspell-en_IN-20191016-3.12 is installed
  • OR myspell-en_JM-20191016-3.12 is installed
  • OR myspell-en_MW-20191016-3.12 is installed
  • OR myspell-en_NA-20191016-3.12 is installed
  • OR myspell-en_NZ-20191016-3.12 is installed
  • OR myspell-en_PH-20191016-3.12 is installed
  • OR myspell-en_TT-20191016-3.12 is installed
  • OR myspell-en_ZA-20191016-3.12 is installed
  • OR myspell-en_ZW-20191016-3.12 is installed
  • OR myspell-es_AR-20191016-3.12 is installed
  • OR myspell-es_BO-20191016-3.12 is installed
  • OR myspell-es_CL-20191016-3.12 is installed
  • OR myspell-es_CO-20191016-3.12 is installed
  • OR myspell-es_CR-20191016-3.12 is installed
  • OR myspell-es_CU-20191016-3.12 is installed
  • OR myspell-es_DO-20191016-3.12 is installed
  • OR myspell-es_EC-20191016-3.12 is installed
  • OR myspell-es_GT-20191016-3.12 is installed
  • OR myspell-es_HN-20191016-3.12 is installed
  • OR myspell-es_MX-20191016-3.12 is installed
  • OR myspell-es_NI-20191016-3.12 is installed
  • OR myspell-es_PA-20191016-3.12 is installed
  • OR myspell-es_PE-20191016-3.12 is installed
  • OR myspell-es_PR-20191016-3.12 is installed
  • OR myspell-es_PY-20191016-3.12 is installed
  • OR myspell-es_SV-20191016-3.12 is installed
  • OR myspell-es_UY-20191016-3.12 is installed
  • OR myspell-es_VE-20191016-3.12 is installed
  • OR myspell-fr_BE-20191016-3.12 is installed
  • OR myspell-fr_CA-20191016-3.12 is installed
  • OR myspell-fr_CH-20191016-3.12 is installed
  • OR myspell-fr_LU-20191016-3.12 is installed
  • OR myspell-fr_MC-20191016-3.12 is installed
  • OR myspell-gd_GB-20191016-3.12 is installed
  • OR myspell-gl_ES-20191016-3.12 is installed
  • OR myspell-gug-20191016-3.12 is installed
  • OR myspell-gug_PY-20191016-3.12 is installed
  • OR myspell-is-20191016-3.12 is installed
  • OR myspell-is_IS-20191016-3.12 is installed
  • OR myspell-kmr_Latn-20191016-3.12 is installed
  • OR myspell-kmr_Latn_SY-20191016-3.12 is installed
  • OR myspell-kmr_Latn_TR-20191016-3.12 is installed
  • OR myspell-lo_LA-20191016-3.12 is installed
  • OR myspell-ne_NP-20191016-3.12 is installed
  • OR myspell-nl_BE-20191016-3.12 is installed
  • OR myspell-nn_NO-20191016-3.12 is installed
  • OR myspell-oc_FR-20191016-3.12 is installed
  • OR myspell-pt_AO-20191016-3.12 is installed
  • OR myspell-sq_AL-20191016-3.12 is installed
  • OR myspell-sr_CS-20191016-3.12 is installed
  • OR myspell-sr_Latn_CS-20191016-3.12 is installed
  • OR myspell-sr_Latn_RS-20191016-3.12 is installed
  • OR myspell-sr_RS-20191016-3.12 is installed
  • OR myspell-sv_FI-20191016-3.12 is installed
  • OR myspell-sw_TZ-20191016-3.12 is installed
  • OR myspell-te-20191016-3.12 is installed
  • OR myspell-vi-20191016-3.12 is installed
  • OR myspell-vi_VN-20191016-3.12 is installed
  • OR python3-libixion-0.15.0-4.6 is installed
  • OR python3-liborcus-0.15.3-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND python3-keystoneclient-3.15.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND skopeo-0.1.32-4.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • bash-3.2-147.22 is installed
  • OR bash-doc-3.2-147.22 is installed
  • OR bash-x86-3.2-147.22 is installed
  • OR libreadline5-5.2-147.22 is installed
  • OR libreadline5-32bit-5.2-147.22 is installed
  • OR libreadline5-x86-5.2-147.22 is installed
  • OR readline-doc-5.2-147.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bash-3.2-147.22 is installed
  • OR bash-doc-3.2-147.22 is installed
  • OR bash-x86-3.2-147.22 is installed
  • OR libreadline5-5.2-147.22 is installed
  • OR libreadline5-32bit-5.2-147.22 is installed
  • OR libreadline5-x86-5.2-147.22 is installed
  • OR readline-doc-5.2-147.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • apache2-2.2.12-1.38 is installed
  • OR apache2-doc-2.2.12-1.38 is installed
  • OR apache2-example-pages-2.2.12-1.38 is installed
  • OR apache2-prefork-2.2.12-1.38 is installed
  • OR apache2-utils-2.2.12-1.38 is installed
  • OR apache2-worker-2.2.12-1.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-38.7.0esr-37 is installed
  • OR MozillaFirefox-translations-38.7.0esr-37 is installed
  • OR libfreebl3-3.20.2-28 is installed
  • OR libfreebl3-32bit-3.20.2-28 is installed
  • OR libsoftokn3-3.20.2-28 is installed
  • OR libsoftokn3-32bit-3.20.2-28 is installed
  • OR mozilla-nspr-4.12-24 is installed
  • OR mozilla-nspr-32bit-4.12-24 is installed
  • OR mozilla-nss-3.20.2-28 is installed
  • OR mozilla-nss-32bit-3.20.2-28 is installed
  • OR mozilla-nss-tools-3.20.2-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-38.7.0esr-37 is installed
  • OR MozillaFirefox-translations-38.7.0esr-37 is installed
  • OR libfreebl3-3.20.2-28 is installed
  • OR libfreebl3-32bit-3.20.2-28 is installed
  • OR libsoftokn3-3.20.2-28 is installed
  • OR libsoftokn3-32bit-3.20.2-28 is installed
  • OR mozilla-nspr-4.12-24 is installed
  • OR mozilla-nspr-32bit-4.12-24 is installed
  • OR mozilla-nss-3.20.2-28 is installed
  • OR mozilla-nss-32bit-3.20.2-28 is installed
  • OR mozilla-nss-tools-3.20.2-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.106.19 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.19 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.19 is installed
  • OR kernel-default-3.0.101-0.47.106.19 is installed
  • OR kernel-default-base-3.0.101-0.47.106.19 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.19 is installed
  • OR kernel-default-man-3.0.101-0.47.106.19 is installed
  • OR kernel-ec2-3.0.101-0.47.106.19 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.19 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.19 is installed
  • OR kernel-pae-3.0.101-0.47.106.19 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.19 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.19 is installed
  • OR kernel-source-3.0.101-0.47.106.19 is installed
  • OR kernel-syms-3.0.101-0.47.106.19 is installed
  • OR kernel-trace-3.0.101-0.47.106.19 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.19 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.19 is installed
  • OR kernel-xen-3.0.101-0.47.106.19 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.19 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-78.79 is installed
  • OR libMagickCore1-6.4.3.6-78.79 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.79 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND wireshark-1.12.9-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND wireshark-1.12.9-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • bind-9.9.5P1-1 is installed
  • OR bind-chrootenv-9.9.5P1-1 is installed
  • OR bind-doc-9.9.5P1-1 is installed
  • OR bind-libs-9.9.5P1-1 is installed
  • OR bind-libs-32bit-9.9.5P1-1 is installed
  • OR bind-utils-9.9.5P1-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • bind-9.9.6P1-35 is installed
  • OR bind-chrootenv-9.9.6P1-35 is installed
  • OR bind-doc-9.9.6P1-35 is installed
  • OR bind-libs-9.9.6P1-35 is installed
  • OR bind-libs-32bit-9.9.6P1-35 is installed
  • OR bind-utils-9.9.6P1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • bind-9.9.6P1-35 is installed
  • OR bind-chrootenv-9.9.6P1-35 is installed
  • OR bind-doc-9.9.6P1-35 is installed
  • OR bind-libs-9.9.6P1-35 is installed
  • OR bind-libs-32bit-9.9.6P1-35 is installed
  • OR bind-utils-9.9.6P1-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND dnsmasq-2.71-8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_40-default-11-2 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-11-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_40-default-11-2 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-11-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-11-2 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libarchive-3.1.2-25 is installed
  • OR libarchive13-3.1.2-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libarchive-3.1.2-25 is installed
  • OR libarchive13-3.1.2-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • fontconfig-2.11.1-7 is installed
  • OR fontconfig-32bit-2.11.1-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND shadow-4.2.1-27.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND shadow-4.2.1-27.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND binutils-2.31-9.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND binutils-2.31-9.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • 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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • 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
  • file-5.22-10.3 is installed
  • OR file-magic-5.22-10.3 is installed
  • OR libmagic1-5.22-10.3 is installed
  • OR libmagic1-32bit-5.22-10.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • file-5.22-10.3 is installed
  • OR file-magic-5.22-10.3 is installed
  • OR libmagic1-5.22-10.3 is installed
  • OR libmagic1-32bit-5.22-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • ibus-chewing-1.4.14-4 is installed
  • OR ibus-pinyin-1.5.0-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND binutils-2.32-9.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND binutils-2.32-9.33 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
  • cups-1.7.5-20.17 is installed
  • OR cups-client-1.7.5-20.17 is installed
  • OR cups-libs-1.7.5-20.17 is installed
  • OR cups-libs-32bit-1.7.5-20.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • cups-1.7.5-20.17 is installed
  • OR cups-client-1.7.5-20.17 is installed
  • OR cups-libs-1.7.5-20.17 is installed
  • OR cups-libs-32bit-1.7.5-20.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • tomcat-8.0.53-29.13 is installed
  • OR tomcat-admin-webapps-8.0.53-29.13 is installed
  • OR tomcat-docs-webapp-8.0.53-29.13 is installed
  • OR tomcat-el-3_0-api-8.0.53-29.13 is installed
  • OR tomcat-javadoc-8.0.53-29.13 is installed
  • OR tomcat-jsp-2_3-api-8.0.53-29.13 is installed
  • OR tomcat-lib-8.0.53-29.13 is installed
  • OR tomcat-servlet-3_1-api-8.0.53-29.13 is installed
  • OR tomcat-webapps-8.0.53-29.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • mariadb-10.2.21-3.7 is installed
  • OR mariadb-client-10.2.21-3.7 is installed
  • OR mariadb-errormessages-10.2.21-3.7 is installed
  • OR mariadb-tools-10.2.21-3.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • mariadb-10.2.21-3.7 is installed
  • OR mariadb-client-10.2.21-3.7 is installed
  • OR mariadb-errormessages-10.2.21-3.7 is installed
  • OR mariadb-tools-10.2.21-3.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • xen-4.12.2_04-3.11 is installed
  • OR xen-doc-html-4.12.2_04-3.11 is installed
  • OR xen-libs-4.12.2_04-3.11 is installed
  • OR xen-libs-32bit-4.12.2_04-3.11 is installed
  • OR xen-tools-4.12.2_04-3.11 is installed
  • OR xen-tools-domU-4.12.2_04-3.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • xen-4.12.2_04-3.11 is installed
  • OR xen-doc-html-4.12.2_04-3.11 is installed
  • OR xen-libs-4.12.2_04-3.11 is installed
  • OR xen-libs-32bit-4.12.2_04-3.11 is installed
  • OR xen-tools-4.12.2_04-3.11 is installed
  • OR xen-tools-domU-4.12.2_04-3.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_49-default-5-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_14-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_49-default-5-2 is installed
  • OR kgraft-patch-3_12_60-52_49-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_14-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.180-94.103 is installed
  • OR kernel-default-base-4.4.180-94.103 is installed
  • OR kernel-default-devel-4.4.180-94.103 is installed
  • OR kernel-devel-4.4.180-94.103 is installed
  • OR kernel-macros-4.4.180-94.103 is installed
  • OR kernel-source-4.4.180-94.103 is installed
  • OR kernel-syms-4.4.180-94.103 is installed
  • OR kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libxerces-c-3_1-3.1.1-4 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-4 is installed
  • OR xerces-c-3.1.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.554-114 is installed
  • OR flash-player-gnome-11.2.202.554-114 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • imap-2007e_suse-22 is installed
  • OR libc-client2007e_suse-2007e_suse-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.92-6.18 is installed
  • OR kernel-default-extra-4.4.92-6.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libzmq3-4.0.4-15.3 is installed
  • OR zeromq-4.0.4-15.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • NetworkManager-applet-1.8.10-3 is installed
  • OR NetworkManager-applet-lang-1.8.10-3 is installed
  • OR NetworkManager-connection-editor-1.8.10-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND openstack-heat-templates-0.0.0+git.1452795102.e53f5d3-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND slf4j-1.7.12-3.3 is installed
  • BACK