Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-14634: Prevent integer overflow in create_elf_tables that allowed a local attacker to exploit this vulnerability via a SUID-root binary and obtain full root privileges (bsc#1108912) - CVE-2018-14617: Prevent NULL pointer dereference and panic in hfsplus_lookup() when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory (bsc#1102870) - CVE-2018-16276: Incorrect bounds checking in the yurex USB driver in yurex_read allowed local attackers to use user access read/writes to crash the kernel or potentially escalate privileges (bsc#1106095) - CVE-2018-12896: Prevent integer overflow in the POSIX timer code that was caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically made the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. This allowed a local user to cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bnc#1099922) - CVE-2018-13093: Prevent NULL pointer dereference and panic in lookup_slow() on a NULL inode->i_ops pointer when doing pathwalks on a corrupted xfs image. This occured because of a lack of proper validation that cached inodes are free during allocation (bnc#1100001) - CVE-2018-10940: The cdrom_ioctl_media_changed function allowed local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory (bsc#1092903) - CVE-2018-16658: Prevent information leak in cdrom_ioctl_drive_status that could have been used by local attackers to read kernel memory (bnc#1107689) - CVE-2018-6555: The irda_setsockopt function allowed local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket (bnc#1106511) - CVE-2018-6554: Prevent memory leak in the irda_bind function that allowed local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket (bnc#1106509) - CVE-2018-10902: Protect against concurrent access to prevent double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status(). A malicious local attacker could have used this for privilege escalation (bnc#1105322) - CVE-2018-10879: A local user could have caused a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact by renaming a file in a crafted ext4 filesystem image (bsc#1099844) - CVE-2018-10883: A local user could have caused an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image (bsc#1099863) - CVE-2018-10880: Prevent stack-out-of-bounds write in the ext4 filesystem code when mounting and writing to a crafted ext4 image in ext4_update_inline_data(). An attacker could have used this to cause a system crash and a denial of service (bsc#1099845) - CVE-2018-10882: A local user could have caused an out-of-bound write, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image (bsc#1099849) - CVE-2018-10881: A local user could have caused an out-of-bound access in ext4_get_group_info function, a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image (bsc#1099864) - CVE-2018-10877: Prevent out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image (bsc#1099846) - CVE-2018-10876: A use-after-free was possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image (bsc#1099811) - CVE-2018-10878: A local user could have caused an out-of-bounds write and a denial of service or unspecified other impact by mounting and operating a crafted ext4 filesystem image (bsc#1099813) - CVE-2018-10853: The KVM hypervisor did not check current privilege(CPL) level while emulating unprivileged instructions. An unprivileged guest user/process could have used this flaw to potentially escalate privileges inside guest (bsc#1097104).
The following non-security bugs were fixed:
- KEYS: prevent creating a different user's keyrings (bnc#1065999). - KVM: MMU: always terminate page walks at level 1 (bsc#1062604). - KVM: MMU: simplify last_pte_bitmap (bsc#1062604). - KVM: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369). - KVM: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369). - KVM: nVMX: update last_nonleaf_level when initializing nested EPT (bsc#1062604). - Refresh patches.xen/xen3-x86-l1tf-04-protect-PROT_NONE-ptes.patch (bsc#1105100). - Do not report CPU affected by L1TF when ARCH_CAP_RDCL_NO bit is set (bsc#1104906). - Revert '- Disable patches.arch/x86-mm-Simplify-p-g4um-d_page-macros.patch' (bnc#1104818) - bcache: avoid unncessary cache prefetch bch_btree_node_get(). - bcache: calculate the number of incremental GC nodes according to the total of btree nodes. - bcache: display rate debug parameters to 0 when writeback is not running. - bcache: do not check return value of debugfs_create_dir(). - bcache: finish incremental GC. - bcache: fix I/O significant decline while backend devices registering. - bcache: fix error setting writeback_rate through sysfs interface (bsc#1064233). - bcache: free heap cache_set->flush_btree in bch_journal_free. - bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section. - bcache: release dc->writeback_lock properly in bch_writeback_thread(). - bcache: set max writeback rate when I/O request is idle (bsc#1064233). - bcache: simplify the calculation of the total amount of flash dirty data. - cifs: Fix infinite loop when using hard mount option (bsc#1091171). - ext4: check for allocation block validity with block group locked (bsc#1104495). - ext4: do not update checksum of new initialized bitmaps (bnc#1012382). - ext4: fix check to prevent initializing reserved inodes (bsc#1104319). - ext4: fix false negatives *and* false positives in ext4_check_descriptors() (bsc#1103445). - restore cond_resched() in shrink_dcache_parent(). - usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547). - x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104818). - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry (bsc#1106369). - xen, x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104818). - xfs: Remove dead code from inode recover function (bsc#1105396). - xfs: convert XFS_AGFL_SIZE to a helper function (bsc#1090955, bsc#1090534). - xfs: detect agfl count corruption and reset agfl (bsc#1090955, bsc#1090534). - xfs: do not log/recover swapext extent owner changes for deleted inodes (bsc#1090955). - xfs: protect inode ->di_dmstate with a spinlock (bsc#1024788). - xfs: repair malformed inode items during log recovery (bsc#1105396).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000396 1001299 1012382 1024788 1062604 1064233 1065999 1072947 1076390 1076957 1078662 1080740 1082810 1084300 1085449 1086247 1088268 1090036 1090534 1090955 1091171 1092885 1092903 1093311 1095218 1095219 1095735 1096223 1096547 1097104 1097108 1098735 1099811 1099813 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1100001 1102870 1103098 1103445 1104319 1104495 1104818 1104906 1105100 1105322 1105323 1105396 1106095 1106369 1106509 1106511 1107689 1108912 1112039 1123156 1132665 1146873 1149811 1160467 1160468 1160968 1161066 1162972 1163018 1166238 1166240 1170940 929900 955131 CVE-2016-0634 CVE-2016-10708 CVE-2016-7543 CVE-2017-0861 CVE-2017-5715 CVE-2018-1000199 CVE-2018-10853 CVE-2018-10876 CVE-2018-10877 CVE-2018-10878 CVE-2018-10879 CVE-2018-10880 CVE-2018-10881 CVE-2018-10882 CVE-2018-10883 CVE-2018-10902 CVE-2018-10940 CVE-2018-11233 CVE-2018-11235 CVE-2018-11806 CVE-2018-12617 CVE-2018-12896 CVE-2018-13093 CVE-2018-1417 CVE-2018-14617 CVE-2018-14634 CVE-2018-16276 CVE-2018-16658 CVE-2018-18386 CVE-2018-2579 CVE-2018-2582 CVE-2018-2588 CVE-2018-2599 CVE-2018-2602 CVE-2018-2603 CVE-2018-2618 CVE-2018-2633 CVE-2018-2634 CVE-2018-2637 CVE-2018-2638 CVE-2018-2639 CVE-2018-2641 CVE-2018-2663 CVE-2018-2677 CVE-2018-2678 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-3639 CVE-2018-5391 CVE-2018-6554 CVE-2018-6555 CVE-2018-7738 CVE-2019-12068 CVE-2019-14896 CVE-2019-14897 CVE-2019-15890 CVE-2019-20503 CVE-2019-6778 CVE-2020-1711 CVE-2020-1983 CVE-2020-2583 CVE-2020-2593 CVE-2020-2604 CVE-2020-2659 CVE-2020-6805 CVE-2020-6806 CVE-2020-6807 CVE-2020-6811 CVE-2020-6812 CVE-2020-6814 CVE-2020-7039 CVE-2020-8608 SUSE-SU-2018:0665-1 SUSE-SU-2018:1250-1 SUSE-SU-2018:1398-2 SUSE-SU-2018:1764-1 SUSE-SU-2018:2530-1 SUSE-SU-2018:2908-1 SUSE-SU-2018:2973-1 SUSE-SU-2019:0390-1 SUSE-SU-2020:0456-1 SUSE-SU-2020:0717-1 SUSE-SU-2020:1526-1
|
Platform(s): | openSUSE Leap 15.0 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 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for High Performance Computing 15 SP1 SUSE Linux Enterprise Module for Legacy Software 15 SP1 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 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-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 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-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
gpgme-1.10.0-lp150.2 is installed
OR libgpgme11-1.10.0-lp150.2 is installed
OR libgpgmepp6-1.10.0-lp150.2 is installed
OR libqgpgme7-1.10.0-lp150.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
ntp-4.2.8p12-31.6 is installed
OR ntp-doc-4.2.8p12-31.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
libpython2_6-1_0-2.6.8-0.23 is installed
OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
OR python-2.6.8-0.23 is installed
OR python-base-2.6.8-0.23 is installed
OR python-base-32bit-2.6.8-0.23 is installed
OR python-curses-2.6.8-0.23 is installed
OR python-devel-2.6.8-0.23 is installed
OR python-tk-2.6.8-0.23 is installed
OR python-xml-2.6.8-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libreoffice-4.0.3.3.26-0.10 is installed
OR libreoffice-base-4.0.3.3.26-0.10 is installed
OR libreoffice-base-drivers-postgresql-4.0.3.3.26-0.10 is installed
OR libreoffice-base-extensions-4.0.3.3.26-0.10 is installed
OR libreoffice-calc-4.0.3.3.26-0.10 is installed
OR libreoffice-calc-extensions-4.0.3.3.26-0.10 is installed
OR libreoffice-draw-4.0.3.3.26-0.10 is installed
OR libreoffice-draw-extensions-4.0.3.3.26-0.10 is installed
OR libreoffice-filters-optional-4.0.3.3.26-0.10 is installed
OR libreoffice-gnome-4.0.3.3.26-0.10 is installed
OR libreoffice-help-cs-4.0.3.3.26-0.10 is installed
OR libreoffice-help-da-4.0.3.3.26-0.10 is installed
OR libreoffice-help-de-4.0.3.3.26-0.10 is installed
OR libreoffice-help-en-GB-4.0.3.3.26-0.10 is installed
OR libreoffice-help-en-US-4.0.3.3.26-0.10 is installed
OR libreoffice-help-es-4.0.3.3.26-0.10 is installed
OR libreoffice-help-fr-4.0.3.3.26-0.10 is installed
OR libreoffice-help-gu-IN-4.0.3.3.26-0.10 is installed
OR libreoffice-help-hi-IN-4.0.3.3.26-0.10 is installed
OR libreoffice-help-hu-4.0.3.3.26-0.10 is installed
OR libreoffice-help-it-4.0.3.3.26-0.10 is installed
OR libreoffice-help-ja-4.0.3.3.26-0.10 is installed
OR libreoffice-help-ko-4.0.3.3.26-0.10 is installed
OR libreoffice-help-nl-4.0.3.3.26-0.10 is installed
OR libreoffice-help-pl-4.0.3.3.26-0.10 is installed
OR libreoffice-help-pt-4.0.3.3.26-0.10 is installed
OR libreoffice-help-pt-BR-4.0.3.3.26-0.10 is installed
OR libreoffice-help-ru-4.0.3.3.26-0.10 is installed
OR libreoffice-help-sv-4.0.3.3.26-0.10 is installed
OR libreoffice-help-zh-CN-4.0.3.3.26-0.10 is installed
OR libreoffice-help-zh-TW-4.0.3.3.26-0.10 is installed
OR libreoffice-icon-themes-4.0.3.3.26-0.10 is installed
OR libreoffice-impress-4.0.3.3.26-0.10 is installed
OR libreoffice-impress-extensions-4.0.3.3.26-0.10 is installed
OR libreoffice-kde-4.0.3.3.26-0.10 is installed
OR libreoffice-kde4-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-af-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-ar-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-ca-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-cs-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-da-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-de-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-en-GB-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-es-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-fi-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-fr-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-gu-IN-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-hi-IN-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-hu-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-it-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-ja-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-ko-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-nb-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-nl-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-nn-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-pl-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-pt-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-pt-BR-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-ru-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-sk-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-sv-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-xh-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-zh-CN-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-zh-TW-4.0.3.3.26-0.10 is installed
OR libreoffice-l10n-zu-4.0.3.3.26-0.10 is installed
OR libreoffice-mailmerge-4.0.3.3.26-0.10 is installed
OR libreoffice-math-4.0.3.3.26-0.10 is installed
OR libreoffice-mono-4.0.3.3.26-0.10 is installed
OR libreoffice-officebean-4.0.3.3.26-0.10 is installed
OR libreoffice-pyuno-4.0.3.3.26-0.10 is installed
OR libreoffice-writer-4.0.3.3.26-0.10 is installed
OR libreoffice-writer-extensions-4.0.3.3.26-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
krb5-1.6.3-133.49.103 is installed
OR krb5-32bit-1.6.3-133.49.103 is installed
OR krb5-client-1.6.3-133.49.103 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
cups-1.7.5-2 is installed
OR cups-client-1.7.5-2 is installed
OR cups-libs-1.7.5-2 is installed
OR cups-libs-32bit-1.7.5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libspice-client-glib-2_0-8-0.29-1 is installed
OR libspice-client-gtk-2_0-4-0.29-1 is installed
OR libspice-client-gtk-3_0-4-0.29-1 is installed
OR libspice-controller0-0.29-1 is installed
OR typelib-1_0-SpiceClientGlib-2_0-0.29-1 is installed
OR typelib-1_0-SpiceClientGtk-3_0-0.29-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND dnsmasq-2.71-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libQt5WebKit5-5.6.2-1 is installed
OR libQt5WebKit5-imports-5.6.2-1 is installed
OR libQt5WebKitWidgets5-5.6.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
MozillaFirefox-60.6.1esr-109.63 is installed
OR MozillaFirefox-translations-common-60.6.1esr-109.63 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
php7-7.2.5-4.40 is installed
OR php7-embed-7.2.5-4.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cups-filters-1.20.3-1 is installed
OR cups-filters-devel-1.20.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
audit-devel-2.8.1-3 is installed
OR libaudit1-2.8.1-3 is installed
OR libaudit1-32bit-2.8.1-3 is installed
OR libauparse0-2.8.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND Package Information
containerd-1.1.2-5.6 is installed
OR docker-18.09.0_ce-6.11 is installed
OR docker-bash-completion-18.09.0_ce-6.11 is installed
OR docker-libnetwork-0.7.0.1+gitr2704_6da50d197830-4.6 is installed
OR docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.6 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2704_6da50d197830-4.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
MozillaFirefox-60.2.0-3.10 is installed
OR MozillaFirefox-branding-SLE-60-4.3 is installed
OR MozillaFirefox-devel-60.2.0-3.10 is installed
OR MozillaFirefox-translations-common-60.2.0-3.10 is installed
OR MozillaFirefox-translations-other-60.2.0-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
gstreamer-devel-1.12.5-1 is installed
OR gstreamer-utils-1.12.5-1 is installed
OR typelib-1_0-Gst-1_0-1.12.5-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
kernel-docs-4.12.14-25.16 is installed
OR kernel-obs-build-4.12.14-25.16 is installed
OR kernel-source-4.12.14-25.16 is installed
OR kernel-syms-4.12.14-25.16 is installed
OR kernel-vanilla-4.12.14-25.16 is installed
OR kernel-vanilla-base-4.12.14-25.16 is installed
OR lttng-modules-2.10.0-5.6 is installed
OR lttng-modules-kmp-default-2.10.0_k4.12.14_25.16-5.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
libgit2-26-0.26.8-3.8 is installed
OR libgit2-devel-0.26.8-3.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libmunge2-0.5.13-4.3 is installed
OR munge-0.5.13-4.3 is installed
OR munge-devel-0.5.13-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
AND Package Information
libpmi0-18.08.5-1 is installed
OR libslurm32-17.11.13-6.15 is installed
OR libslurm33-18.08.5-1 is installed
OR perl-slurm-18.08.5-1 is installed
OR slurm-18.08.5-1 is installed
OR slurm-auth-none-18.08.5-1 is installed
OR slurm-config-18.08.5-1 is installed
OR slurm-config-man-18.08.5-1 is installed
OR slurm-devel-18.08.5-1 is installed
OR slurm-doc-18.08.5-1 is installed
OR slurm-lua-18.08.5-1 is installed
OR slurm-munge-18.08.5-1 is installed
OR slurm-node-18.08.5-1 is installed
OR slurm-pam_slurm-18.08.5-1 is installed
OR slurm-plugins-18.08.5-1 is installed
OR slurm-slurmdbd-18.08.5-1 is installed
OR slurm-sql-18.08.5-1 is installed
OR slurm-torque-18.08.5-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 SP1 is installed
AND Package Information
pam-modules-12.1-3 is installed
OR pam-modules-32bit-12.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_13-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_3-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-default-4.12.14-197.29 is installed
OR kernel-default-livepatch-4.12.14-197.29 is installed
OR kernel-default-livepatch-devel-4.12.14-197.29 is installed
OR kernel-livepatch-4_12_14-197_29-default-1-3.3 is installed
OR kernel-livepatch-SLE15-SP1_Update_8-1-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
openssh-7.6p1-9.3 is installed
OR openssh-cavs-7.6p1-9.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
ncat-7.70-3.5 is installed
OR ndiff-7.70-3.5 is installed
OR nmap-7.70-3.5 is installed
OR nping-7.70-3.5 is installed
OR zenmap-7.70-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND apache2-mod_jk-1.2.43-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
graphviz-addons-2.40.1-6.3 is installed
OR graphviz-tcl-2.40.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND jakarta-commons-fileupload-1.1.1-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
gnutls-3.2.15-4 is installed
OR libgnutls-openssl27-3.2.15-4 is installed
OR libgnutls28-3.2.15-4 is installed
OR libgnutls28-32bit-3.2.15-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
accountsservice-0.6.35-3 is installed
OR accountsservice-lang-0.6.35-3 is installed
OR libaccountsservice0-0.6.35-3 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.104 is installed
OR kernel-default-base-3.12.74-60.64.104 is installed
OR kernel-default-devel-3.12.74-60.64.104 is installed
OR kernel-default-man-3.12.74-60.64.104 is installed
OR kernel-devel-3.12.74-60.64.104 is installed
OR kernel-macros-3.12.74-60.64.104 is installed
OR kernel-source-3.12.74-60.64.104 is installed
OR kernel-syms-3.12.74-60.64.104 is installed
OR kernel-xen-3.12.74-60.64.104 is installed
OR kernel-xen-base-3.12.74-60.64.104 is installed
OR kernel-xen-devel-3.12.74-60.64.104 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.104 is installed
OR kernel-default-base-3.12.74-60.64.104 is installed
OR kernel-default-devel-3.12.74-60.64.104 is installed
OR kernel-default-man-3.12.74-60.64.104 is installed
OR kernel-devel-3.12.74-60.64.104 is installed
OR kernel-macros-3.12.74-60.64.104 is installed
OR kernel-source-3.12.74-60.64.104 is installed
OR kernel-syms-3.12.74-60.64.104 is installed
OR kernel-xen-3.12.74-60.64.104 is installed
OR kernel-xen-base-3.12.74-60.64.104 is installed
OR kernel-xen-devel-3.12.74-60.64.104 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_57-default-3-4 is installed
OR kgraft-patch-3_12_74-60_64_57-xen-3-4 is installed
OR kgraft-patch-SLE12-SP1_Update_20-3-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
java-1_8_0-ibm-1.8.0_sr5.10-30.16 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.10-30.16 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.10-30.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
java-1_8_0-ibm-1.8.0_sr5.10-30.16 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.10-30.16 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.10-30.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libXp6-1.0.2-3 is installed
OR libXp6-32bit-1.0.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
bash-4.3-83.10 is installed
OR bash-doc-4.3-83.10 is installed
OR libreadline6-6.3-83.10 is installed
OR libreadline6-32bit-6.3-83.10 is installed
OR readline-doc-6.3-83.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
bash-4.3-83.10 is installed
OR bash-doc-4.3-83.10 is installed
OR libreadline6-6.3-83.10 is installed
OR libreadline6-32bit-6.3-83.10 is installed
OR readline-doc-6.3-83.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.221-43.22 is installed
OR java-1_7_0-openjdk-demo-1.7.0.221-43.22 is installed
OR java-1_7_0-openjdk-devel-1.7.0.221-43.22 is installed
OR java-1_7_0-openjdk-headless-1.7.0.221-43.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
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 SP3 is installed
AND
libical-1.0.1-16.3 is installed
OR libical1-1.0.1-16.3 is installed
OR libical1-32bit-1.0.1-16.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libical-1.0.1-16.3 is installed
OR libical1-1.0.1-16.3 is installed
OR libical1-32bit-1.0.1-16.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cups-filters-1.0.58-17 is installed
OR cups-filters-cups-browsed-1.0.58-17 is installed
OR cups-filters-foomatic-rip-1.0.58-17 is installed
OR cups-filters-ghostscript-1.0.58-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
ceph-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR ceph-common-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR libcephfs2-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR librados2-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR libradosstriper1-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR librbd1-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR librgw2-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-cephfs-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-rados-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-rbd-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-rgw-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
ceph-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR ceph-common-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR libcephfs2-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR librados2-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR libradosstriper1-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR librbd1-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR librgw2-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-cephfs-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-rados-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-rbd-12.2.12+git.1587570958.35d78d0243-2.45 is installed
OR python-rgw-12.2.12+git.1587570958.35d78d0243-2.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_156-94_57-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_18-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_156-94_57-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_18-8-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libecpg6-10.9-1.12 is installed
OR libpq5-10.9-1.12 is installed
OR libpq5-32bit-10.9-1.12 is installed
OR postgresql10-10.9-1.12 is installed
OR postgresql10-contrib-10.9-1.12 is installed
OR postgresql10-docs-10.9-1.12 is installed
OR postgresql10-libs-10.9-1.12 is installed
OR postgresql10-plperl-10.9-1.12 is installed
OR postgresql10-plpython-10.9-1.12 is installed
OR postgresql10-pltcl-10.9-1.12 is installed
OR postgresql10-server-10.9-1.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libecpg6-10.9-1.12 is installed
OR libpq5-10.9-1.12 is installed
OR libpq5-32bit-10.9-1.12 is installed
OR postgresql10-10.9-1.12 is installed
OR postgresql10-contrib-10.9-1.12 is installed
OR postgresql10-docs-10.9-1.12 is installed
OR postgresql10-libs-10.9-1.12 is installed
OR postgresql10-plperl-10.9-1.12 is installed
OR postgresql10-plpython-10.9-1.12 is installed
OR postgresql10-pltcl-10.9-1.12 is installed
OR postgresql10-server-10.9-1.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
PackageKit-1.1.3-24.9 is installed
OR PackageKit-backend-zypp-1.1.3-24.9 is installed
OR PackageKit-lang-1.1.3-24.9 is installed
OR libpackagekit-glib2-18-1.1.3-24.9 is installed
OR typelib-1_0-PackageKitGlib-1_0-1.1.3-24.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
PackageKit-1.1.3-24.9 is installed
OR PackageKit-backend-zypp-1.1.3-24.9 is installed
OR PackageKit-lang-1.1.3-24.9 is installed
OR libpackagekit-glib2-18-1.1.3-24.9 is installed
OR typelib-1_0-PackageKitGlib-1_0-1.1.3-24.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
libfreebl3-3.53.1-58.48 is installed
OR libfreebl3-32bit-3.53.1-58.48 is installed
OR libfreebl3-hmac-3.53.1-58.48 is installed
OR libfreebl3-hmac-32bit-3.53.1-58.48 is installed
OR libsoftokn3-3.53.1-58.48 is installed
OR libsoftokn3-32bit-3.53.1-58.48 is installed
OR libsoftokn3-hmac-3.53.1-58.48 is installed
OR libsoftokn3-hmac-32bit-3.53.1-58.48 is installed
OR mozilla-nspr-4.25-19.15 is installed
OR mozilla-nspr-32bit-4.25-19.15 is installed
OR mozilla-nspr-devel-4.25-19.15 is installed
OR mozilla-nss-3.53.1-58.48 is installed
OR mozilla-nss-32bit-3.53.1-58.48 is installed
OR mozilla-nss-certs-3.53.1-58.48 is installed
OR mozilla-nss-certs-32bit-3.53.1-58.48 is installed
OR mozilla-nss-devel-3.53.1-58.48 is installed
OR mozilla-nss-sysinit-3.53.1-58.48 is installed
OR mozilla-nss-sysinit-32bit-3.53.1-58.48 is installed
OR mozilla-nss-tools-3.53.1-58.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
libfreebl3-3.53.1-58.48 is installed
OR libfreebl3-32bit-3.53.1-58.48 is installed
OR libfreebl3-hmac-3.53.1-58.48 is installed
OR libfreebl3-hmac-32bit-3.53.1-58.48 is installed
OR libsoftokn3-3.53.1-58.48 is installed
OR libsoftokn3-32bit-3.53.1-58.48 is installed
OR libsoftokn3-hmac-3.53.1-58.48 is installed
OR libsoftokn3-hmac-32bit-3.53.1-58.48 is installed
OR mozilla-nspr-4.25-19.15 is installed
OR mozilla-nspr-32bit-4.25-19.15 is installed
OR mozilla-nspr-devel-4.25-19.15 is installed
OR mozilla-nss-3.53.1-58.48 is installed
OR mozilla-nss-32bit-3.53.1-58.48 is installed
OR mozilla-nss-certs-3.53.1-58.48 is installed
OR mozilla-nss-certs-32bit-3.53.1-58.48 is installed
OR mozilla-nss-devel-3.53.1-58.48 is installed
OR mozilla-nss-sysinit-3.53.1-58.48 is installed
OR mozilla-nss-sysinit-32bit-3.53.1-58.48 is installed
OR mozilla-nss-tools-3.53.1-58.48 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.632-137 is installed
OR flash-player-gnome-11.2.202.632-137 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libwebkit2gtk3-lang-2.18.0-2.9 is installed
OR webkit2gtk3-2.18.0-2.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND icu-52.1-8.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
kernel-default-4.12.14-25.19 is installed
OR kernel-default-extra-4.12.14-25.19 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 ntp-4.2.8p4-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
openssh-7.2p2-74.25 is installed
OR openssh-askpass-gnome-7.2p2-74.25 is installed
OR openssh-fips-7.2p2-74.25 is installed
OR openssh-helpers-7.2p2-74.25 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 8 is installed
AND Package Information
galera-3-25.3.24-4.3 is installed
OR galera-3-wsrep-provider-25.3.24-4.3 is installed
OR libmariadb3-3.0.6-3.6 is installed
OR mariadb-10.2.21-4.8 is installed
OR mariadb-client-10.2.21-4.8 is installed
OR mariadb-connector-c-3.0.6-3.6 is installed
OR mariadb-errormessages-10.2.21-4.8 is installed
OR mariadb-galera-10.2.21-4.8 is installed
OR mariadb-tools-10.2.21-4.8 is installed
|