Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP2 LTSS kernel was updated to receive various security and bugfixes.
- CVE-2018-10853: A flaw was found in the way the KVM hypervisor emulated instructions such as sgdt/sidt/fxsave/fxrstor. It did not check current privilege(CPL) level while emulating unprivileged instructions. An unprivileged guest user/process could use this flaw to potentially escalate privileges inside guest (bnc#1097104). - CVE-2018-10876: A flaw was found in Linux kernel in the ext4 filesystem code. A use-after-free is possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image. (bnc#1099811) - CVE-2018-10877: Linux kernel ext4 filesystem is vulnerable to an out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image. (bnc#1099846) - CVE-2018-10878: A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bounds write and a denial of service or unspecified other impact is possible by mounting and operating a crafted ext4 filesystem image. (bnc#1099813) - CVE-2018-10879: A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact may occur by renaming a file in a crafted ext4 filesystem image. (bnc#1099844) - CVE-2018-10880: Linux kernel is vulnerable to a stack-out-of-bounds write in the ext4 filesystem code when mounting and writing to a crafted ext4 image in ext4_update_inline_data(). An attacker could use this to cause a system crash and a denial of service. (bnc#1099845) - CVE-2018-10881: A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bound access in ext4_get_group_info function, a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image. (bnc#1099864) - CVE-2018-10882: A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bound write in in fs/jbd2/transaction.c code, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image. (bnc#1099849) - CVE-2018-10883: A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image. (bnc#1099863) - CVE-2018-10902: It was found that the raw midi kernel driver did not protect against concurrent access which leads to a double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status() which are part of snd_rawmidi_ioctl() handler in rawmidi.c file. A malicious local attacker could possibly use this for privilege escalation (bnc#1105322). - CVE-2018-10938: A crafted network packet sent remotely by an attacker may force the kernel to enter an infinite loop in the cipso_v4_optptr() function in net/ipv4/cipso_ipv4.c leading to a denial-of-service. A certain non-default configuration of LSM (Linux Security Module) and NetLabel should be set up on a system before an attacker could leverage this flaw (bnc#1106016). - CVE-2018-10940: The cdrom_ioctl_media_changed function in drivers/cdrom/cdrom.c allowed local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory (bnc#1092903). - CVE-2018-12896: An Integer Overflow in kernel/time/posix-timers.c in the POSIX timer code is caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically made the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. For example, a local user can cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bnc#1099922). - CVE-2018-13093: There is a NULL pointer dereference and panic in lookup_slow() on a NULL inode->i_ops pointer when doing pathwalks on a corrupted xfs image. This occurs because of a lack of proper validation that cached inodes are free during allocation (bnc#1100001). - CVE-2018-13094: An OOPS may occur for a corrupted xfs image after xfs_da_shrink_inode() is called with a NULL bp (bnc#1100000). - CVE-2018-13095: A denial of service (memory corruption and BUG) can occur for a corrupted xfs image upon encountering an inode that is in extent format, but has more extents than fit in the inode fork (bnc#1099999). - CVE-2018-14617: There is a NULL pointer dereference and panic in hfsplus_lookup() in fs/hfsplus/dir.c when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory (bnc#1102870). - CVE-2018-14678: The xen_failsafe_callback entry point in arch/x86/entry/entry_64.S did not properly maintain RBX, which allowed local users to cause a denial of service (uninitialized memory usage and system crash). Within Xen, 64-bit x86 PV Linux guest OS users can trigger a guest OS crash or possibly gain privileges (bnc#1102715). - CVE-2018-15572: The spectre_v2_select_mitigation function in arch/x86/kernel/cpu/bugs.c did not always fill RSB upon a context switch, which made it easier for attackers to conduct userspace-userspace spectreRSB attacks (bnc#1102517 bnc#1105296). - CVE-2018-15594: arch/x86/kernel/paravirt.c mishandled certain indirect calls, which made it easier for attackers to conduct Spectre-v2 attacks against paravirtual guests (bnc#1105348). - CVE-2018-16276: Local attackers could use user access read/writes with incorrect bounds checking in the yurex USB driver to crash the kernel or potentially escalate privileges (bnc#1106095). - CVE-2018-16658: An information leak in cdrom_ioctl_drive_status 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 (bnc#1107689). - CVE-2018-17182: The vmacache_flush_all function in mm/vmacache.c mishandled sequence number overflows. An attacker can trigger a use-after-free (and possibly gain privileges) via certain thread creation, map, unmap, invalidation, and dereference operations (bnc#1108399). - CVE-2018-6554: Memory leak in the irda_bind function in net/irda/af_irda.c and later in drivers/staging/irda/net/af_irda.c allowed local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket (bnc#1106509). - CVE-2018-6555: The irda_setsockopt function in net/irda/af_irda.c and later in drivers/staging/irda/net/af_irda.c allowed local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket (bnc#1106511). - CVE-2018-7757: Memory leak in the sas_smp_get_phy_events function in drivers/scsi/libsas/sas_expander.c allowed local users to cause a denial of service (memory consumption) via many read accesses to files in the /sys/class/sas_phy directory, as demonstrated by the /sys/class/sas_phy/phy-1:0:12/invalid_dword_count file (bnc#1084536). - CVE-2018-9363: A buffer overflow in bluetooth HID report processing could be used by malicious bluetooth devices to crash the kernel or potentially execute code (bnc#1105292). The following security bugs were fixed: - CVE-2018-7480: The blkcg_init_queue function in block/blk-cgroup.c allowed local users to cause a denial of service (double free) or possibly have unspecified other impact by triggering a creation failure (bnc#1082863).
The following non-security bugs were fixed:
- atm: Preserve value of skb->truesize when accounting to vcc (bsc#1089066). - bcache: avoid unncessary cache prefetch bch_btree_node_get() (bsc#1064232). - bcache: calculate the number of incremental GC nodes according to the total of btree nodes (bsc#1064232). - bcache: display rate debug parameters to 0 when writeback is not running (bsc#1064232). - bcache: do not check return value of debugfs_create_dir() (bsc#1064232). - bcache: finish incremental GC (bsc#1064232). - bcache: fix error setting writeback_rate through sysfs interface (bsc#1064232). - bcache: fix I/O significant decline while backend devices registering (bsc#1064232). - bcache: free heap cache_set->flush_btree in bch_journal_free (bsc#1064232). - bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section (bsc#1064232). - bcache: release dc->writeback_lock properly in bch_writeback_thread() (bsc#1064232). - bcache: set max writeback rate when I/O request is idle (bsc#1064232). - bcache: simplify the calculation of the total amount of flash dirty data (bsc#1064232). - ext4: check for allocation block validity with block group locked (bsc#1104495). - ext4: do not update checksum of new initialized bitmaps (bnc#1012382). - ext4: fix check to prevent initializing reserved inodes (bsc#1104319). - ext4: fix false negatives *and* false positives in ext4_check_descriptors() (bsc#1103445). - ibmvnic: Include missing return code checks in reset function (bnc#1107966). - kABI: protect struct x86_emulate_ops (kabi). - kabi/severities: Ignore missing cpu_tss_tramp (bsc#1099597) - kabi: x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - kvm: MMU: always terminate page walks at level 1 (bsc#1062604). - kvm: MMU: simplify last_pte_bitmap (bsc#1062604). - kvm: nVMX: update last_nonleaf_level when initializing nested EPT (bsc#1062604). - kvm: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369). - kvm: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369). - net: add skb_condense() helper (bsc#1089066). - net: adjust skb->truesize in pskb_expand_head() (bsc#1089066). - net: adjust skb->truesize in ___pskb_trim() (bsc#1089066). - net: ena: Eliminate duplicate barriers on weakly-ordered archs (bsc#1108239). - net: ena: fix device destruction to gracefully free resources (bsc#1108239). - net: ena: fix driver when PAGE_SIZE == 64kB (bsc#1108239). - net: ena: fix incorrect usage of memory barriers (bsc#1108239). - net: ena: fix missing calls to READ_ONCE (bsc#1108239). - net: ena: fix missing lock during device destruction (bsc#1108239). - net: ena: fix potential double ena_destroy_device() (bsc#1108239). - net: ena: fix surprise unplug NULL dereference kernel crash (bsc#1108239). - net: ena: Fix use of uninitialized DMA address bits field (bsc#1108239). - netfilter: xt_CT: fix refcnt leak on error path (bnc#1012382 bsc#1100152). - netlink: do not enter direct reclaim from netlink_trim() (bsc#1042286). - nfs: Use an appropriate work queue for direct-write completion (bsc#1082519). - ovl: fix random return value on mount (bsc#1099993). - ovl: fix uid/gid when creating over whiteout (bsc#1099993). - ovl: modify ovl_permission() to do checks on two inodes (bsc#1106512). - ovl: override creds with the ones from the superblock mounter (bsc#1099993). - powerpc: Avoid code patching freed init sections (bnc#1107735). - powerpc/livepatch: Fix livepatch stack access (bsc#1094466). - powerpc/modules: Do not try to restore r2 after a sibling call (bsc#1094466). - powerpc/tm: Avoid possible userspace r1 corruption on reclaim (bsc#1109333). - powerpc/tm: Fix userspace r13 corruption (bsc#1109333). - provide special timeout module parameters for EC2 (bsc#1065364). - stop_machine: Atomically queue and wake stopper threads (git-fixes). - stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock (bsc#1088810). - usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547). - x86/entry/64: Remove %ebx handling from error_entry/exit (bnc#1102715). - x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM (bnc#1105536). - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - x86/speculation/l1tf: Suggest what to do on systems with too much RAM (bnc#1105536). - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry (bsc#1106369). - x86: Drop kernel trampoline stack. It is involved in breaking kdump/kexec infrastucture. (bsc#1099597) - xen: avoid crash in disable_hotplug_cpu (bsc#1106594). - xen/blkback: do not keep persistent grants too long (bsc#1085042). - xen/blkback: move persistent grants flags to bool (bsc#1085042). - xen/blkfront: cleanup stale persistent grants (bsc#1085042). - xen/blkfront: reorder tests in xlblk_init() (bsc#1085042). - xfs: add a new xfs_iext_lookup_extent_before helper (bsc#1095344). - xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_space (bsc#1095344). - xfs: add a xfs_bmap_fork_to_state helper (bsc#1095344). - xfs: add a xfs_iext_update_extent helper (bsc#1095344). - xfs: add comments documenting the rebalance algorithm (bsc#1095344). - xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node (bsc#1095344). - xfs: add xfs_trim_extent (bsc#1095344). - xfs: allow unaligned extent records in xfs_bmbt_disk_set_all (bsc#1095344). - xfs: borrow indirect blocks from freed extent when available (bsc#1095344). - xfs: cleanup xfs_bmap_last_before (bsc#1095344). - xfs: do not create overlapping extents in xfs_bmap_add_extent_delay_real (bsc#1095344). - xfs: do not rely on extent indices in xfs_bmap_collapse_extents (bsc#1095344). - xfs: do not rely on extent indices in xfs_bmap_insert_extents (bsc#1095344). - xfs: do not set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi (bsc#1095344). - xfs: during btree split, save new block key & ptr for future insertion (bsc#1095344). - xfs: factor out a helper to initialize a local format inode fork (bsc#1095344). - xfs: fix memory leak in xfs_iext_free_last_leaf (bsc#1095344). - xfs: fix number of records handling in xfs_iext_split_leaf (bsc#1095344). - xfs: handle indlen shortage on delalloc extent merge (bsc#1095344). - xfs: handle zero entries case in xfs_iext_rebalance_leaf (bsc#1095344). - xfs: improve kmem_realloc (bsc#1095344). - xfs: inline xfs_shift_file_space into callers (bsc#1095344). - xfs: introduce the xfs_iext_cursor abstraction (bsc#1095344). - xfs: iterate over extents in xfs_bmap_extents_to_btree (bsc#1095344). - xfs: iterate over extents in xfs_iextents_copy (bsc#1095344). - xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real (bsc#1095344). - xfs: merge xfs_bmap_read_extents into xfs_iread_extents (bsc#1095344). - xfs: move pre/post-bmap tracing into xfs_iext_update_extent (bsc#1095344). - xfs: move some code around inside xfs_bmap_shift_extents (bsc#1095344). - xfs: move some more code into xfs_bmap_del_extent_real (bsc#1095344). - xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.h (bsc#1095344). - xfs: move xfs_iext_insert tracepoint to report useful information (bsc#1095344). - xfs: new inode extent list lookup helpers (bsc#1095344). - xfs: pass an on-disk extent to xfs_bmbt_validate_extent (bsc#1095344). - xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq (bsc#1095344). - xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update (bsc#1095344). - xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent (bsc#1095344). - xfs: provide helper for counting extents from if_bytes (bsc#1095344). - xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real (bsc#1095344). - xfs: refactor delalloc indlen reservation split into helper (bsc#1095344). - xfs: refactor dir2 leaf readahead shadow buffer cleverness (bsc#1095344). - xfs: refactor xfs_bmap_add_extent_delay_real (bsc#1095344). - xfs: refactor xfs_bmap_add_extent_hole_delay (bsc#1095344). - xfs: refactor xfs_bmap_add_extent_hole_real (bsc#1095344). - xfs: refactor xfs_bmap_add_extent_unwritten_real (bsc#1095344). - xfs: refactor xfs_bunmapi_cow (bsc#1095344). - xfs: refactor xfs_del_extent_real (bsc#1095344). - xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_real (bsc#1095344). - xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all (bsc#1095344). - xfs: remove a superflous assignment in xfs_iext_remove_node (bsc#1095344). - xfs: Remove dead code from inode recover function (bsc#1105396). - xfs: remove if_rdev (bsc#1095344). - xfs: remove prev argument to xfs_bmapi_reserve_delalloc (bsc#1095344). - xfs: remove support for inlining data/extents into the inode fork (bsc#1095344). - xfs: remove the never fully implemented UUID fork format (bsc#1095344). - xfs: remove the nr_extents argument to xfs_iext_insert (bsc#1095344). - xfs: remove the nr_extents argument to xfs_iext_remove (bsc#1095344). - xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS (bsc#1095344). - xfs: remove XFS_BMAP_TRACE_EXLIST (bsc#1095344). - xfs: remove xfs_bmbt_get_state (bsc#1095344). - xfs: remove xfs_bmse_shift_one (bsc#1095344). - xfs: rename bno to end in __xfs_bunmapi (bsc#1095344). - xfs: repair malformed inode items during log recovery (bsc#1105396). - xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first (bsc#1095344). - xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leaves (bsc#1095344). - xfs: rewrite getbmap using the xfs_iext_* helpers (bsc#1095344). - xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extent (bsc#1095344). - xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extent (bsc#1095344). - xfs: simplify the xfs_getbmap interface (bsc#1095344). - xfs: simplify validation of the unwritten extent bit (bsc#1095344). - xfs: split indlen reservations fairly when under reserved (bsc#1095344). - xfs: split xfs_bmap_shift_extents (bsc#1095344). - xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert (bsc#1095344). - xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_real (bsc#1095344). - xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay (bsc#1095344). - xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real (bsc#1095344). - xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_real (bsc#1095344). - xfs: treat idx as a cursor in xfs_bmap_collapse_extents (bsc#1095344). - xfs: treat idx as a cursor in xfs_bmap_del_extent_* (bsc#1095344). - xfs: update freeblocks counter after extent deletion (bsc#1095344). - xfs: update got in xfs_bmap_shift_update_extent (bsc#1095344). - xfs: use a b+tree for the in-core extent list (bsc#1095344). - xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay} (bsc#1095344). - xfs: use new extent lookup helpers in xfs_bmapi_read (bsc#1095344). - xfs: use new extent lookup helpers in xfs_bmapi_write (bsc#1095344). - xfs: use new extent lookup helpers in __xfs_bunmapi (bsc#1095344). - xfs: use the state defines in xfs_bmap_del_extent_real (bsc#1095344). - xfs: use xfs_bmap_del_extent_delay for the data fork as well (bsc#1095344). - xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents (bsc#1095344). - xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at (bsc#1095344). - xfs: use xfs_iext_get_extent instead of open coding it (bsc#1095344). - xfs: use xfs_iext_get_extent in xfs_bmap_first_unused (bsc#1095344).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1030575 1031660 1042286 1051684 1051685 1053259 1062604 1064232 1065364 1082519 1082863 1084536 1085042 1088810 1089066 1092903 1094466 1095344 1096547 1097104 1099597 1099811 1099813 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1099993 1099999 1100000 1100001 1100152 1102517 1102715 1102870 1103445 1104129 1104319 1104495 1104789 1105292 1105296 1105322 1105348 1105396 1105536 1106016 1106095 1106369 1106509 1106511 1106512 1106594 1107689 1107735 1107966 1108239 1108399 1109333 1110018 1113534 1113652 1116574 1126068 1126069 1133185 1133191 1136446 1137597 1154212 1158442 1160968 1162972 1172698 1172704 1176012 1176072 1176382 1176896 1176931 1177409 1177412 1177413 1177414 919648 920236 922488 922496 922499 922500 955837 971793 973570 977646 977648 977650 979064 979074 979252 980856 980883 983144 984764 CVE-2013-7446 CVE-2015-0209 CVE-2015-0286 CVE-2015-0287 CVE-2015-0288 CVE-2015-0289 CVE-2015-0293 CVE-2015-8816 CVE-2016-0264 CVE-2016-0363 CVE-2016-0376 CVE-2016-0686 CVE-2016-0687 CVE-2016-0758 CVE-2016-1583 CVE-2016-2053 CVE-2016-3134 CVE-2016-3422 CVE-2016-3426 CVE-2016-3427 CVE-2016-3443 CVE-2016-3449 CVE-2016-4470 CVE-2016-4565 CVE-2016-8610 CVE-2017-7308 CVE-2017-7546 CVE-2017-7547 CVE-2017-7548 CVE-2018-0734 CVE-2018-10853 CVE-2018-10876 CVE-2018-10877 CVE-2018-10878 CVE-2018-10879 CVE-2018-10880 CVE-2018-10881 CVE-2018-10882 CVE-2018-10883 CVE-2018-10902 CVE-2018-10938 CVE-2018-10940 CVE-2018-12896 CVE-2018-13093 CVE-2018-13094 CVE-2018-13095 CVE-2018-13785 CVE-2018-14617 CVE-2018-14678 CVE-2018-15572 CVE-2018-15594 CVE-2018-16276 CVE-2018-16658 CVE-2018-17182 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3214 CVE-2018-5407 CVE-2018-5740 CVE-2018-5743 CVE-2018-5745 CVE-2018-6554 CVE-2018-6555 CVE-2018-7480 CVE-2018-7757 CVE-2018-9363 CVE-2019-11477 CVE-2019-11478 CVE-2019-11487 CVE-2019-17631 CVE-2019-2933 CVE-2019-2945 CVE-2019-2958 CVE-2019-2962 CVE-2019-2964 CVE-2019-2973 CVE-2019-2975 CVE-2019-2978 CVE-2019-2981 CVE-2019-2983 CVE-2019-2988 CVE-2019-2989 CVE-2019-2992 CVE-2019-2996 CVE-2019-2999 CVE-2019-3846 CVE-2019-6465 CVE-2020-0429 CVE-2020-0431 CVE-2020-14381 CVE-2020-14386 CVE-2020-25212 CVE-2020-2583 CVE-2020-2593 CVE-2020-2604 CVE-2020-2659 CVE-2020-27670 CVE-2020-27671 CVE-2020-27672 CVE-2020-27673 CVE-2020-8023 SUSE-SU-2015:0541-1 SUSE-SU-2016:1299-1 SUSE-SU-2016:2014-1 SUSE-SU-2017:1302-1 SUSE-SU-2017:2355-1 SUSE-SU-2018:3084-1 SUSE-SU-2018:3933-1 SUSE-SU-2018:4068-1 SUSE-SU-2019:1449-1 SUSE-SU-2020:0024-1 SUSE-SU-2020:0456-1 SUSE-SU-2020:1855-1 SUSE-SU-2020:3088-1
|
Platform(s): | SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA 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-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 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-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-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 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 OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed AND Package Information
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.3.0esr-22 is installed
OR MozillaFirefox-translations-38.3.0esr-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libsndfile-1.0.25-21 is installed
OR libsndfile1-1.0.25-21 is installed
OR libsndfile1-32bit-1.0.25-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
ldb-1.1.24-4 is installed
OR libdcerpc-binding0-4.2.4-6 is installed
OR libdcerpc-binding0-32bit-4.2.4-6 is installed
OR libdcerpc0-4.2.4-6 is installed
OR libdcerpc0-32bit-4.2.4-6 is installed
OR libgensec0-4.2.4-6 is installed
OR libgensec0-32bit-4.2.4-6 is installed
OR libldb1-1.1.24-4 is installed
OR libldb1-32bit-1.1.24-4 is installed
OR libndr-krb5pac0-4.2.4-6 is installed
OR libndr-krb5pac0-32bit-4.2.4-6 is installed
OR libndr-nbt0-4.2.4-6 is installed
OR libndr-nbt0-32bit-4.2.4-6 is installed
OR libndr-standard0-4.2.4-6 is installed
OR libndr-standard0-32bit-4.2.4-6 is installed
OR libndr0-4.2.4-6 is installed
OR libndr0-32bit-4.2.4-6 is installed
OR libnetapi0-4.2.4-6 is installed
OR libnetapi0-32bit-4.2.4-6 is installed
OR libregistry0-4.2.4-6 is installed
OR libsamba-credentials0-4.2.4-6 is installed
OR libsamba-credentials0-32bit-4.2.4-6 is installed
OR libsamba-hostconfig0-4.2.4-6 is installed
OR libsamba-hostconfig0-32bit-4.2.4-6 is installed
OR libsamba-passdb0-4.2.4-6 is installed
OR libsamba-passdb0-32bit-4.2.4-6 is installed
OR libsamba-util0-4.2.4-6 is installed
OR libsamba-util0-32bit-4.2.4-6 is installed
OR libsamdb0-4.2.4-6 is installed
OR libsamdb0-32bit-4.2.4-6 is installed
OR libsmbclient-raw0-4.2.4-6 is installed
OR libsmbclient-raw0-32bit-4.2.4-6 is installed
OR libsmbclient0-4.2.4-6 is installed
OR libsmbclient0-32bit-4.2.4-6 is installed
OR libsmbconf0-4.2.4-6 is installed
OR libsmbconf0-32bit-4.2.4-6 is installed
OR libsmbldap0-4.2.4-6 is installed
OR libsmbldap0-32bit-4.2.4-6 is installed
OR libtalloc2-2.1.5-4 is installed
OR libtalloc2-32bit-2.1.5-4 is installed
OR libtdb1-1.3.8-4 is installed
OR libtdb1-32bit-1.3.8-4 is installed
OR libtevent-util0-4.2.4-6 is installed
OR libtevent-util0-32bit-4.2.4-6 is installed
OR libtevent0-0.9.26-4 is installed
OR libtevent0-32bit-0.9.26-4 is installed
OR libwbclient0-4.2.4-6 is installed
OR libwbclient0-32bit-4.2.4-6 is installed
OR pytalloc-2.1.5-4 is installed
OR pytalloc-32bit-2.1.5-4 is installed
OR samba-4.2.4-6 is installed
OR samba-32bit-4.2.4-6 is installed
OR samba-client-4.2.4-6 is installed
OR samba-client-32bit-4.2.4-6 is installed
OR samba-doc-4.2.4-6 is installed
OR samba-libs-4.2.4-6 is installed
OR samba-libs-32bit-4.2.4-6 is installed
OR samba-winbind-4.2.4-6 is installed
OR samba-winbind-32bit-4.2.4-6 is installed
OR talloc-2.1.5-4 is installed
OR tdb-1.3.8-4 is installed
OR tevent-0.9.26-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND sudo-1.8.10p3-10.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libpython3_4m1_0-3.4.6-24 is installed
OR python3-base-3.4.6-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libX11-6-1.6.2-12.5 is installed
OR libX11-6-32bit-1.6.2-12.5 is installed
OR libX11-data-1.6.2-12.5 is installed
OR libX11-xcb1-1.6.2-12.5 is installed
OR libX11-xcb1-32bit-1.6.2-12.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cyrus-sasl-2.1.26-3 is installed
OR cyrus-sasl-32bit-2.1.26-3 is installed
OR cyrus-sasl-crammd5-2.1.26-3 is installed
OR cyrus-sasl-crammd5-32bit-2.1.26-3 is installed
OR cyrus-sasl-devel-2.1.26-3 is installed
OR cyrus-sasl-digestmd5-2.1.26-3 is installed
OR cyrus-sasl-digestmd5-32bit-2.1.26-3 is installed
OR cyrus-sasl-gssapi-2.1.26-3 is installed
OR cyrus-sasl-gssapi-32bit-2.1.26-3 is installed
OR cyrus-sasl-otp-2.1.26-3 is installed
OR cyrus-sasl-plain-2.1.26-3 is installed
OR cyrus-sasl-plain-32bit-2.1.26-3 is installed
OR cyrus-sasl-saslauthd-2.1.26-3 is installed
OR libsasl2-3-2.1.26-3 is installed
OR libsasl2-3-32bit-2.1.26-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
apparmor-abstractions-2.12.2-7.17 is installed
OR apparmor-docs-2.12.2-7.17 is installed
OR apparmor-parser-2.12.2-7.17 is installed
OR apparmor-parser-lang-2.12.2-7.17 is installed
OR apparmor-profiles-2.12.2-7.17 is installed
OR apparmor-utils-2.12.2-7.17 is installed
OR apparmor-utils-lang-2.12.2-7.17 is installed
OR pam_apparmor-2.12.2-7.17 is installed
OR pam_apparmor-32bit-2.12.2-7.17 is installed
OR perl-apparmor-2.12.2-7.17 is installed
OR python3-apparmor-2.12.2-7.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND Package Information
containerd-1.2.6-5.16 is installed
OR docker-19.03.1_ce-6.26 is installed
OR docker-bash-completion-19.03.1_ce-6.26 is installed
OR docker-libnetwork-0.7.0.1+gitr2800_fc5a7d91d54c-4.15 is installed
OR docker-runc-1.0.0rc8+gitr3826_425e105d5a03-6.21 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2800_fc5a7d91d54c-4.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libquicktime-1.2.4cvs20150223-4 is installed
OR libquicktime-devel-1.2.4cvs20150223-4 is installed
OR libquicktime0-1.2.4cvs20150223-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
cups-pk-helper-0.2.6-1 is installed
OR cups-pk-helper-lang-0.2.6-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND ocaml-libguestfs-devel-1.38.0-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
crash-7.2.1-7 is installed
OR crash-devel-7.2.1-7 is installed
OR crash-kmp-default-7.2.1_k4.12.14_195-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.5-4 is installed
OR libslurm32-17.11.5-4 is installed
OR perl-slurm-17.11.5-4 is installed
OR slurm-17.11.5-4 is installed
OR slurm-auth-none-17.11.5-4 is installed
OR slurm-config-17.11.5-4 is installed
OR slurm-devel-17.11.5-4 is installed
OR slurm-doc-17.11.5-4 is installed
OR slurm-lua-17.11.5-4 is installed
OR slurm-munge-17.11.5-4 is installed
OR slurm-node-17.11.5-4 is installed
OR slurm-pam_slurm-17.11.5-4 is installed
OR slurm-plugins-17.11.5-4 is installed
OR slurm-slurmdbd-17.11.5-4 is installed
OR slurm-sql-17.11.5-4 is installed
OR slurm-torque-17.11.5-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
apache2-2.4.33-1 is installed
OR apache2-devel-2.4.33-1 is installed
OR apache2-doc-2.4.33-1 is installed
OR apache2-prefork-2.4.33-1 is installed
OR apache2-utils-2.4.33-1 is installed
OR apache2-worker-2.4.33-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
389-ds-1.4.0.3-2 is installed
OR 389-ds-devel-1.4.0.3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
mono-core-2.6.7-0.16 is installed
OR mono-data-2.6.7-0.16 is installed
OR mono-data-postgresql-2.6.7-0.16 is installed
OR mono-data-sqlite-2.6.7-0.16 is installed
OR mono-locale-extras-2.6.7-0.16 is installed
OR mono-nunit-2.6.7-0.16 is installed
OR mono-web-2.6.7-0.16 is installed
OR mono-winforms-2.6.7-0.16 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
mono-core-2.6.7-0.16 is installed
OR mono-data-2.6.7-0.16 is installed
OR mono-data-postgresql-2.6.7-0.16 is installed
OR mono-data-sqlite-2.6.7-0.16 is installed
OR mono-locale-extras-2.6.7-0.16 is installed
OR mono-nunit-2.6.7-0.16 is installed
OR mono-web-2.6.7-0.16 is installed
OR mono-winforms-2.6.7-0.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libxml2-2.7.6-0.44 is installed
OR libxml2-32bit-2.7.6-0.44 is installed
OR libxml2-doc-2.7.6-0.44 is installed
OR libxml2-python-2.7.6-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libxml2-2.7.6-0.44 is installed
OR libxml2-32bit-2.7.6-0.44 is installed
OR libxml2-doc-2.7.6-0.44 is installed
OR libxml2-python-2.7.6-0.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND kvm-1.4.2-53.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libopenssl1_0_0-1.0.1i-20 is installed
OR libopenssl1_0_0-32bit-1.0.1i-20 is installed
OR libopenssl1_0_0-hmac-1.0.1i-20 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-20 is installed
OR openssl-1.0.1i-20 is installed
OR openssl-doc-1.0.1i-20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libopenssl1_0_0-1.0.1i-20 is installed
OR libopenssl1_0_0-32bit-1.0.1i-20 is installed
OR libopenssl1_0_0-hmac-1.0.1i-20 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-20 is installed
OR openssl-1.0.1i-20 is installed
OR openssl-doc-1.0.1i-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
glib2-lang-2.38.2-5 is installed
OR glib2-tools-2.38.2-5 is installed
OR libgio-2_0-0-2.38.2-5 is installed
OR libgio-2_0-0-32bit-2.38.2-5 is installed
OR libglib-2_0-0-2.38.2-5 is installed
OR libglib-2_0-0-32bit-2.38.2-5 is installed
OR libgmodule-2_0-0-2.38.2-5 is installed
OR libgmodule-2_0-0-32bit-2.38.2-5 is installed
OR libgobject-2_0-0-2.38.2-5 is installed
OR libgobject-2_0-0-32bit-2.38.2-5 is installed
OR libgthread-2_0-0-2.38.2-5 is installed
OR libgthread-2_0-0-32bit-2.38.2-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libstorage-2.25.35.1-3 is installed
OR libstorage-ruby-2.25.35.1-3 is installed
OR libstorage6-2.25.35.1-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libstorage-2.25.35.1-3 is installed
OR libstorage-ruby-2.25.35.1-3 is installed
OR libstorage6-2.25.35.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache2-mod_jk-1.2.40-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
java-1_8_0-openjdk-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-demo-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-devel-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-headless-1.8.0.111-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
java-1_8_0-openjdk-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-demo-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-devel-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-headless-1.8.0.111-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL 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 SP2-BCL 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 |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libpython2_7-1_0-2.7.13-28.26 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.26 is installed
OR python-2.7.13-28.26 is installed
OR python-32bit-2.7.13-28.26 is installed
OR python-base-2.7.13-28.26 is installed
OR python-base-32bit-2.7.13-28.26 is installed
OR python-curses-2.7.13-28.26 is installed
OR python-demo-2.7.13-28.26 is installed
OR python-devel-2.7.13-28.26 is installed
OR python-doc-2.7.13-28.26 is installed
OR python-doc-pdf-2.7.13-28.26 is installed
OR python-gdbm-2.7.13-28.26 is installed
OR python-idle-2.7.13-28.26 is installed
OR python-tk-2.7.13-28.26 is installed
OR python-xml-2.7.13-28.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libpython2_7-1_0-2.7.13-28.26 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.26 is installed
OR python-2.7.13-28.26 is installed
OR python-32bit-2.7.13-28.26 is installed
OR python-base-2.7.13-28.26 is installed
OR python-base-32bit-2.7.13-28.26 is installed
OR python-curses-2.7.13-28.26 is installed
OR python-demo-2.7.13-28.26 is installed
OR python-devel-2.7.13-28.26 is installed
OR python-doc-2.7.13-28.26 is installed
OR python-doc-pdf-2.7.13-28.26 is installed
OR python-gdbm-2.7.13-28.26 is installed
OR python-idle-2.7.13-28.26 is installed
OR python-tk-2.7.13-28.26 is installed
OR python-xml-2.7.13-28.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_114-92_64-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libxml2-2.9.4-46.3 is installed
OR libxml2-2-2.9.4-46.3 is installed
OR libxml2-2-32bit-2.9.4-46.3 is installed
OR libxml2-doc-2.9.4-46.3 is installed
OR libxml2-tools-2.9.4-46.3 is installed
OR python-libxml2-2.9.4-46.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libxml2-2.9.4-46.3 is installed
OR libxml2-2-2.9.4-46.3 is installed
OR libxml2-2-32bit-2.9.4-46.3 is installed
OR libxml2-doc-2.9.4-46.3 is installed
OR libxml2-tools-2.9.4-46.3 is installed
OR python-libxml2-2.9.4-46.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND autofs-5.0.9-27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
ghostscript-9.27-23.31 is installed
OR ghostscript-x11-9.27-23.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
ghostscript-9.27-23.31 is installed
OR ghostscript-x11-9.27-23.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
postgresql96-9.6.17-3.33 is installed
OR postgresql96-contrib-9.6.17-3.33 is installed
OR postgresql96-docs-9.6.17-3.33 is installed
OR postgresql96-libs-9.6.17-3.33 is installed
OR postgresql96-plperl-9.6.17-3.33 is installed
OR postgresql96-plpython-9.6.17-3.33 is installed
OR postgresql96-pltcl-9.6.17-3.33 is installed
OR postgresql96-server-9.6.17-3.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
postgresql96-9.6.17-3.33 is installed
OR postgresql96-contrib-9.6.17-3.33 is installed
OR postgresql96-docs-9.6.17-3.33 is installed
OR postgresql96-libs-9.6.17-3.33 is installed
OR postgresql96-plperl-9.6.17-3.33 is installed
OR postgresql96-plpython-9.6.17-3.33 is installed
OR postgresql96-pltcl-9.6.17-3.33 is installed
OR postgresql96-server-9.6.17-3.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
libtirpc-1.0.1-17.6 is installed
OR libtirpc-netconfig-1.0.1-17.6 is installed
OR libtirpc3-1.0.1-17.6 is installed
OR libtirpc3-32bit-1.0.1-17.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
ghostscript-9.27-23.31 is installed
OR ghostscript-x11-9.27-23.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
ghostscript-9.27-23.31 is installed
OR ghostscript-x11-9.27-23.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kernel-default-4.4.121-92.95 is installed
OR kernel-default-base-4.4.121-92.95 is installed
OR kernel-default-devel-4.4.121-92.95 is installed
OR kernel-devel-4.4.121-92.95 is installed
OR kernel-macros-4.4.121-92.95 is installed
OR kernel-source-4.4.121-92.95 is installed
OR kernel-syms-4.4.121-92.95 is installed
OR kgraft-patch-4_4_121-92_95-default-1-3.4 is installed
OR kgraft-patch-SLE12-SP2_Update_25-1-3.4 is installed
OR lttng-modules-2.7.1-9.6 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr6.0-30.60 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr6.0-30.60 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr6.0-30.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.24.20 is installed
OR openldap2-2.4.41-18.24.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libimobiledevice-1.1.5-6 is installed
OR libimobiledevice-tools-1.1.5-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-54 is installed
OR libMagick++-6_Q16-3-6.8.8.1-54 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gnome-shell-3.20.4-77.7 is installed
OR gnome-shell-calendar-3.20.4-77.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwebkit2gtk3-lang-2.24.0-2.38 is installed
OR webkit2gtk3-2.24.0-2.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
evolution-3.22.6-19.9 is installed
OR evolution-lang-3.22.6-19.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.27 is installed
OR bind-chrootenv-9.9.6P1-0.27 is installed
OR bind-doc-9.9.6P1-0.27 is installed
OR bind-libs-9.9.6P1-0.27 is installed
OR bind-libs-32bit-9.9.6P1-0.27 is installed
OR bind-utils-9.9.6P1-0.27 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-Pillow-2.7.0-4.3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND ansible-2.4.6.0-3.3 is installed
|