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

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

The following security bugs were fixed:

- CVE-2018-19985: The function hso_probe read if_num from the USB device (as an u8) and used it without a length check to index an array, resulting in an OOB memory read in hso_probe or hso_get_config_data that could be used by local attackers (bnc#1120743). - CVE-2018-16884: NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out (bnc#1119946). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. (bnc#1118319). - CVE-2018-16862: A security flaw was found in a way that the cleancache subsystem clears an inode after the final file truncation (removal). The new file created with the same inode may contain leftover pages from cleancache and the old file data instead of the new one (bnc#1117186). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152). - CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused. (bnc#1113769). - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-18690: A local attacker able to set attributes on an xfs filesystem could make this filesystem non-operational until the next mount by triggering an unchecked error condition during an xfs attribute change, because xfs_attr_shortform_addname in fs/xfs/libxfs/xfs_attr.c mishandled ATTR_REPLACE operations with conversion of an attr from short to long form (bnc#1105025). - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. (bnc#1108498). - CVE-2019-3459, CVE-2019-3460: The Blutooth stack suffered from two remote information leak vulnerabilities in the code that handles incoming L2cap configuration packets (bsc#1120758).

The following non-security bugs were fixed:

- aio: hold an extra file reference over AIO read/write operations (bsc#1116027). - ata: Fix racy link clearance (bsc#1107866). - btrfs: Fix wrong first_key parameter in replace_path (follow up fixes for bsc#1084721). - cgroup, netclassid: add a preemption point to write_classid (bnc#1098996). - cifs: Fix infinite loop when using hard mount option (bsc#1091171). - dm round robin: revert 'use percpu 'repeat_count' and 'current_path'' (bsc#1113192) - fscache: fix race between enablement and dropping of object (bsc#1107385). - ibmvnic: fix index in release_rx_pools (bsc#1115440). - ip: hash fragments consistently (bsc#1042286 bsc#1108145). - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes (bsc#1110286). - ipv6: set rt6i_protocol properly in the route when it is installed (bsc#1114190). - ipv6: set rt6i_protocol properly in the route when it is installed (bsc#1114190). - ixgbe: Add function for checking to see if we can reuse page (bsc#1100105). - ixgbe: Add support for build_skb (bsc#1100105). - ixgbe: Add support for padding packet (bsc#1100105). - ixgbe: Break out Rx buffer page management (bsc#1100105). - ixgbe: Fix output from ixgbe_dump (bsc#1100105). - ixgbe: Make use of order 1 pages and 3K buffers independent of FCoE (bsc#1100105). - ixgbe: Only DMA sync frame length (bsc#1100105). - ixgbe: Update code to better handle incrementing page count (bsc#1100105). - ixgbe: Update driver to make use of DMA attributes in Rx path (bsc#1100105). - ixgbe: Use length to determine if descriptor is done (bsc#1100105). - libfc: sync strings with upstream versions (bsc#1114763). - md: reorder flag_bits to match upstream commits The ordering in the patches was backward. - mm: add support for releasing multiple instances of a page (bsc#1100105). - mm: rename __page_frag functions to __page_frag_cache, drop order from drain (bsc#1100105). - net: ipv4: do not handle duplicate fragments as overlapping (bsc#1116345). - NFS: add nostatflush mount option (bsc#1065726). - nospec: Include dependency (bsc#1114648). - ovl: after setting xattributes, you need to copy the attributes in order to make sure the mode and ctime/mtime is set (bsc#1107299). - powerpc/boot: Request no dynamic linker for boot wrapper (bsc#1070805). - Revert 'kabi/severities: Ignore missing cpu_tss_tramp (bsc#1099597)' This reverts commit 54da5757cbbb39ab15b3cd09cf922a8a9e32209c. - rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly (bsc#1042286 bsc#1108145). - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP (bnc#1091197). - scsi: libfc: check fc_frame_payload_get() return value for null (bsc#1103624, bsc#1104731). - sd: disable logical block provisioning if 'lpbme' is not set (bsc#1086095). - tcp: prevent bogus FRTO undos with non-SACK flows (bsc#1086535). - Update ibmvnic: Fix RX queue buffer cleanup (bsc#1115440, bsc#1115433). - x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs (bsc#1105931). - x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surface (bsc#1105931). - x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface (bsc#1105931). - x86/entry/64: sanitize extra registers on syscall entry (bsc#1105931). - x86/kaiser: Avoid loosing NMIs when using trampoline stack (bsc#1106293 bsc#1099597). - x86,sched: Allow topologies where NUMA nodes share an LLC (bsc#1091158, bsc#1101555, bsc#1117187). - xen/blkfront: avoid NULL blkfront_info dereference on device removal (bsc#1111062). - xen/blkfront: correct purging of persistent grants (bnc#1065600). - xen: fix race in xen_qlock_wait() (bnc#1107256). - xen: fix xen_qlock_wait() (bnc#1107256). - xen: make xen_qlock_wait() nestable (bnc#1107256). - xen/netback: dont overflow meta array (bnc#1099523). - xen/netfront: do not bug in case of too many frags (bnc#1012382). - xen/netfront: do not cache skb_shinfo() (bnc#1012382). - xen/x86: add diagnostic printout to xen_mc_flush() in case of error (bnc#1116183). - xfrm: use complete IPv6 addresses for hash (bsc#1109330). - xfs/dmapi: restore event in xfs_getbmap (bsc#1095344, bsc#1114763). - xfs: fix quotacheck dquot id overflow infinite loop (bsc#1121621).
Family:unixClass:patch
Status:Reference(s):1007276
1012382
1023175
1027519
1034674
1034678
1042286
1047236
1047240
1065600
1065726
1067203
1070805
1072193
1074317
1077999
1082332
1082825
1084721
1086095
1086408
1086535
1087932
1091107
1091158
1091171
1091197
1092949
1094825
1095344
1098996
1099523
1099597
1100078
1100105
1101295
1101555
1103098
1103276
1103624
1104448
1104731
1105025
1105931
1106293
1107256
1107299
1107385
1107866
1108145
1108498
1109330
1110286
1110837
1111062
1112039
1113192
1113751
1113769
1113975
1114190
1114648
1114763
1115433
1115440
1116027
1116183
1116345
1117186
1117187
1117951
1118152
1118319
1119714
1119946
1119947
1120743
1120758
1121621
1123161
1127080
1128829
1128963
1135902
1140402
1143794
1144903
1152497
1153108
1153158
1153161
1154448
1154456
1154458
1154461
1155945
1157888
1158003
1158004
1158005
1158006
1158007
1160398
1161181
1169511
1174157
1175259
929629
974621
990636
CVE-2014-8146
CVE-2014-8147
CVE-2016-1000031
CVE-2016-3632
CVE-2016-6293
CVE-2016-8331
CVE-2016-9063
CVE-2017-11613
CVE-2017-13726
CVE-2017-14952
CVE-2017-15422
CVE-2017-17484
CVE-2017-18013
CVE-2017-7867
CVE-2017-7868
CVE-2017-9233
CVE-2018-10873
CVE-2018-10893
CVE-2018-10963
CVE-2018-12207
CVE-2018-16862
CVE-2018-16884
CVE-2018-18281
CVE-2018-18386
CVE-2018-18690
CVE-2018-18710
CVE-2018-19824
CVE-2018-19985
CVE-2018-20169
CVE-2018-3646
CVE-2018-5391
CVE-2018-7456
CVE-2018-8905
CVE-2018-9516
CVE-2018-9568
CVE-2019-10220
CVE-2019-11135
CVE-2019-12155
CVE-2019-13164
CVE-2019-14378
CVE-2019-1559
CVE-2019-17133
CVE-2019-17639
CVE-2019-18420
CVE-2019-18421
CVE-2019-18424
CVE-2019-18425
CVE-2019-19577
CVE-2019-19578
CVE-2019-19579
CVE-2019-19580
CVE-2019-19581
CVE-2019-19583
CVE-2019-3459
CVE-2019-3460
CVE-2020-14577
CVE-2020-14578
CVE-2020-14579
CVE-2020-14583
CVE-2020-14593
CVE-2020-14621
CVE-2020-2754
CVE-2020-2755
CVE-2020-2756
CVE-2020-2757
CVE-2020-2773
CVE-2020-2781
CVE-2020-2800
CVE-2020-2803
CVE-2020-2805
CVE-2020-2830
CVE-2020-7211
SUSE-SU-2017:2299-1
SUSE-SU-2018:1826-1
SUSE-SU-2018:2401-1
SUSE-SU-2018:2594-1
SUSE-SU-2019:0439-1
SUSE-SU-2019:0803-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
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 Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
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 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 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
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-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
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-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-BCL
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 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
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 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
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 Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • irssi-0.8.20-6.1 is installed
  • OR irssi-devel-0.8.20-6.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • libudisks2-0-2.1.6-4.9 is installed
  • OR udisks2-2.1.6-4.9 is installed
  • OR udisks2-lang-2.1.6-4.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26.1 is installed
  • OR libMagick++1-6.4.3.6-7.26.1 is installed
  • OR libMagickCore1-6.4.3.6-7.26.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26.1 is installed
  • OR libMagickWand1-6.4.3.6-7.26.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND binutils-2.23.1-0.23.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • bind-9.9.6P1-0.25.1 is installed
  • OR bind-libs-9.9.6P1-0.25.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25.1 is installed
  • OR bind-utils-9.9.6P1-0.25.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND wireshark-1.10.13-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.59-60.45.2 is installed
  • OR kernel-default-devel-3.12.59-60.45.2 is installed
  • OR kernel-default-extra-3.12.59-60.45.2 is installed
  • OR kernel-devel-3.12.59-60.45.1 is installed
  • OR kernel-macros-3.12.59-60.45.1 is installed
  • OR kernel-source-3.12.59-60.45.1 is installed
  • OR kernel-syms-3.12.59-60.45.1 is installed
  • OR kernel-xen-3.12.59-60.45.2 is installed
  • OR kernel-xen-devel-3.12.59-60.45.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libmysqlclient18-10.0.31-29.3.1 is installed
  • OR libmysqlclient18-32bit-10.0.31-29.3.1 is installed
  • OR libmysqlclient_r18-10.0.31-29.3.1 is installed
  • OR libmysqlclient_r18-32bit-10.0.31-29.3.1 is installed
  • OR mariadb-10.0.31-29.3.1 is installed
  • OR mariadb-client-10.0.31-29.3.1 is installed
  • OR mariadb-errormessages-10.0.31-29.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • expat-2.1.0-21.3.1 is installed
  • OR libexpat1-2.1.0-21.3.1 is installed
  • OR libexpat1-32bit-2.1.0-21.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND perl-Tk-devel-804.034-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • libopenssl-1_0_0-devel-1.0.2n-1 is installed
  • OR libopenssl1_0_0-1.0.2n-1 is installed
  • OR openssl-1_0_0-1.0.2n-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND Package Information
  • apache2-mod_wsgi-4.5.18-2 is installed
  • OR apache2-mod_wsgi-python3-4.5.18-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libapr-util1-dbd-mysql-1.6.1-2 is installed
  • OR libapr-util1-dbd-pgsql-1.6.1-2 is installed
  • OR libapr-util1-dbd-sqlite3-1.6.1-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • acl-2.2.47-30.5 is installed
  • OR libacl-2.2.47-30.5 is installed
  • OR libacl-32bit-2.2.47-30.5 is installed
  • OR libacl-x86-2.2.47-30.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • acl-2.2.47-30.5 is installed
  • OR libacl-2.2.47-30.5 is installed
  • OR libacl-32bit-2.2.47-30.5 is installed
  • OR libacl-x86-2.2.47-30.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
  • OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
  • OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
  • OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
  • OR kernel-default-2.6.32.59-0.7 is installed
  • OR kernel-default-base-2.6.32.59-0.7 is installed
  • OR kernel-default-devel-2.6.32.59-0.7 is installed
  • OR kernel-default-man-2.6.32.59-0.7 is installed
  • OR kernel-ec2-2.6.32.59-0.3 is installed
  • OR kernel-ec2-base-2.6.32.59-0.3 is installed
  • OR kernel-ec2-devel-2.6.32.59-0.7 is installed
  • OR kernel-pae-2.6.32.59-0.7 is installed
  • OR kernel-pae-base-2.6.32.59-0.7 is installed
  • OR kernel-pae-devel-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-base-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
  • OR kernel-source-2.6.32.59-0.7 is installed
  • OR kernel-syms-2.6.32.59-0.7 is installed
  • OR kernel-trace-2.6.32.59-0.7 is installed
  • OR kernel-trace-base-2.6.32.59-0.7 is installed
  • OR kernel-trace-devel-2.6.32.59-0.7 is installed
  • OR kernel-xen-2.6.32.59-0.7 is installed
  • OR kernel-xen-base-2.6.32.59-0.7 is installed
  • OR kernel-xen-devel-2.6.32.59-0.7 is installed
  • OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
  • OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
  • OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
  • OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
  • OR kernel-default-2.6.32.59-0.7 is installed
  • OR kernel-default-base-2.6.32.59-0.7 is installed
  • OR kernel-default-devel-2.6.32.59-0.7 is installed
  • OR kernel-default-man-2.6.32.59-0.7 is installed
  • OR kernel-ec2-2.6.32.59-0.3 is installed
  • OR kernel-ec2-base-2.6.32.59-0.3 is installed
  • OR kernel-ec2-devel-2.6.32.59-0.7 is installed
  • OR kernel-pae-2.6.32.59-0.7 is installed
  • OR kernel-pae-base-2.6.32.59-0.7 is installed
  • OR kernel-pae-devel-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-base-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
  • OR kernel-source-2.6.32.59-0.7 is installed
  • OR kernel-syms-2.6.32.59-0.7 is installed
  • OR kernel-trace-2.6.32.59-0.7 is installed
  • OR kernel-trace-base-2.6.32.59-0.7 is installed
  • OR kernel-trace-devel-2.6.32.59-0.7 is installed
  • OR kernel-xen-2.6.32.59-0.7 is installed
  • OR kernel-xen-base-2.6.32.59-0.7 is installed
  • OR kernel-xen-devel-2.6.32.59-0.7 is installed
  • OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
  • OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
  • OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
  • OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
  • OR kernel-default-2.6.32.59-0.7 is installed
  • OR kernel-default-base-2.6.32.59-0.7 is installed
  • OR kernel-default-devel-2.6.32.59-0.7 is installed
  • OR kernel-default-man-2.6.32.59-0.7 is installed
  • OR kernel-ec2-2.6.32.59-0.3 is installed
  • OR kernel-ec2-base-2.6.32.59-0.3 is installed
  • OR kernel-ec2-devel-2.6.32.59-0.7 is installed
  • OR kernel-pae-2.6.32.59-0.7 is installed
  • OR kernel-pae-base-2.6.32.59-0.7 is installed
  • OR kernel-pae-devel-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-base-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
  • OR kernel-source-2.6.32.59-0.7 is installed
  • OR kernel-syms-2.6.32.59-0.7 is installed
  • OR kernel-trace-2.6.32.59-0.7 is installed
  • OR kernel-trace-base-2.6.32.59-0.7 is installed
  • OR kernel-trace-devel-2.6.32.59-0.7 is installed
  • OR kernel-xen-2.6.32.59-0.7 is installed
  • OR kernel-xen-base-2.6.32.59-0.7 is installed
  • OR kernel-xen-devel-2.6.32.59-0.7 is installed
  • OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
  • OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
  • OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
  • OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
  • OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
  • OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
  • OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
  • OR kernel-default-2.6.32.59-0.7 is installed
  • OR kernel-default-base-2.6.32.59-0.7 is installed
  • OR kernel-default-devel-2.6.32.59-0.7 is installed
  • OR kernel-default-man-2.6.32.59-0.7 is installed
  • OR kernel-ec2-2.6.32.59-0.3 is installed
  • OR kernel-ec2-base-2.6.32.59-0.3 is installed
  • OR kernel-ec2-devel-2.6.32.59-0.7 is installed
  • OR kernel-pae-2.6.32.59-0.7 is installed
  • OR kernel-pae-base-2.6.32.59-0.7 is installed
  • OR kernel-pae-devel-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-base-2.6.32.59-0.7 is installed
  • OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
  • OR kernel-source-2.6.32.59-0.7 is installed
  • OR kernel-syms-2.6.32.59-0.7 is installed
  • OR kernel-trace-2.6.32.59-0.7 is installed
  • OR kernel-trace-base-2.6.32.59-0.7 is installed
  • OR kernel-trace-devel-2.6.32.59-0.7 is installed
  • OR kernel-xen-2.6.32.59-0.7 is installed
  • OR kernel-xen-base-2.6.32.59-0.7 is installed
  • OR kernel-xen-devel-2.6.32.59-0.7 is installed
  • OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • gdm-2.24.0-24.28 is installed
  • OR gdm-branding-upstream-2.24.0-24.28 is installed
  • OR gdm-lang-2.24.0-24.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • gdm-2.24.0-24.28 is installed
  • OR gdm-branding-upstream-2.24.0-24.28 is installed
  • OR gdm-lang-2.24.0-24.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • gdm-2.24.0-24.28 is installed
  • OR gdm-branding-upstream-2.24.0-24.28 is installed
  • OR gdm-lang-2.24.0-24.28 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-LTSS is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bzip2-1.0.5-34.256.5 is installed
  • OR bzip2-doc-1.0.5-34.256.5 is installed
  • OR libbz2-1-1.0.5-34.256.5 is installed
  • OR libbz2-1-32bit-1.0.5-34.256.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bzip2-1.0.5-34.256.5 is installed
  • OR bzip2-doc-1.0.5-34.256.5 is installed
  • OR libbz2-1-1.0.5-34.256.5 is installed
  • OR libbz2-1-32bit-1.0.5-34.256.5 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 automake-1.10.1-4.131.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.33 is installed
  • OR libgnutls26-2.4.1-24.39.33 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.33 is installed
  • OR libgnutls26-x86-2.4.1-24.39.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-31.4.0esr-0.3 is installed
  • OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
  • OR libfreebl3-3.17.3-0.3 is installed
  • OR libfreebl3-32bit-3.17.3-0.3 is installed
  • OR mozilla-nss-3.17.3-0.3 is installed
  • OR mozilla-nss-32bit-3.17.3-0.3 is installed
  • OR mozilla-nss-devel-3.17.3-0.3 is installed
  • OR mozilla-nss-tools-3.17.3-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-31.4.0esr-0.3 is installed
  • OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
  • OR libfreebl3-3.17.3-0.3 is installed
  • OR libfreebl3-32bit-3.17.3-0.3 is installed
  • OR mozilla-nss-3.17.3-0.3 is installed
  • OR mozilla-nss-32bit-3.17.3-0.3 is installed
  • OR mozilla-nss-devel-3.17.3-0.3 is installed
  • OR mozilla-nss-tools-3.17.3-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.30-47 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.30-47 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.30-47 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.30-47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.30-47 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.30-47 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.30-47 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.30-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.34.1 is installed
  • OR libMagickCore1-6.4.3.6-7.34.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libxml2-2.9.1-13 is installed
  • OR libxml2-2-2.9.1-13 is installed
  • OR libxml2-2-32bit-2.9.1-13 is installed
  • OR libxml2-doc-2.9.1-13 is installed
  • OR libxml2-tools-2.9.1-13 is installed
  • OR python-libxml2-2.9.1-13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libxml2-2.9.1-13 is installed
  • OR libxml2-2-2.9.1-13 is installed
  • OR libxml2-2-32bit-2.9.1-13 is installed
  • OR libxml2-doc-2.9.1-13 is installed
  • OR libxml2-tools-2.9.1-13 is installed
  • OR python-libxml2-2.9.1-13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND rtkit-0.11_git201205151338-8 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
  • gv-3.7.4-1 is installed
  • OR wdiff-1.2.1-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_62-60_64_8-default-10-2 is installed
  • OR kgraft-patch-3_12_62-60_64_8-xen-10-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_8-10-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_62-60_64_8-default-10-2 is installed
  • OR kgraft-patch-3_12_62-60_64_8-xen-10-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_8-10-2 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • curl-7.37.0-28 is installed
  • OR libcurl4-7.37.0-28 is installed
  • OR libcurl4-32bit-7.37.0-28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-12-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_90-92_50-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-12-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kernel-default-4.4.121-92.101 is installed
  • OR kernel-default-base-4.4.121-92.101 is installed
  • OR kernel-default-devel-4.4.121-92.101 is installed
  • OR kernel-default-man-4.4.121-92.101 is installed
  • OR kernel-devel-4.4.121-92.101 is installed
  • OR kernel-macros-4.4.121-92.101 is installed
  • OR kernel-source-4.4.121-92.101 is installed
  • OR kernel-syms-4.4.121-92.101 is installed
  • OR kgraft-patch-4_4_121-92_101-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_27-1-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kernel-default-4.4.121-92.101 is installed
  • OR kernel-default-base-4.4.121-92.101 is installed
  • OR kernel-default-devel-4.4.121-92.101 is installed
  • OR kernel-default-man-4.4.121-92.101 is installed
  • OR kernel-devel-4.4.121-92.101 is installed
  • OR kernel-macros-4.4.121-92.101 is installed
  • OR kernel-source-4.4.121-92.101 is installed
  • OR kernel-syms-4.4.121-92.101 is installed
  • OR kgraft-patch-4_4_121-92_101-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_27-1-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-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.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • expat-2.1.0-21.3 is installed
  • OR libexpat1-2.1.0-21.3 is installed
  • OR libexpat1-32bit-2.1.0-21.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • expat-2.1.0-21.3 is installed
  • OR libexpat1-2.1.0-21.3 is installed
  • OR libexpat1-32bit-2.1.0-21.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • cpp48-4.8.5-30 is installed
  • OR gcc48-4.8.5-30 is installed
  • OR gcc48-32bit-4.8.5-30 is installed
  • OR gcc48-c++-4.8.5-30 is installed
  • OR gcc48-info-4.8.5-30 is installed
  • OR gcc48-locale-4.8.5-30 is installed
  • OR libasan0-4.8.5-30 is installed
  • OR libasan0-32bit-4.8.5-30 is installed
  • OR libstdc++48-devel-4.8.5-30 is installed
  • OR libstdc++48-devel-32bit-4.8.5-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.40-30.54 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.40-30.54 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.40-30.54 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-7-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-7-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libecpg6-10.10-1.15 is installed
  • OR libpq5-10.10-1.15 is installed
  • OR libpq5-32bit-10.10-1.15 is installed
  • OR postgresql10-10.10-1.15 is installed
  • OR postgresql10-contrib-10.10-1.15 is installed
  • OR postgresql10-docs-10.10-1.15 is installed
  • OR postgresql10-libs-10.10-1.15 is installed
  • OR postgresql10-plperl-10.10-1.15 is installed
  • OR postgresql10-plpython-10.10-1.15 is installed
  • OR postgresql10-pltcl-10.10-1.15 is installed
  • OR postgresql10-server-10.10-1.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libecpg6-10.10-1.15 is installed
  • OR libpq5-10.10-1.15 is installed
  • OR libpq5-32bit-10.10-1.15 is installed
  • OR postgresql10-10.10-1.15 is installed
  • OR postgresql10-contrib-10.10-1.15 is installed
  • OR postgresql10-docs-10.10-1.15 is installed
  • OR postgresql10-libs-10.10-1.15 is installed
  • OR postgresql10-plperl-10.10-1.15 is installed
  • OR postgresql10-plpython-10.10-1.15 is installed
  • OR postgresql10-pltcl-10.10-1.15 is installed
  • OR postgresql10-server-10.10-1.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • bind-9.9.9P1-28.37 is installed
  • OR bind-chrootenv-9.9.9P1-28.37 is installed
  • OR bind-devel-9.9.9P1-28.37 is installed
  • OR bind-doc-9.9.9P1-28.37 is installed
  • OR bind-libs-9.9.9P1-28.37 is installed
  • OR bind-libs-32bit-9.9.9P1-28.37 is installed
  • OR bind-utils-9.9.9P1-28.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • bind-9.9.9P1-28.37 is installed
  • OR bind-chrootenv-9.9.9P1-28.37 is installed
  • OR bind-devel-9.9.9P1-28.37 is installed
  • OR bind-doc-9.9.9P1-28.37 is installed
  • OR bind-libs-9.9.9P1-28.37 is installed
  • OR bind-libs-32bit-9.9.9P1-28.37 is installed
  • OR bind-utils-9.9.9P1-28.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 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 for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_53-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_16-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_180-94_97-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-devel-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • file-devel-4.24-43.27 is installed
  • OR python-magic-4.24-43.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND derby-10.3.1.4-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • python-base-2.7.7-9 is installed
  • OR python-devel-2.7.7-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.62 is installed
  • OR kernel-default-extra-3.12.62-60.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gimp-2.8.18-9.3 is installed
  • OR gimp-lang-2.8.18-9.3 is installed
  • OR gimp-plugins-python-2.8.18-9.3 is installed
  • OR libgimp-2_0-0-2.8.18-9.3 is installed
  • OR libgimpui-2_0-0-2.8.18-9.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • gd-2.1.0-24.6 is installed
  • OR gd-32bit-2.1.0-24.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • NetworkManager-1.0.12-13.12 is installed
  • OR NetworkManager-lang-1.0.12-13.12 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-13.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • kernel-default-4.12.14-122.20 is installed
  • OR kernel-default-extra-4.12.14-122.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND argyllcms-1.9.2-2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.8.0esr-68.1 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND conntrack-tools-1.4.2-5.2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-aodh-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-api-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-doc-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-evaluator-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-expirer-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-listener-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-notifier-3.0.4~a0~dev1-2.3.1 is installed
  • OR python-aodh-3.0.4~a0~dev1-2.3.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND redis-3.0.7-6 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • kde-cli-tools5-5.5.5-12 is installed
  • OR kde-cli-tools5-lang-5.5.5-12 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-64.0.3282.167-52 is installed
  • OR chromium-64.0.3282.167-52 is installed
  • BACK