Revision Date: | 2021-10-12 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP5 kernel was updated.
The following security bugs were fixed:
- CVE-2020-3702: Fixed a bug which could be triggered with specifically timed and handcrafted traffic and cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure. (bnc#1191193) - CVE-2021-3752: Fixed a use after free vulnerability in the Linux kernel's bluetooth module. (bsc#1190023) - CVE-2021-40490: Fixed a race condition discovered in the ext4 subsystem that could leat to local priviledge escalation. (bnc#1190159) - CVE-2021-3744: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1189884) - CVE-2021-3764: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1190534)
The following non-security bugs were fixed:
- be2net: Fix an error handling path in 'be_probe()' (git-fixes). - bnx2x: fix an error code in bnx2x_nic_load() (git-fixes). - bnxt_en: Add missing DMA memory barriers (git-fixes). - bnxt_en: do not disable an already disabled PCI device (git-fixes). - bnxt: disable napi before canceling DIM (bsc#1104745 ). - btrfs: prevent rename2 from exchanging a subvol with a directory from different parents (bsc#1190626). - clk: at91: clk-generated: Limit the requested rate to our range (git-fixes). - clk: kirkwood: Fix a clocking boot regression (git-fixes). - crypto: x86/aes-ni-xts - use direct calls to and 4-way stride (bsc#1114648). - cxgb4: fix IRQ free race during driver unload (git-fixes). - debugfs: Return error during {full/open}_proxy_open() on rmmod (bsc#1173746). - docs: Fix infiniband uverbs minor number (git-fixes). - drm/gma500: Fix end of loop tests for list_for_each_entry (bsc#1129770) Backporting changes: * refresh - drm/imx: ipuv3-plane: Remove two unnecessary export symbols (bsc#1129770) Backporting changes: * refreshed - drm/mediatek: Add AAL output size configuration (bsc#1129770) Backporting changes: * adapted code to use writel() function - drm/msm: Small msm_gem_purge() fix (bsc#1129770) Backporting changes: * context changes in msm_gem_purge() * remove test for non-existant msm_gem_is_locked() - drm/msm/dsi: Fix some reference counted resource leaks (bsc#1129770) - drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper() (bsc#1186785). - drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 (bsc#1129770) Backporting changes * context changes - dt-bindings: pwm: stm32: Add #pwm-cells (git-fixes). - e1000e: Do not take care about recovery NVM checksum (bsc#1158533). - e1000e: Fix an error handling path in 'e1000_probe()' (git-fixes). - e1000e: Fix the max snoop/no-snoop latency for 10M (git-fixes). - EDAC/i10nm: Fix NVDIMM detection (bsc#1114648). - fbmem: add margin check to fb_check_caps() (bsc#1129770) Backporting changes: * context chacnges in fb_set_var() - Fix build warnings. Also align code location with later codestreams and improve bisectability. - fm10k: Fix an error handling path in 'fm10k_probe()' (git-fixes). - fs/select: avoid clang stack usage warning (git-fixes). - fuse: truncate pagecache on atomic_o_trunc (bsc#1191051). - gve: fix the wrong AdminQ buffer overflow check (bsc#1176940). - hv_netvsc: Make netvsc/VF binding check both MAC and serial number (jsc#SLE-18779, bsc#1185727). - hv: mana: adjust mana_select_queue to old API (jsc#SLE-18779, bsc#1185727). - hv: mana: remove netdev_lockdep_set_classes usage (jsc#SLE-18779, bsc#1185727). - i40e: Add additional info to PHY type error (git-fixes). - i40e: Fix autoneg disabling for non-10GBaseT links (git-fixes). - i40e: Fix error handling in i40e_vsi_open (git-fixes). - i40e: Fix log TC creation failure when max num of queues is exceeded (bsc#1109837 bsc#1111981). - i40e: Fix logic of disabling queues (git-fixes). - iavf: Fix an error handling path in 'iavf_probe()' (git-fixes). - iavf: Set RSS LUT and key in reset handle path (git-fixes). - ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510). - ice: Prevent probing virtual functions (bsc#1118661 ). - igb: Check if num of q_vectors is smaller than max before array access (git-fixes). - igb: Fix an error handling path in 'igb_probe()' (git-fixes). - igb: Fix use-after-free error during reset (git-fixes). - ipc: remove memcg accounting for sops objects in do_semtimedop() (bsc#1190115). - irqchip/gic-v2: Reset APRn registers at boot time (bsc#1189407). - irqchip/gic-v3: Do not try to reset AP0Rn (bsc#1189407). - irqchip/gic-v3: Reset APgRn registers at boot time (bsc#1189407). - ixgbe: Fix an error handling path in 'ixgbe_probe()' (git-fixes). - kdb: do a sanity check on the cpu in kdb_per_cpu() (git-fixes). - KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDR (bsc#1114648). - liquidio: Fix unintentional sign extension issue on left shift of u16 (git-fixes). - mailbox: sti: quieten kernel-doc warnings (git-fixes). - mlx4: Fix missing error code in mlx4_load_one() (git-fixes). - net: linkwatch: fix failure to restore device state across suspend/resume (bsc#1109837). - net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (jsc#SLE-18779, bsc#1185727). - net: mana: Add support for EQ sharing (jsc#SLE-18779, bsc#1185727). - net: mana: Add WARN_ON_ONCE in case of CQE read overflow (jsc#SLE-18779, bsc#1185727). - net: mana: Fix a memory leak in an error handling path in (jsc#SLE-18779, bsc#1185727). - net: mana: fix PCI_HYPERV dependency (jsc#SLE-18779, bsc#1185727). - net: mana: Move NAPI from EQ to CQ (jsc#SLE-18779, bsc#1185727). - net: mana: Prefer struct_size over open coded arithmetic (jsc#SLE-18779, bsc#1185727). - net: mana: remove redundant initialization of variable err (jsc#SLE-18779, bsc#1185727). - net: mana: Use int to check the return value of mana_gd_poll_cq() (jsc#SLE-18779, bsc#1185727). - net: mana: Use struct_size() in kzalloc() (jsc#SLE-18779, bsc#1185727). - net: pch_gbe: Propagate error from devm_gpio_request_one() (git-fixes). - net: qed: fix left elements count calculation (git-fixes). - net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32 (git-fixes). - net: sched: cls_api: Fix the the wrong parameter (bsc#1109837). - net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed (bsc#1056657 bsc#1056653 bsc#1056787). - net: sched: sch_teql: fix null-pointer dereference (bsc#1190717). - nfp: update ethtool reporting of pauseframe control (git-fixes). - pinctrl: samsung: Fix pinctrl bank pin count (git-fixes). - powerpc: fix function annotations to avoid section mismatch warnings with gcc-10 (bsc#1148868). - powerpc/drmem: Make LMB walk a bit more flexible (bsc#1190543 ltc#194523). - powerpc/mm: Fix section mismatch warning (bsc#1148868). - powerpc/mm: Fix section mismatch warning in early_check_vec5() (bsc#1148868). - powerpc/mm/radix: Free PUD table when freeing pagetable (bsc#1065729). - powerpc/numa: Early request for home node associativity (bsc#1190914). - powerpc/perf: Drop the case of returning 0 as instruction pointer (bsc#1065729). - powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not set (bsc#1065729). - powerpc/perf: Fix the check for SIAR value (bsc#1065729). - powerpc/perf: Use regs->nip when SIAR is zero (bsc#1065729). - powerpc/perf: Use stack siar instead of mfspr (bsc#1065729). - powerpc/perf: Use the address from SIAR register to set cpumode flags (bsc#1065729). - powerpc/perf/hv-gpci: Fix counter value parsing (bsc#1065729). - powerpc/powernv: Fix machine check reporting of async store errors (bsc#1065729). - powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/ (bsc#1190914). - powerpc/pseries: Prevent free CPU ids being reused on another node (bsc#1190620 ltc#194498). - powerpc/pseries/dlpar: use rtas_get_sensor() (bsc#1065729). - profiling: fix shift-out-of-bounds bugs (git-fixes). - pseries/drmem: update LMBs after LPM (bsc#1190543 ltc#194523). - qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom (git-fixes). - RDMA/bnxt_re: Add missing spin lock initialization (bsc#1050244 ). - RDMA/efa: Be consistent with modify QP bitmask (git-fixes) - RDMA/efa: Use the correct current and new states in modify QP (git-fixes) - resource: Fix find_next_iomem_res() iteration issue (bsc#1181193). - s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601). - s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant (bsc#1190601). - s390/bpf: Fix branch shortening during codegen pass (bsc#1190601). - s390/bpf: Fix optimizing out zero-extensions (bsc#1190601). - s390/bpf: Wrap JIT macro parameter usages in parentheses (bsc#1190601). - s390/unwind: use current_frame_address() to unwind current task (bsc#1185677). - scsi: core: Add helper to return number of logical blocks in a request (bsc#1190576). - scsi: core: Introduce the scsi_cmd_to_rq() function (bsc#1190576). - scsi: fc: Add EDC ELS definition (bsc#1190576). - scsi: fc: Update formal FPIN descriptor definitions (bsc#1190576). - scsi: lpfc: Add bsg support for retrieving adapter cmf data (bsc#1190576). - scsi: lpfc: Add cm statistics buffer support (bsc#1190576). - scsi: lpfc: Add cmf_info sysfs entry (bsc#1190576). - scsi: lpfc: Add cmfsync WQE support (bsc#1190576). - scsi: lpfc: Add debugfs support for cm framework buffers (bsc#1190576). - scsi: lpfc: Add EDC ELS support (bsc#1190576). - scsi: lpfc: Add MIB feature enablement support (bsc#1190576). - scsi: lpfc: Add rx monitoring statistics (bsc#1190576). - scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmware (bsc#1190576). - scsi: lpfc: Add support for cm enablement buffer (bsc#1190576). - scsi: lpfc: Add support for maintaining the cm statistics buffer (bsc#1190576). - scsi: lpfc: Add support for the CM framework (bsc#1190576). - scsi: lpfc: Adjust bytes received vales during cmf timer interval (bsc#1190576). - scsi: lpfc: Copyright updates for 14.0.0.1 patches (bsc#1190576). - scsi: lpfc: Do not release final kref on Fport node while ABTS outstanding (bsc#1190576). - scsi: lpfc: Do not remove ndlp on PRLI errors in P2P mode (bsc#1190576). - scsi: lpfc: Expand FPIN and RDF receive logging (bsc#1190576). - scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FS (bsc#1190576). - scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processing (bsc#1190576). - scsi: lpfc: Fix EEH support for NVMe I/O (bsc#1190576). - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines (bsc#1190576). - scsi: lpfc: Fix gcc -Wstringop-overread warning, again (bsc#1190576). - scsi: lpfc: Fix hang on unload due to stuck fport node (bsc#1190576). - scsi: lpfc: Fix I/O block after enabling managed congestion mode (bsc#1190576). - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() (bsc#1190576). - scsi: lpfc: Fix NVMe I/O failover to non-optimized path (bsc#1190576). - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT (bsc#1190576). - scsi: lpfc: Fix rediscovery of tape device after LIP (bsc#1190576). - scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn() (bsc#1190576). - scsi: lpfc: Improve PBDE checks during SGL processing (bsc#1190576). - scsi: lpfc: Remove unneeded variable (bsc#1190576). - scsi: lpfc: Update lpfc version to 14.0.0.1 (bsc#1190576). - scsi: lpfc: Update lpfc version to 14.0.0.2 (bsc#1190576). - scsi: lpfc: Use correct scnprintf() limit (bsc#1190576). - scsi: lpfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (bsc#1190576). - scsi: lpfc: Use the proper SCSI midlayer interfaces for PI (bsc#1190576). - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset (bsc#1190576). - scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V (bsc#1189297). - SUNRPC: Ensure to ratelimit the 'server not responding' syslog messages (bsc#1191136). - usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned() (git-fixes). - usb: serial: option: add new VID/PID to support Fibocom FG150 (git-fixes). - usb: serial: option: remove duplicate USB device ID (git-fixes). - video: fbdev: imxfb: Fix an error message (bsc#1129770) Backporting changes: * context changes in imxfb_probe() - x86/apic/msi: Plug non-maskable MSI affinity race (bsc#1184439). - x86/crash: Add e820 reserved ranges to kdump kernel's e820 table (bsc#1181193). - x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED (bsc#1181193). - x86/mm: Fix kern_addr_valid() to cope with existing but not present entries (bsc#1114648). - x86/mm: Rework ioremap resource mapping determination (bsc#1181193). - x86/resctrl: Fix a maybe-uninitialized build warning treated as error (bsc#1114648). - x86/resctrl: Fix default monitoring groups reporting (bsc#1114648). - xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()' (git-fixes).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1050244 1050305 1056653 1056657 1056787 1058115 1065600 1065729 1071995 1083291 1083548 1084671 1085030 1087082 1088263 1091606 1091695 1092920 1094725 1094779 1094898 1094913 1095601 1095639 1096223 1096360 1098447 1098649 1098891 1104745 1104876 1106383 1109837 1111666 1111981 1112178 1113956 1114648 1118661 1120163 1125330 1129770 1129991 1133021 1133495 1134157 1134853 1136666 1143463 1143777 1143817 1143818 1143819 1143820 1143821 1143823 1143824 1143825 1143827 1143828 1143830 1143831 1144333 1148868 1151377 1152148 1152763 1153921 1154256 1155207 1155574 1156213 1156482 1158485 1158533 1159814 1159973 1161436 1162108 1162198 1163524 1163985 1165629 1166965 1167209 1168930 1169790 1170232 1171186 1171456 1171457 1171458 1171558 1171688 1171988 1172073 1172108 1172247 1172418 1172428 1172871 1172872 1172873 1172963 1173060 1173274 1173485 1173746 1173798 1173954 1174003 1174026 1174070 1174205 1174387 1174484 1174547 1174549 1174550 1174625 1174658 1174685 1174689 1174699 1174734 1174757 1174771 1174840 1174841 1174843 1174844 1174845 1174852 1174873 1174904 1174926 1174968 1175062 1175063 1175064 1175065 1175066 1175067 1175112 1175127 1175128 1175149 1175199 1175213 1175228 1175232 1175284 1175393 1175394 1175396 1175397 1175398 1175399 1175400 1175401 1175402 1175403 1175404 1175405 1175406 1175407 1175408 1175409 1175410 1175411 1175412 1175413 1175414 1175415 1175416 1175417 1175418 1175419 1175420 1175421 1175422 1175423 1175440 1175493 1175515 1175518 1175526 1175550 1175654 1175666 1175667 1175668 1175669 1175670 1175691 1175767 1175768 1175769 1175770 1175771 1175772 1175786 1175873 1176069 1176262 1176940 1178666 1178667 1178668 1181193 1184439 1185677 1185727 1186785 1189297 1189407 1189884 1190023 1190115 1190159 1190432 1190523 1190534 1190543 1190576 1190601 1190620 1190626 1190717 1190914 1191051 1191136 1191193 CVE-2018-10583 CVE-2018-11806 CVE-2018-18335 CVE-2018-18356 CVE-2018-18509 CVE-2018-3639 CVE-2018-7550 CVE-2019-11059 CVE-2019-11690 CVE-2019-13103 CVE-2019-14192 CVE-2019-14193 CVE-2019-14194 CVE-2019-14195 CVE-2019-14196 CVE-2019-14197 CVE-2019-14198 CVE-2019-14199 CVE-2019-14200 CVE-2019-14201 CVE-2019-14202 CVE-2019-14203 CVE-2019-14204 CVE-2019-20386 CVE-2019-20916 CVE-2019-3695 CVE-2019-3696 CVE-2019-5785 CVE-2020-10135 CVE-2020-10648 CVE-2020-10957 CVE-2020-10958 CVE-2020-10967 CVE-2020-12387 CVE-2020-12392 CVE-2020-12393 CVE-2020-12395 CVE-2020-12397 CVE-2020-14314 CVE-2020-14331 CVE-2020-14356 CVE-2020-14386 CVE-2020-14422 CVE-2020-16166 CVE-2020-1712 CVE-2020-1720 CVE-2020-1749 CVE-2020-24394 CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 CVE-2020-3702 CVE-2020-5260 CVE-2020-6831 CVE-2020-8432 CVE-2021-3744 CVE-2021-3752 CVE-2021-3764 CVE-2021-40490 SUSE-SU-2018:2340-1 SUSE-SU-2018:3683-1 SUSE-SU-2019:0469-1 SUSE-SU-2020:0335-1 SUSE-SU-2020:0357-1 SUSE-SU-2020:0413-1 SUSE-SU-2020:0589-1 SUSE-SU-2020:0991-1 SUSE-SU-2020:1225-1 SUSE-SU-2020:1379-1 SUSE-SU-2020:1822-1 SUSE-SU-2020:2575-1 SUSE-SU-2020:3283-1 SUSE-SU-2020:3455-1 SUSE-SU-2020:3565-1 SUSE-SU-2021:3388-1
|
Platform(s): | SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise High Availability 12 SUSE Linux Enterprise High Availability 12 SP1 SUSE Linux Enterprise High Availability 12 SP2 SUSE Linux Enterprise High Availability 12 SP3 SUSE Linux Enterprise High Availability 12 SP4 SUSE Linux Enterprise High Availability 12 SP5 SUSE Linux Enterprise High Performance Computing 12 SP5 SUSE Linux Enterprise Live Patching 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Python2 packages 15 SP2 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT SUSE Linux Enterprise Real Time Extension 12 SP5 SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server 15-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 15 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE Linux Enterprise Workstation Extension 15 SP2 SUSE OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-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 |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-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 |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
accountsservice-0.6.42-14 is installed
OR accountsservice-lang-0.6.42-14 is installed
OR libaccountsservice0-0.6.42-14 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND lftp-4.7.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 is installed
AND haproxy-1.5.4-2.4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP1 is installed
AND hawk2-1.0.1+git.1456406635.49e230d-12.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND ruby2.1-rubygem-bundler-1.7.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
hawk-1.0.0+git.1448981395.15fb8b9-4.3.1 is installed
OR hawk-templates-1.0.0+git.1448981395.15fb8b9-4.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP4 is installed
AND lighttpd-1.4.35-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP5 is installed
AND Package Information
corosync-2.3.6-9.13 is installed
OR libcorosync4-2.3.6-9.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
AND apache2-mod_jk-1.2.40-7.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 is installed
AND Package Information
kgraft-patch-3_12_32-33-default-2-3.1 is installed
OR kgraft-patch-3_12_32-33-xen-2-3.1 is installed
OR kgraft-patch-3_12_36-38-default-2-3.1 is installed
OR kgraft-patch-3_12_36-38-xen-2-3.1 is installed
OR kgraft-patch-SLE12_Update_1-2-3.1 is installed
OR kgraft-patch-SLE12_Update_2-2-3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP2 is installed
AND Package Information
python-pip-10.0.1-3.6 is installed
OR python2-pip-10.0.1-3.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
qemu-2.11.2-9.4 is installed
OR qemu-arm-2.11.2-9.4 is installed
OR qemu-block-curl-2.11.2-9.4 is installed
OR qemu-block-iscsi-2.11.2-9.4 is installed
OR qemu-block-rbd-2.11.2-9.4 is installed
OR qemu-block-ssh-2.11.2-9.4 is installed
OR qemu-guest-agent-2.11.2-9.4 is installed
OR qemu-ipxe-1.0.0-9.4 is installed
OR qemu-kvm-2.11.2-9.4 is installed
OR qemu-lang-2.11.2-9.4 is installed
OR qemu-ppc-2.11.2-9.4 is installed
OR qemu-s390-2.11.2-9.4 is installed
OR qemu-seabios-1.11.0-9.4 is installed
OR qemu-sgabios-8-9.4 is installed
OR qemu-vgabios-1.11.0-9.4 is installed
OR qemu-x86-2.11.2-9.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
AND Package Information
xen-4.7.6_04-43.39 is installed
OR xen-doc-html-4.7.6_04-43.39 is installed
OR xen-libs-4.7.6_04-43.39 is installed
OR xen-libs-32bit-4.7.6_04-43.39 is installed
OR xen-tools-4.7.6_04-43.39 is installed
OR xen-tools-domU-4.7.6_04-43.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 12 SP5 is installed
AND Package Information
cluster-md-kmp-rt-4.12.14-10.60.1 is installed
OR dlm-kmp-rt-4.12.14-10.60.1 is installed
OR gfs2-kmp-rt-4.12.14-10.60.1 is installed
OR kernel-devel-rt-4.12.14-10.60.1 is installed
OR kernel-rt-4.12.14-10.60.1 is installed
OR kernel-rt-base-4.12.14-10.60.1 is installed
OR kernel-rt-devel-4.12.14-10.60.1 is installed
OR kernel-rt_debug-4.12.14-10.60.1 is installed
OR kernel-rt_debug-devel-4.12.14-10.60.1 is installed
OR kernel-source-rt-4.12.14-10.60.1 is installed
OR kernel-syms-rt-4.12.14-10.60.1 is installed
OR ocfs2-kmp-rt-4.12.14-10.60.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND LibVNCServer-0.9.1-154.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
xen-4.1.6_08-26.1 is installed
OR xen-devel-4.1.6_08-26.1 is installed
OR xen-doc-html-4.1.6_08-26.1 is installed
OR xen-doc-pdf-4.1.6_08-26.1 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.37-26.1 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.37-26.1 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.37-26.1 is installed
OR xen-libs-4.1.6_08-26.1 is installed
OR xen-libs-32bit-4.1.6_08-26.1 is installed
OR xen-tools-4.1.6_08-26.1 is installed
OR xen-tools-domU-4.1.6_08-26.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
ImageMagick-6.8.8.1-8.2 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8.2 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
krb5-1.12.1-19 is installed
OR krb5-32bit-1.12.1-19 is installed
OR krb5-client-1.12.1-19 is installed
OR krb5-doc-1.12.1-19 is installed
OR krb5-plugin-kdb-ldap-1.12.1-19 is installed
OR krb5-plugin-preauth-otp-1.12.1-19 is installed
OR krb5-plugin-preauth-pkinit-1.12.1-19 is installed
OR krb5-server-1.12.1-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
accountsservice-0.6.42-16.3 is installed
OR accountsservice-lang-0.6.42-16.3 is installed
OR libaccountsservice0-0.6.42-16.3 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-16.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
ntp-4.2.8p9-46.18.1 is installed
OR ntp-doc-4.2.8p9-46.18.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 15-LTSS is installed
AND Package Information
u-boot-2018.03-4.6 is installed
OR u-boot-rpi3-2018.03-4.6 is installed
OR u-boot-tools-2018.03-4.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND xfsprogs-4.3.0-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 15 is installed
AND Package Information
dovecot23-2.3.10-4.22 is installed
OR dovecot23-backend-mysql-2.3.10-4.22 is installed
OR dovecot23-backend-pgsql-2.3.10-4.22 is installed
OR dovecot23-backend-sqlite-2.3.10-4.22 is installed
OR dovecot23-devel-2.3.10-4.22 is installed
OR dovecot23-fts-2.3.10-4.22 is installed
OR dovecot23-fts-lucene-2.3.10-4.22 is installed
OR dovecot23-fts-solr-2.3.10-4.22 is installed
OR dovecot23-fts-squat-2.3.10-4.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.3.0esr-0.8.1 is installed
OR mozilla-nss-devel-3.15.4-0.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
php53-5.3.17-71.1 is installed
OR php53-devel-5.3.17-71.1 is installed
OR php53-imap-5.3.17-71.1 is installed
OR php53-posix-5.3.17-71.1 is installed
OR php53-readline-5.3.17-71.1 is installed
OR php53-sockets-5.3.17-71.1 is installed
OR php53-sqlite-5.3.17-71.1 is installed
OR php53-tidy-5.3.17-71.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND alsa-devel-1.0.27.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
DirectFB-devel-1.7.1-4 is installed
OR lib++dfb-devel-1.7.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
bsh2-2.0.0.b5-3 is installed
OR bsh2-classgen-2.0.0.b5-3 is installed
OR bsh2-javadoc-2.0.0.b5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libpcsclite1-32bit-1.8.10-6.1 is installed
OR pcsc-lite-1.8.10-6.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libepubgen-0.1.1-3.3 is installed
OR libepubgen-0_1-1-0.1.1-3.3 is installed
OR libepubgen-devel-0.1.1-3.3 is installed
OR liblangtag-0.6.2-3.3 is installed
OR liblangtag-devel-0.6.2-3.3 is installed
OR liblangtag1-0.6.2-3.3 is installed
OR libmwaw-0.3.14-4.3 is installed
OR libmwaw-0_3-3-0.3.14-4.3 is installed
OR libnumbertext-1.0.5-1.3 is installed
OR libnumbertext-1_0-0-1.0.5-1.3 is installed
OR libnumbertext-data-1.0.5-1.3 is installed
OR libreoffice-6.1.3.2-3.7 is installed
OR libreoffice-base-6.1.3.2-3.7 is installed
OR libreoffice-base-drivers-postgresql-6.1.3.2-3.7 is installed
OR libreoffice-branding-upstream-6.1.3.2-3.7 is installed
OR libreoffice-calc-6.1.3.2-3.7 is installed
OR libreoffice-calc-extensions-6.1.3.2-3.7 is installed
OR libreoffice-draw-6.1.3.2-3.7 is installed
OR libreoffice-filters-optional-6.1.3.2-3.7 is installed
OR libreoffice-gnome-6.1.3.2-3.7 is installed
OR libreoffice-gtk3-6.1.3.2-3.7 is installed
OR libreoffice-icon-themes-6.1.3.2-3.7 is installed
OR libreoffice-impress-6.1.3.2-3.7 is installed
OR libreoffice-l10n-af-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ar-6.1.3.2-3.7 is installed
OR libreoffice-l10n-as-6.1.3.2-3.7 is installed
OR libreoffice-l10n-bg-6.1.3.2-3.7 is installed
OR libreoffice-l10n-bn-6.1.3.2-3.7 is installed
OR libreoffice-l10n-br-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ca-6.1.3.2-3.7 is installed
OR libreoffice-l10n-cs-6.1.3.2-3.7 is installed
OR libreoffice-l10n-cy-6.1.3.2-3.7 is installed
OR libreoffice-l10n-da-6.1.3.2-3.7 is installed
OR libreoffice-l10n-de-6.1.3.2-3.7 is installed
OR libreoffice-l10n-dz-6.1.3.2-3.7 is installed
OR libreoffice-l10n-el-6.1.3.2-3.7 is installed
OR libreoffice-l10n-en-6.1.3.2-3.7 is installed
OR libreoffice-l10n-eo-6.1.3.2-3.7 is installed
OR libreoffice-l10n-es-6.1.3.2-3.7 is installed
OR libreoffice-l10n-et-6.1.3.2-3.7 is installed
OR libreoffice-l10n-eu-6.1.3.2-3.7 is installed
OR libreoffice-l10n-fa-6.1.3.2-3.7 is installed
OR libreoffice-l10n-fi-6.1.3.2-3.7 is installed
OR libreoffice-l10n-fr-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ga-6.1.3.2-3.7 is installed
OR libreoffice-l10n-gl-6.1.3.2-3.7 is installed
OR libreoffice-l10n-gu-6.1.3.2-3.7 is installed
OR libreoffice-l10n-he-6.1.3.2-3.7 is installed
OR libreoffice-l10n-hi-6.1.3.2-3.7 is installed
OR libreoffice-l10n-hr-6.1.3.2-3.7 is installed
OR libreoffice-l10n-hu-6.1.3.2-3.7 is installed
OR libreoffice-l10n-it-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ja-6.1.3.2-3.7 is installed
OR libreoffice-l10n-kk-6.1.3.2-3.7 is installed
OR libreoffice-l10n-kn-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ko-6.1.3.2-3.7 is installed
OR libreoffice-l10n-lt-6.1.3.2-3.7 is installed
OR libreoffice-l10n-lv-6.1.3.2-3.7 is installed
OR libreoffice-l10n-mai-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ml-6.1.3.2-3.7 is installed
OR libreoffice-l10n-mr-6.1.3.2-3.7 is installed
OR libreoffice-l10n-nb-6.1.3.2-3.7 is installed
OR libreoffice-l10n-nl-6.1.3.2-3.7 is installed
OR libreoffice-l10n-nn-6.1.3.2-3.7 is installed
OR libreoffice-l10n-nr-6.1.3.2-3.7 is installed
OR libreoffice-l10n-nso-6.1.3.2-3.7 is installed
OR libreoffice-l10n-or-6.1.3.2-3.7 is installed
OR libreoffice-l10n-pa-6.1.3.2-3.7 is installed
OR libreoffice-l10n-pl-6.1.3.2-3.7 is installed
OR libreoffice-l10n-pt_BR-6.1.3.2-3.7 is installed
OR libreoffice-l10n-pt_PT-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ro-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ru-6.1.3.2-3.7 is installed
OR libreoffice-l10n-si-6.1.3.2-3.7 is installed
OR libreoffice-l10n-sk-6.1.3.2-3.7 is installed
OR libreoffice-l10n-sl-6.1.3.2-3.7 is installed
OR libreoffice-l10n-sr-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ss-6.1.3.2-3.7 is installed
OR libreoffice-l10n-st-6.1.3.2-3.7 is installed
OR libreoffice-l10n-sv-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ta-6.1.3.2-3.7 is installed
OR libreoffice-l10n-te-6.1.3.2-3.7 is installed
OR libreoffice-l10n-th-6.1.3.2-3.7 is installed
OR libreoffice-l10n-tn-6.1.3.2-3.7 is installed
OR libreoffice-l10n-tr-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ts-6.1.3.2-3.7 is installed
OR libreoffice-l10n-uk-6.1.3.2-3.7 is installed
OR libreoffice-l10n-ve-6.1.3.2-3.7 is installed
OR libreoffice-l10n-xh-6.1.3.2-3.7 is installed
OR libreoffice-l10n-zh_CN-6.1.3.2-3.7 is installed
OR libreoffice-l10n-zh_TW-6.1.3.2-3.7 is installed
OR libreoffice-l10n-zu-6.1.3.2-3.7 is installed
OR libreoffice-mailmerge-6.1.3.2-3.7 is installed
OR libreoffice-math-6.1.3.2-3.7 is installed
OR libreoffice-officebean-6.1.3.2-3.7 is installed
OR libreoffice-pyuno-6.1.3.2-3.7 is installed
OR libreoffice-writer-6.1.3.2-3.7 is installed
OR libreoffice-writer-extensions-6.1.3.2-3.7 is installed
OR libreofficekit-6.1.3.2-3.7 is installed
OR libstaroffice-0.0.6-3.3 is installed
OR libstaroffice-0_0-0-0.0.6-3.3 is installed
OR libwps-0.4.9-3.3 is installed
OR libwps-0_4-4-0.4.9-3.3 is installed
OR libwps-devel-0.4.9-3.3 is installed
OR libxmlsec1-1-1.2.26-3.3 is installed
OR libxmlsec1-nss1-1.2.26-3.3 is installed
OR libxmlsec1-openssl1-1.2.26-3.3 is installed
OR myspell-af_ZA-20181025-3.6 is installed
OR myspell-ar-20181025-3.6 is installed
OR myspell-bg_BG-20181025-3.6 is installed
OR myspell-bn_BD-20181025-3.6 is installed
OR myspell-br_FR-20181025-3.6 is installed
OR myspell-ca-20181025-3.6 is installed
OR myspell-cs_CZ-20181025-3.6 is installed
OR myspell-da_DK-20181025-3.6 is installed
OR myspell-dictionaries-20181025-3.6 is installed
OR myspell-el_GR-20181025-3.6 is installed
OR myspell-et_EE-20181025-3.6 is installed
OR myspell-fr_FR-20181025-3.6 is installed
OR myspell-gl-20181025-3.6 is installed
OR myspell-gu_IN-20181025-3.6 is installed
OR myspell-he_IL-20181025-3.6 is installed
OR myspell-hi_IN-20181025-3.6 is installed
OR myspell-hr_HR-20181025-3.6 is installed
OR myspell-it_IT-20181025-3.6 is installed
OR myspell-lt_LT-20181025-3.6 is installed
OR myspell-lv_LV-20181025-3.6 is installed
OR myspell-nl_NL-20181025-3.6 is installed
OR myspell-nn_NO-20181025-3.6 is installed
OR myspell-pl_PL-20181025-3.6 is installed
OR myspell-pt_PT-20181025-3.6 is installed
OR myspell-si_LK-20181025-3.6 is installed
OR myspell-sk_SK-20181025-3.6 is installed
OR myspell-sl_SI-20181025-3.6 is installed
OR myspell-sr-20181025-3.6 is installed
OR myspell-sv_SE-20181025-3.6 is installed
OR myspell-te_IN-20181025-3.6 is installed
OR myspell-th_TH-20181025-3.6 is installed
OR myspell-tr_TR-20181025-3.6 is installed
OR myspell-uk_UA-20181025-3.6 is installed
OR myspell-zu_ZA-20181025-3.6 is installed
OR xmlsec1-1.2.26-3.3 is installed
OR xmlsec1-devel-1.2.26-3.3 is installed
OR xmlsec1-nss-devel-1.2.26-3.3 is installed
OR xmlsec1-openssl-devel-1.2.26-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
MozillaThunderbird-68.8.0-3.80 is installed
OR MozillaThunderbird-translations-common-68.8.0-3.80 is installed
OR MozillaThunderbird-translations-other-68.8.0-3.80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP2 is installed
AND Package Information
xorg-x11-server-1.20.3-22.5.5 is installed
OR xorg-x11-server-wayland-1.20.3-22.5.5 is installed
|