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



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

The following security bugs were fixed:

- CVE-2019-10638: In the Linux kernel, a device could be tracked by an attacker using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). An attack may be conducted by hosting a crafted web page that uses WebRTC or gQUIC to force UDP traffic to attacker-controlled IP addresses. (bnc#1140575) - CVE-2019-10639: The Linux kernel allowed Information Exposure (partial kernel address disclosure), leading to a KASLR bypass. Specifically, it was possible to extract the KASLR kernel image offset using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). This key contains enough bits from a kernel address (of a static variable) so when the key was extracted (via enumeration), the offset of the kernel image is exposed. This attack can be carried out remotely, by the attacker forcing the target device to send UDP or ICMP (or certain other) traffic to attacker-controlled IP addresses. Forcing a server to send UDP traffic is trivial if the server is a DNS server. ICMP traffic is trivial if the server answers ICMP Echo requests (ping). For client targets, if the target visited the attacker's web page, then WebRTC or gQUIC could be used to force UDP traffic to attacker-controlled IP addresses. NOTE: this attack against KASLR became viable because IP ID generation was changed to have a dependency on an address associated with a network namespace. (bnc#) - CVE-2019-10126: A flaw was found in the Linux kernel that might lead to memory corruption in the marvell mwifiex driver. (bnc#1136935) - CVE-2018-20836: An issue was discovered in the Linux kernel There was a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free. (bnc#1134395) - CVE-2019-11599: The coredump implementation in the Linux kernel did not use locking or other mechanisms to prevent vma layout or vma flags changes while it ran, which allowed local users to obtain sensitive information, cause a denial of service, or possibly have unspecified other impact by triggering a race condition with mmget_not_zero or get_task_mm calls. This is related to fs/userfaultfd.c, mm/mmap.c, fs/proc/task_mmu.c, and drivers/infiniband/core/uverbs_main.c. (bnc#1133738) - CVE-2019-12614: An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel There was an unchecked kstrdup of prop-name, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). (bnc#) - CVE-2019-12818: An issue was discovered in the Linux kernel The nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL. If the caller did not check for this, it will trigger a NULL pointer dereference. This will cause denial of service. This affects nfc_llcp_build_gb in net/nfc/llcp_core.c. (bnc#1137194) - CVE-2019-12819: An issue was discovered in the Linux kernel The function __mdiobus_register() in drivers/net/phy/mdio_bus.c called put_device(), which would trigger a fixed_mdio_bus_init use-after-free. This would cause a denial of service. (bnc#1138291) - CVE-2019-12456 a double-fetch bug in _ctl_ioctl_main() could allow local users to create a denial of service (bsc#1136922). - CVE-2019-12380: An issue was discovered in the efi subsystem in the Linux kernel phys_efi_set_virtual_address_map in arch/x86/platform/efi/efi.c and efi_call_phys_prolog in arch/x86/platform/efi/efi_64.c mishandle memory allocation failures. NOTE: This id is disputed as not being an issue because All the code touched by the referenced commit runs only at boot, before any user processes are started. Therefore, there is no possibility for an unprivileged user to control it. (bnc#) - CVE-2019-11487: The Linux kernel allowed page-_refcount reference count to overflow, with resultant use-after-free issues, if about 140 GiB of RAM exists. This is related to fs/fuse/dev.c, fs/pipe.c, fs/splice.c, include/linux/mm.h, include/linux/pipe_fs_i.h, kernel/trace/trace.c, mm/gup.c, and mm/hugetlb.c. It can occur with FUSE requests. (bnc#1133190)

The following non-security bugs were fixed:

- Drop multiversion(kernel) from the KMP template (bsc#1127155). - Revert 'KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).' This reverts commit 4cc83da426b53d47f1fde9328112364eab1e9a19. - sched/fair: Avoid divide by zero when rebalancing domains (bsc#1096254). - x86/cpu: Unify CPU family, model, stepping calculation (bsc#1134701). - x86/entry/64/compat: Fix stack switching for XEN PV (bsc#1108382). - x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/AMD: Fix load of builtin microcode with randomized memory (bsc#1134701). - x86/microcode/AMD: Reload proper initrd start address (bsc#1134701). - x86/microcode/amd: Hand down the CPU family (bsc#1134701). - x86/microcode/amd: Move private inlines to .c and mark local functions static (bsc#1134701). - x86/microcode/intel: Drop stashed AP patch pointer optimization (bsc#1134701). - x86/microcode/intel: Fix allocation size of struct ucode_patch (bsc#1134701). - x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/intel: Remove intel_lib.c (bsc#1134701). - x86/microcode/intel: Remove unused arg of get_matching_model_microcode() (bsc#1134701). - x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch() (bsc#1134701). - x86/microcode/intel: Rename local variables of type struct mc_saved_data (bsc#1134701). - x86/microcode/intel: Rename mc_intel variable to mc (bsc#1134701). - x86/microcode/intel: Rename mc_saved_in_initrd (bsc#1134701). - x86/microcode/intel: Simplify generic_load_microcode() (bsc#1134701). - x86/microcode/intel: Unexport save_mc_for_early() (bsc#1134701). - x86/microcode/intel: Use correct buffer size for saving microcode data (bsc#1134701). - x86/microcode: Collect CPU info on resume (bsc#1134701). - x86/microcode: Export the microcode cache linked list (bsc#1134701). - x86/microcode: Fix loading precedence (bsc#1134701). - x86/microcode: Get rid of find_cpio_data()'s dummy offset arg (bsc#1134701). - x86/microcode: Issue the debug printk on resume only on success (bsc#1134701). - x86/microcode: Rework microcode loading (bsc#1134701). - x86/microcode: Run the AP-loading routine only on the application processors (bsc#1134701).
Family:unixClass:patch
Status:Reference(s):1089039
1092100
1096254
1101246
1101470
1104789
1106197
1108382
1109137
1112758
1121753
1126230
1127155
1131886
1133190
1133738
1134395
1134701
1135824
1135902
1136082
1136085
1136922
1136935
1137194
1138291
1140402
1140575
1143794
1144903
1153108
1153158
1153161
1154824
1156275
1157607
1159723
1159729
1159913
1161096
1162553
1163019
1164825
1164871
1165631
1168140
1168142
1169392
1171098
1171195
1171202
1171218
1171219
1171670
1171689
1171698
1171921
1171928
1171960
1171961
1171963
1172221
1172317
1172405
1174543
997043
CVE-2015-0247
CVE-2015-1572
CVE-2017-6318
CVE-2018-0737
CVE-2018-1122
CVE-2018-1123
CVE-2018-1124
CVE-2018-1125
CVE-2018-1126
CVE-2018-16839
CVE-2018-20836
CVE-2019-0221
CVE-2019-10126
CVE-2019-10220
CVE-2019-10638
CVE-2019-10639
CVE-2019-11487
CVE-2019-11599
CVE-2019-11691
CVE-2019-11692
CVE-2019-11693
CVE-2019-11694
CVE-2019-11698
CVE-2019-12155
CVE-2019-12380
CVE-2019-12418
CVE-2019-12456
CVE-2019-12614
CVE-2019-12818
CVE-2019-12819
CVE-2019-13164
CVE-2019-14378
CVE-2019-14869
CVE-2019-17133
CVE-2019-17563
CVE-2019-17569
CVE-2019-5108
CVE-2019-7317
CVE-2019-9800
CVE-2019-9815
CVE-2019-9816
CVE-2019-9817
CVE-2019-9818
CVE-2019-9819
CVE-2019-9820
CVE-2020-0543
CVE-2020-10753
CVE-2020-10757
CVE-2020-11739
CVE-2020-11740
CVE-2020-11741
CVE-2020-11742
CVE-2020-12114
CVE-2020-12652
CVE-2020-12653
CVE-2020-12654
CVE-2020-12656
CVE-2020-1749
CVE-2020-8022
CVE-2020-8608
CVE-2020-9484
SUSE-SU-2019:0450-1
SUSE-SU-2019:0996-1
SUSE-SU-2019:1388-1
SUSE-SU-2019:1823-1
SUSE-SU-2019:2157-1
SUSE-SU-2019:2983-1
SUSE-SU-2020:0868-1
SUSE-SU-2020:1498-1
SUSE-SU-2020:1748-1
SUSE-SU-2020:1791-1
SUSE-SU-2020:2234-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 15.1
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 OpenStack Cloud 8
SUSE OpenStack Cloud Crowbar 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • ImageMagick-7.0.7.29-lp150.1 is installed
  • OR libMagick++-7_Q16HDRI4-7.0.7.29-lp150.1 is installed
  • OR libMagickCore-7_Q16HDRI6-7.0.7.29-lp150.1 is installed
  • OR libMagickWand-7_Q16HDRI6-7.0.7.29-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 15.1 is installed
  • AND Package Information
  • libixion-0.14.1-lp151.4.3 is installed
  • OR libixion-0_14-0-0.14.1-lp151.4.3 is installed
  • OR libixion-devel-0.14.1-lp151.4.3 is installed
  • OR libixion-tools-0.14.1-lp151.4.3 is installed
  • OR liborcus-0.14.1-lp151.3.3 is installed
  • OR liborcus-0_14-0-0.14.1-lp151.3.3 is installed
  • OR liborcus-devel-0.14.1-lp151.3.3 is installed
  • OR liborcus-tools-0.14.1-lp151.3.3 is installed
  • OR libreoffice-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-base-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-base-drivers-firebird-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-base-drivers-postgresql-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-branding-upstream-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-calc-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-calc-extensions-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-draw-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-filters-optional-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-gdb-pretty-printers-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-glade-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-gnome-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-gtk2-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-gtk3-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-icon-themes-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-impress-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-af-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-am-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ar-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-as-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ast-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-be-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-bg-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-bn-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-bn_IN-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-bo-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-br-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-brx-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-bs-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ca-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ca_valencia-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-cs-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-cy-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-da-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-de-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-dgo-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-dsb-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-dz-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-el-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-en-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-en_GB-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-en_ZA-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-eo-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-es-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-et-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-eu-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-fa-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-fi-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-fr-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-fy-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ga-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-gd-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-gl-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-gu-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-gug-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-he-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-hi-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-hr-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-hsb-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-hu-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-id-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-is-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-it-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ja-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ka-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-kab-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-kk-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-km-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-kmr_Latn-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-kn-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ko-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-kok-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ks-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-lb-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-lo-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-lt-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-lv-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-mai-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-mk-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ml-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-mn-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-mni-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-mr-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-my-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-nb-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ne-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-nl-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-nn-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-nr-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-nso-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-oc-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-om-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-or-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-pa-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-pl-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-pt_BR-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-pt_PT-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ro-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ru-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-rw-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sa_IN-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sat-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sd-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-si-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sid-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sk-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sl-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sq-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sr-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ss-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-st-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sv-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-sw_TZ-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ta-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-te-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-tg-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-th-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-tn-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-tr-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ts-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-tt-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ug-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-uk-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-uz-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-ve-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-vec-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-vi-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-xh-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-zh_CN-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-zh_TW-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-l10n-zu-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-mailmerge-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-math-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-officebean-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-pyuno-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-qt5-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-sdk-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-sdk-doc-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-writer-6.2.5.2-lp151.3.3 is installed
  • OR libreoffice-writer-extensions-6.2.5.2-lp151.3.3 is installed
  • OR libreofficekit-6.2.5.2-lp151.3.3 is installed
  • OR libreofficekit-devel-6.2.5.2-lp151.3.3 is installed
  • OR libwps-0.4.10-lp151.2.3 is installed
  • OR libwps-0_4-4-0.4.10-lp151.2.3 is installed
  • OR libwps-devel-0.4.10-lp151.2.3 is installed
  • OR libwps-tools-0.4.10-lp151.2.3 is installed
  • OR mdds-1_4-1.4.3-lp151.2 is installed
  • OR mdds-1_4-devel-1.4.3-lp151.2 is installed
  • OR myspell-af_NA-20190423-lp151.2.3 is installed
  • OR myspell-af_ZA-20190423-lp151.2.3 is installed
  • OR myspell-an-20190423-lp151.2.3 is installed
  • OR myspell-an_ES-20190423-lp151.2.3 is installed
  • OR myspell-ar-20190423-lp151.2.3 is installed
  • OR myspell-ar_AE-20190423-lp151.2.3 is installed
  • OR myspell-ar_BH-20190423-lp151.2.3 is installed
  • OR myspell-ar_DZ-20190423-lp151.2.3 is installed
  • OR myspell-ar_EG-20190423-lp151.2.3 is installed
  • OR myspell-ar_IQ-20190423-lp151.2.3 is installed
  • OR myspell-ar_JO-20190423-lp151.2.3 is installed
  • OR myspell-ar_KW-20190423-lp151.2.3 is installed
  • OR myspell-ar_LB-20190423-lp151.2.3 is installed
  • OR myspell-ar_LY-20190423-lp151.2.3 is installed
  • OR myspell-ar_MA-20190423-lp151.2.3 is installed
  • OR myspell-ar_OM-20190423-lp151.2.3 is installed
  • OR myspell-ar_QA-20190423-lp151.2.3 is installed
  • OR myspell-ar_SA-20190423-lp151.2.3 is installed
  • OR myspell-ar_SD-20190423-lp151.2.3 is installed
  • OR myspell-ar_SY-20190423-lp151.2.3 is installed
  • OR myspell-ar_TN-20190423-lp151.2.3 is installed
  • OR myspell-ar_YE-20190423-lp151.2.3 is installed
  • OR myspell-be_BY-20190423-lp151.2.3 is installed
  • OR myspell-bg_BG-20190423-lp151.2.3 is installed
  • OR myspell-bn_BD-20190423-lp151.2.3 is installed
  • OR myspell-bn_IN-20190423-lp151.2.3 is installed
  • OR myspell-bo-20190423-lp151.2.3 is installed
  • OR myspell-bo_CN-20190423-lp151.2.3 is installed
  • OR myspell-bo_IN-20190423-lp151.2.3 is installed
  • OR myspell-br_FR-20190423-lp151.2.3 is installed
  • OR myspell-bs-20190423-lp151.2.3 is installed
  • OR myspell-bs_BA-20190423-lp151.2.3 is installed
  • OR myspell-ca-20190423-lp151.2.3 is installed
  • OR myspell-ca_AD-20190423-lp151.2.3 is installed
  • OR myspell-ca_ES-20190423-lp151.2.3 is installed
  • OR myspell-ca_ES_valencia-20190423-lp151.2.3 is installed
  • OR myspell-ca_FR-20190423-lp151.2.3 is installed
  • OR myspell-ca_IT-20190423-lp151.2.3 is installed
  • OR myspell-cs_CZ-20190423-lp151.2.3 is installed
  • OR myspell-da_DK-20190423-lp151.2.3 is installed
  • OR myspell-de-20190423-lp151.2.3 is installed
  • OR myspell-de_AT-20190423-lp151.2.3 is installed
  • OR myspell-de_CH-20190423-lp151.2.3 is installed
  • OR myspell-de_DE-20190423-lp151.2.3 is installed
  • OR myspell-dictionaries-20190423-lp151.2.3 is installed
  • OR myspell-el_GR-20190423-lp151.2.3 is installed
  • OR myspell-en-20190423-lp151.2.3 is installed
  • OR myspell-en_AU-20190423-lp151.2.3 is installed
  • OR myspell-en_BS-20190423-lp151.2.3 is installed
  • OR myspell-en_BZ-20190423-lp151.2.3 is installed
  • OR myspell-en_CA-20190423-lp151.2.3 is installed
  • OR myspell-en_GB-20190423-lp151.2.3 is installed
  • OR myspell-en_GH-20190423-lp151.2.3 is installed
  • OR myspell-en_IE-20190423-lp151.2.3 is installed
  • OR myspell-en_IN-20190423-lp151.2.3 is installed
  • OR myspell-en_JM-20190423-lp151.2.3 is installed
  • OR myspell-en_MW-20190423-lp151.2.3 is installed
  • OR myspell-en_NA-20190423-lp151.2.3 is installed
  • OR myspell-en_NZ-20190423-lp151.2.3 is installed
  • OR myspell-en_PH-20190423-lp151.2.3 is installed
  • OR myspell-en_TT-20190423-lp151.2.3 is installed
  • OR myspell-en_US-20190423-lp151.2.3 is installed
  • OR myspell-en_ZA-20190423-lp151.2.3 is installed
  • OR myspell-en_ZW-20190423-lp151.2.3 is installed
  • OR myspell-es-20190423-lp151.2.3 is installed
  • OR myspell-es_AR-20190423-lp151.2.3 is installed
  • OR myspell-es_BO-20190423-lp151.2.3 is installed
  • OR myspell-es_CL-20190423-lp151.2.3 is installed
  • OR myspell-es_CO-20190423-lp151.2.3 is installed
  • OR myspell-es_CR-20190423-lp151.2.3 is installed
  • OR myspell-es_CU-20190423-lp151.2.3 is installed
  • OR myspell-es_DO-20190423-lp151.2.3 is installed
  • OR myspell-es_EC-20190423-lp151.2.3 is installed
  • OR myspell-es_ES-20190423-lp151.2.3 is installed
  • OR myspell-es_GT-20190423-lp151.2.3 is installed
  • OR myspell-es_HN-20190423-lp151.2.3 is installed
  • OR myspell-es_MX-20190423-lp151.2.3 is installed
  • OR myspell-es_NI-20190423-lp151.2.3 is installed
  • OR myspell-es_PA-20190423-lp151.2.3 is installed
  • OR myspell-es_PE-20190423-lp151.2.3 is installed
  • OR myspell-es_PR-20190423-lp151.2.3 is installed
  • OR myspell-es_PY-20190423-lp151.2.3 is installed
  • OR myspell-es_SV-20190423-lp151.2.3 is installed
  • OR myspell-es_UY-20190423-lp151.2.3 is installed
  • OR myspell-es_VE-20190423-lp151.2.3 is installed
  • OR myspell-et_EE-20190423-lp151.2.3 is installed
  • OR myspell-fr_BE-20190423-lp151.2.3 is installed
  • OR myspell-fr_CA-20190423-lp151.2.3 is installed
  • OR myspell-fr_CH-20190423-lp151.2.3 is installed
  • OR myspell-fr_FR-20190423-lp151.2.3 is installed
  • OR myspell-fr_LU-20190423-lp151.2.3 is installed
  • OR myspell-fr_MC-20190423-lp151.2.3 is installed
  • OR myspell-gd_GB-20190423-lp151.2.3 is installed
  • OR myspell-gl-20190423-lp151.2.3 is installed
  • OR myspell-gl_ES-20190423-lp151.2.3 is installed
  • OR myspell-gu_IN-20190423-lp151.2.3 is installed
  • OR myspell-gug-20190423-lp151.2.3 is installed
  • OR myspell-gug_PY-20190423-lp151.2.3 is installed
  • OR myspell-he_IL-20190423-lp151.2.3 is installed
  • OR myspell-hi_IN-20190423-lp151.2.3 is installed
  • OR myspell-hr_HR-20190423-lp151.2.3 is installed
  • OR myspell-hu_HU-20190423-lp151.2.3 is installed
  • OR myspell-id-20190423-lp151.2.3 is installed
  • OR myspell-id_ID-20190423-lp151.2.3 is installed
  • OR myspell-is-20190423-lp151.2.3 is installed
  • OR myspell-is_IS-20190423-lp151.2.3 is installed
  • OR myspell-it_IT-20190423-lp151.2.3 is installed
  • OR myspell-kmr_Latn-20190423-lp151.2.3 is installed
  • OR myspell-kmr_Latn_SY-20190423-lp151.2.3 is installed
  • OR myspell-kmr_Latn_TR-20190423-lp151.2.3 is installed
  • OR myspell-lightproof-en-20190423-lp151.2.3 is installed
  • OR myspell-lightproof-hu_HU-20190423-lp151.2.3 is installed
  • OR myspell-lightproof-pt_BR-20190423-lp151.2.3 is installed
  • OR myspell-lightproof-ru_RU-20190423-lp151.2.3 is installed
  • OR myspell-lo_LA-20190423-lp151.2.3 is installed
  • OR myspell-lt_LT-20190423-lp151.2.3 is installed
  • OR myspell-lv_LV-20190423-lp151.2.3 is installed
  • OR myspell-nb_NO-20190423-lp151.2.3 is installed
  • OR myspell-ne_NP-20190423-lp151.2.3 is installed
  • OR myspell-nl_BE-20190423-lp151.2.3 is installed
  • OR myspell-nl_NL-20190423-lp151.2.3 is installed
  • OR myspell-nn_NO-20190423-lp151.2.3 is installed
  • OR myspell-no-20190423-lp151.2.3 is installed
  • OR myspell-oc_FR-20190423-lp151.2.3 is installed
  • OR myspell-pl_PL-20190423-lp151.2.3 is installed
  • OR myspell-pt_AO-20190423-lp151.2.3 is installed
  • OR myspell-pt_BR-20190423-lp151.2.3 is installed
  • OR myspell-pt_PT-20190423-lp151.2.3 is installed
  • OR myspell-ro-20190423-lp151.2.3 is installed
  • OR myspell-ro_RO-20190423-lp151.2.3 is installed
  • OR myspell-ru_RU-20190423-lp151.2.3 is installed
  • OR myspell-si_LK-20190423-lp151.2.3 is installed
  • OR myspell-sk_SK-20190423-lp151.2.3 is installed
  • OR myspell-sl_SI-20190423-lp151.2.3 is installed
  • OR myspell-sq_AL-20190423-lp151.2.3 is installed
  • OR myspell-sr-20190423-lp151.2.3 is installed
  • OR myspell-sr_CS-20190423-lp151.2.3 is installed
  • OR myspell-sr_Latn_CS-20190423-lp151.2.3 is installed
  • OR myspell-sr_Latn_RS-20190423-lp151.2.3 is installed
  • OR myspell-sr_RS-20190423-lp151.2.3 is installed
  • OR myspell-sv_FI-20190423-lp151.2.3 is installed
  • OR myspell-sv_SE-20190423-lp151.2.3 is installed
  • OR myspell-sw_TZ-20190423-lp151.2.3 is installed
  • OR myspell-te-20190423-lp151.2.3 is installed
  • OR myspell-te_IN-20190423-lp151.2.3 is installed
  • OR myspell-th_TH-20190423-lp151.2.3 is installed
  • OR myspell-tr-20190423-lp151.2.3 is installed
  • OR myspell-tr_TR-20190423-lp151.2.3 is installed
  • OR myspell-uk_UA-20190423-lp151.2.3 is installed
  • OR myspell-vi-20190423-lp151.2.3 is installed
  • OR myspell-vi_VN-20190423-lp151.2.3 is installed
  • OR myspell-zu_ZA-20190423-lp151.2.3 is installed
  • OR python3-libixion-0.14.1-lp151.4.3 is installed
  • OR python3-liborcus-0.14.1-lp151.3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • MozillaFirefox-60.7.0-109.72 is installed
  • OR MozillaFirefox-devel-60.7.0-109.72 is installed
  • OR MozillaFirefox-translations-common-60.7.0-109.72 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • libopenssl-devel-1.0.2j-60.39 is installed
  • OR libopenssl1_0_0-1.0.2j-60.39 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.39 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.39 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.39 is installed
  • OR openssl-1.0.2j-60.39 is installed
  • OR openssl-doc-1.0.2j-60.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kernel-default-4.4.121-92.117 is installed
  • OR kernel-default-base-4.4.121-92.117 is installed
  • OR kernel-default-devel-4.4.121-92.117 is installed
  • OR kernel-default-man-4.4.121-92.117 is installed
  • OR kernel-devel-4.4.121-92.117 is installed
  • OR kernel-macros-4.4.121-92.117 is installed
  • OR kernel-source-4.4.121-92.117 is installed
  • OR kernel-syms-4.4.121-92.117 is installed
  • OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • e2fsprogs-1.42.11-15 is installed
  • OR libcom_err2-1.42.11-15 is installed
  • OR libcom_err2-32bit-1.42.11-15 is installed
  • OR libext2fs2-1.42.11-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND Package Information
  • MozillaFirefox-60.9.0-109.86 is installed
  • OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND Package Information
  • kgraft-patch-4_4_180-94_100-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND Package Information
  • nfs-client-1.3.0-34.22 is installed
  • OR nfs-doc-1.3.0-34.22 is installed
  • OR nfs-kernel-server-1.3.0-34.22 is installed
  • OR nfs-utils-1.3.0-34.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • libpolkit0-0.113-5.12 is installed
  • OR polkit-0.113-5.12 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND davfs2-1.5.2-2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND Package Information
  • tomcat-8.0.53-29.27 is installed
  • OR tomcat-admin-webapps-8.0.53-29.27 is installed
  • OR tomcat-docs-webapp-8.0.53-29.27 is installed
  • OR tomcat-el-3_0-api-8.0.53-29.27 is installed
  • OR tomcat-javadoc-8.0.53-29.27 is installed
  • OR tomcat-jsp-2_3-api-8.0.53-29.27 is installed
  • OR tomcat-lib-8.0.53-29.27 is installed
  • OR tomcat-servlet-3_1-api-8.0.53-29.27 is installed
  • OR tomcat-webapps-8.0.53-29.27 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud Crowbar 8 is installed
  • AND Package Information
  • dovecot22-2.2.31-19.17 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.17 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.17 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.17 is installed
  • BACK