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

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

Following security bugs were fixed: - CVE-2015-7550: A local user could have triggered a race between read and revoke in keyctl (bnc#958951). - CVE-2015-8539: A negatively instantiated user key could have been used by a local user to leverage privileges (bnc#958463). - CVE-2015-8543: The networking implementation in the Linux kernel did not validate protocol identifiers for certain protocol families, which allowed local users to cause a denial of service (NULL function pointer dereference and system crash) or possibly gain privileges by leveraging CLONE_NEWUSER support to execute a crafted SOCK_RAW application (bnc#958886). - CVE-2015-8550: Compiler optimizations in the XEN PV backend drivers could have lead to double fetch vulnerabilities, causing denial of service or arbitrary code execution (depending on the configuration) (bsc#957988). - CVE-2015-8551, CVE-2015-8552: xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled (bsc#957990). - CVE-2015-8569: The (1) pptp_bind and (2) pptp_connect functions in drivers/net/ppp/pptp.c in the Linux kernel did not verify an address length, which allowed local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application (bnc#959190). - CVE-2015-8575: Validate socket address length in sco_sock_bind() to prevent information leak (bsc#959399).

The following non-security bugs were fixed: - ACPICA: Correctly cleanup after a ACPI table load failure (bnc#937261). - ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504). - Input: aiptek - fix crash on detecting device without endpoints (bnc#956708). - Re-add copy_page_vector_to_user() - Refresh patches.xen/xen3-patch-3.12.46-47 (bsc#959705). - Refresh patches.xen/xen3-patch-3.9 (bsc#951155). - Update patches.suse/btrfs-8361-Btrfs-keep-dropped-roots-in-cache-until-transaction-.patch (bnc#935087, bnc#945649, bnc#951615). - bcache: Add btree_insert_node() (bnc#951638). - bcache: Add explicit keylist arg to btree_insert() (bnc#951638). - bcache: Clean up keylist code (bnc#951638). - bcache: Convert btree_insert_check_key() to btree_insert_node() (bnc#951638). - bcache: Convert bucket_wait to wait_queue_head_t (bnc#951638). - bcache: Convert try_wait to wait_queue_head_t (bnc#951638). - bcache: Explicitly track btree node's parent (bnc#951638). - bcache: Fix a bug when detaching (bsc#951638). - bcache: Fix a lockdep splat in an error path (bnc#951638). - bcache: Fix a shutdown bug (bsc#951638). - bcache: Fix more early shutdown bugs (bsc#951638). - bcache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - bcache: Insert multiple keys at a time (bnc#951638). - bcache: Refactor journalling flow control (bnc#951638). - bcache: Refactor request_write() (bnc#951638). - bcache: Use blkdev_issue_discard() (bnc#951638). - bcache: backing device set to clean after finishing detach (bsc#951638). - bcache: kill closure locking usage (bnc#951638). - blktap: also call blkif_disconnect() when frontend switched to closed (bsc#952976). - blktap: refine mm tracking (bsc#952976). - block: Always check queue limits for cloned requests (bsc#902606). - btrfs: Add qgroup tracing (bnc#935087, bnc#945649). - btrfs: Adjust commit-transaction condition to avoid NO_SPACE more (bsc#958647). - btrfs: Fix out-of-space bug (bsc#958647). - btrfs: Fix tail space processing in find_free_dev_extent() (bsc#958647). - btrfs: Set relative data on clear btrfs_block_group_cache->pinned (bsc#958647). - btrfs: Update btrfs qgroup status item when rescan is done (bnc#960300). - btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots() (bnc#935087, bnc#945649). - btrfs: backref: Do not merge refs which are not for same block (bnc#935087, bnc#945649). - btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() (bsc#958647). - btrfs: delayed-ref: Cleanup the unneeded functions (bnc#935087, bnc#945649). - btrfs: delayed-ref: Use list to replace the ref_root in ref_head (bnc#935087, bnc#945649). - btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent() (bnc#935087, bnc#945649). - btrfs: fix comp_oper to get right order (bnc#935087, bnc#945649). - btrfs: fix condition of commit transaction (bsc#958647). - btrfs: fix leak in qgroup_subtree_accounting() error path (bnc#935087, bnc#945649). - btrfs: fix order by which delayed references are run (bnc#949440). - btrfs: fix qgroup sanity tests (bnc#951615). - btrfs: fix race waiting for qgroup rescan worker (bnc#960300). - btrfs: fix regression running delayed references when using qgroups (bnc#951615). - btrfs: fix regression when running delayed references (bnc#951615). - btrfs: fix sleeping inside atomic context in qgroup rescan worker (bnc#960300). - btrfs: fix the number of transaction units needed to remove a block group (bsc#958647). - btrfs: keep dropped roots in cache until transaction commit (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_counters() (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_refcnt() (bnc#935087, bnc#945649). - btrfs: qgroup: Add new function to record old_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Add new qgroup calculation function btrfs_qgroup_account_extents() (bnc#935087, bnc#945649). - btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup the old ref_node-oriented mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Do not copy extent buffer to do qgroup rescan (bnc#960300). - btrfs: qgroup: Fix a regression in qgroup reserved space (bnc#935087, bnc#945649). - btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Record possible quota-related extent for qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Switch rescan to new mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch to new extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: account shared subtree during snapshot delete (bnc#935087, bnc#945649). - btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota (bnc#960300). - btrfs: qgroup: exit the rescan worker during umount (bnc#960300). - btrfs: qgroup: fix quota disable during rescan (bnc#960300). - btrfs: qgroup: move WARN_ON() to the correct location (bnc#935087, bnc#945649). - btrfs: remove transaction from send (bnc#935087, bnc#945649). - btrfs: ulist: Add ulist_del() function (bnc#935087, bnc#945649). - btrfs: use btrfs_get_fs_root in resolve_indirect_ref (bnc#935087, bnc#945649). - btrfs: use global reserve when deleting unused block group after ENOSPC (bsc#958647). - cache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - cpusets, isolcpus: exclude isolcpus from load balancing in cpusets (bsc#957395). - drm/i915: Fix SRC_COPY width on 830/845g (bsc#758040). - drm: Allocate new master object when client becomes master (bsc#956876, bsc#956801). - drm: Fix KABI of 'struct drm_file' (bsc#956876, bsc#956801). - e1000e: Do not read ICR in Other interrupt (bsc#924919). - e1000e: Do not write lsc to ics in msi-x mode (bsc#924919). - e1000e: Fix msi-x interrupt automask (bsc#924919). - e1000e: Remove unreachable code (bsc#924919). - genksyms: Handle string literals with spaces in reference files (bsc#958510). - ipv6: fix tunnel error handling (bsc#952579). - lpfc: Fix null ndlp dereference in target_reset_handler (bsc#951392). - mm/mempolicy.c: convert the shared_policy lock to a rwlock (bnc#959436). - mm: remove PG_waiters from PAGE_FLAGS_CHECK_AT_FREE (bnc#943959). - pm, hinernate: use put_page in release_swap_writer (bnc#943959). - sched, isolcpu: make cpu_isolated_map visible outside scheduler (bsc#957395). - udp: properly support MSG_PEEK with truncated buffers (bsc#951199 bsc#959364). - xhci: Workaround to get Intel xHCI reset working more reliably (bnc#957546).
Family:unixClass:patch
Status:Reference(s):1006180
1007280
1010161
1010163
1011103
1011107
1011913
1012143
1012382
1012829
1013887
1017189
1019151
1020645
1020657
1021424
1022476
1022743
1022967
1023175
1024405
1027519
1028173
1028286
1029693
1030552
1030850
1031056
1031515
1031717
1031784
1033587
1034048
1034075
1034762
1036303
1036632
1036785
1037344
1037404
1037994
1038078
1038583
1038616
1038792
1039915
1040307
1040351
1041958
1042286
1042314
1042422
1042778
1043652
1044112
1044636
1045154
1045563
1045922
1046682
1046821
1046985
1047027
1047048
1047096
1047118
1047121
1047152
1047277
1047343
1047354
1047487
1047651
1047653
1047670
1048155
1048221
1048317
1048783
1048891
1048893
1048914
1048934
1049226
1049483
1049486
1049505
1049580
1049603
1049645
1049882
1050061
1050188
1051017
1051022
1051059
1051239
1051399
1051478
1051479
1051556
1051663
1051790
1052049
1052151
1052223
1052533
1052580
1052593
1052709
1052773
1052794
1052888
1052916
1053117
1053600
1053802
1053915
1053919
1054084
1055013
1055096
1055359
1055493
1055755
1055896
1056261
1056588
1056827
1056982
1057015
1057358
1058038
1058116
1058410
1058507
1059051
1059465
1059777
1060197
1061017
1061046
1061064
1061067
1061076
1061077
1061080
1061081
1061082
1061084
1061086
1061087
1061172
1061831
1061872
1063667
1063671
1064206
1064388
1064392
1066471
1066472
1096564
1097108
1099306
1111331
1118595
1118596
1119947
1130680
758040
812259
855062
867583
899908
902606
906574
914890
924919
924960
933288
933878
935087
936227
937261
937444
938577
940338
940946
941363
942476
942865
943959
943989
944749
945649
947953
949440
949936
950292
951155
951199
951392
951615
951638
952579
952976
954980
954992
955118
955354
955654
956514
956708
956801
956876
957395
957525
957546
957566
957567
957598
957600
957988
957990
958463
958504
958510
958647
958886
958951
959090
959146
959190
959257
959364
959399
959436
959463
959629
959705
960221
960227
960281
960300
960837
961202
961257
961500
961509
961516
961588
961642
961645
961971
962336
962356
962788
962965
963449
963572
963765
963767
963825
964063
964230
964821
965344
965840
971741
971975
972127
974215
974449
974840
981309
984813
984815
985612
987351
CVE-2013-7446
CVE-2014-8127
CVE-2014-8964
CVE-2015-0272
CVE-2015-2325
CVE-2015-2327
CVE-2015-2328
CVE-2015-3210
CVE-2015-3217
CVE-2015-5073
CVE-2015-5707
CVE-2015-7550
CVE-2015-7799
CVE-2015-8126
CVE-2015-8215
CVE-2015-8380
CVE-2015-8381
CVE-2015-8382
CVE-2015-8383
CVE-2015-8384
CVE-2015-8385
CVE-2015-8386
CVE-2015-8387
CVE-2015-8388
CVE-2015-8389
CVE-2015-8390
CVE-2015-8391
CVE-2015-8392
CVE-2015-8393
CVE-2015-8394
CVE-2015-8395
CVE-2015-8539
CVE-2015-8543
CVE-2015-8550
CVE-2015-8551
CVE-2015-8552
CVE-2015-8569
CVE-2015-8575
CVE-2015-8660
CVE-2015-8767
CVE-2015-8785
CVE-2015-8936
CVE-2016-0723
CVE-2016-0777
CVE-2016-0778
CVE-2016-1283
CVE-2016-2069
CVE-2016-3191
CVE-2016-3622
CVE-2016-3658
CVE-2016-5321
CVE-2016-5323
CVE-2016-5652
CVE-2016-5875
CVE-2016-9273
CVE-2016-9297
CVE-2016-9448
CVE-2016-9453
CVE-2017-1000252
CVE-2017-10810
CVE-2017-11472
CVE-2017-11473
CVE-2017-11600
CVE-2017-12134
CVE-2017-12153
CVE-2017-12154
CVE-2017-13080
CVE-2017-13080
CVE-2017-14051
CVE-2017-14106
CVE-2017-14489
CVE-2017-15588
CVE-2017-15589
CVE-2017-15590
CVE-2017-15591
CVE-2017-15592
CVE-2017-15593
CVE-2017-15594
CVE-2017-15595
CVE-2017-15649
CVE-2017-15649
CVE-2017-2885
CVE-2017-5526
CVE-2017-7518
CVE-2017-7541
CVE-2017-7542
CVE-2017-8831
CVE-2018-10853
CVE-2018-12126
CVE-2018-12127
CVE-2018-12130
CVE-2018-15518
CVE-2018-16884
CVE-2018-19873
CVE-2018-20815
CVE-2018-3646
CVE-2019-11091
SUSE-SU-2016:0027-1
SUSE-SU-2016:0118-1
SUSE-SU-2016:0168-1
SUSE-SU-2016:0585-1
SUSE-SU-2016:2511-1
SUSE-SU-2016:3161-1
SUSE-SU-2016:3301-1
SUSE-SU-2017:2130-1
SUSE-SU-2017:2697-1
SUSE-SU-2017:2864-1
SUSE-SU-2017:2869-1
SUSE-SU-2017:3118-1
SUSE-SU-2018:2353-1
SUSE-SU-2018:4210-1
SUSE-SU-2019:1349-1
Platform(s):openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
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
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 Development Tools 15 SP1
SUSE Linux Enterprise Module for High Performance Computing 15
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Legacy Software 15 SP1
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 15 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-BCL
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 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-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND apache-pdfbox-1.8.12-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • ecryptfs-utils-61-1.35 is installed
  • OR ecryptfs-utils-32bit-61-1.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • bind-9.9.6P1-0.22 is installed
  • OR bind-libs-9.9.6P1-0.22 is installed
  • OR bind-libs-32bit-9.9.6P1-0.22 is installed
  • OR bind-utils-9.9.6P1-0.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libdcerpc-binding0-4.2.4-28.8 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-28.8 is installed
  • OR libdcerpc0-4.2.4-28.8 is installed
  • OR libdcerpc0-32bit-4.2.4-28.8 is installed
  • OR libgensec0-4.2.4-28.8 is installed
  • OR libgensec0-32bit-4.2.4-28.8 is installed
  • OR libndr-krb5pac0-4.2.4-28.8 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-28.8 is installed
  • OR libndr-nbt0-4.2.4-28.8 is installed
  • OR libndr-nbt0-32bit-4.2.4-28.8 is installed
  • OR libndr-standard0-4.2.4-28.8 is installed
  • OR libndr-standard0-32bit-4.2.4-28.8 is installed
  • OR libndr0-4.2.4-28.8 is installed
  • OR libndr0-32bit-4.2.4-28.8 is installed
  • OR libnetapi0-4.2.4-28.8 is installed
  • OR libnetapi0-32bit-4.2.4-28.8 is installed
  • OR libregistry0-4.2.4-28.8 is installed
  • OR libsamba-credentials0-4.2.4-28.8 is installed
  • OR libsamba-credentials0-32bit-4.2.4-28.8 is installed
  • OR libsamba-hostconfig0-4.2.4-28.8 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-28.8 is installed
  • OR libsamba-passdb0-4.2.4-28.8 is installed
  • OR libsamba-passdb0-32bit-4.2.4-28.8 is installed
  • OR libsamba-util0-4.2.4-28.8 is installed
  • OR libsamba-util0-32bit-4.2.4-28.8 is installed
  • OR libsamdb0-4.2.4-28.8 is installed
  • OR libsamdb0-32bit-4.2.4-28.8 is installed
  • OR libsmbclient-raw0-4.2.4-28.8 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-28.8 is installed
  • OR libsmbclient0-4.2.4-28.8 is installed
  • OR libsmbclient0-32bit-4.2.4-28.8 is installed
  • OR libsmbconf0-4.2.4-28.8 is installed
  • OR libsmbconf0-32bit-4.2.4-28.8 is installed
  • OR libsmbldap0-4.2.4-28.8 is installed
  • OR libsmbldap0-32bit-4.2.4-28.8 is installed
  • OR libtevent-util0-4.2.4-28.8 is installed
  • OR libtevent-util0-32bit-4.2.4-28.8 is installed
  • OR libwbclient0-4.2.4-28.8 is installed
  • OR libwbclient0-32bit-4.2.4-28.8 is installed
  • OR samba-4.2.4-28.8 is installed
  • OR samba-32bit-4.2.4-28.8 is installed
  • OR samba-client-4.2.4-28.8 is installed
  • OR samba-client-32bit-4.2.4-28.8 is installed
  • OR samba-doc-4.2.4-28.8 is installed
  • OR samba-libs-4.2.4-28.8 is installed
  • OR samba-libs-32bit-4.2.4-28.8 is installed
  • OR samba-winbind-4.2.4-28.8 is installed
  • OR samba-winbind-32bit-4.2.4-28.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND wget-1.14-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libopenjp2-7-2.1.0-4.3 is installed
  • OR openjpeg2-2.1.0-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libwpd-0.10.2-2.7 is installed
  • OR libwpd-0_10-10-0.10.2-2.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • aaa_base-84.87+git20180409.04c9dae-1 is installed
  • OR aaa_base-extras-84.87+git20180409.04c9dae-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • alsa-1.1.5-6.6 is installed
  • OR alsa-devel-1.1.5-6.6 is installed
  • OR libasound2-1.1.5-6.6 is installed
  • OR libasound2-32bit-1.1.5-6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 is installed
  • AND Package Information
  • docker-17.09.1_ce-4 is installed
  • OR docker-bash-completion-17.09.1_ce-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 SP1 is installed
  • AND Package Information
  • containerd-1.2.5-5.13 is installed
  • OR docker-18.09.6_ce-6.17 is installed
  • OR docker-bash-completion-18.09.6_ce-6.17 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-4.12 is installed
  • OR docker-runc-1.0.0rc6+gitr3804_2b18fe1d885e-6.18 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-4.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • cairo-1.15.10-4.5 is installed
  • OR libcairo2-32bit-1.15.10-4.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND libXrandr2-32bit-1.5.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • crash-7.2.1-1 is installed
  • OR crash-devel-7.2.1-1 is installed
  • OR crash-kmp-default-7.2.1_k4.12.14_23-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
  • AND cups-ddk-2.2.7-3.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 is installed
  • AND Package Information
  • libpmi0-17.11.5-4 is installed
  • OR libslurm32-17.11.5-4 is installed
  • OR perl-slurm-17.11.5-4 is installed
  • OR slurm-17.11.5-4 is installed
  • OR slurm-auth-none-17.11.5-4 is installed
  • OR slurm-config-17.11.5-4 is installed
  • OR slurm-devel-17.11.5-4 is installed
  • OR slurm-doc-17.11.5-4 is installed
  • OR slurm-lua-17.11.5-4 is installed
  • OR slurm-munge-17.11.5-4 is installed
  • OR slurm-node-17.11.5-4 is installed
  • OR slurm-pam_slurm-17.11.5-4 is installed
  • OR slurm-plugins-17.11.5-4 is installed
  • OR slurm-slurmdbd-17.11.5-4 is installed
  • OR slurm-sql-17.11.5-4 is installed
  • OR slurm-torque-17.11.5-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-150.41 is installed
  • OR reiserfs-kmp-default-4.12.14-150.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
  • AND gv-3.7.4-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • ruby2.5-rubygem-loofah-doc-2.2.2-4.3 is installed
  • OR ruby2.5-rubygem-loofah-testsuite-2.2.2-4.3 is installed
  • OR rubygem-loofah-2.2.2-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND SDL2-2.0.8-3.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libcacard-devel-2.5.3-1 is installed
  • OR libcacard0-2.5.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • gnuplot-5.2.2-3.3 is installed
  • OR gnuplot-doc-5.2.2-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
  • AND apache-commons-beanutils-1.9.2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-translations-38.5.0esr-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-translations-38.5.0esr-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.50 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.50 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.50 is installed
  • OR kernel-default-3.0.101-0.47.106.50 is installed
  • OR kernel-default-base-3.0.101-0.47.106.50 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.50 is installed
  • OR kernel-default-man-3.0.101-0.47.106.50 is installed
  • OR kernel-ec2-3.0.101-0.47.106.50 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.50 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.50 is installed
  • OR kernel-pae-3.0.101-0.47.106.50 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.50 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.50 is installed
  • OR kernel-source-3.0.101-0.47.106.50 is installed
  • OR kernel-syms-3.0.101-0.47.106.50 is installed
  • OR kernel-trace-3.0.101-0.47.106.50 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.50 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.50 is installed
  • OR kernel-xen-3.0.101-0.47.106.50 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.50 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.76 is installed
  • OR libgnutls-extra26-2.4.1-24.39.76 is installed
  • OR libgnutls26-2.4.1-24.39.76 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.76 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • kernel-default-3.12.51-52.34 is installed
  • OR kernel-default-base-3.12.51-52.34 is installed
  • OR kernel-default-devel-3.12.51-52.34 is installed
  • OR kernel-default-man-3.12.51-52.34 is installed
  • OR kernel-devel-3.12.51-52.34 is installed
  • OR kernel-macros-3.12.51-52.34 is installed
  • OR kernel-source-3.12.51-52.34 is installed
  • OR kernel-syms-3.12.51-52.34 is installed
  • OR kernel-xen-3.12.51-52.34 is installed
  • OR kernel-xen-base-3.12.51-52.34 is installed
  • OR kernel-xen-devel-3.12.51-52.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • kernel-default-3.12.51-52.34 is installed
  • OR kernel-default-base-3.12.51-52.34 is installed
  • OR kernel-default-devel-3.12.51-52.34 is installed
  • OR kernel-default-man-3.12.51-52.34 is installed
  • OR kernel-devel-3.12.51-52.34 is installed
  • OR kernel-macros-3.12.51-52.34 is installed
  • OR kernel-source-3.12.51-52.34 is installed
  • OR kernel-syms-3.12.51-52.34 is installed
  • OR kernel-xen-3.12.51-52.34 is installed
  • OR kernel-xen-base-3.12.51-52.34 is installed
  • OR kernel-xen-devel-3.12.51-52.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • avahi-0.6.31-20 is installed
  • OR avahi-lang-0.6.31-20 is installed
  • OR avahi-utils-0.6.31-20 is installed
  • OR libavahi-client3-0.6.31-20 is installed
  • OR libavahi-client3-32bit-0.6.31-20 is installed
  • OR libavahi-common3-0.6.31-20 is installed
  • OR libavahi-common3-32bit-0.6.31-20 is installed
  • OR libavahi-core7-0.6.31-20 is installed
  • OR libdns_sd-0.6.31-20 is installed
  • OR libdns_sd-32bit-0.6.31-20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • squidGuard-1.4-27 is installed
  • OR squidGuard-doc-1.4-27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • squidGuard-1.4-27 is installed
  • OR squidGuard-doc-1.4-27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND coolkey-1.1.0-147 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • libsoup-2.44.2-2.3 is installed
  • OR libsoup-2_4-1-2.44.2-2.3 is installed
  • OR libsoup-2_4-1-32bit-2.44.2-2.3 is installed
  • OR libsoup-lang-2.44.2-2.3 is installed
  • OR typelib-1_0-Soup-2_4-2.44.2-2.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • libsoup-2.44.2-2.3 is installed
  • OR libsoup-2_4-1-2.44.2-2.3 is installed
  • OR libsoup-2_4-1-32bit-2.44.2-2.3 is installed
  • OR libsoup-lang-2.44.2-2.3 is installed
  • OR typelib-1_0-Soup-2_4-2.44.2-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_35-default-5-2 is installed
  • OR kgraft-patch-3_12_69-60_64_35-xen-5-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_14-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libtiff5-4.0.7-35 is installed
  • OR libtiff5-32bit-4.0.7-35 is installed
  • OR tiff-4.0.7-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libtiff5-4.0.7-35 is installed
  • OR libtiff5-32bit-4.0.7-35 is installed
  • OR tiff-4.0.7-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • dbus-1-1.8.22-24.2 is installed
  • OR dbus-1-x11-1.8.22-24.2 is installed
  • OR libdbus-1-3-1.8.22-24.2 is installed
  • OR libdbus-1-3-32bit-1.8.22-24.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • libopenssl-devel-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
  • OR openssl-1.0.2j-60.30 is installed
  • OR openssl-doc-1.0.2j-60.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • libopenssl-devel-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
  • OR openssl-1.0.2j-60.30 is installed
  • OR openssl-doc-1.0.2j-60.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-11-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • MozillaFirefox-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-devel-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-translations-52.8.1esr-109.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • MozillaFirefox-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-devel-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-translations-52.8.1esr-109.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_29-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • MozillaFirefox-52.4.0esr-109.6 is installed
  • OR MozillaFirefox-translations-52.4.0esr-109.6 is installed
  • OR libfreebl3-3.29.5-58.3 is installed
  • OR libfreebl3-32bit-3.29.5-58.3 is installed
  • OR libfreebl3-hmac-3.29.5-58.3 is installed
  • OR libfreebl3-hmac-32bit-3.29.5-58.3 is installed
  • OR libsoftokn3-3.29.5-58.3 is installed
  • OR libsoftokn3-32bit-3.29.5-58.3 is installed
  • OR libsoftokn3-hmac-3.29.5-58.3 is installed
  • OR libsoftokn3-hmac-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-3.29.5-58.3 is installed
  • OR mozilla-nss-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-certs-3.29.5-58.3 is installed
  • OR mozilla-nss-certs-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-sysinit-3.29.5-58.3 is installed
  • OR mozilla-nss-sysinit-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-tools-3.29.5-58.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • MozillaFirefox-52.4.0esr-109.6 is installed
  • OR MozillaFirefox-translations-52.4.0esr-109.6 is installed
  • OR libfreebl3-3.29.5-58.3 is installed
  • OR libfreebl3-32bit-3.29.5-58.3 is installed
  • OR libfreebl3-hmac-3.29.5-58.3 is installed
  • OR libfreebl3-hmac-32bit-3.29.5-58.3 is installed
  • OR libsoftokn3-3.29.5-58.3 is installed
  • OR libsoftokn3-32bit-3.29.5-58.3 is installed
  • OR libsoftokn3-hmac-3.29.5-58.3 is installed
  • OR libsoftokn3-hmac-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-3.29.5-58.3 is installed
  • OR mozilla-nss-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-certs-3.29.5-58.3 is installed
  • OR mozilla-nss-certs-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-sysinit-3.29.5-58.3 is installed
  • OR mozilla-nss-sysinit-32bit-3.29.5-58.3 is installed
  • OR mozilla-nss-tools-3.29.5-58.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • dpdk-16.11.8-8.10 is installed
  • OR dpdk-kmp-default-16.11.8_k4.4.156_94.64-8.10 is installed
  • OR dpdk-thunderx-16.11.8-8.10 is installed
  • OR dpdk-thunderx-kmp-default-16.11.8_k4.4.156_94.64-8.10 is installed
  • OR dpdk-tools-16.11.8-8.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • kernel-default-4.4.180-94.124 is installed
  • OR kernel-default-base-4.4.180-94.124 is installed
  • OR kernel-default-devel-4.4.180-94.124 is installed
  • OR kernel-devel-4.4.180-94.124 is installed
  • OR kernel-macros-4.4.180-94.124 is installed
  • OR kernel-source-4.4.180-94.124 is installed
  • OR kernel-syms-4.4.180-94.124 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • kernel-default-4.4.180-94.124 is installed
  • OR kernel-default-base-4.4.180-94.124 is installed
  • OR kernel-default-devel-4.4.180-94.124 is installed
  • OR kernel-devel-4.4.180-94.124 is installed
  • OR kernel-macros-4.4.180-94.124 is installed
  • OR kernel-source-4.4.180-94.124 is installed
  • OR kernel-syms-4.4.180-94.124 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libspice-server1-0.12.8-6 is installed
  • OR spice-0.12.8-6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libspice-server1-0.12.8-6 is installed
  • OR spice-0.12.8-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • libgcrypt-1.6.1-16.58 is installed
  • OR libgcrypt20-1.6.1-16.58 is installed
  • OR libgcrypt20-32bit-1.6.1-16.58 is installed
  • OR libgcrypt20-hmac-1.6.1-16.58 is installed
  • OR libgcrypt20-hmac-32bit-1.6.1-16.58 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libSoundTouch0-1.7.1-5.6 is installed
  • OR soundtouch-1.7.1-5.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libSoundTouch0-1.7.1-5.6 is installed
  • OR soundtouch-1.7.1-5.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.241-43.30 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.241-43.30 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.241-43.30 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.241-43.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.241-43.30 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.241-43.30 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.241-43.30 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.241-43.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.62 is installed
  • OR kernel-default-extra-3.12.62-60.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gd-2.1.0-24.6 is installed
  • OR gd-32bit-2.1.0-24.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libraw-0.15.4-9 is installed
  • OR libraw9-0.15.4-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • dia-0.97.3-17.4 is installed
  • OR dia-lang-0.97.3-17.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • freerdp-2.0.0~rc4-8 is installed
  • OR freerdp-devel-2.0.0~rc4-8 is installed
  • OR libfreerdp2-2.0.0~rc4-8 is installed
  • OR libwinpr2-2.0.0~rc4-8 is installed
  • OR winpr2-devel-2.0.0~rc4-8 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-Beaker-1.6.4-0.7 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • galera-3-25.3.23-8 is installed
  • OR galera-3-wsrep-provider-25.3.23-8 is installed
  • OR libmariadb3-3.0.3-1.3 is installed
  • OR mariadb-10.2.15-7 is installed
  • OR mariadb-client-10.2.15-7 is installed
  • OR mariadb-connector-c-3.0.3-1.3 is installed
  • OR mariadb-errormessages-10.2.15-7 is installed
  • OR mariadb-galera-10.2.15-7 is installed
  • OR mariadb-tools-10.2.15-7 is installed
  • OR ruby2.1-rubygem-mysql2-0.4.10-7 is installed
  • OR rubygem-mysql2-0.4.10-7 is installed
  • OR xtrabackup-2.4.10-5 is installed
  • BACK