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



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



The following security bugs were fixed:

- CVE-2018-7755: Fixed an issue in the fd_locked_ioctl function in drivers/block/floppy.c. The floppy driver will copy a kernel pointer to user memory in response to the FDGETPRM ioctl. An attacker can send the FDGETPRM ioctl and use the obtained kernel pointer to discover the location of kernel code and data and bypass kernel security protections such as KASLR (bnc#1084513). - CVE-2019-20811: Fixed issue in rx_queue_add_kobject() and netdev_queue_add_kobject() in net/core/net-sysfs.c, where a reference count is mishandled (bnc#1172456). - CVE-2021-20292: Fixed object validation prior to performing operations on the object in nouveau_sgdma_create_ttm in Nouveau DRM subsystem (bnc#1183723). - CVE-2021-20321: Fixed a race condition accessing file object in the OverlayFS subsystem in the way users do rename in specific way with OverlayFS. A local user could have used this flaw to crash the system (bnc#1191647). - CVE-2021-38208: Fixed a denial of service (NULL pointer dereference and BUG) by making a getsockname call after a certain type of failure of a bind call (bnc#1187055). - CVE-2021-43389: Fixed an array-index-out-of-bounds flaw in the detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958). - CVE-2022-1011: Fixed a use-after-free flaw inside the FUSE filesystem in the way a user triggers write(). This flaw allowed a local user to gain unauthorized access to data from the FUSE filesystem, resulting in privilege escalation (bnc#1197343). - CVE-2022-1280: Fixed a use-after-free vulnerability in drm_lease_held in drivers/gpu/drm/drm_lease.c (bnc#1197914). - CVE-2022-1353: Fixed access controll to kernel memory in the pfkey_register function in net/key/af_key.c (bnc#1198516). - CVE-2022-1419: Fixed a concurrency use-after-free in vgem_gem_dumb_create (bsc#1198742). - CVE-2022-1516: Fixed null-ptr-deref caused by x25_disconnect (bsc#1199012). - CVE-2022-23960: Fixed speculation issues in the Branch History Buffer that allowed an attacker to obtain sensitive information using cache allocation (bnc#1196657). - CVE-2022-28748: Fixed memory lead over the network by ax88179_178a devices (bsc#1196018).

The following non-security bugs were fixed:

- IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() (git-fixes) - NFSD: prevent underflow in nfssvc_decode_writeargs() (git-fixes). - NFSv4: recover from pre-mature loss of openstateid (bsc#1196247). - NFSv4: Do not try to CLOSE if the stateid 'other' field has changed (bsc#1196247). - NFSv4: Fix a regression in nfs_set_open_stateid_locked() (bsc#1196247). - NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE (bsc#1196247). - NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE (bsc#1196247). - NFSv4: fix open failure with O_ACCMODE flag (git-fixes). - PCI/switchtec: Read all 64 bits of part_event_bitmap (git-fixes). - PCI: Add device even if driver attach failed (git-fixes). - PCI: Fix overflow in command-line resource alignment requests (git-fixes). - PCI: iproc: Fix out-of-bound array accesses (git-fixes). - PCI: iproc: Set affinity mask on MSI interrupts (git-fixes). - PCI: qcom: Change duplicate PCI reset to phy reset (git-fixes). - PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0 (git-fixes). - RDMA/rxe: Missing unlock on error in get_srq_wqe() (git-fixes) - RDMA/rxe: Restore setting tot_len in the IPv4 header (git-fixes) - RDMA/rxe: Use the correct size of wqe when processing SRQ (git-fixes) - SUNRPC: Handle low memory situations in call_status() (git-fixes). - USB: Fix 'slab-out-of-bounds Write' bug in usb_hcd_poll_rh_status (git-fixes). - USB: core: Fix bug in resuming hub's handling of wakeup requests (git-fixes). - USB: serial: cp210x: add NCR Retail IO box id (git-fixes). - USB: serial: pl2303: add IBM device IDs (git-fixes). - USB: serial: simple: add Nokia phone driver (git-fixes). - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c (git-fixes). - arm64: cmpxchg: Use 'K' instead of 'L' for ll/sc immediate constraint (git-fixes) - arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ (git-fixes) - arm64: drop linker script hack to hide __efistub_ symbols (git-fixes) - arm64: fix for bad_mode() handler to always result in panic (git-fixes) - arm64: hibernate: Clean the __hyp_text to PoC after resume (git-fixes) - arm64: hyp-stub: Forbid kprobing of the hyp-stub (git-fixes) - arm64: kaslr: ensure randomized quantities are clean also when kaslr (git-fixes) - arm64: kaslr: ensure randomized quantities are clean to the PoC (git-fixes) - arm64: kprobe: Always blacklist the KVM world-switch code (git-fixes) - arm64: only advance singlestep for user instruction traps (git-fixes) - arm64: relocatable: fix inconsistencies in linker script and options (git-fixes) - ath10k: fix max antenna gain unit (git-fixes). - ath6kl: fix control-message timeout (git-fixes). - ath6kl: fix division by zero in send path (git-fixes). - ath9k: Fix potential interrupt storm on queue reset (git-fixes). - b43: fix a lower bounds test (git-fixes). - b43legacy: fix a lower bounds test (git-fixes). - backlight: pwm_bl: Improve bootloader/kernel device handover (bsc#1129770) - bnx2x: fix napi API usage sequence (bsc#1198217). - can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data (git-fixes). - char/mwave: Adjust io port register size (git-fixes). - cifs: do not skip link targets when an I/O fails (bsc#1194625). - crypto: arm64/aes-ce-cipher - move assembler code to .S file (git-fixes) - drm: add a locked version of drm_is_current_master (bsc#1197914). - drm: drm_file struct kABI compatibility workaround (bsc#1197914). - drm: protect drm_master pointers in drm_lease.c (bsc#1197914). - drm: serialize drm_file.master with a new spinlock (bsc#1197914). - drm: use the lookup lock in drm_is_current_master (bsc#1197914). - fbmem: do not allow too huge resolutions (bsc#1129770) - fs/nfs: Use fatal_signal_pending instead of signal_pending (git-fixes). - fsl/fman: Check for null pointer after calling devm_ioremap (git-fixes). - hwrng: atmel - disable trng on failure path (git-fixes). - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER (git-fixes). - i40e: Fix incorrect netdev's real number of RX/TX queues (git-fixes). - i40e: add correct exception tracing for XDP (git-fixes). - i40e: optimize for XDP_REDIRECT in xsk path (git-fixes). - ieee802154: atusb: fix uninit value in atusb_set_extended_addr (git-fixes). - io-64-nonatomic: add io{read|write}64{_lo_hi|_hi_lo} macros (git-fixes). - libertas: Fix possible memory leak in probe and disconnect (git-fixes). - libertas_tf: Fix possible memory leak in probe and disconnect (git-fixes). - livepatch: Do not block removal of patches that are safe to unload (bsc#1071995). - mac80211: mesh: fix potentially unaligned access (git-fixes). - media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init (git-fixes). - media: dvb-usb: fix uninit-value in vp702x_read_mac_addr (git-fixes). - media: dvb-usb: fix ununit-value in az6027_rc_query (git-fixes). - media: em28xx: fix memory leak in em28xx_init_dev (git-fixes). - media: lmedm04: Fix misuse of comma (git-fixes). - media: rc-loopback: return number of emitters rather than error (git-fixes). - media: stkwebcam: fix memory leak in stk_camera_probe (git-fixes). - media: uvc: do not do DMA on stack (git-fixes). - media: v4l2-ioctl: S_CTRL output the right value (git-fixes). - media: videobuf2-core: dequeue if start_streaming fails (git-fixes). - mt7601u: fix rx buffer refcounting (git-fixes). - mwifiex: Read a PCI register after writing the TX ring write pointer (git-fixes). - mwifiex: Send DELBA requests according to spec (git-fixes). - mxser: fix xmit_buf leak in activate when LSR == 0xff (git-fixes). - net/mlx5e: Reduce tc unsupported key print level (git-fixes). - net: davinci_emac: Fix incorrect masking of tx and rx error channel (git-fixes). - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops (git-fixes). - net: rtlwifi: properly check for alloc_workqueue() failure (git-fixes). - net: stmicro: handle clk_prepare() failure during init (git-fixes). - net: emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send (git-fixes). - parisc/sticon: fix reverse colors (bsc#1129770) - powerpc/perf: Fix power9 event alternatives (bsc#1137728, LTC#178106, git-fixes). - ppp: ensure minimum packet size in ppp_write() (git-fixes). - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE (bsc#1198413). - random: check for signal_pending() outside of need_resched() check (git-fixes). - random: fix data race on crng_node_pool (git-fixes). - rtl8187: fix control-message timeouts (git-fixes). - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands (git-fixes). - scsi: scsi_dh_alua: Avoid crash during alua_bus_detach() (bsc#1028340 bsc#1198825). - tcp: Fix potential use-after-free due to double kfree() (bsc#1197075). - tcp: fix race condition when creating child sockets from syncookies (bsc#1197075). - usb: hub: Fix usb enumeration issue due to address0 race (git-fixes). - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect (git-fixes). - usb: ulpi: Call of_node_put correctly (git-fixes). - usb: ulpi: Move of_node_put to ulpi_dev_release (git-fixes). - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix (bsc#1129770) - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() (bsc#1129770) - video: fbdev: chipsfb: use memset_io() instead of memset() (bsc#1129770) - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() (bsc#1129770) - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of (bsc#1129770) - video: fbdev: sm712fb: Fix crash in smtcfb_read() (bsc#1129770) - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() (bsc#1129770) - video: fbdev: udlfb: properly check endpoint type (bsc#1129770) - wcn36xx: Fix HT40 capability for 2Ghz band (git-fixes). - wcn36xx: add proper DMA memory barriers in rx path (git-fixes). - x86/pm: Save the MSR validity status at context setup (bsc#1114648). - x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO (git-fixes). - x86/speculation: Restore speculation related MSRs during S3 resume (bsc#1114648). - xen/blkfront: fix comment for need_copy (git-fixes). - xen: detect uninitialized xenbus in xenbus_init (git-fixes). - xen: do not continue xenstore initialization in case of errors (git-fixes). - xen: fix is_xen_pmu() (git-fixes).
Family:unixClass:patch
Status:Reference(s):1028340
1065729
1071995
1084513
1114648
1121726
1129770
1137728
1172456
1183723
1186382
1187055
1191647
1191958
1194625
1196018
1196247
1196657
1196901
1197075
1197343
1197663
1197888
1197914
1198217
1198228
1198400
1198413
1198516
1198660
1198687
1198742
1198825
1199012
CVE-2008-4225
CVE-2008-4226
CVE-2008-4409
CVE-2010-4494
CVE-2010-4540
CVE-2010-4541
CVE-2010-4542
CVE-2010-4543
CVE-2011-1944
CVE-2011-2054
CVE-2011-2483
CVE-2011-2895
CVE-2011-2896
CVE-2011-3177
CVE-2012-0786
CVE-2012-3236
CVE-2012-5134
CVE-2012-5576
CVE-2013-0338
CVE-2013-1969
CVE-2013-2002
CVE-2013-2005
CVE-2013-4242
CVE-2013-6462
CVE-2014-0191
CVE-2014-0209
CVE-2014-0210
CVE-2014-0211
CVE-2014-0250
CVE-2014-0791
CVE-2014-3591
CVE-2014-3660
CVE-2014-5461
CVE-2014-8119
CVE-2015-0837
CVE-2015-0840
CVE-2015-1802
CVE-2015-1803
CVE-2015-1804
CVE-2015-1819
CVE-2015-2590
CVE-2015-2597
CVE-2015-2601
CVE-2015-2613
CVE-2015-2619
CVE-2015-2621
CVE-2015-2625
CVE-2015-2627
CVE-2015-2628
CVE-2015-2632
CVE-2015-2637
CVE-2015-2638
CVE-2015-2659
CVE-2015-2664
CVE-2015-2808
CVE-2015-4000
CVE-2015-4729
CVE-2015-4731
CVE-2015-4732
CVE-2015-4733
CVE-2015-4734
CVE-2015-4736
CVE-2015-4748
CVE-2015-4749
CVE-2015-4760
CVE-2015-4803
CVE-2015-4805
CVE-2015-4806
CVE-2015-4810
CVE-2015-4835
CVE-2015-4840
CVE-2015-4842
CVE-2015-4843
CVE-2015-4844
CVE-2015-4860
CVE-2015-4868
CVE-2015-4872
CVE-2015-4881
CVE-2015-4882
CVE-2015-4883
CVE-2015-4893
CVE-2015-4901
CVE-2015-4902
CVE-2015-4903
CVE-2015-4906
CVE-2015-4908
CVE-2015-4911
CVE-2015-4916
CVE-2015-5312
CVE-2015-7497
CVE-2015-7498
CVE-2015-7499
CVE-2015-7500
CVE-2015-7511
CVE-2015-7941
CVE-2015-7942
CVE-2015-8035
CVE-2015-8241
CVE-2015-8242
CVE-2015-8317
CVE-2015-8710
CVE-2016-1762
CVE-2016-1833
CVE-2016-1834
CVE-2016-1835
CVE-2016-1836
CVE-2016-1837
CVE-2016-1838
CVE-2016-1839
CVE-2016-1840
CVE-2016-1856
CVE-2016-1857
CVE-2016-3627
CVE-2016-3698
CVE-2016-3705
CVE-2016-4483
CVE-2016-4590
CVE-2016-4591
CVE-2016-4622
CVE-2016-4624
CVE-2016-4658
CVE-2016-5759
CVE-2016-6313
CVE-2016-9318
CVE-2016-9597
CVE-2017-0663
CVE-2017-13720
CVE-2017-13722
CVE-2017-2834
CVE-2017-2835
CVE-2017-2836
CVE-2017-2837
CVE-2017-2838
CVE-2017-2839
CVE-2017-5969
CVE-2017-7375
CVE-2017-7376
CVE-2017-7555
CVE-2017-9047
CVE-2017-9048
CVE-2017-9049
CVE-2017-9050
CVE-2018-7755
CVE-2019-20811
CVE-2021-20292
CVE-2021-20321
CVE-2021-25217
CVE-2021-38208
CVE-2021-43389
CVE-2022-1011
CVE-2022-1280
CVE-2022-1353
CVE-2022-1419
CVE-2022-1516
CVE-2022-23960
CVE-2022-28748
SUSE-SU-2022:1651-1
Platform(s):openSUSE 13.1
openSUSE 13.1 NonFree
openSUSE 13.2
openSUSE 13.2 NonFree
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 Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
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 for SAP 12
SUSE Linux Enterprise for SAP 12 SP1
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 SP5
SUSE Linux Enterprise High Performance Computing 12 SP5
SUSE Linux Enterprise Live Patching 12
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP3
SUSE Linux Enterprise Real Time Extension 12 SP1
SUSE Linux Enterprise Real Time Extension 12 SP2
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11-SECURITY
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 SP5
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
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 Software Development Kit 12 SP3
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
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-PyYAML-3.10-15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND kernel-zfcpdump-3.12.44-52.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND Package Information
  • python-tdb-1.3.8-4 is installed
  • OR python-tevent-0.9.26-4 is installed
  • OR tdb-1.3.8-4 is installed
  • OR tevent-0.9.26-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND Package Information
  • ghostscript-mini-9.15-17 is installed
  • OR ghostscript-mini-devel-9.15-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND Package Information
  • libreoffice-5.3.5.2-43.5 is installed
  • OR libreoffice-sdk-5.3.5.2-43.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND clamav-0.97.8-0.2.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • tigervnc-1.3.0-22 is installed
  • OR xorg-x11-Xvnc-1.3.0-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • gimp-2.8.10-1 is installed
  • OR gimp-lang-2.8.10-1 is installed
  • OR gimp-plugins-python-2.8.10-1 is installed
  • OR libgimp-2_0-0-2.8.10-1 is installed
  • OR libgimpui-2_0-0-2.8.10-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libgcrypt20-1.6.1-16.39 is installed
  • OR libgcrypt20-32bit-1.6.1-16.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • augeas-1.2.0-17.3 is installed
  • OR augeas-lenses-1.2.0-17.3 is installed
  • OR libaugeas0-1.2.0-17.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_55-52_42-default-2-2.2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2.2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-108.3 is installed
  • OR MozillaFirefox-branding-SLE-52-31.1 is installed
  • OR MozillaFirefox-devel-52.2.0esr-108.3 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 is installed
  • AND python-PyYAML-3.10-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP1 is installed
  • AND Package Information
  • libpacemaker3-1.1.13-20 is installed
  • OR pacemaker-1.1.13-20 is installed
  • OR pacemaker-cli-1.1.13-20 is installed
  • OR pacemaker-cts-1.1.13-20 is installed
  • OR pacemaker-remote-1.1.13-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP2 is installed
  • AND python-PyYAML-3.10-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP3 is installed
  • AND haproxy-1.6.11-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP5 is installed
  • AND ctdb-4.10.5+git.129.35f7bb6e177-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Performance Computing 12 SP5 is installed
  • AND Package Information
  • bash-4.3-83.23 is installed
  • OR bash-doc-4.3-83.23 is installed
  • OR libreadline6-6.3-83.23 is installed
  • OR libreadline6-32bit-6.3-83.23 is installed
  • OR readline-doc-6.3-83.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_39-47-default-1-2 is installed
  • OR kgraft-patch-3_12_39-47-xen-1-2 is installed
  • OR kgraft-patch-SLE12_Update_4-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_82-6_9-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_3-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-2 is installed
  • OR cups154-client-1.5.4-2 is installed
  • OR cups154-filters-1.5.4-2 is installed
  • OR cups154-libs-1.5.4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP1 is installed
  • AND Package Information
  • kernel-compute-3.12.58-14.1 is installed
  • OR kernel-compute-base-3.12.58-14.1 is installed
  • OR kernel-compute-devel-3.12.58-14.1 is installed
  • OR kernel-compute_debug-3.12.58-14.1 is installed
  • OR kernel-compute_debug-devel-3.12.58-14.1 is installed
  • OR kernel-devel-rt-3.12.58-14.1 is installed
  • OR kernel-rt-3.12.58-14.1 is installed
  • OR kernel-rt-base-3.12.58-14.1 is installed
  • OR kernel-rt-devel-3.12.58-14.1 is installed
  • OR kernel-rt_debug-3.12.58-14.1 is installed
  • OR kernel-rt_debug-devel-3.12.58-14.1 is installed
  • OR kernel-source-rt-3.12.58-14.1 is installed
  • OR kernel-syms-rt-3.12.58-14.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP2 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.74-7.10.1 is installed
  • OR cluster-network-kmp-rt-4.4.74-7.10.1 is installed
  • OR dlm-kmp-rt-4.4.74-7.10.1 is installed
  • OR gfs2-kmp-rt-4.4.74-7.10.1 is installed
  • OR kernel-devel-rt-4.4.74-7.10.1 is installed
  • OR kernel-rt-4.4.74-7.10.1 is installed
  • OR kernel-rt-base-4.4.74-7.10.1 is installed
  • OR kernel-rt-devel-4.4.74-7.10.1 is installed
  • OR kernel-rt_debug-4.4.74-7.10.1 is installed
  • OR kernel-rt_debug-devel-4.4.74-7.10.1 is installed
  • OR kernel-source-rt-4.4.74-7.10.1 is installed
  • OR kernel-syms-rt-4.4.74-7.10.1 is installed
  • OR ocfs2-kmp-rt-4.4.74-7.10.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • apache2-2.2.10-2.24.5 is installed
  • OR apache2-doc-2.2.10-2.24.5 is installed
  • OR apache2-example-pages-2.2.10-2.24.5 is installed
  • OR apache2-prefork-2.2.10-2.24.5 is installed
  • OR apache2-utils-2.2.10-2.24.5 is installed
  • OR apache2-worker-2.2.10-2.24.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34.1 is installed
  • OR nagios-www-3.0.6-1.25.34.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34.1 is installed
  • OR nagios-www-3.0.6-1.25.34.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • openswan-2.6.16-1.36.1 is installed
  • OR openswan-doc-2.6.16-1.36.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-31.7.0esr-0.8.1 is installed
  • OR MozillaFirefox-translations-31.7.0esr-0.8.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-31.7.0esr-0.8.1 is installed
  • OR MozillaFirefox-translations-31.7.0esr-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • OpenEXR-1.6.1-83.17.1 is installed
  • OR OpenEXR-32bit-1.6.1-83.17.1 is installed
  • OR OpenEXR-x86-1.6.1-83.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.30.11 is installed
  • OR PackageKit-lang-0.3.14-2.30.11 is installed
  • OR hal-0.5.12-23.76.1 is installed
  • OR hal-32bit-0.5.12-23.76.1 is installed
  • OR hal-doc-0.5.12-23.76.1 is installed
  • OR hal-x86-0.5.12-23.76.1 is installed
  • OR libpackagekit-glib10-0.3.14-2.30.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libcurl4-openssl1-7.19.7-0.40.1 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-0.40.1 is installed
  • OR libcurl4-openssl1-x86-7.19.7-0.40.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • avahi-0.6.31-20 is installed
  • OR avahi-lang-0.6.31-20 is installed
  • OR avahi-utils-0.6.31-20 is installed
  • OR libavahi-client3-0.6.31-20 is installed
  • OR libavahi-client3-32bit-0.6.31-20 is installed
  • OR libavahi-common3-0.6.31-20 is installed
  • OR libavahi-common3-32bit-0.6.31-20 is installed
  • OR libavahi-core7-0.6.31-20 is installed
  • OR libdns_sd-0.6.31-20 is installed
  • OR libdns_sd-32bit-0.6.31-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • file-5.19-9 is installed
  • OR file-magic-5.19-9 is installed
  • OR libmagic1-5.19-9 is installed
  • OR libmagic1-32bit-5.19-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • xen-4.5.5_12-22.18.1 is installed
  • OR xen-doc-html-4.5.5_12-22.18.1 is installed
  • OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18.1 is installed
  • OR xen-libs-4.5.5_12-22.18.1 is installed
  • OR xen-libs-32bit-4.5.5_12-22.18.1 is installed
  • OR xen-tools-4.5.5_12-22.18.1 is installed
  • OR xen-tools-domU-4.5.5_12-22.18.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 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 Server 12 SP3 is installed
  • AND apache2-mod_perl-2.0.8-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • kernel-azure-4.12.14-16.97.1 is installed
  • OR kernel-azure-base-4.12.14-16.97.1 is installed
  • OR kernel-azure-devel-4.12.14-16.97.1 is installed
  • OR kernel-devel-azure-4.12.14-16.97.1 is installed
  • OR kernel-source-azure-4.12.14-16.97.1 is installed
  • OR kernel-syms-azure-4.12.14-16.97.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • kernel-azure-4.12.14-16.97.1 is installed
  • OR kernel-azure-base-4.12.14-16.97.1 is installed
  • OR kernel-azure-devel-4.12.14-16.97.1 is installed
  • OR kernel-devel-azure-4.12.14-16.97.1 is installed
  • OR kernel-source-azure-4.12.14-16.97.1 is installed
  • OR kernel-syms-azure-4.12.14-16.97.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND ft2demos-2.6.3-7.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • qemu-2.6.2-41.43 is installed
  • OR qemu-block-curl-2.6.2-41.43 is installed
  • OR qemu-block-rbd-2.6.2-41.43 is installed
  • OR qemu-block-ssh-2.6.2-41.43 is installed
  • OR qemu-guest-agent-2.6.2-41.43 is installed
  • OR qemu-ipxe-1.0.0-41.43 is installed
  • OR qemu-kvm-2.6.2-41.43 is installed
  • OR qemu-lang-2.6.2-41.43 is installed
  • OR qemu-ppc-2.6.2-41.43 is installed
  • OR qemu-seabios-1.9.1-41.43 is installed
  • OR qemu-sgabios-8-41.43 is installed
  • OR qemu-tools-2.6.2-41.43 is installed
  • OR qemu-vgabios-1.9.1-41.43 is installed
  • OR qemu-x86-2.6.2-41.43 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • bytefx-data-mysql-2.6.7-0.9.1 is installed
  • OR mono-core-2.6.7-0.9.1 is installed
  • OR mono-data-2.6.7-0.9.1 is installed
  • OR mono-data-firebird-2.6.7-0.9.1 is installed
  • OR mono-data-oracle-2.6.7-0.9.1 is installed
  • OR mono-data-postgresql-2.6.7-0.9.1 is installed
  • OR mono-data-sqlite-2.6.7-0.9.1 is installed
  • OR mono-data-sybase-2.6.7-0.9.1 is installed
  • OR mono-devel-2.6.7-0.9.1 is installed
  • OR mono-extras-2.6.7-0.9.1 is installed
  • OR mono-jscript-2.6.7-0.9.1 is installed
  • OR mono-locale-extras-2.6.7-0.9.1 is installed
  • OR mono-nunit-2.6.7-0.9.1 is installed
  • OR mono-wcf-2.6.7-0.9.1 is installed
  • OR mono-web-2.6.7-0.9.1 is installed
  • OR mono-winforms-2.6.7-0.9.1 is installed
  • OR mono-winfxcore-2.6.7-0.9.1 is installed
  • OR monodoc-core-2.6.7-0.9.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND ctdb-devel-1.0.114.6-0.11.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND accountsservice-devel-0.6.35-1 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 LibVNCServer-devel-0.9.9-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND automake-1.13.4-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • libuuid-devel-2.25-37.1 is installed
  • OR util-linux-2.25-37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND typelib-1_0-Gtk-2_0-2.24.31-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND argyllcms-1.6.3-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • colord-1.3.3-12 is installed
  • OR colord-lang-1.3.3-12 is installed
  • BACK