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



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

Following security bugs were fixed: - CVE-2015-0777: The XEN usb backend could leak information to the guest system due to copying uninitialized memory.

- CVE-2015-2150: Xen and the Linux kernel did not properly restrict access to PCI command registers, which might have allowed local guest users to cause a denial of service (non-maskable interrupt and host crash) by disabling the (1) memory or (2) I/O decoding for a PCI Express device and then accessing the device, which triggers an Unsupported Request (UR) response.

The following non-security bugs were fixed: - Added Little Endian support to vtpm module (bsc#918620). - Add support for pnfs block layout. Patches not included by default yet - ALSA: hda - Fix regression of HD-audio controller fallback modes (bsc#921313). - btrfs: add missing blk_finish_plug in btrfs_sync_log() (bnc#922284). - btrfs: cleanup orphans while looking up default subvolume (bsc#914818). - btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr (bnc#922272). - btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group (bnc#922278). - btrfs: fix data loss in the fast fsync path (bnc#922275). - btrfs: fix fsync data loss after adding hard link to inode (bnc#922275). - cgroup: revert cgroup_mutex removal from idr_remove (bnc#918644). - cifs: fix use-after-free bug in find_writable_file (bnc#909477). - crypto: rng - RNGs must return 0 in success case (bsc#920805). - crypto: testmgr - fix RNG return code enforcement (bsc#920805). - exit: Always reap resource stats in __exit_signal() (Time scalability). - fork: report pid reservation failure properly (bnc#909684). - fsnotify: Fix handling of renames in audit (bnc#915200). - HID: hyperv: match wait_for_completion_timeout return type. - hv: address compiler warnings for hv_fcopy_daemon.c. - hv: address compiler warnings for hv_kvp_daemon.c. - hv: check vmbus_device_create() return value in vmbus_process_offer(). - hv: do not add redundant / in hv_start_fcopy(). - hv: hv_balloon: Do not post pressure status from interrupt context. - hv: hv_balloon: Fix a locking bug in the balloon driver. - hv: hv_balloon: Make adjustments in computing the floor. - hv: hv_fcopy: drop the obsolete message on transfer failure. - hv: kvp_daemon: make IPv6-only-injection work. - hv: remove unused bytes_written from kvp_update_file(). - hv: rename sc_lock to the more generic lock. - hv: vmbus: Fix a bug in vmbus_establish_gpadl(). - hv: vmbus: hv_process_timer_expiration() can be static. - hv: vmbus: Implement a clockevent device. - hv: vmbus: serialize Offer and Rescind offer. - hv: vmbus: Support a vmbus API for efficiently sending page arrays. - hv: vmbus: Use get_cpu() to get the current CPU. - hyperv: fix sparse warnings. - hyperv: Fix the error processing in netvsc_send(). - hyperv: match wait_for_completion_timeout return type. - hyperv: netvsc.c: match wait_for_completion_timeout return type. - iommu/vt-d: Fix dmar_domain leak in iommu_attach_device (bsc#924460). - kabi, mm: prevent endless growth of anon_vma hierarchy (bnc#904242). - kABI: protect linux/namei.h include in procfs. - kABI: protect struct hif_scatter_req. - kabi/severities: Stop maintaining the kgraft kabi - kernel/sched/clock.c: add another clock for use with the soft lockup watchdog (bsc#919939). - kgr: Allow patches to require an exact kernel version (bnc#920615). - KVM: PPC: Book3S HV: ptes are big endian (bsc#920839). - mm: convert the rest to new page table lock api (the suse-only cases) (fate#315482). - mm: fix anon_vma->degree underflow in anon_vma endless growing prevention (bnc#904242). - mm: fix corner case in anon_vma endless growing prevention (bnc#904242). - mm: prevent endless growth of anon_vma hierarchy (bnc#904242). - mm: prevent endless growth of anon_vma hierarchy mm: prevent endless growth of anon_vma hierarchy (bnc#904242). - mm: vmscan: count only dirty pages as congested (VM Performance, bnc#910517). - module: Clean up ro/nx after early module load failures (bsc#921990). - module: set nx before marking module MODULE_STATE_COMING (bsc#921990). - net: add sysfs helpers for netdev_adjacent logic (bnc#915660). - net: correct error path in rtnl_newlink() (bnc#915660). - net: fix creation adjacent device symlinks (bnc#915660). - net: prevent of emerging cross-namespace symlinks (bnc#915660). - net: rename sysfs symlinks on device name change (bnc#915660). - nfs: cap request size to fit a kmalloced page array (bnc#898675). - nfs: commit layouts in fdatasync (bnc#898675). - NFSv4.1: Do not trust attributes if a pNFS LAYOUTCOMMIT is outstanding (bnc#898675). - NFSv4.1: Ensure that the layout recall callback matches layout stateids (bnc#898675). - NFSv4.1: Ensure that we free existing layout segments if we get a new layout (bnc#898675). - NFSv4.1: Fix a race in nfs4_write_inode (bnc#898675). - NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer() (bnc#898675). - NFSv4.1: Minor optimisation in get_layout_by_fh_locked() (bnc#898675). - NFSv4: Do not update the open stateid unless it is newer than the old one (bnc#898675). - pnfs: add a common GETDEVICELIST implementation (bnc#898675). - pnfs: add a nfs4_get_deviceid helper (bnc#898675). - pnfs: add flag to force read-modify-write in ->write_begin (bnc#898675). - pnfs: add return_range method (bnc#898675). - pnfs: allow splicing pre-encoded pages into the layoutcommit args (bnc#898675). - pnfs: avoid using stale stateids after layoutreturn (bnc#898675). - pnfs/blocklayout: allocate separate pages for the layoutcommit payload (bnc#898675). - pnfs/blocklayout: correctly decrement extent length (bnc#898675). - pnfs/blocklayout: do not set pages uptodate (bnc#898675). - pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripe (bnc#898675). - pnfs/blocklayout: implement the return_range method (bnc#898675). - pnfs/blocklayout: improve GETDEVICEINFO error reporting (bnc#898675). - pnfs/blocklayout: include vmalloc.h for __vmalloc (bnc#898675). - pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing (bnc#898675). - pnfs/blocklayout: move all rpc_pipefs related code into a single file (bnc#898675). - pnfs/blocklayout: move extent processing to blocklayout.c (bnc#898675). - pnfs/blocklayout: plug block queues (bnc#898675). - pnfs/blocklayout: refactor extent processing (bnc#898675). - pnfs/blocklayout: reject pnfs blocksize larger than page size (bnc#898675). - pNFS/blocklayout: Remove a couple of unused variables (bnc#898675). - pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist (bnc#898675). - pnfs/blocklayout: remove some debugging (bnc#898675). - pnfs/blocklayout: return layouts on setattr (bnc#898675). - pnfs/blocklayout: rewrite extent tracking (bnc#898675). - pnfs/blocklayout: use the device id cache (bnc#898675). - pnfs: do not check sequence on new stateids in layoutget (bnc#898675). - pnfs: do not pass uninitialized lsegs to ->free_lseg (bnc#898675). - pnfs: enable CB_NOTIFY_DEVICEID support (bnc#898675). - pnfs: factor GETDEVICEINFO implementations (bnc#898675). - pnfs: force a layout commit when encountering busy segments during recall (bnc#898675). - pnfs: remove GETDEVICELIST implementation (bnc#898675). - pnfs: retry after a bad stateid error from layoutget (bnc#898675). - powerpc: add running_clock for powerpc to prevent spurious softlockup warnings (bsc#919939). - powerpc/pseries: Fix endian problems with LE migration (bsc#918584). - remove cgroup_mutex around deactivate_super because it might be dangerous. - rtmutex: Document pi chain walk (mutex scalability). - rtmutex: No need to keep task ref for lock owner check (mutex scalability). - rtmutex: Simplify rtmutex_slowtrylock() (mutex scalability). - rtnetlink: fix a memory leak when ->newlink fails (bnc#915660). - sched: Change thread_group_cputime() to use for_each_thread() (Time scalability). - sched: replace INIT_COMPLETION with reinit_completion. - sched, time: Atomically increment stime & utime (Time scalability). - scsi: storvsc: Always send on the selected outgoing channel. - scsi: storvsc: Do not assume that the scatterlist is not chained. - scsi: storvsc: Enable clustering. - scsi: storvsc: Fix a bug in copy_from_bounce_buffer(). - scsi: storvsc: Increase the ring buffer size. - scsi: storvsc: Retrieve information about the capability of the target. - scsi: storvsc: Set the tablesize based on the information given by the host. - scsi: storvsc: Size the queue depth based on the ringbuffer size. - storvsc: fix a bug in storvsc limits. - storvsc: force discovery of LUNs that may have been removed. - storvsc: force SPC-3 compliance on win8 and win8 r2 hosts. - storvsc: in responce to a scan event, scan the host. - take read_seqbegin_or_lock() and friends to seqlock.h (Time scalability). - tcp: prevent fetching dst twice in early demux code (bnc#903997 bnc#919719). - time, signal: Protect resource use statistics with seqlock -kabi (Time scalability). - time, signal: Protect resource use statistics with seqlock (Time scalability). - udp: only allow UFO for packets from SOCK_DGRAM sockets (bnc#909309). - Update Xen patches to 3.12.39. - virtio: rng: add derating factor for use by hwrng core (bsc#918615). - x86, AVX-512: AVX-512 Feature Detection (bsc#921527). - x86, AVX-512: Enable AVX-512 States Context Switch (bsc#921527). - xenbus: add proper handling of XS_ERROR from Xenbus for transactions. - xfs: xfs_alloc_fix_minleft can underflow near ENOSPC (bnc#913080).
Family:unixClass:patch
Status:Reference(s):1107591
1121887
1121889
1173302
1177383
898675
903997
904242
909309
909477
909684
910517
913080
914818
915200
915660
917830
918584
918615
918620
918644
919463
919719
919939
920615
920805
920839
921313
921527
921990
922272
922275
922278
922284
924460
950474
CVE-2006-2223
CVE-2007-0104
CVE-2007-0157
CVE-2007-1558
CVE-2007-1995
CVE-2007-3387
CVE-2007-3820
CVE-2007-3999
CVE-2007-4224
CVE-2007-4225
CVE-2007-4351
CVE-2007-4352
CVE-2007-5392
CVE-2007-5393
CVE-2008-0047
CVE-2008-0171
CVE-2008-0887
CVE-2008-1373
CVE-2008-1671
CVE-2008-1693
CVE-2008-1722
CVE-2008-3641
CVE-2008-3746
CVE-2009-0163
CVE-2009-0689
CVE-2009-0949
CVE-2009-2412
CVE-2009-2473
CVE-2009-2474
CVE-2009-2820
CVE-2009-3553
CVE-2009-3560
CVE-2009-3720
CVE-2010-0302
CVE-2010-0393
CVE-2010-0414
CVE-2010-0422
CVE-2010-3493
CVE-2011-0020
CVE-2011-0064
CVE-2011-1015
CVE-2011-1521
CVE-2011-4944
CVE-2012-0845
CVE-2012-1150
CVE-2013-1752
CVE-2013-4238
CVE-2014-1912
CVE-2014-4650
CVE-2014-7185
CVE-2015-0777
CVE-2015-2150
CVE-2015-7645
CVE-2018-1000801
CVE-2019-3806
CVE-2019-3807
CVE-2020-14196
CVE-2020-25829
openSUSE-SU-2019:0131-1
openSUSE-SU-2020:1687-1
SUSE-SU-2015:0658-1
SUSE-SU-2015:1770-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
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 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
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 Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-bad-0.10.23-20.8 is installed
  • OR gstreamer-0_10-plugins-bad-lang-0.10.23-20.8 is installed
  • OR libgstbasecamerabinsrc-0_10-23-0.10.23-20.8 is installed
  • OR libgstbasevideo-0_10-23-0.10.23-20.8 is installed
  • OR libgstcodecparsers-0_10-23-0.10.23-20.8 is installed
  • OR libgstphotography-0_10-23-0.10.23-20.8 is installed
  • OR libgstsignalprocessor-0_10-23-0.10.23-20.8 is installed
  • OR libgstvdp-0_10-23-0.10.23-20.8 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • bzip2-1.0.6-32.53 is installed
  • OR libbz2-1-1.0.6-32.53 is installed
  • OR libbz2-1-32bit-1.0.6-32.53 is installed
  • OR libbz2-devel-1.0.6-32.53 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • binutils-2.26.1-11.1 is installed
  • OR binutils-devel-2.26.1-11.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • java-1_7_0-openjdk-1.7.0.85-0.11 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.85-0.11 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.85-0.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • xen-4.4.2_12-23 is installed
  • OR xen-doc-html-4.4.2_12-23 is installed
  • OR xen-kmp-default-4.4.2_12_3.0.101_63-23 is installed
  • OR xen-kmp-pae-4.4.2_12_3.0.101_63-23 is installed
  • OR xen-libs-4.4.2_12-23 is installed
  • OR xen-libs-32bit-4.4.2_12-23 is installed
  • OR xen-tools-4.4.2_12-23 is installed
  • OR xen-tools-domU-4.4.2_12-23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • flash-player-11.2.202.411-4 is installed
  • OR flash-player-gnome-11.2.202.411-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • qemu-2.3.1-14 is installed
  • OR qemu-block-curl-2.3.1-14 is installed
  • OR qemu-ipxe-1.0.0-14 is installed
  • OR qemu-kvm-2.3.1-14 is installed
  • OR qemu-seabios-1.8.1-14 is installed
  • OR qemu-sgabios-8-14 is installed
  • OR qemu-tools-2.3.1-14 is installed
  • OR qemu-vgabios-1.8.1-14 is installed
  • OR qemu-x86-2.3.1-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND kbd-1.15.5-8.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 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 High Availability Extension 11 SP4 is installed
  • AND Package Information
  • libpacemaker-devel-1.1.12-18 is installed
  • OR libpacemaker3-1.1.12-18 is installed
  • OR pacemaker-1.1.12-18 is installed
  • OR pacemaker-cli-1.1.12-18 is installed
  • OR pacemaker-remote-1.1.12-18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • libpython2_6-1_0-2.6.9-40.15 is installed
  • OR python-2.6.9-40.15 is installed
  • OR python-base-2.6.9-40.15 is installed
  • OR python-curses-2.6.9-40.15 is installed
  • OR python-demo-2.6.9-40.15 is installed
  • OR python-doc-2.6-8.40.15 is installed
  • OR python-doc-pdf-2.6-8.40.15 is installed
  • OR python-gdbm-2.6.9-40.15 is installed
  • OR python-idle-2.6.9-40.15 is installed
  • OR python-tk-2.6.9-40.15 is installed
  • OR python-xml-2.6.9-40.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • ocfs2-1.6-0.28.7 is installed
  • OR ocfs2-kmp-rt-1.6_3.0.101_rt130_69.42-0.28.7 is installed
  • OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_69.42-0.28.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • MozillaFirefox-3.0.10-1.1 is installed
  • OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
  • OR MozillaFirefox-translations-3.0.10-1.1 is installed
  • OR gconf2-2.24.0-7 is installed
  • OR gconf2-32bit-2.24.0-7 is installed
  • OR gconf2-x86-2.24.0-7 is installed
  • OR libfreebl3-3.12.3.1-1.2 is installed
  • OR libfreebl3-32bit-3.12.3.1-1.2 is installed
  • OR libfreebl3-x86-3.12.3.1-1.2 is installed
  • OR libidl-0.8.11-2 is installed
  • OR libidl-32bit-0.8.11-2 is installed
  • OR libidl-x86-0.8.11-2 is installed
  • OR mozilla-nspr-4.8-1.3 is installed
  • OR mozilla-nspr-32bit-4.8-1.3 is installed
  • OR mozilla-nspr-x86-4.8-1.3 is installed
  • OR mozilla-nss-3.12.3.1-1.2 is installed
  • OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
  • OR mozilla-nss-tools-3.12.3.1-1.2 is installed
  • OR mozilla-nss-x86-3.12.3.1-1.2 is installed
  • OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
  • OR orbit2-2.14.16-2 is installed
  • OR orbit2-32bit-2.14.16-2 is installed
  • OR orbit2-x86-2.14.16-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • MozillaFirefox-3.0.10-1.1 is installed
  • OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
  • OR MozillaFirefox-translations-3.0.10-1.1 is installed
  • OR gconf2-2.24.0-7 is installed
  • OR gconf2-32bit-2.24.0-7 is installed
  • OR gconf2-x86-2.24.0-7 is installed
  • OR libfreebl3-3.12.3.1-1.2 is installed
  • OR libfreebl3-32bit-3.12.3.1-1.2 is installed
  • OR libfreebl3-x86-3.12.3.1-1.2 is installed
  • OR libidl-0.8.11-2 is installed
  • OR libidl-32bit-0.8.11-2 is installed
  • OR libidl-x86-0.8.11-2 is installed
  • OR mozilla-nspr-4.8-1.3 is installed
  • OR mozilla-nspr-32bit-4.8-1.3 is installed
  • OR mozilla-nspr-x86-4.8-1.3 is installed
  • OR mozilla-nss-3.12.3.1-1.2 is installed
  • OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
  • OR mozilla-nss-tools-3.12.3.1-1.2 is installed
  • OR mozilla-nss-x86-3.12.3.1-1.2 is installed
  • OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
  • OR orbit2-2.14.16-2 is installed
  • OR orbit2-32bit-2.14.16-2 is installed
  • OR orbit2-x86-2.14.16-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libpng12-0-1.2.31-5.31 is installed
  • OR libpng12-0-32bit-1.2.31-5.31 is installed
  • OR libpng12-0-x86-1.2.31-5.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • kdelibs4-4.3.5-0.6 is installed
  • OR kdelibs4-core-4.3.5-0.6 is installed
  • OR kdelibs4-doc-4.3.5-0.6 is installed
  • OR libkde4-4.3.5-0.6 is installed
  • OR libkde4-32bit-4.3.5-0.6 is installed
  • OR libkde4-x86-4.3.5-0.6 is installed
  • OR libkdecore4-4.3.5-0.6 is installed
  • OR libkdecore4-32bit-4.3.5-0.6 is installed
  • OR libkdecore4-x86-4.3.5-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • kdelibs4-4.3.5-0.6 is installed
  • OR kdelibs4-core-4.3.5-0.6 is installed
  • OR kdelibs4-doc-4.3.5-0.6 is installed
  • OR libkde4-4.3.5-0.6 is installed
  • OR libkde4-32bit-4.3.5-0.6 is installed
  • OR libkde4-x86-4.3.5-0.6 is installed
  • OR libkdecore4-4.3.5-0.6 is installed
  • OR libkdecore4-32bit-4.3.5-0.6 is installed
  • OR libkdecore4-x86-4.3.5-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • kdelibs4-4.3.5-0.6 is installed
  • OR kdelibs4-core-4.3.5-0.6 is installed
  • OR kdelibs4-doc-4.3.5-0.6 is installed
  • OR libkde4-4.3.5-0.6 is installed
  • OR libkde4-32bit-4.3.5-0.6 is installed
  • OR libkde4-x86-4.3.5-0.6 is installed
  • OR libkdecore4-4.3.5-0.6 is installed
  • OR libkdecore4-32bit-4.3.5-0.6 is installed
  • OR libkdecore4-x86-4.3.5-0.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • cups-1.3.9-8.30 is installed
  • OR cups-client-1.3.9-8.30 is installed
  • OR cups-libs-1.3.9-8.30 is installed
  • OR cups-libs-32bit-1.3.9-8.30 is installed
  • OR cups-libs-x86-1.3.9-8.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND clamav-0.97.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND clamav-0.97.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND clamav-0.97.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND clamav-0.97.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND clamav-0.97.8-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.4esr-0.5 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.5 is installed
  • OR libfreebl3-3.14.2-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.2-0.4.3 is installed
  • OR libfreebl3-x86-3.14.2-0.4.3 is installed
  • OR mozilla-nspr-4.9.5-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.5-0.3 is installed
  • OR mozilla-nspr-x86-4.9.5-0.3 is installed
  • OR mozilla-nss-3.14.2-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.2-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.2-0.4.3 is installed
  • OR mozilla-nss-x86-3.14.2-0.4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.4esr-0.5 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.5 is installed
  • OR libfreebl3-3.14.2-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.2-0.4.3 is installed
  • OR libfreebl3-x86-3.14.2-0.4.3 is installed
  • OR mozilla-nspr-4.9.5-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.5-0.3 is installed
  • OR mozilla-nspr-x86-4.9.5-0.3 is installed
  • OR mozilla-nss-3.14.2-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.2-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.2-0.4.3 is installed
  • OR mozilla-nss-x86-3.14.2-0.4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.4esr-0.5 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.5 is installed
  • OR libfreebl3-3.14.2-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.2-0.4.3 is installed
  • OR libfreebl3-x86-3.14.2-0.4.3 is installed
  • OR mozilla-nspr-4.9.5-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.5-0.3 is installed
  • OR mozilla-nspr-x86-4.9.5-0.3 is installed
  • OR mozilla-nss-3.14.2-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.2-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.2-0.4.3 is installed
  • OR mozilla-nss-x86-3.14.2-0.4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND mutt-1.5.17-42.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • dhcp-4.2.4.P2-0.11.15 is installed
  • OR dhcp-client-4.2.4.P2-0.11.15 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.15 is installed
  • OR dhcp-server-4.2.4.P2-0.11.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • dhcp-4.2.4.P2-0.11.15 is installed
  • OR dhcp-client-4.2.4.P2-0.11.15 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.15 is installed
  • OR dhcp-server-4.2.4.P2-0.11.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • augeas-0.9.0-3.17 is installed
  • OR augeas-lenses-0.9.0-3.17 is installed
  • OR libaugeas0-0.9.0-3.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • augeas-0.9.0-3.17 is installed
  • OR augeas-lenses-0.9.0-3.17 is installed
  • OR libaugeas0-0.9.0-3.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • augeas-0.9.0-3.17 is installed
  • OR augeas-lenses-0.9.0-3.17 is installed
  • OR libaugeas0-0.9.0-3.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • augeas-0.9.0-3.17 is installed
  • OR augeas-lenses-0.9.0-3.17 is installed
  • OR libaugeas0-0.9.0-3.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • augeas-0.9.0-3.17 is installed
  • OR augeas-lenses-0.9.0-3.17 is installed
  • OR libaugeas0-0.9.0-3.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND ppc64-diag-2.6.1-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND ppc64-diag-2.6.1-0.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • OR libboost_thread1_36_0-1.36.0-12.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND clamav-0.99.2-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND clamav-0.99.2-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND clamav-0.99.2-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND clamav-0.99.2-0.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-27 is installed
  • OR xen-doc-html-4.2.5_21-27 is installed
  • OR xen-doc-pdf-4.2.5_21-27 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-libs-4.2.5_21-27 is installed
  • OR xen-libs-32bit-4.2.5_21-27 is installed
  • OR xen-tools-4.2.5_21-27 is installed
  • OR xen-tools-domU-4.2.5_21-27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-27 is installed
  • OR xen-doc-html-4.2.5_21-27 is installed
  • OR xen-doc-pdf-4.2.5_21-27 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.86-27 is installed
  • OR xen-libs-4.2.5_21-27 is installed
  • OR xen-libs-32bit-4.2.5_21-27 is installed
  • OR xen-tools-4.2.5_21-27 is installed
  • OR xen-tools-domU-4.2.5_21-27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-72.5 is installed
  • OR MozillaFirefox-branding-SLED-52-24.3 is installed
  • OR MozillaFirefox-translations-52.2.0esr-72.5 is installed
  • OR firefox-gcc5-5.3.1+r233831-7 is installed
  • OR firefox-libffi-gcc5-5.3.1+r233831-7 is installed
  • OR firefox-libffi4-5.3.1+r233831-7 is installed
  • OR firefox-libstdc++6-5.3.1+r233831-7 is installed
  • OR libfreebl3-3.29.5-47.3 is installed
  • OR libfreebl3-32bit-3.29.5-47.3 is installed
  • OR libsoftokn3-3.29.5-47.3 is installed
  • OR libsoftokn3-32bit-3.29.5-47.3 is installed
  • OR mozilla-nss-3.29.5-47.3 is installed
  • OR mozilla-nss-32bit-3.29.5-47.3 is installed
  • OR mozilla-nss-tools-3.29.5-47.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND ansible-2.2.0.0-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND ansible-2.2.0.0-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • bind-9.9.6P1-0.51.7 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.7 is installed
  • OR bind-doc-9.9.6P1-0.51.7 is installed
  • OR bind-libs-9.9.6P1-0.51.7 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.7 is installed
  • OR bind-utils-9.9.6P1-0.51.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • bind-9.9.6P1-0.51.7 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.7 is installed
  • OR bind-doc-9.9.6P1-0.51.7 is installed
  • OR bind-libs-9.9.6P1-0.51.7 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.7 is installed
  • OR bind-utils-9.9.6P1-0.51.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • gnome-screensaver-2.28.3-0.39 is installed
  • OR gnome-screensaver-lang-2.28.3-0.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • apache-commons-beanutils-1.9.2-1 is installed
  • OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-36 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
  • OR openssl-1.0.1i-36 is installed
  • OR openssl-doc-1.0.1i-36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-36 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
  • OR openssl-1.0.1i-36 is installed
  • OR openssl-doc-1.0.1i-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • augeas-1.2.0-3 is installed
  • OR augeas-lenses-1.2.0-3 is installed
  • OR libaugeas0-1.2.0-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.54 is installed
  • OR kernel-default-base-3.12.74-60.64.54 is installed
  • OR kernel-default-devel-3.12.74-60.64.54 is installed
  • OR kernel-default-man-3.12.74-60.64.54 is installed
  • OR kernel-devel-3.12.74-60.64.54 is installed
  • OR kernel-macros-3.12.74-60.64.54 is installed
  • OR kernel-source-3.12.74-60.64.54 is installed
  • OR kernel-syms-3.12.74-60.64.54 is installed
  • OR kernel-xen-3.12.74-60.64.54 is installed
  • OR kernel-xen-base-3.12.74-60.64.54 is installed
  • OR kernel-xen-devel-3.12.74-60.64.54 is installed
  • OR kgraft-patch-3_12_74-60_64_54-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_54-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_19-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.54 is installed
  • OR kernel-default-base-3.12.74-60.64.54 is installed
  • OR kernel-default-devel-3.12.74-60.64.54 is installed
  • OR kernel-default-man-3.12.74-60.64.54 is installed
  • OR kernel-devel-3.12.74-60.64.54 is installed
  • OR kernel-macros-3.12.74-60.64.54 is installed
  • OR kernel-source-3.12.74-60.64.54 is installed
  • OR kernel-syms-3.12.74-60.64.54 is installed
  • OR kernel-xen-3.12.74-60.64.54 is installed
  • OR kernel-xen-base-3.12.74-60.64.54 is installed
  • OR kernel-xen-devel-3.12.74-60.64.54 is installed
  • OR kgraft-patch-3_12_74-60_64_54-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_54-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_19-1-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • cairo-1.15.2-24 is installed
  • OR libcairo-gobject2-1.15.2-24 is installed
  • OR libcairo-gobject2-32bit-1.15.2-24 is installed
  • OR libcairo-script-interpreter2-1.15.2-24 is installed
  • OR libcairo2-1.15.2-24 is installed
  • OR libcairo2-32bit-1.15.2-24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • cairo-1.15.2-24 is installed
  • OR libcairo-gobject2-1.15.2-24 is installed
  • OR libcairo-gobject2-32bit-1.15.2-24 is installed
  • OR libcairo-script-interpreter2-1.15.2-24 is installed
  • OR libcairo2-1.15.2-24 is installed
  • OR libcairo2-32bit-1.15.2-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • bzip2-1.0.6-29 is installed
  • OR bzip2-doc-1.0.6-29 is installed
  • OR libbz2-1-1.0.6-29 is installed
  • OR libbz2-1-32bit-1.0.6-29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • xen-4.7.6_02-43.36 is installed
  • OR xen-doc-html-4.7.6_02-43.36 is installed
  • OR xen-libs-4.7.6_02-43.36 is installed
  • OR xen-libs-32bit-4.7.6_02-43.36 is installed
  • OR xen-tools-4.7.6_02-43.36 is installed
  • OR xen-tools-domU-4.7.6_02-43.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • xen-4.7.6_02-43.36 is installed
  • OR xen-doc-html-4.7.6_02-43.36 is installed
  • OR xen-libs-4.7.6_02-43.36 is installed
  • OR xen-libs-32bit-4.7.6_02-43.36 is installed
  • OR xen-tools-4.7.6_02-43.36 is installed
  • OR xen-tools-domU-4.7.6_02-43.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_121-92_80-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_22-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_121-92_80-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_22-2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • xen-4.9.4_02-3.50 is installed
  • OR xen-doc-html-4.9.4_02-3.50 is installed
  • OR xen-libs-4.9.4_02-3.50 is installed
  • OR xen-libs-32bit-4.9.4_02-3.50 is installed
  • OR xen-tools-4.9.4_02-3.50 is installed
  • OR xen-tools-domU-4.9.4_02-3.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • xen-4.9.4_02-3.50 is installed
  • OR xen-doc-html-4.9.4_02-3.50 is installed
  • OR xen-libs-4.9.4_02-3.50 is installed
  • OR xen-libs-32bit-4.9.4_02-3.50 is installed
  • OR xen-tools-4.9.4_02-3.50 is installed
  • OR xen-tools-domU-4.9.4_02-3.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • apache-commons-beanutils-1.9.2-1.27 is installed
  • OR apache-commons-beanutils-javadoc-1.9.2-1.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kernel-default-4.4.180-94.107 is installed
  • OR kernel-default-base-4.4.180-94.107 is installed
  • OR kernel-default-devel-4.4.180-94.107 is installed
  • OR kernel-default-kgraft-4.4.180-94.107 is installed
  • OR kernel-default-man-4.4.180-94.107 is installed
  • OR kernel-devel-4.4.180-94.107 is installed
  • OR kernel-macros-4.4.180-94.107 is installed
  • OR kernel-source-4.4.180-94.107 is installed
  • OR kernel-syms-4.4.180-94.107 is installed
  • OR kgraft-patch-4_4_180-94_107-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_29-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kernel-default-4.4.180-94.107 is installed
  • OR kernel-default-base-4.4.180-94.107 is installed
  • OR kernel-default-devel-4.4.180-94.107 is installed
  • OR kernel-default-kgraft-4.4.180-94.107 is installed
  • OR kernel-default-man-4.4.180-94.107 is installed
  • OR kernel-devel-4.4.180-94.107 is installed
  • OR kernel-macros-4.4.180-94.107 is installed
  • OR kernel-source-4.4.180-94.107 is installed
  • OR kernel-syms-4.4.180-94.107 is installed
  • OR kgraft-patch-4_4_180-94_107-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_29-1-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND gd-2.1.0-24.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND gd-2.1.0-24.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 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
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_83-default-6-2 is installed
  • OR kgraft-patch-3_12_61-52_83-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_24-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_83-default-6-2 is installed
  • OR kgraft-patch-3_12_61-52_83-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_24-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND apache2-mod_jk-1.2.40-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • GraphicsMagick-1.2.5-4.33 is installed
  • OR libGraphicsMagick2-1.2.5-4.33 is installed
  • OR perl-GraphicsMagick-1.2.5-4.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • PackageKit-devel-0.3.14-2.30 is installed
  • OR hal-devel-0.5.12-23.76 is installed
  • OR libpackagekit-glib10-devel-0.3.14-2.30 is installed
  • OR libpackagekit-qt10-0.3.14-2.30 is installed
  • OR libpackagekit-qt10-devel-0.3.14-2.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.39-47 is installed
  • OR kernel-default-extra-3.12.39-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.637-143 is installed
  • OR flash-player-gnome-11.2.202.637-143 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-nova-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-api-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-cells-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-cert-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-compute-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-conductor-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-console-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-consoleauth-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-doc-14.0.10~dev13-4.11.3 is installed
  • OR openstack-nova-novncproxy-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-placement-api-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-scheduler-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-serialproxy-14.0.10~dev13-4.11.1 is installed
  • OR openstack-nova-vncproxy-14.0.10~dev13-4.11.1 is installed
  • OR python-nova-14.0.10~dev13-4.11.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND pdns-recursor-4.1.10-16 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • okular-17.04.2-12 is installed
  • OR okular-devel-17.04.2-12 is installed
  • OR okular-lang-17.04.2-12 is installed
  • BACK