Oval Definition:oval:org.opensuse.security:def:7563
Revision Date:2021-04-13Version:1
Title:Security update for the Linux Kernel (Important)
Description:

The SUSE Linux Enterprise 15 SP2 Azure kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2021-3444: Fixed an issue with the bpf verifier which did not properly handle mod32 destination register truncation when the source register was known to be 0 leading to out of bounds read (bsc#1184170). - CVE-2021-3428: Fixed an integer overflow in ext4_es_cache_extent (bsc#1173485). - CVE-2021-29647: Fixed an issue in qrtr_recvmsg which could have allowed attackers to obtain sensitive information from kernel memory because of a partially uninitialized data structure (bsc#1184192 ). - CVE-2021-29265: Fixed an issue in usbip_sockfd_store which could have allowed attackers to cause a denial of service due to race conditions during an update of the local and shared status (bsc#1184167). - CVE-2021-29264: Fixed an issue in the Freescale Gianfar Ethernet driver which could have allowed attackers to cause a system crash due to a calculation of negative fragment size (bsc#1184168). - CVE-2021-28972: Fixed a user-tolerable buffer overflow when writing a new device name to the driver from userspace, allowing userspace to write data to the kernel stack frame directly (bsc#1184198). - CVE-2021-28971: Fixed an issue in intel_pmu_drain_pebs_nhm which could have caused a system crash because the PEBS status in a PEBS record was mishandled (bsc#1184196 ). - CVE-2021-28964: Fixed a race condition in get_old_root which could have allowed attackers to cause a denial of service (bsc#1184193). - CVE-2021-28688: Fixed an issue introduced by XSA-365 (bsc#1183646). - CVE-2021-28660: Fixed an out of bounds write in rtw_wx_set_scan (bsc#1183593 ). - CVE-2021-28375: Fixed an issue in fastrpc_internal_invoke which did not prevent user applications from sending kernel RPC messages (bsc#1183596). - CVE-2021-28038: Fixed an issue with the netback driver which was lacking necessary treatment of errors such as failed memory allocations (bsc#1183022). - CVE-2021-27365: Fixed an issue where an unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message (bsc#1182715). - CVE-2021-27364: Fixed an issue where an attacker could craft Netlink messages (bsc#1182717). - CVE-2021-27363: Fixed a kernel pointer leak which could have been used to determine the address of the iscsi_transport structure (bsc#1182716). - CVE-2020-35519: Fixed an out-of-bounds memory access was found in x25_bind (bsc#1183696). - CVE-2020-27815: Fixed an issue in JFS filesystem where could have allowed an attacker to execute code (bsc#1179454). - CVE-2020-27171: Fixed an off-by-one error affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory (bsc#1183775). - CVE-2020-27170: Fixed potential side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory (bsc#1183686). - CVE-2019-19769: Fixed a use-after-free in the perf_trace_lock_acquire function (bsc#1159280 ). - CVE-2019-18814: Fixed a use-after-free when aa_label_parse() fails in aa_audit_rule_init() (bsc#1156256).

The following non-security bugs were fixed:

- 0007-block-add-docs-for-gendisk-request_queue-refcount-he.patch: (bsc#1171295, git fixes (block drivers)). - 0008-block-revert-back-to-synchronous-request_queue-remov.patch: (bsc#1171295, git fixes (block drivers)). - 0009-blktrace-fix-debugfs-use-after-free.patch: (bsc#1171295, git fixes (block drivers)). - ACPI: bus: Constify is_acpi_node() and friends (part 2) (git-fixes). - ACPICA: Always create namespace nodes using acpi_ns_create_node() (git-fixes). - ACPICA: Enable sleep button on ACPI legacy wake (bsc#1181383). - ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handling (git-fixes). - ACPI: scan: Rearrange memory allocation in acpi_device_add() (git-fixes). - ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 (git-fixes). - ACPI: video: Add missing callback back for Sony VPCEH3U1E (git-fixes). - ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits (git-fixes). - ALSA: hda: Avoid spurious unsol event handling during S3/S4 (git-fixes). - ALSA: hda: Drop the BATCH workaround for AMD controllers (git-fixes). - ALSA: hda: generic: Fix the micmute led init state (git-fixes). - ALSA: hda/hdmi: Cancel pending works before suspend (git-fixes). - ALSA: hda/realtek: Add quirk for Clevo NH55RZQ (git-fixes). - ALSA: hda/realtek: Add quirk for Intel NUC 10 (git-fixes). - ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board (git-fixes). - ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air (git-fixes). - ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro (git-fixes). - ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256 (git-fixes). - ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO (git-fixes). - ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk (bsc#1182552). - ALSA: usb-audio: Allow modifying parameters with succeeding hw_params calls (bsc#1182552). - ALSA: usb-audio: Apply sample rate quirk to Logitech Connect (git-fixes). - ALSA: usb-audio: Apply the control quirk to Plantronics headsets (bsc#1182552). - ALSA: usb-audio: Disable USB autosuspend properly in setup_disable_autosuspend() (bsc#1182552). - ALSA: usb-audio: Do not abort even if the clock rate differs (bsc#1182552). - ALSA: usb-audio: Drop bogus dB range in too low level (bsc#1182552). - ALSA: usb-audio: Fix 'cannot get freq eq' errors on Dell AE515 sound bar (bsc#1182552). - ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe (bsc#1182552). - ALSA: usb-audio: Fix 'RANGE setting not yet supported' errors (git-fixes). - ALSA: usb-audio: fix use after free in usb_audio_disconnect (bsc#1182552). - ALSA: usb-audio: Skip the clock selector inquiry for single connections (git-fixes). - ALSA: usb: Use DIV_ROUND_UP() instead of open-coding it (git-fixes). - amd/amdgpu: Disable VCN DPG mode for Picasso (git-fixes). - apparmor: check/put label on apparmor_sk_clone_security() (git-fixes). - arm64: make STACKPROTECTOR_PER_TASK configurable (bsc#1181862). - ASoC: ak4458: Add MODULE_DEVICE_TABLE (git-fixes). - ASoC: ak5558: Add MODULE_DEVICE_TABLE (git-fixes). - ASoC: cs42l42: Always wait at least 3ms after reset (git-fixes). - ASoC: cs42l42: Do not enable/disable regulator at Bias Level (git-fixes). - ASoC: cs42l42: Fix Bitclock polarity inversion (git-fixes). - ASoC: cs42l42: Fix channel width support (git-fixes). - ASoC: cs42l42: Fix mixer volume control (git-fixes). - ASoC: es8316: Simplify adc_pga_gain_tlv table (git-fixes). - ASoC: fsl_ssi: Fix TDM slot setup for I2S mode (git-fixes). - ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr() (git-fixes). - ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140 (git-fixes). - ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tablet (git-fixes). - ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R tablet (git-fixes). - ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15 tablet (git-fixes). - ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 10-p0XX OVCD current threshold (git-fixes). - ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7 tablet (git-fixes). - ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 (git-fixes). - ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 (git-fixes). - ASoC: rt5670: Add emulated 'DAC1 Playback Switch' control (git-fixes). - ASoC: rt5670: Remove ADC vol-ctrl mute bits poking from Sto1 ADC mixer settings (git-fixes). - ASoC: rt5670: Remove 'HP Playback Switch' control (git-fixes). - ASoC: rt5670: Remove 'OUT Channel Switch' control (git-fixes). - ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe (git-fixes). - ASoC: simple-card-utils: Do not handle device clock (git-fixes). - ath10k: fix wmi mgmt tx queue full due to race condition (git-fixes). - ath9k: fix transmitting to stations in dynamic SMPS mode (git-fixes). - binfmt_misc: fix possible deadlock in bm_register_write (git-fixes). - binfmt_misc: fix possible deadlock in bm_register_write (git-fixes). - blktrace-annotate-required-lock-on-do_blk_trace_setu.patch: (bsc#1171295). - blktrace-Avoid-sparse-warnings-when-assigning-q-blk_.patch: (bsc#1171295). - blktrace-break-out-of-blktrace-setup-on-concurrent-c.patch: (bsc#1171295). - block-clarify-context-for-refcount-increment-helpers.patch: (bsc#1171295). - block: rsxx: fix error return code of rsxx_pci_probe() (git-fixes). - Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data (git-fixes). - Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtl (git-fixes). - bnxt_en: reliably allocate IRQ table on reset to avoid crash (jsc#SLE-8371 bsc#1153274). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args (bsc#1155518). - bpf: Declare __bpf_free_used_maps() unconditionally (bsc#1155518). - bpf: Do not do bpf_cgroup_storage_set() for kuprobe/tp programs (bsc#1155518). - bpf: Fix 32 bit src register truncation on div/mod (bsc#1184170). - bpf_lru_list: Read double-checked variable once without lock (bsc#1155518). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - bpf,x64: Pad NOPs to make images converge more easily (bsc#1178163). - brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet (git-fixes). - brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet (git-fixes). - btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root (bsc#1184217). - btrfs: always pin deleted leaves when there are active tree mod log users (bsc#1184224). - btrfs: fix exhaustion of the system chunk array due to concurrent allocations (bsc#1183386). - btrfs: fix extent buffer leak on failure to copy root (bsc#1184218). - btrfs: fix race when cloning extent buffer during rewind of an old root (bsc#1184193). - btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled (bsc#1184220). - btrfs: fix subvolume/snapshot deletion not triggered on mount (bsc#1184219). - bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD (git-fixes). - can: c_can: move runtime PM enable/disable to c_can_platform (git-fixes). - can: c_can_pci: c_can_pci_remove(): fix use-after-free (git-fixes). - can: flexcan: assert FRZ bit in flexcan_chip_freeze() (git-fixes). - can: flexcan: enable RX FIFO after FRZ/HALT valid (git-fixes). - can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate (git-fixes). - can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode (git-fixes). - can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning (git-fixes). - can: peak_usb: add forgotten supported devices (git-fixes). - can: peak_usb: Revert 'can: peak_usb: add forgotten supported devices' (git-fixes). - can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership (git-fixes). - cdc-acm: fix BREAK rx code path adding necessary calls (git-fixes). - certs: Fix blacklist flag type confusion (git-fixes). - cifs: check pointer before freeing (bsc#1183534). - completion: Drop init_completion define (git-fixes). - configfs: fix a use-after-free in __configfs_open_file (git-fixes). - config: net: freescale: change xgmac-mdio to built-in References: bsc#1183015,bsc#1182595 - crypto: aesni - prevent misaligned buffers on the stack (git-fixes). - crypto: arm64/sha - add missing module aliases (git-fixes). - crypto: bcm - Rename struct device_private to bcm_device_private (git-fixes). - crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager (git-fixes). - crypto: tcrypt - avoid signed overflow in byte count (git-fixes). - Delete patches.suse/sched-Reenable-interrupts-in-do_sched_yield.patch (bsc#1183530) - drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue (git-fixes). - drm/amd/display: Guard against NULL pointer deref when get_i2c_info fails (git-fixes). - drm/amdgpu: Add check to prevent IH overflow (git-fixes). - drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie (git-fixes). - drm/amdkfd: Put ACPI table after using it (bsc#1152489) Backporting notes: * context changes - drm/amd/powerplay: fix spelling mistake 'smu_state_memroy_block' -> (bsc#1152489) Backporting notes: * rename amd/pm to amd/powerplay * context changes - drm/compat: Clear bounce structures (git-fixes). - drm/hisilicon: Fix use-after-free (git-fixes). - drm/i915: Reject 446-480MHz HDMI clock on GLK (git-fixes). - drm/mediatek: Fix aal size config (bsc#1152489) - drm: meson_drv add shutdown function (git-fixes). - drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register (git-fixes). - drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY) (git-fixes). - drm/msm: Fix races managing the OOB state for timestamp vs (bsc#1152489) Backporting notes: - drm/msm: fix shutdown hook in case GPU components failed to bind (git-fixes). - drm/msm: Fix use-after-free in msm_gem with carveout (bsc#1152489) - drm/msm: Fix WARN_ON() splat in _free_object() (bsc#1152489) - drm/msm/gem: Add obj->lock wrappers (bsc#1152489) - drm/msm/mdp5: Fix wait-for-commit for cmd panels (git-fixes). - drm/nouveau: bail out of nouveau_channel_new if channel init fails (bsc#1152489) Backporting notes: - drm/nouveau/kms: handle mDP connectors (git-fixes). - drm/panfrost: Do not corrupt the queue mutex on open/close (bsc#1152472) Backporting notes: * context changes - drm/panfrost: Fix job timeout handling (bsc#1152472) Backporting notes: * context changes - drm/panfrost: Remove unused variables in panfrost_job_close() (bsc#1152472) - drm/radeon: fix AGP dependency (git-fixes). - drm: rcar-du: Fix crash when using LVDS1 clock for CRTC (bsc#1152489) Backporting notes: * context changes - drm/sched: Cancel and flush all outstanding jobs before finish (git-fixes). - drm/sun4i: tcon: fix inverted DCLK polarity (bsc#1152489) Backporting notes: * context changes - drm/tegra: sor: Grab runtime PM reference across reset (git-fixes). - drm/vc4: hdmi: Restore cec physical address on reconnect (bsc#1152472) Backporting notes: * context changes * change vc4_hdmi to vc4->hdmi * removed references to encoder->hdmi_monitor - efi: use 32-bit alignment for efi_guid_t literals (git-fixes). - epoll: check for events when removing a timed out thread from the wait queue (git-fixes). - ethernet: alx: fix order of calls on resume (git-fixes). - exec: Move would_dump into flush_old_exec (git-fixes). - exfat: add missing MODULE_ALIAS_FS() (bsc#1182989). - exfat: add the dummy mount options to be backward compatible with staging/exfat (bsc#1182989). - extcon: Add stubs for extcon_register_notifier_all() functions (git-fixes). - extcon: Fix error handling in extcon_dev_register (git-fixes). - fbdev: aty: SPARC64 requires FB_ATY_CT (git-fixes). - firmware/efi: Fix a use after bug in efi_mem_reserve_persistent (git-fixes). - flow_dissector: fix byteorder of dissected ICMP ID (bsc#1154353). - fsl/fman: check dereferencing null pointer (git-fixes). - fsl/fman: fix dereference null return value (git-fixes). - fsl/fman: fix eth hash table allocation (git-fixes). - fsl/fman: fix unreachable code (git-fixes). - fsl/fman: use 32-bit unsigned integer (git-fixes). - fuse: verify write return (git-fixes). - gcc-plugins: drop support for GCC <= 4.7 (bcs#1181862). - gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again (bcs#1181862). - gcc-plugins: simplify GCC plugin-dev capability test (bsc#1181862). - gianfar: Account for Tx PTP timestamp in the skb headroom (git-fixes). - gianfar: Fix TX timestamping with a stacked DSA driver (git-fixes). - gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP (git-fixes). - Goodix Fingerprint device is not a modem (git-fixes). - gpiolib: acpi: Add missing IRQF_ONESHOT (git-fixes). - gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 (git-fixes). - gpio: zynq: fix reference leak in zynq_gpio functions (git-fixes). - HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Winpad A15 (git-fixes). - HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter (git-fixes). - HSI: Fix PM usage counter unbalance in ssi_hw_init (git-fixes). - hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enable (git-fixes). - i2c: rcar: faster irq code to minimize HW race condition (git-fixes). - i2c: rcar: optimize cacheline to minimize HW race condition (git-fixes). - iavf: Fix incorrect adapter get in iavf_resume (git-fixes). - iavf: use generic power management (git-fixes). - ibmvnic: add comments for spinlock_t definitions (bsc#1183871 ltc#192139). - ibmvnic: always store valid MAC address (bsc#1182011 ltc#191844). - ibmvnic: avoid multiple line dereference (bsc#1183871 ltc#192139). - ibmvnic: fix block comments (bsc#1183871 ltc#192139). - ibmvnic: fix braces (bsc#1183871 ltc#192139). - ibmvnic: fix miscellaneous checks (bsc#1183871 ltc#192139). - ibmvnic: merge do_change_param_reset into do_reset (bsc#1183871 ltc#192139). - ibmvnic: prefer strscpy over strlcpy (bsc#1183871 ltc#192139). - ibmvnic: prefer 'unsigned long' over 'unsigned long int' (bsc#1183871 ltc#192139). - ibmvnic: remove excessive irqsave (bsc#1182485 ltc#191591). - ibmvnic: remove unnecessary rmb() inside ibmvnic_poll (bsc#1183871 ltc#192139). - ibmvnic: remove unused spinlock_t stats_lock definition (bsc#1183871 ltc#192139). - ibmvnic: rework to ensure SCRQ entry reads are properly ordered (bsc#1183871 ltc#192139). - ibmvnic: simplify reset_long_term_buff function (bsc#1183023 ltc#191791). - ibmvnic: substitute mb() with dma_wmb() for send_*crq* functions (bsc#1183023 ltc#191791). - ice: fix memory leak if register_netdev_fails (git-fixes). - ice: fix memory leak in ice_vsi_setup (git-fixes). - ice: Fix state bits on LLDP mode switch (jsc#SLE-7926). - ice: renegotiate link after FW DCB on (jsc#SLE-8464). - ice: report correct max number of TCs (jsc#SLE-7926). - ice: update the number of available RSS queues (jsc#SLE-7926). - igc: Fix igc_ptp_rx_pktstamp() (bsc#1160634). - iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask (git-fixes). - iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel (git-fixes). - iio: adis16400: Fix an error code in adis16400_initial_setup() (git-fixes). - iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler (git-fixes). - iio: hid-sensor-humidity: Fix alignment issue of timestamp channel (git-fixes). - iio: hid-sensor-prox: Fix scale not correct issue (git-fixes). - iio: hid-sensor-temperature: Fix issues of timestamp channel (git-fixes). - include/linux/sched/mm.h: use rcu_dereference in in_vfork() (git-fixes). - Input: applespi - do not wait for responses to commands indefinitely (git-fixes). - Input: elantech - fix protocol errors for some trackpoints in SMBus mode (git-fixes). - Input: i8042 - add ASUS Zenbook Flip to noselftest list (git-fixes). - Input: raydium_ts_i2c - do not send zero length (git-fixes). - Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Series X|S (git-fixes). - iommu/amd: Fix sleeping in atomic in increase_address_space() (bsc#1183277). - iommu/intel: Fix memleak in intel_irq_remapping_alloc (bsc#1183278). - iommu/qcom: add missing put_device() call in qcom_iommu_of_xlate() (bsc#1183637). - iommu/vt-d: Add get_domain_info() helper (bsc#1183279). - iommu/vt-d: Avoid panic if iommu init fails in tboot system (bsc#1183280). - iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid() (bsc#1183281). - iommu/vt-d: Do not use flush-queue when caching-mode is on (bsc#1183282). - iommu/vt-d: Fix general protection fault in aux_detach_device() (bsc#1183283). - iommu/vt-d: Fix ineffective devTLB invalidation for subdevices (bsc#1183284). - iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev() (bsc#1183285). - iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev (bsc#1183286). - ionic: linearize tso skb with too many frags (bsc#1167773). - kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig (bcs#1181862). - kbuild: change *FLAGS_.o to take the path relative to $(obj) (bcs#1181862). - kbuild: dummy-tools, fix inverted tests for gcc (bcs#1181862). - kbuild: dummy-tools, support MPROFILE_KERNEL checks for ppc (bsc#1181862). - kbuild: Fail if gold linker is detected (bcs#1181862). - kbuild: improve cc-option to clean up all temporary files (bsc#1178330). - kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled (bcs#1181862). - kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc (bcs#1181862). - kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base (bcs#1181862). - kbuild: use -S instead of -E for precise cc-option test in Kconfig (bsc#1178330). - kconfig: introduce m32-flag and m64-flag (bcs#1181862). - KVM: nVMX: Properly handle userspace interrupt window request (bsc#1183427). - KVM: SVM: Clear the CR4 register on reset (bsc#1183252). - KVM: x86: Add helpers to perform CPUID-based guest vendor check (bsc#1183445). - KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint Needed as a dependency of 0b40723a827 ('kvm: tracing: Fix unmatched kvm_entry and kvm_exit events', bsc#1182770). - KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off (bsc#1183287). - KVM: x86: do not reset microcode version on INIT or RESET (bsc#1183412). - KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs (bsc#1183447). - KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR (bsc#1183369). - KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries (bsc#1183428). - KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset (bsc#1183288). - libbpf: Clear map_info before each bpf_obj_get_info_by_fd (bsc#1155518). - libbpf: Fix BTF dump of pointer-to-array-of-struct (bsc#1155518). - libbpf: Use SOCK_CLOEXEC when opening the netlink socket (bsc#1155518). - lib/syscall: fix syscall registers retrieval on 32-bit platforms (git-fixes). - loop-be-paranoid-on-exit-and-prevent-new-additions-r.patch: (bsc#1171295). - mac80211: fix double free in ibss_leave (git-fixes). - mac80211: fix rate mask reset (git-fixes). - mdio: fix mdio-thunder.c dependency & build error (git-fixes). - media: cros-ec-cec: do not bail on device_init_wakeup failure (git-fixes). - media: cx23885: add more quirks for reset DMA on some AMD IOMMU (git-fixes). - media: mceusb: Fix potential out-of-bounds shift (git-fixes). - media: mceusb: sanity check for prescaler value (git-fixes). - media: rc: compile rc-cec.c into rc-core (git-fixes). - media: usbtv: Fix deadlock on suspend (git-fixes). - media: uvcvideo: Allow entities with no pads (git-fixes). - media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate (git-fixes). - media: v4l: vsp1: Fix bru null pointer access (git-fixes). - media: v4l: vsp1: Fix uif null pointer access (git-fixes). - media: vicodec: add missing v4l2_ctrl_request_hdl_put() (git-fixes). - misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom (git-fixes). - misc: fastrpc: restrict user apps from sending kernel RPC messages (git-fixes). - misc/pvpanic: Export module FDT device table (git-fixes). - misc: rtsx: init of rts522a add OCP power off when no card is present (git-fixes). - mmc: core: Fix partition switch time for eMMC (git-fixes). - mmc: cqhci: Fix random crash when remove mmc module/card (git-fixes). - mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()' (git-fixes). - mmc: sdhci-esdhc-imx: fix kernel panic when remove module (git-fixes). - mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN (git-fixes). - mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page (git-fixes). - mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa (bsc#1168777). - mount: fix mounting of detached mounts onto targets that reside on shared mounts (git-fixes). - mt76: dma: do not report truncated frames to mac80211 (git-fixes). - mwifiex: pcie: skip cancel_work_sync() on reset failure path (git-fixes). - net: arc_emac: Fix memleak in arc_mdio_probe (git-fixes). - net: bonding: fix error return code of bond_neigh_init() (bsc#1154353). - net: cdc-phonet: fix data-interface release on probe failure (git-fixes). - net: core: introduce __netdev_notify_peers (bsc#1183871 ltc#192139). - netdevsim: init u64 stats for 32bit hardware (git-fixes). - net: dsa: rtl8366: Fix VLAN semantics (git-fixes). - net: dsa: rtl8366: Fix VLAN set-up (git-fixes). - net: dsa: rtl8366rb: Support all 4096 VLANs (git-fixes). - net: enic: Cure the enic api locking trainwreck (git-fixes). - net: ethernet: aquantia: Fix wrong return value (git-fixes). - net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop (git-fixes). - net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours (bsc#1183871 ltc#192139). - net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host port (git-fixes). - net: fec: Fix phy_device lookup for phy_reset_after_clk_enable() (git-fixes). - net: fec: Fix PHY init after phy_reset_after_clk_enable() (git-fixes). - net: fec: Fix reference count leak in fec series ops (git-fixes). - net: gemini: Fix another missing clk_disable_unprepare() in probe (git-fixes). - net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe() (git-fixes). - net: gianfar: Add of_node_put() before goto statement (git-fixes). - net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC device (git-fixes). - net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setup (git-fixes). - net: korina: cast KSEG0 address to pointer in kfree (git-fixes). - net: korina: fix kfree of rx/tx descriptor array (git-fixes). - net/mlx5: Disable devlink reload for lag devices (jsc#SLE-8464). - net/mlx5: Disable devlink reload for multi port slave device (jsc#SLE-8464). - net/mlx5: Disallow RoCE on lag device (jsc#SLE-8464). - net/mlx5: Disallow RoCE on multi port slave device (jsc#SLE-8464). - net/mlx5e: E-switch, Fix rate calculation division (jsc#SLE-8464). - net/mlx5e: E-switch, Fix rate calculation for overflow (jsc#SLE-8464). - net: mvneta: fix double free of txq->buf (git-fixes). - net: mvneta: make tx buffer array agnostic (git-fixes). - net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init (git-fixes). - netsec: restore phy power state after controller reset (bsc#1183757). - net: spider_net: Fix the size used in a 'dma_free_coherent()' call (git-fixes). - net: stmmac: Fix incorrect location to set real_num_rx|tx_queues (git-fixes). - net: stmmac: removed enabling eee in EEE set callback (git-fixes). - net: stmmac: use netif_tx_start|stop_all_queues() function (git-fixes). - net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call (git-fixes). - net: usb: ax88179_178a: fix missing stop entry in driver_info (git-fixes). - net: usb: qmi_wwan: allow qmimux add/del with master up (git-fixes). - net: usb: qmi_wwan: support ZTE P685M modem (git-fixes). - nfp: flower: fix pre_tun mask id allocation (bsc#1154353). - nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAIT (bsc#1182077). - nvme-fabrics: fix kato initialization (bsc#1182591). - nvme-fabrics: only reserve a single tag (bsc#1182077). - nvme-fc: fix racing controller reset and create association (bsc#1183048). - nvme-hwmon: Return error code when registration fails (bsc#1177326). - nvme: merge nvme_keep_alive into nvme_keep_alive_work (bsc#1182077). - nvme: return an error if nvme_set_queue_count() fails (bsc#1180197). - nvmet-rdma: Fix list_del corruption on queue establishment failure (bsc#1183501). - objtool: Fix '.cold' section suffix check for newer versions of GCC (bsc#1169514). - objtool: Fix error handling for STD/CLD warnings (bsc#1169514). - objtool: Fix retpoline detection in asm code (bsc#1169514). - ovl: fix dentry leak in ovl_get_redirect (bsc#1184176). - ovl: fix out of date comment and unreachable code (bsc#1184176). - ovl: fix regression with re-formatted lower squashfs (bsc#1184176). - ovl: fix unneeded call to ovl_change_flags() (bsc#1184176). - ovl: fix value of i_ino for lower hardlink corner case (bsc#1184176). - ovl: initialize error in ovl_copy_xattr (bsc#1184176). - ovl: relax WARN_ON() when decoding lower directory file handle (bsc#1184176). - PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse (git-fixes). - PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller (git-fixes). - PCI: Align checking of syscall user config accessors (git-fixes). - PCI: Decline to resize resources if boot config must be preserved (git-fixes). - PCI: Fix pci_register_io_range() memory leak (git-fixes). - PCI: mediatek: Add missing of_node_put() to fix reference leak (git-fixes). - PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 (git-fixes). - PCI: xgene-msi: Fix race in installing chained irq handler (git-fixes). - pinctrl: rockchip: fix restore error in resume (git-fixes). - Platform: OLPC: Fix probe error handling (git-fixes). - platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016 (git-fixes). - platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability flag (git-fixes). - platform/x86: acer-wmi: Add new force_caps module parameter (git-fixes). - platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch devices (git-fixes). - platform/x86: acer-wmi: Cleanup accelerometer device handling (git-fixes). - platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines (git-fixes). - platform/x86: intel-vbtn: Stop reporting SW_DOCK events (git-fixes). - PM: EM: postpone creating the debugfs dir till fs_initcall (git-fixes). - PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter (bsc#1183366). - PM: runtime: Fix race getting/putting suppliers at probe (git-fixes). - powerpc/book3s64/radix: Remove WARN_ON in destroy_context() (bsc#1183692 ltc#191963). - powerpc/pseries/mobility: handle premature return from H_JOIN (bsc#1181674 ltc#189159 git-fixes bsc#1183662 ltc#191922). - powerpc/pseries/mobility: use struct for shared state (bsc#1181674 ltc#189159 git-fixes bsc#1183662 ltc#191922). - printk: fix deadlock when kernel panic (bsc#1183018). - proc: fix lookup in /proc/net subdirectories after setns(2) (git-fixes). - pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() (git-fixes). - qxl: Fix uninitialised struct field head.surface_id (git-fixes). - random: fix the RNDRESEEDCRNG ioctl (git-fixes). - RDMA/hns: Disable RQ inline by default (jsc#SLE-8449). - RDMA/hns: Fix type of sq_signal_bits (jsc#SLE-8449). - RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes (bsc#1169709) - Revert 'net: bonding: fix error return code of bond_neigh_init()' (bsc#1154353). - rpadlpar: fix potential drc_name corruption in store functions (bsc#1183416 ltc#191079). - rpm/check-for-config-changes: add -mrecord-mcount ignore Added by 3b15cdc15956 (tracing: move function tracer options to Kconfig) upstream. - rpm/check-for-config-changes: comment on the list To explain what it actually is. - rpm/check-for-config-changes: declare sed args as an array So that we can reuse it in both seds. This also introduces IGNORED_CONFIGS_RE array which can be easily extended. - rpm/check-for-config-changes: define ignores more strictly * search for whole words, so make wildcards explicit * use ' for quoting * prepend CONFIG_ dynamically, so it need not be in the list - rpm/check-for-config-changes: ignore more configs Specifially, these: * CONFIG_CC_HAS_* * CONFIG_CC_HAVE_* * CONFIG_CC_CAN_* * CONFIG_HAVE_[A-Z]*_COMPILER * CONFIG_TOOLS_SUPPORT_* are compiler specific too. This will allow us to use super configs using kernel's dummy-tools. - rpm/check-for-config-changes: sort the ignores They are growing so to make them searchable by humans. - rsi: Fix TX EAPOL packet handling against iwlwifi AP (git-fixes). - rsi: Move card interrupt handling to RX thread (git-fixes). - rsxx: Return -EFAULT if copy_to_user() fails (git-fixes). - s390/cio: return -EFAULT if copy_to_user() fails (git-fixes). - s390/cio: return -EFAULT if copy_to_user() fails (git-fixes). - s390/crypto: return -EFAULT if copy_to_user() fails (git-fixes). - s390/dasd: fix hanging IO request during DASD driver unbind (git-fixes). - s390/qeth: fix memory leak after failed TX Buffer allocation (git-fixes). - s390/qeth: fix notification for pending buffers during teardown (git-fixes). - s390/qeth: improve completion of pending TX buffers (git-fixes). - s390/qeth: schedule TX NAPI on QAOB completion (git-fixes). - s390/vtime: fix increased steal time accounting (bsc#1183859). - samples, bpf: Add missing munmap in xdpsock (bsc#1155518). - scsi: lpfc: Change wording of invalid pci reset log message (bsc#1182574). - scsi: lpfc: Correct function header comments related to ndlp reference counting (bsc#1182574). - scsi: lpfc: Fix ADISC handling that never frees nodes (bsc#1182574). - scsi: lpfc: Fix crash caused by switch reboot (bsc#1182574). - scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recovery (bsc#1182574). - scsi: lpfc: Fix FLOGI failure due to accessing a freed node (bsc#1182574). - scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe (bsc#1182574). - scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereference (bsc#1182574). - scsi: lpfc: Fix nodeinfo debugfs output (bsc#1182574). - scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb() (bsc#1182574). - scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGIN (bsc#1182574). - scsi: lpfc: Fix pt2pt connection does not recover after LOGO (bsc#1182574). - scsi: lpfc: Fix pt2pt state transition causing rmmod hang (bsc#1182574). - scsi: lpfc: Fix reftag generation sizing errors (bsc#1182574). - scsi: lpfc: Fix stale node accesses on stale RRQ request (bsc#1182574). - scsi: lpfc: Fix status returned in lpfc_els_retry() error exit path (bsc#1182574). - scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_buf (bsc#1182574). - scsi: lpfc: Fix use after free in lpfc_els_free_iocb (bsc#1182574). - scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid() (bsc#1182574). - scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vports (bsc#1182574). - scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changes (bsc#1182574). - scsi: lpfc: Update lpfc version to 12.8.0.8 (bsc#1182574). - scsi: target: pscsi: Avoid OOM in pscsi_map_sg() (bsc#1183843). - scsi: target: pscsi: Clean up after failure in pscsi_map_sg() (bsc#1183843). - selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier (bsc#1155518). - selftests/bpf: No need to drop the packet when there is no geneve opt (bsc#1155518). - selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed (bsc#1155518). - selinux: fix error initialization in inode_doinit_with_dentry() (git-fixes). - selinux: Fix error return code in sel_ib_pkey_sid_slow() (git-fixes). - selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling (git-fixes). - smb3: Fix out-of-bounds bug in SMB2_negotiate() (bsc#1183540). - software node: Fix node registration (git-fixes). - spi: stm32: make spurious and overrun interrupts visible (git-fixes). - squashfs: fix inode lookup sanity checks (bsc#1183750). - squashfs: fix xattr id and id lookup sanity checks (bsc#1183750). - stop_machine: mark helpers __always_inline (git-fixes). - udlfb: Fix memory leak in dlfb_usb_probe (git-fixes). - Update bug reference for USB-audio fixes (bsc#1182552 bsc#1183598) - USB: cdc-acm: fix double free on probe failure (git-fixes). - USB: cdc-acm: fix use-after-free after probe failure (git-fixes). - USB: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board (git-fixes). - USB: dwc2: Prevent core suspend when port connection flag is 0 (git-fixes). - USB: dwc3: gadget: Fix dep->interval for fullspeed interrupt (git-fixes). - USB: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1 (git-fixes). - USB: dwc3: qcom: Add missing DWC3 OF node refcount decrement (git-fixes). - USB: dwc3: qcom: Honor wakeup enabled/disabled state (git-fixes). - USB: gadget: configfs: Fix KASAN use-after-free (git-fixes). - USB: gadget: f_uac1: stop playback on function disable (git-fixes). - USB: gadget: f_uac2: always increase endpoint max_packet_size by one audio slot (git-fixes). - USB: gadget: udc: amd5536udc_pci fix null-ptr-dereference (git-fixes). - USB: gadget: u_ether: Fix a configfs return code (git-fixes). - USBip: Fix incorrect double assignment to udc->ud.tcp_rx (git-fixes). - USBip: fix stub_dev to check for stream socket (git-fixes). - USBip: fix stub_dev usbip_sockfd_store() races leading to gpf (git-fixes). - USBip: fix vhci_hcd attach_store() races leading to gpf (git-fixes). - USBip: fix vhci_hcd to check for stream socket (git-fixes). - USBip: fix vudc to check for stream socket (git-fixes). - USBip: fix vudc usbip_sockfd_store races leading to gpf (git-fixes). - USBip: tools: fix build error for multiple definition (git-fixes). - USB: musb: Fix suspend with devices connected for a64 (git-fixes). - USB: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM (git-fixes). - USB: replace hardcode maximum usb string length by definition (git-fixes). - USB: serial: ch341: add new Product ID (git-fixes). - USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter (git-fixes). - USB: serial: cp210x: add some more GE USB IDs (git-fixes). - USB: serial: ftdi_sio: fix FTX sub-integer prescaler (git-fixes). - USB: serial: io_edgeport: fix memory leak in edge_startup (git-fixes). - usb-storage: Add quirk to defeat Kindle's automatic unload (git-fixes). - USB: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- (git-fixes). - USB: usblp: fix a hang in poll() if disconnected (git-fixes). - USB: xhci: do not perform Soft Retry for some xHCI hosts (git-fixes). - USB: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing (git-fixes). - USB: xhci-mtk: fix broken streams issue on 0.96 xHCI (git-fixes). - use __netdev_notify_peers in ibmvnic (bsc#1183871 ltc#192139). - video: fbdev: acornfb: remove free_unused_pages() (bsc#1152489) - video: hyperv_fb: Fix a double free in hvfb_probe (git-fixes). - VMCI: Use set_page_dirty_lock() when unregistering guest memory (git-fixes). - vt/consolemap: do font sum unsigned (git-fixes). - watchdog: mei_wdt: request stop on unregister (git-fixes). - wireguard: device: do not generate ICMP for non-IP packets (git-fixes). - wireguard: kconfig: use arm chacha even with no neon (git-fixes). - wireguard: selftests: test multiple parallel streams (git-fixes). - wlcore: Fix command execute failure 19 for wl12xx (git-fixes). - x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task (bsc#1152489). - xen/events: avoid handling the same event on two cpus at the same time (git-fixes). - xen/events: do not unmask an event channel when an eoi is pending (git-fixes). - xen/events: reset affinity of 2-level event when tearing it down (git-fixes). - xen/gnttab: handle p2m update errors on a per-slot basis (bsc#1183022 XSA-367). - xen-netback: respect gnttab_map_refs()'s return value (bsc#1183022 XSA-367). - xfs: group quota should return EDQUOT when prj quota enabled (bsc#1180980). - xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state (git-fixes). - xhci: Improve detection of device initiated wake signal (git-fixes).
Family:unixClass:patch
Status:Reference(s):1152472
1152489
1153274
1154353
1155518
1156256
1159280
1160634
1167773
1168777
1169514
1169709
1171295
1173485
1177326
1178163
1178330
1179454
1180197
1180980
1181383
1181674
1181862
1182011
1182077
1182485
1182552
1182574
1182591
1182595
1182715
1182716
1182717
1182770
1182989
1183015
1183018
1183022
1183023
1183048
1183252
1183277
1183278
1183279
1183280
1183281
1183282
1183283
1183284
1183285
1183286
1183287
1183288
1183366
1183369
1183386
1183412
1183416
1183427
1183428
1183445
1183447
1183501
1183509
1183530
1183534
1183540
1183593
1183596
1183598
1183637
1183646
1183662
1183686
1183692
1183696
1183750
1183757
1183775
1183843
1183859
1183871
1184167
1184168
1184170
1184176
1184192
1184193
1184196
1184198
1184217
1184218
1184219
1184220
1184224
CVE-2008-1420
CVE-2009-0035
CVE-2009-0946
CVE-2009-1210
CVE-2009-1267
CVE-2009-1268
CVE-2009-1269
CVE-2009-2473
CVE-2009-2474
CVE-2009-3241
CVE-2009-3242
CVE-2009-3243
CVE-2009-3379
CVE-2010-1455
CVE-2010-2252
CVE-2010-2497
CVE-2010-2805
CVE-2010-2993
CVE-2010-3053
CVE-2010-3054
CVE-2010-3311
CVE-2010-3445
CVE-2010-3814
CVE-2010-3855
CVE-2010-4300
CVE-2010-4301
CVE-2010-4538
CVE-2011-0024
CVE-2011-0226
CVE-2011-0421
CVE-2011-0538
CVE-2011-0713
CVE-2011-1138
CVE-2011-1139
CVE-2011-1140
CVE-2011-1143
CVE-2011-1590
CVE-2011-1591
CVE-2011-1592
CVE-2011-1957
CVE-2011-1958
CVE-2011-1959
CVE-2011-2174
CVE-2011-2175
CVE-2011-2483
CVE-2011-2597
CVE-2011-2698
CVE-2011-2895
CVE-2011-3256
CVE-2011-3266
CVE-2011-3360
CVE-2011-3439
CVE-2011-3483
CVE-2012-0444
CVE-2012-1126
CVE-2012-1127
CVE-2012-1128
CVE-2012-1129
CVE-2012-1130
CVE-2012-1131
CVE-2012-1132
CVE-2012-1133
CVE-2012-1134
CVE-2012-1135
CVE-2012-1136
CVE-2012-1137
CVE-2012-1138
CVE-2012-1139
CVE-2012-1140
CVE-2012-1141
CVE-2012-1142
CVE-2012-1143
CVE-2012-1144
CVE-2012-1162
CVE-2012-1163
CVE-2012-2392
CVE-2012-2393
CVE-2012-2394
CVE-2012-3548
CVE-2012-4048
CVE-2012-4049
CVE-2012-4285
CVE-2012-4286
CVE-2012-4287
CVE-2012-4288
CVE-2012-4289
CVE-2012-4290
CVE-2012-4291
CVE-2012-4292
CVE-2012-4293
CVE-2012-4294
CVE-2012-4295
CVE-2012-4296
CVE-2012-4297
CVE-2012-4298
CVE-2012-4929
CVE-2012-5237
CVE-2012-5238
CVE-2012-5239
CVE-2012-5240
CVE-2012-5592
CVE-2012-5593
CVE-2012-5594
CVE-2012-5595
CVE-2012-5596
CVE-2012-5597
CVE-2012-5598
CVE-2012-5599
CVE-2012-5600
CVE-2012-5601
CVE-2012-5602
CVE-2012-5668
CVE-2012-5669
CVE-2012-5670
CVE-2013-1572
CVE-2013-1573
CVE-2013-1574
CVE-2013-1575
CVE-2013-1576
CVE-2013-1577
CVE-2013-1578
CVE-2013-1579
CVE-2013-1580
CVE-2013-1581
CVE-2013-1582
CVE-2013-1583
CVE-2013-1584
CVE-2013-1585
CVE-2013-1586
CVE-2013-1587
CVE-2013-1588
CVE-2013-1589
CVE-2013-1590
CVE-2013-1976
CVE-2013-2475
CVE-2013-2476
CVE-2013-2477
CVE-2013-2478
CVE-2013-2479
CVE-2013-2480
CVE-2013-2481
CVE-2013-2482
CVE-2013-2483
CVE-2013-2484
CVE-2013-2485
CVE-2013-2486
CVE-2013-2487
CVE-2013-2488
CVE-2013-3555
CVE-2013-3556
CVE-2013-3557
CVE-2013-3558
CVE-2013-3559
CVE-2013-3560
CVE-2013-3561
CVE-2013-3562
CVE-2013-4083
CVE-2013-4282
CVE-2013-4920
CVE-2013-4921
CVE-2013-4922
CVE-2013-4923
CVE-2013-4924
CVE-2013-4925
CVE-2013-4926
CVE-2013-4927
CVE-2013-4928
CVE-2013-4929
CVE-2013-4930
CVE-2013-4931
CVE-2013-4932
CVE-2013-4933
CVE-2013-4934
CVE-2013-4935
CVE-2013-4936
CVE-2013-5717
CVE-2013-5718
CVE-2013-5719
CVE-2013-5720
CVE-2013-5721
CVE-2013-5722
CVE-2013-6336
CVE-2013-6337
CVE-2013-6338
CVE-2013-6339
CVE-2013-6340
CVE-2013-6435
CVE-2013-7112
CVE-2013-7113
CVE-2013-7114
CVE-2014-0050
CVE-2014-2240
CVE-2014-2241
CVE-2014-2281
CVE-2014-2282
CVE-2014-2283
CVE-2014-2299
CVE-2014-2497
CVE-2014-2907
CVE-2014-4020
CVE-2014-4877
CVE-2014-5161
CVE-2014-5162
CVE-2014-5163
CVE-2014-5164
CVE-2014-5165
CVE-2014-8118
CVE-2014-9092
CVE-2014-9656
CVE-2014-9657
CVE-2014-9658
CVE-2014-9659
CVE-2014-9660
CVE-2014-9661
CVE-2014-9662
CVE-2014-9663
CVE-2014-9664
CVE-2014-9665
CVE-2014-9666
CVE-2014-9667
CVE-2014-9668
CVE-2014-9669
CVE-2014-9670
CVE-2014-9671
CVE-2014-9672
CVE-2014-9673
CVE-2014-9674
CVE-2014-9675
CVE-2014-9709
CVE-2015-0559
CVE-2015-0560
CVE-2015-0561
CVE-2015-0562
CVE-2015-0563
CVE-2015-0564
CVE-2015-2059
CVE-2015-2188
CVE-2015-2189
CVE-2015-2191
CVE-2015-2331
CVE-2015-3247
CVE-2015-3811
CVE-2015-3812
CVE-2015-3813
CVE-2015-3814
CVE-2015-5174
CVE-2015-5260
CVE-2015-5261
CVE-2015-5345
CVE-2015-5346
CVE-2015-5351
CVE-2016-0706
CVE-2016-0714
CVE-2016-0749
CVE-2016-0763
CVE-2016-2150
CVE-2016-3092
CVE-2016-4971
CVE-2016-5116
CVE-2016-6128
CVE-2016-6132
CVE-2016-6161
CVE-2016-6207
CVE-2016-6214
CVE-2016-6905
CVE-2016-7167
CVE-2016-8615
CVE-2016-8616
CVE-2016-8617
CVE-2016-8618
CVE-2016-8619
CVE-2016-8620
CVE-2016-8621
CVE-2016-8622
CVE-2016-8623
CVE-2016-8624
CVE-2016-9577
CVE-2016-9578
CVE-2017-14160
CVE-2017-14632
CVE-2017-14633
CVE-2017-7506
CVE-2018-10392
CVE-2018-10393
CVE-2018-10873
CVE-2018-10893
CVE-2018-5146
CVE-2019-18814
CVE-2019-19769
CVE-2019-3813
CVE-2020-27170
CVE-2020-27171
CVE-2020-27815
CVE-2020-35519
CVE-2021-27363
CVE-2021-27364
CVE-2021-27365
CVE-2021-28038
CVE-2021-28375
CVE-2021-28660
CVE-2021-28688
CVE-2021-28964
CVE-2021-28971
CVE-2021-28972
CVE-2021-29264
CVE-2021-29265
CVE-2021-29647
CVE-2021-3428
CVE-2021-3444
SUSE-SU-2021:1177-1
Platform(s):openSUSE 13.1
openSUSE 13.1 NonFree
openSUSE 13.2
openSUSE 13.2 NonFree
openSUSE Leap 42.1
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Build System Kit 12
SUSE Linux Enterprise Build System Kit 12 SP1
SUSE Linux Enterprise Build System Kit 12 SP2
SUSE Linux Enterprise Build System Kit 12 SP3
SUSE Linux Enterprise Build System Kit 12 SP4
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 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 Extension 11 SP3
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise High Performance Computing 12 SP5
SUSE Linux Enterprise High Performance Computing 15 SP2
SUSE Linux Enterprise Live Patching 12
SUSE Linux Enterprise Module for Public Cloud 15 SP2
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP1
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
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 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP2
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 15 SP2
SUSE Linux Enterprise Server for VMWare 11 SP2
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 SP3
SUSE Linux Enterprise Storage 7
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Manager Proxy 4.1
SUSE Manager Server 4.1
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • openstack-neutron-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-dhcp-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-ha-tool-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-l3-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-lbaas-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-linuxbridge-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-metadata-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-metering-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-openvswitch-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-neutron-vpn-agent-2014.2.4~a0~dev103-10.3 is installed
  • OR openstack-nova-2014.2.4~a0~dev80-14.1 is installed
  • OR openstack-nova-compute-2014.2.4~a0~dev80-14.1 is installed
  • OR python-neutron-2014.2.4~a0~dev103-10.3 is installed
  • OR python-nova-2014.2.4~a0~dev80-14.1 is installed
  • OR python-python-memcached-1.54-2.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND kernel-zfcpdump-3.12.60-52.49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND Package Information
  • krb5-mini-1.12.1-36 is installed
  • OR krb5-mini-devel-1.12.1-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND kernel-zfcpdump-4.4.21-90 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND Package Information
  • libudev-mini-devel-228-150.58 is installed
  • OR libudev-mini1-228-150.58 is installed
  • OR systemd-mini-228-150.58 is installed
  • OR systemd-mini-devel-228-150.58 is installed
  • OR udev-mini-228-150.58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND xorg-x11-server-rdp-7.3.99-3.18.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • Mesa-9.0.3-0.19.1 is installed
  • OR Mesa-32bit-9.0.3-0.19.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.41.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.41.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • boost-1.54.0-15 is installed
  • OR boost-license1_54_0-1.54.0-15 is installed
  • OR cmis-client-0.5.1-8 is installed
  • OR hunspell-1.3.2-18 is installed
  • OR hunspell-32bit-1.3.2-18 is installed
  • OR hunspell-tools-1.3.2-18 is installed
  • OR hyphen-2.8.8-12 is installed
  • OR libOpenCOLLADA0-1_3335ac1-2 is installed
  • OR libboost_atomic1_54_0-1.54.0-15 is installed
  • OR libboost_date_time1_54_0-1.54.0-15 is installed
  • OR libboost_filesystem1_54_0-1.54.0-15 is installed
  • OR libboost_iostreams1_54_0-1.54.0-15 is installed
  • OR libboost_program_options1_54_0-1.54.0-15 is installed
  • OR libboost_regex1_54_0-1.54.0-15 is installed
  • OR libboost_signals1_54_0-1.54.0-15 is installed
  • OR libboost_system1_54_0-1.54.0-15 is installed
  • OR libboost_thread1_54_0-1.54.0-15 is installed
  • OR libcmis-0_5-5-0.5.1-8 is installed
  • OR libetonyek-0.1.6-6 is installed
  • OR libetonyek-0_1-1-0.1.6-6 is installed
  • OR libhyphen0-2.8.8-12 is installed
  • OR libixion-0.11.0-6 is installed
  • OR libixion-0_11-0-0.11.0-6 is installed
  • OR liborcus-0.11.0-6 is installed
  • OR liborcus-0_11-0-0.11.0-6 is installed
  • OR libreoffice-5.1.3.2-22 is installed
  • OR libreoffice-base-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-mysql-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-postgresql-5.1.3.2-22 is installed
  • OR libreoffice-calc-5.1.3.2-22 is installed
  • OR libreoffice-calc-extensions-5.1.3.2-22 is installed
  • OR libreoffice-draw-5.1.3.2-22 is installed
  • OR libreoffice-filters-optional-5.1.3.2-22 is installed
  • OR libreoffice-gnome-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-galaxy-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-tango-5.1.3.2-22 is installed
  • OR libreoffice-impress-5.1.3.2-22 is installed
  • OR libreoffice-l10n-af-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ar-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ca-5.1.3.2-22 is installed
  • OR libreoffice-l10n-cs-5.1.3.2-22 is installed
  • OR libreoffice-l10n-da-5.1.3.2-22 is installed
  • OR libreoffice-l10n-de-5.1.3.2-22 is installed
  • OR libreoffice-l10n-en-5.1.3.2-22 is installed
  • OR libreoffice-l10n-es-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fr-5.1.3.2-22 is installed
  • OR libreoffice-l10n-gu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-it-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ja-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ko-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nb-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nn-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-BR-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-PT-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ru-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sk-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sv-5.1.3.2-22 is installed
  • OR libreoffice-l10n-xh-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hans-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hant-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zu-5.1.3.2-22 is installed
  • OR libreoffice-mailmerge-5.1.3.2-22 is installed
  • OR libreoffice-math-5.1.3.2-22 is installed
  • OR libreoffice-officebean-5.1.3.2-22 is installed
  • OR libreoffice-pyuno-5.1.3.2-22 is installed
  • OR libreoffice-writer-5.1.3.2-22 is installed
  • OR libreoffice-writer-extensions-5.1.3.2-22 is installed
  • OR libvisio-0.1.5-7 is installed
  • OR libvisio-0_1-1-0.1.5-7 is installed
  • OR libwps-0.4.2-6 is installed
  • OR libwps-0_4-4-0.4.2-6 is installed
  • OR myspell-af_NA-20160511-11 is installed
  • OR myspell-af_ZA-20160511-11 is installed
  • OR myspell-ar-20160511-11 is installed
  • OR myspell-ar_AE-20160511-11 is installed
  • OR myspell-ar_BH-20160511-11 is installed
  • OR myspell-ar_DZ-20160511-11 is installed
  • OR myspell-ar_EG-20160511-11 is installed
  • OR myspell-ar_IQ-20160511-11 is installed
  • OR myspell-ar_JO-20160511-11 is installed
  • OR myspell-ar_KW-20160511-11 is installed
  • OR myspell-ar_LB-20160511-11 is installed
  • OR myspell-ar_LY-20160511-11 is installed
  • OR myspell-ar_MA-20160511-11 is installed
  • OR myspell-ar_OM-20160511-11 is installed
  • OR myspell-ar_QA-20160511-11 is installed
  • OR myspell-ar_SA-20160511-11 is installed
  • OR myspell-ar_SD-20160511-11 is installed
  • OR myspell-ar_SY-20160511-11 is installed
  • OR myspell-ar_TN-20160511-11 is installed
  • OR myspell-ar_YE-20160511-11 is installed
  • OR myspell-be_BY-20160511-11 is installed
  • OR myspell-bg_BG-20160511-11 is installed
  • OR myspell-bn_BD-20160511-11 is installed
  • OR myspell-bn_IN-20160511-11 is installed
  • OR myspell-bs-20160511-11 is installed
  • OR myspell-bs_BA-20160511-11 is installed
  • OR myspell-ca-20160511-11 is installed
  • OR myspell-ca_AD-20160511-11 is installed
  • OR myspell-ca_ES-20160511-11 is installed
  • OR myspell-ca_ES_valencia-20160511-11 is installed
  • OR myspell-ca_FR-20160511-11 is installed
  • OR myspell-ca_IT-20160511-11 is installed
  • OR myspell-cs_CZ-20160511-11 is installed
  • OR myspell-da_DK-20160511-11 is installed
  • OR myspell-de-20160511-11 is installed
  • OR myspell-de_AT-20160511-11 is installed
  • OR myspell-de_CH-20160511-11 is installed
  • OR myspell-de_DE-20160511-11 is installed
  • OR myspell-dictionaries-20160511-11 is installed
  • OR myspell-el_GR-20160511-11 is installed
  • OR myspell-en-20160511-11 is installed
  • OR myspell-en_AU-20160511-11 is installed
  • OR myspell-en_BS-20160511-11 is installed
  • OR myspell-en_BZ-20160511-11 is installed
  • OR myspell-en_CA-20160511-11 is installed
  • OR myspell-en_GB-20160511-11 is installed
  • OR myspell-en_GH-20160511-11 is installed
  • OR myspell-en_IE-20160511-11 is installed
  • OR myspell-en_IN-20160511-11 is installed
  • OR myspell-en_JM-20160511-11 is installed
  • OR myspell-en_MW-20160511-11 is installed
  • OR myspell-en_NA-20160511-11 is installed
  • OR myspell-en_NZ-20160511-11 is installed
  • OR myspell-en_PH-20160511-11 is installed
  • OR myspell-en_TT-20160511-11 is installed
  • OR myspell-en_US-20160511-11 is installed
  • OR myspell-en_ZA-20160511-11 is installed
  • OR myspell-en_ZW-20160511-11 is installed
  • OR myspell-es-20160511-11 is installed
  • OR myspell-es_AR-20160511-11 is installed
  • OR myspell-es_BO-20160511-11 is installed
  • OR myspell-es_CL-20160511-11 is installed
  • OR myspell-es_CO-20160511-11 is installed
  • OR myspell-es_CR-20160511-11 is installed
  • OR myspell-es_CU-20160511-11 is installed
  • OR myspell-es_DO-20160511-11 is installed
  • OR myspell-es_EC-20160511-11 is installed
  • OR myspell-es_ES-20160511-11 is installed
  • OR myspell-es_GT-20160511-11 is installed
  • OR myspell-es_HN-20160511-11 is installed
  • OR myspell-es_MX-20160511-11 is installed
  • OR myspell-es_NI-20160511-11 is installed
  • OR myspell-es_PA-20160511-11 is installed
  • OR myspell-es_PE-20160511-11 is installed
  • OR myspell-es_PR-20160511-11 is installed
  • OR myspell-es_PY-20160511-11 is installed
  • OR myspell-es_SV-20160511-11 is installed
  • OR myspell-es_UY-20160511-11 is installed
  • OR myspell-es_VE-20160511-11 is installed
  • OR myspell-et_EE-20160511-11 is installed
  • OR myspell-fr_BE-20160511-11 is installed
  • OR myspell-fr_CA-20160511-11 is installed
  • OR myspell-fr_CH-20160511-11 is installed
  • OR myspell-fr_FR-20160511-11 is installed
  • OR myspell-fr_LU-20160511-11 is installed
  • OR myspell-fr_MC-20160511-11 is installed
  • OR myspell-gu_IN-20160511-11 is installed
  • OR myspell-he_IL-20160511-11 is installed
  • OR myspell-hi_IN-20160511-11 is installed
  • OR myspell-hr_HR-20160511-11 is installed
  • OR myspell-hu_HU-20160511-11 is installed
  • OR myspell-it_IT-20160511-11 is installed
  • OR myspell-lightproof-en-20160511-11 is installed
  • OR myspell-lightproof-hu_HU-20160511-11 is installed
  • OR myspell-lightproof-pt_BR-20160511-11 is installed
  • OR myspell-lightproof-ru_RU-20160511-11 is installed
  • OR myspell-lo_LA-20160511-11 is installed
  • OR myspell-lt_LT-20160511-11 is installed
  • OR myspell-lv_LV-20160511-11 is installed
  • OR myspell-nb_NO-20160511-11 is installed
  • OR myspell-nl_BE-20160511-11 is installed
  • OR myspell-nl_NL-20160511-11 is installed
  • OR myspell-nn_NO-20160511-11 is installed
  • OR myspell-no-20160511-11 is installed
  • OR myspell-pl_PL-20160511-11 is installed
  • OR myspell-pt_AO-20160511-11 is installed
  • OR myspell-pt_BR-20160511-11 is installed
  • OR myspell-pt_PT-20160511-11 is installed
  • OR myspell-ro-20160511-11 is installed
  • OR myspell-ro_RO-20160511-11 is installed
  • OR myspell-ru_RU-20160511-11 is installed
  • OR myspell-sk_SK-20160511-11 is installed
  • OR myspell-sl_SI-20160511-11 is installed
  • OR myspell-sr-20160511-11 is installed
  • OR myspell-sr_CS-20160511-11 is installed
  • OR myspell-sr_Latn_CS-20160511-11 is installed
  • OR myspell-sr_Latn_RS-20160511-11 is installed
  • OR myspell-sr_RS-20160511-11 is installed
  • OR myspell-sv_FI-20160511-11 is installed
  • OR myspell-sv_SE-20160511-11 is installed
  • OR myspell-te-20160511-11 is installed
  • OR myspell-te_IN-20160511-11 is installed
  • OR myspell-th_TH-20160511-11 is installed
  • OR myspell-vi-20160511-11 is installed
  • OR myspell-vi_VN-20160511-11 is installed
  • OR myspell-zu_ZA-20160511-11 is installed
  • OR openCOLLADA-1_3335ac1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • 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 postgresql10-10.5-1.3 is installed
  • OR postgresql10-libs-10.5-1.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libreoffice-6.0.5.2-43.38 is installed
  • OR libreoffice-base-6.0.5.2-43.38 is installed
  • OR libreoffice-base-drivers-mysql-6.0.5.2-43.38 is installed
  • OR libreoffice-base-drivers-postgresql-6.0.5.2-43.38 is installed
  • OR libreoffice-branding-upstream-6.0.5.2-43.38 is installed
  • OR libreoffice-calc-6.0.5.2-43.38 is installed
  • OR libreoffice-calc-extensions-6.0.5.2-43.38 is installed
  • OR libreoffice-draw-6.0.5.2-43.38 is installed
  • OR libreoffice-filters-optional-6.0.5.2-43.38 is installed
  • OR libreoffice-gnome-6.0.5.2-43.38 is installed
  • OR libreoffice-gtk2-6.0.5.2-43.38 is installed
  • OR libreoffice-icon-themes-6.0.5.2-43.38 is installed
  • OR libreoffice-impress-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-af-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-ar-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-ca-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-cs-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-da-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-de-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-en-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-es-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-fi-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-fr-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-gu-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-hi-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-hu-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-it-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-ja-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-ko-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-nb-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-nl-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-nn-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-pl-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-pt_BR-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-pt_PT-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-ro-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-ru-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-sk-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-sv-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-xh-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-zh_CN-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-zh_TW-6.0.5.2-43.38 is installed
  • OR libreoffice-l10n-zu-6.0.5.2-43.38 is installed
  • OR libreoffice-mailmerge-6.0.5.2-43.38 is installed
  • OR libreoffice-math-6.0.5.2-43.38 is installed
  • OR libreoffice-officebean-6.0.5.2-43.38 is installed
  • OR libreoffice-pyuno-6.0.5.2-43.38 is installed
  • OR libreoffice-writer-6.0.5.2-43.38 is installed
  • OR libreoffice-writer-extensions-6.0.5.2-43.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 is installed
  • AND python-requests-2.8.1-6.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP1 is installed
  • AND Package Information
  • ctdb-4.2.4-26 is installed
  • OR samba-4.2.4-26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP2 is installed
  • AND Package Information
  • libpcreposix0-8.39-7 is installed
  • OR pcre-8.39-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP3 is installed
  • AND Package Information
  • ctdb-4.6.14+git.150.1540e575faf-3.24 is installed
  • OR samba-4.6.14+git.150.1540e575faf-3.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND libgnutls-extra26-2.4.1-24.39.51.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.67.1 is installed
  • OR libgnutls-extra26-2.4.1-24.39.67.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
  • AND libspice-server1-0.12.8-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 SP2 is installed
  • AND Package Information
  • kernel-azure-5.3.18-18.41.1 is installed
  • OR kernel-azure-devel-5.3.18-18.41.1 is installed
  • OR kernel-devel-azure-5.3.18-18.41.1 is installed
  • OR kernel-source-azure-5.3.18-18.41.1 is installed
  • OR kernel-syms-azure-5.3.18-18.41.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_38-44-default-1-2 is installed
  • OR kgraft-patch-3_12_38-44-xen-1-2 is installed
  • OR kgraft-patch-SLE12_Update_3-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.33.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.33.1 is installed
  • OR bind-doc-9.9.6P1-0.33.1 is installed
  • OR bind-libs-9.9.6P1-0.33.1 is installed
  • OR bind-utils-9.9.6P1-0.33.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP1 is installed
  • AND Package Information
  • brocade-bna-kmp-rt-2.1.0.0_2.6.33.20_rt31_0.5-0.2.52 is installed
  • OR cluster-network-kmp-rt-1.4_2.6.33.20_rt31_0.5-2.5.62 is installed
  • OR cluster-network-kmp-rt_trace-1.4_2.6.33.20_rt31_0.5-2.5.62 is installed
  • OR drbd-kmp-rt-8.3.11_2.6.33.20_rt31_0.5-0.3.62 is installed
  • OR drbd-kmp-rt_trace-8.3.11_2.6.33.20_rt31_0.5-0.3.62 is installed
  • OR iscsitarget-kmp-rt-1.4.19_2.6.33.20_rt31_0.5-0.9.11.38 is installed
  • OR kernel-rt-2.6.33.20-0.5.1 is installed
  • OR kernel-rt-base-2.6.33.20-0.5.1 is installed
  • OR kernel-rt-devel-2.6.33.20-0.5.1 is installed
  • OR kernel-rt_trace-2.6.33.20-0.5.1 is installed
  • OR kernel-rt_trace-base-2.6.33.20-0.5.1 is installed
  • OR kernel-rt_trace-devel-2.6.33.20-0.5.1 is installed
  • OR kernel-source-rt-2.6.33.20-0.5.1 is installed
  • OR kernel-syms-rt-2.6.33.20-0.5.1 is installed
  • OR ocfs2-kmp-rt-1.6_2.6.33.20_rt31_0.5-0.4.2.62 is installed
  • OR ocfs2-kmp-rt_trace-1.6_2.6.33.20_rt31_0.5-0.4.2.62 is installed
  • OR ofed-kmp-rt-1.5.2_2.6.33.20_rt31_0.5-0.9.13.49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND gzip-1.3.12-69.19.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND LibVNCServer-0.9.1-154.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • curl-7.19.7-1.20.27.9 is installed
  • OR libcurl4-7.19.7-1.20.27.9 is installed
  • OR libcurl4-32bit-7.19.7-1.20.27.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
  • OR php5-bz2-5.2.14-0.7.30.50.1 is installed
  • OR php5-calendar-5.2.14-0.7.30.50.1 is installed
  • OR php5-ctype-5.2.14-0.7.30.50.1 is installed
  • OR php5-curl-5.2.14-0.7.30.50.1 is installed
  • OR php5-dba-5.2.14-0.7.30.50.1 is installed
  • OR php5-dbase-5.2.14-0.7.30.50.1 is installed
  • OR php5-dom-5.2.14-0.7.30.50.1 is installed
  • OR php5-exif-5.2.14-0.7.30.50.1 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
  • OR php5-ftp-5.2.14-0.7.30.50.1 is installed
  • OR php5-gd-5.2.14-0.7.30.50.1 is installed
  • OR php5-gettext-5.2.14-0.7.30.50.1 is installed
  • OR php5-gmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-hash-5.2.14-0.7.30.50.1 is installed
  • OR php5-iconv-5.2.14-0.7.30.50.1 is installed
  • OR php5-json-5.2.14-0.7.30.50.1 is installed
  • OR php5-ldap-5.2.14-0.7.30.50.1 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
  • OR php5-mysql-5.2.14-0.7.30.50.1 is installed
  • OR php5-odbc-5.2.14-0.7.30.50.1 is installed
  • OR php5-openssl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pdo-5.2.14-0.7.30.50.1 is installed
  • OR php5-pear-5.2.14-0.7.30.50.1 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
  • OR php5-pspell-5.2.14-0.7.30.50.1 is installed
  • OR php5-shmop-5.2.14-0.7.30.50.1 is installed
  • OR php5-snmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-soap-5.2.14-0.7.30.50.1 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
  • OR php5-wddx-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
  • OR php5-xsl-5.2.14-0.7.30.50.1 is installed
  • OR php5-zip-5.2.14-0.7.30.50.1 is installed
  • OR php5-zlib-5.2.14-0.7.30.50.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
  • OR php5-bz2-5.2.14-0.7.30.50.1 is installed
  • OR php5-calendar-5.2.14-0.7.30.50.1 is installed
  • OR php5-ctype-5.2.14-0.7.30.50.1 is installed
  • OR php5-curl-5.2.14-0.7.30.50.1 is installed
  • OR php5-dba-5.2.14-0.7.30.50.1 is installed
  • OR php5-dbase-5.2.14-0.7.30.50.1 is installed
  • OR php5-dom-5.2.14-0.7.30.50.1 is installed
  • OR php5-exif-5.2.14-0.7.30.50.1 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
  • OR php5-ftp-5.2.14-0.7.30.50.1 is installed
  • OR php5-gd-5.2.14-0.7.30.50.1 is installed
  • OR php5-gettext-5.2.14-0.7.30.50.1 is installed
  • OR php5-gmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-hash-5.2.14-0.7.30.50.1 is installed
  • OR php5-iconv-5.2.14-0.7.30.50.1 is installed
  • OR php5-json-5.2.14-0.7.30.50.1 is installed
  • OR php5-ldap-5.2.14-0.7.30.50.1 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
  • OR php5-mysql-5.2.14-0.7.30.50.1 is installed
  • OR php5-odbc-5.2.14-0.7.30.50.1 is installed
  • OR php5-openssl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pdo-5.2.14-0.7.30.50.1 is installed
  • OR php5-pear-5.2.14-0.7.30.50.1 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
  • OR php5-pspell-5.2.14-0.7.30.50.1 is installed
  • OR php5-shmop-5.2.14-0.7.30.50.1 is installed
  • OR php5-snmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-soap-5.2.14-0.7.30.50.1 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
  • OR php5-wddx-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
  • OR php5-xsl-5.2.14-0.7.30.50.1 is installed
  • OR php5-zip-5.2.14-0.7.30.50.1 is installed
  • OR php5-zlib-5.2.14-0.7.30.50.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-5.2.14-0.7.30.50.1 is installed
  • OR php5-bcmath-5.2.14-0.7.30.50.1 is installed
  • OR php5-bz2-5.2.14-0.7.30.50.1 is installed
  • OR php5-calendar-5.2.14-0.7.30.50.1 is installed
  • OR php5-ctype-5.2.14-0.7.30.50.1 is installed
  • OR php5-curl-5.2.14-0.7.30.50.1 is installed
  • OR php5-dba-5.2.14-0.7.30.50.1 is installed
  • OR php5-dbase-5.2.14-0.7.30.50.1 is installed
  • OR php5-dom-5.2.14-0.7.30.50.1 is installed
  • OR php5-exif-5.2.14-0.7.30.50.1 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.50.1 is installed
  • OR php5-ftp-5.2.14-0.7.30.50.1 is installed
  • OR php5-gd-5.2.14-0.7.30.50.1 is installed
  • OR php5-gettext-5.2.14-0.7.30.50.1 is installed
  • OR php5-gmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-hash-5.2.14-0.7.30.50.1 is installed
  • OR php5-iconv-5.2.14-0.7.30.50.1 is installed
  • OR php5-json-5.2.14-0.7.30.50.1 is installed
  • OR php5-ldap-5.2.14-0.7.30.50.1 is installed
  • OR php5-mbstring-5.2.14-0.7.30.50.1 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.50.1 is installed
  • OR php5-mysql-5.2.14-0.7.30.50.1 is installed
  • OR php5-odbc-5.2.14-0.7.30.50.1 is installed
  • OR php5-openssl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pcntl-5.2.14-0.7.30.50.1 is installed
  • OR php5-pdo-5.2.14-0.7.30.50.1 is installed
  • OR php5-pear-5.2.14-0.7.30.50.1 is installed
  • OR php5-pgsql-5.2.14-0.7.30.50.1 is installed
  • OR php5-pspell-5.2.14-0.7.30.50.1 is installed
  • OR php5-shmop-5.2.14-0.7.30.50.1 is installed
  • OR php5-snmp-5.2.14-0.7.30.50.1 is installed
  • OR php5-soap-5.2.14-0.7.30.50.1 is installed
  • OR php5-suhosin-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.50.1 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.50.1 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.50.1 is installed
  • OR php5-wddx-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.50.1 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.50.1 is installed
  • OR php5-xsl-5.2.14-0.7.30.50.1 is installed
  • OR php5-zip-5.2.14-0.7.30.50.1 is installed
  • OR php5-zlib-5.2.14-0.7.30.50.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • dhcp-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-server-4.2.4.P2-0.11.13.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • dhcp-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-server-4.2.4.P2-0.11.13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND cron-4.1-194.199.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.37.1 is installed
  • OR libMagickCore1-6.4.3.6-7.37.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-50.1 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • dbus-1-1.8.12-6.5 is installed
  • OR dbus-1-x11-1.8.12-6.5 is installed
  • OR libdbus-1-3-1.8.12-6.1 is installed
  • OR libdbus-1-3-32bit-1.8.12-6.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • sysvinit-tools-2.88+-94 is installed
  • OR whois-5.1.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • openvpn-2.3.8-16.17.1 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • alsa-1.0.27.2-11 is installed
  • OR alsa-docs-1.0.27.2-11 is installed
  • OR libasound2-1.0.27.2-11 is installed
  • OR libasound2-32bit-1.0.27.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 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 Server 12 SP4 is installed
  • AND Package Information
  • bash-4.3-83.15 is installed
  • OR bash-doc-4.3-83.15 is installed
  • OR libreadline6-6.3-83.15 is installed
  • OR libreadline6-32bit-6.3-83.15 is installed
  • OR readline-doc-6.3-83.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • eog-3.20.4-7 is installed
  • OR eog-lang-3.20.4-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_54-default-2-2.2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-2-2.2 is installed
  • OR kgraft-patch-SLE12_Update_15-2-2.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_66-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_66-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_23-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-105 is installed
  • OR libopenssl0_9_8-0.9.8j-105 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • xorg-x11-libXt-devel-7.4-1.19.2 is installed
  • OR xorg-x11-libXt-devel-32bit-7.4-1.19.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • lighttpd-1.4.20-2.54.1 is installed
  • OR lighttpd-mod_cml-1.4.20-2.54.1 is installed
  • OR lighttpd-mod_magnet-1.4.20-2.54.1 is installed
  • OR lighttpd-mod_mysql_vhost-1.4.20-2.54.1 is installed
  • OR lighttpd-mod_rrdtool-1.4.20-2.54.1 is installed
  • OR lighttpd-mod_trigger_b4_dl-1.4.20-2.54.1 is installed
  • OR lighttpd-mod_webdav-1.4.20-2.54.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND aaa_base-malloccheck-13.2+git20140911.61c1681-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND Package Information
  • bash-devel-4.2-75 is installed
  • OR readline-devel-6.2-75 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • apache2-2.4.23-29.27 is installed
  • OR apache2-devel-2.4.23-29.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.559-117.1 is installed
  • OR flash-player-gnome-11.2.202.559-117.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.64.8.2 is installed
  • OR kernel-default-extra-3.12.62-60.64.8.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND raptor-2.0.10-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND libFLAC++6-32bit-1.3.0-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND bash-lang-4.3-83.15 is installed
  • BACK