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 1042286 1047059 1047095 1049086 1062604 1064232 1065237 1065364 1082519 1082863 1083507 1084536 1085042 1088810 1089066 1090671 1092548 1092903 1094466 1095344 1096547 1097104 1097410 1099597 1099811 1099813 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1099993 1099999 1100000 1100001 1100152 1102517 1102715 1102870 1103445 1103511 1104319 1104495 1105292 1105296 1105322 1105348 1105396 1105536 1106016 1106095 1106369 1106509 1106511 1106512 1106594 1106853 1106873 1107689 1107735 1107966 1108239 1108399 1108627 1108637 1109333 1110358 1111622 1119069 1119105 1119183 1121816 1121821 1122668 1129346 1130847 1131709 1169740 1171355 1172651 1173334 1173659 1173942 1174247 1174421 CVE-2015-9262 CVE-2017-10788 CVE-2017-10789 CVE-2017-10978 CVE-2017-10983 CVE-2017-10984 CVE-2017-10985 CVE-2017-10986 CVE-2017-10987 CVE-2017-10988 CVE-2017-11613 CVE-2017-18207 CVE-2017-9935 CVE-2018-0495 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-12384 CVE-2018-12404 CVE-2018-12405 CVE-2018-12896 CVE-2018-13093 CVE-2018-13094 CVE-2018-13095 CVE-2018-14617 CVE-2018-14678 CVE-2018-15572 CVE-2018-15594 CVE-2018-16276 CVE-2018-16335 CVE-2018-16658 CVE-2018-17100 CVE-2018-17101 CVE-2018-17182 CVE-2018-17466 CVE-2018-17795 CVE-2018-18074 CVE-2018-18492 CVE-2018-18493 CVE-2018-18494 CVE-2018-18498 CVE-2018-5150 CVE-2018-5154 CVE-2018-5155 CVE-2018-5157 CVE-2018-5158 CVE-2018-5159 CVE-2018-5168 CVE-2018-5174 CVE-2018-5178 CVE-2018-5183 CVE-2018-6554 CVE-2018-6555 CVE-2018-7480 CVE-2018-7757 CVE-2018-8956 CVE-2018-9363 CVE-2019-16746 CVE-2019-6109 CVE-2019-6111 CVE-2019-9636 CVE-2019-9948 CVE-2020-11668 CVE-2020-11868 CVE-2020-13817 CVE-2020-14331 CVE-2020-15025 CVE-2020-15705 SUSE-SU-2017:2202-1 SUSE-SU-2018:1334-2 SUSE-SU-2018:1450-1 SUSE-SU-2018:2040-1 SUSE-SU-2018:2841-1 SUSE-SU-2018:3084-1 SUSE-SU-2018:3289-1 SUSE-SU-2018:4236-1 SUSE-SU-2019:1439-1 SUSE-SU-2019:1524-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 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 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 Raspberry Pi 12 SP2 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-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 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 OpenStack Cloud 5 SUSE OpenStack Cloud 6 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
aaa_base-13.2+git20140911.61c1681-4.6 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-4.6 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
MozillaFirefox-52.0-55.2 is installed
OR MozillaFirefox-branding-upstream-52.0-55.2 is installed
OR MozillaFirefox-buildsymbols-52.0-55.2 is installed
OR MozillaFirefox-devel-52.0-55.2 is installed
OR MozillaFirefox-translations-common-52.0-55.2 is installed
OR MozillaFirefox-translations-other-52.0-55.2 is installed
OR java-1_8_0-openjdk-1.8.0.121-8.1 is installed
OR java-1_8_0-openjdk-accessibility-1.8.0.121-8.1 is installed
OR java-1_8_0-openjdk-demo-1.8.0.121-8.1 is installed
OR java-1_8_0-openjdk-devel-1.8.0.121-8.1 is installed
OR java-1_8_0-openjdk-headless-1.8.0.121-8.1 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.121-8.1 is installed
OR java-1_8_0-openjdk-src-1.8.0.121-8.1 is installed
OR libfreebl3-3.28.3-38.1 is installed
OR libfreebl3-32bit-3.28.3-38.1 is installed
OR libsoftokn3-3.28.3-38.1 is installed
OR libsoftokn3-32bit-3.28.3-38.1 is installed
OR mozilla-nss-3.28.3-38.1 is installed
OR mozilla-nss-32bit-3.28.3-38.1 is installed
OR mozilla-nss-certs-3.28.3-38.1 is installed
OR mozilla-nss-certs-32bit-3.28.3-38.1 is installed
OR mozilla-nss-devel-3.28.3-38.1 is installed
OR mozilla-nss-sysinit-3.28.3-38.1 is installed
OR mozilla-nss-sysinit-32bit-3.28.3-38.1 is installed
OR mozilla-nss-tools-3.28.3-38.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
dnsmasq-2.71-4 is installed
OR dnsmasq-utils-2.71-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
krb5-1.6.3-133.49.58.1 is installed
OR krb5-32bit-1.6.3-133.49.58.1 is installed
OR krb5-client-1.6.3-133.49.58.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND a2ps-4.13-1326.37.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
flash-player-11.2.202.521-0.17.1 is installed
OR flash-player-gnome-11.2.202.521-0.17.1 is installed
OR flash-player-kde4-11.2.202.521-0.17.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libpolkit0-0.112-2 is installed
OR libpolkit0-32bit-0.112-2 is installed
OR polkit-0.112-2 is installed
OR typelib-1_0-Polkit-1_0-0.112-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.111-17.1 is installed
OR java-1_8_0-openjdk-headless-1.8.0.111-17.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
evince-3.20.1-6.16.1 is installed
OR evince-browser-plugin-3.20.1-6.16.1 is installed
OR evince-lang-3.20.1-6.16.1 is installed
OR evince-plugin-djvudocument-3.20.1-6.16.1 is installed
OR evince-plugin-dvidocument-3.20.1-6.16.1 is installed
OR evince-plugin-pdfdocument-3.20.1-6.16.1 is installed
OR evince-plugin-psdocument-3.20.1-6.16.1 is installed
OR evince-plugin-tiffdocument-3.20.1-6.16.1 is installed
OR evince-plugin-xpsdocument-3.20.1-6.16.1 is installed
OR libevdocument3-4-3.20.1-6.16.1 is installed
OR libevview3-3-3.20.1-6.16.1 is installed
OR nautilus-evince-3.20.1-6.16.1 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-6.16.1 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-6.16.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
bind-devel-9.11.2-10 is installed
OR bind-utils-9.11.2-10 is installed
OR libbind9-160-9.11.2-10 is installed
OR libdns169-9.11.2-10 is installed
OR libirs-devel-9.11.2-10 is installed
OR libirs160-9.11.2-10 is installed
OR libisc166-9.11.2-10 is installed
OR libisccc160-9.11.2-10 is installed
OR libisccfg160-9.11.2-10 is installed
OR liblwres160-9.11.2-10 is installed
OR python3-bind-9.11.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.8.3-49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-66 is installed
OR libopenssl0_9_8-0.9.8j-66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.53-60.30 is installed
OR kernel-ec2-devel-3.12.53-60.30 is installed
OR kernel-ec2-extra-3.12.53-60.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND openssl-certs-0.9.8h-27.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND openssl-certs-0.9.8h-27.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND openssl-certs-0.9.8h-27.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND openssl-certs-0.9.8h-27.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND openssl-certs-0.9.8h-27.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND mailman-2.1.14-9.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND mailman-2.1.14-9.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND mailman-2.1.14-9.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND amavisd-new-2.6.2-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
krb5-1.8.6-133.49.125.11 is installed
OR krb5-32bit-1.8.6-133.49.125.11 is installed
OR krb5-apps-clients-1.8.6-133.49.125.11 is installed
OR krb5-apps-servers-1.8.6-133.49.125.11 is installed
OR krb5-client-1.8.6-133.49.125.11 is installed
OR krb5-devel-1.8.6-133.49.125.11 is installed
OR krb5-devel-32bit-1.8.6-133.49.125.11 is installed
OR krb5-doc-1.8.6-133.49.125.11 is installed
OR krb5-plugin-kdb-ldap-1.8.6-133.49.125.11 is installed
OR krb5-plugin-preauth-pkinit-1.8.6-133.49.125.11 is installed
OR krb5-server-1.8.6-133.49.125.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
krb5-1.8.6-133.49.125.11 is installed
OR krb5-32bit-1.8.6-133.49.125.11 is installed
OR krb5-apps-clients-1.8.6-133.49.125.11 is installed
OR krb5-apps-servers-1.8.6-133.49.125.11 is installed
OR krb5-client-1.8.6-133.49.125.11 is installed
OR krb5-devel-1.8.6-133.49.125.11 is installed
OR krb5-devel-32bit-1.8.6-133.49.125.11 is installed
OR krb5-doc-1.8.6-133.49.125.11 is installed
OR krb5-plugin-kdb-ldap-1.8.6-133.49.125.11 is installed
OR krb5-plugin-preauth-pkinit-1.8.6-133.49.125.11 is installed
OR krb5-server-1.8.6-133.49.125.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ghostscript-fonts-other-8.62-32.34 is installed
OR ghostscript-fonts-rus-8.62-32.34 is installed
OR ghostscript-fonts-std-8.62-32.34 is installed
OR ghostscript-library-8.62-32.34 is installed
OR ghostscript-omni-8.62-32.34 is installed
OR ghostscript-x11-8.62-32.34 is installed
OR libgimpprint-4.2.7-32.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ghostscript-fonts-other-8.62-32.34 is installed
OR ghostscript-fonts-rus-8.62-32.34 is installed
OR ghostscript-fonts-std-8.62-32.34 is installed
OR ghostscript-library-8.62-32.34 is installed
OR ghostscript-omni-8.62-32.34 is installed
OR ghostscript-x11-8.62-32.34 is installed
OR libgimpprint-4.2.7-32.34 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ghostscript-fonts-other-8.62-32.34 is installed
OR ghostscript-fonts-rus-8.62-32.34 is installed
OR ghostscript-fonts-std-8.62-32.34 is installed
OR ghostscript-library-8.62-32.34 is installed
OR ghostscript-omni-8.62-32.34 is installed
OR ghostscript-x11-8.62-32.34 is installed
OR libgimpprint-4.2.7-32.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND aaa_base-11-6.65 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.47 is installed
OR kernel-default-base-3.0.101-0.7.47 is installed
OR kernel-default-devel-3.0.101-0.7.47 is installed
OR kernel-default-man-3.0.101-0.7.47 is installed
OR kernel-ec2-3.0.101-0.7.47 is installed
OR kernel-ec2-base-3.0.101-0.7.47 is installed
OR kernel-ec2-devel-3.0.101-0.7.47 is installed
OR kernel-pae-3.0.101-0.7.47 is installed
OR kernel-pae-base-3.0.101-0.7.47 is installed
OR kernel-pae-devel-3.0.101-0.7.47 is installed
OR kernel-source-3.0.101-0.7.47 is installed
OR kernel-syms-3.0.101-0.7.47 is installed
OR kernel-trace-3.0.101-0.7.47 is installed
OR kernel-trace-base-3.0.101-0.7.47 is installed
OR kernel-trace-devel-3.0.101-0.7.47 is installed
OR kernel-xen-3.0.101-0.7.47 is installed
OR kernel-xen-base-3.0.101-0.7.47 is installed
OR kernel-xen-devel-3.0.101-0.7.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.47 is installed
OR kernel-default-base-3.0.101-0.7.47 is installed
OR kernel-default-devel-3.0.101-0.7.47 is installed
OR kernel-default-man-3.0.101-0.7.47 is installed
OR kernel-ec2-3.0.101-0.7.47 is installed
OR kernel-ec2-base-3.0.101-0.7.47 is installed
OR kernel-ec2-devel-3.0.101-0.7.47 is installed
OR kernel-pae-3.0.101-0.7.47 is installed
OR kernel-pae-base-3.0.101-0.7.47 is installed
OR kernel-pae-devel-3.0.101-0.7.47 is installed
OR kernel-source-3.0.101-0.7.47 is installed
OR kernel-syms-3.0.101-0.7.47 is installed
OR kernel-trace-3.0.101-0.7.47 is installed
OR kernel-trace-base-3.0.101-0.7.47 is installed
OR kernel-trace-devel-3.0.101-0.7.47 is installed
OR kernel-xen-3.0.101-0.7.47 is installed
OR kernel-xen-base-3.0.101-0.7.47 is installed
OR kernel-xen-devel-3.0.101-0.7.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-postgresql-2.6.7-0.13 is installed
OR mono-data-sqlite-2.6.7-0.13 is installed
OR mono-locale-extras-2.6.7-0.13 is installed
OR mono-nunit-2.6.7-0.13 is installed
OR mono-web-2.6.7-0.13 is installed
OR mono-winforms-2.6.7-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-postgresql-2.6.7-0.13 is installed
OR mono-data-sqlite-2.6.7-0.13 is installed
OR mono-locale-extras-2.6.7-0.13 is installed
OR mono-nunit-2.6.7-0.13 is installed
OR mono-web-2.6.7-0.13 is installed
OR mono-winforms-2.6.7-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-postgresql-2.6.7-0.13 is installed
OR mono-data-sqlite-2.6.7-0.13 is installed
OR mono-locale-extras-2.6.7-0.13 is installed
OR mono-nunit-2.6.7-0.13 is installed
OR mono-web-2.6.7-0.13 is installed
OR mono-winforms-2.6.7-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-postgresql-2.6.7-0.13 is installed
OR mono-data-sqlite-2.6.7-0.13 is installed
OR mono-locale-extras-2.6.7-0.13 is installed
OR mono-nunit-2.6.7-0.13 is installed
OR mono-web-2.6.7-0.13 is installed
OR mono-winforms-2.6.7-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-postgresql-2.6.7-0.13 is installed
OR mono-data-sqlite-2.6.7-0.13 is installed
OR mono-locale-extras-2.6.7-0.13 is installed
OR mono-nunit-2.6.7-0.13 is installed
OR mono-web-2.6.7-0.13 is installed
OR mono-winforms-2.6.7-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PackageKit-0.3.14-2.28 is installed
OR PackageKit-lang-0.3.14-2.28 is installed
OR hal-0.5.12-23.68 is installed
OR hal-32bit-0.5.12-23.68 is installed
OR hal-doc-0.5.12-23.68 is installed
OR hal-x86-0.5.12-23.68 is installed
OR libpackagekit-glib10-0.3.14-2.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.36.1 is installed
OR bind-chrootenv-9.9.6P1-0.36.1 is installed
OR bind-doc-9.9.6P1-0.36.1 is installed
OR bind-libs-9.9.6P1-0.36.1 is installed
OR bind-libs-32bit-9.9.6P1-0.36.1 is installed
OR bind-utils-9.9.6P1-0.36.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
curl-7.19.7-1.70.3 is installed
OR libcurl4-7.19.7-1.70.3 is installed
OR libcurl4-32bit-7.19.7-1.70.3 is installed
OR libcurl4-x86-7.19.7-1.70.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
curl-7.19.7-1.70.3 is installed
OR libcurl4-7.19.7-1.70.3 is installed
OR libcurl4-32bit-7.19.7-1.70.3 is installed
OR libcurl4-x86-7.19.7-1.70.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND a2ps-4.13-1326.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
gnutls-3.2.15-4 is installed
OR libgnutls-openssl27-3.2.15-4 is installed
OR libgnutls28-3.2.15-4 is installed
OR libgnutls28-32bit-3.2.15-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
gnutls-3.2.15-4 is installed
OR libgnutls-openssl27-3.2.15-4 is installed
OR libgnutls28-3.2.15-4 is installed
OR libgnutls28-32bit-3.2.15-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
colord-gtk-lang-0.1.25-3.113 is installed
OR libcolord-gtk1-0.1.25-3.113 is installed
OR libcolord2-1.1.7-2.42 is installed
OR libcolord2-32bit-1.1.7-2.42 is installed
OR libcolorhug2-1.1.7-2.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
kernel-default-3.12.51-60.20 is installed
OR kernel-default-base-3.12.51-60.20 is installed
OR kernel-default-devel-3.12.51-60.20 is installed
OR kernel-default-man-3.12.51-60.20 is installed
OR kernel-devel-3.12.51-60.20 is installed
OR kernel-macros-3.12.51-60.20 is installed
OR kernel-source-3.12.51-60.20 is installed
OR kernel-syms-3.12.51-60.20 is installed
OR kernel-xen-3.12.51-60.20 is installed
OR kernel-xen-base-3.12.51-60.20 is installed
OR kernel-xen-devel-3.12.51-60.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
kernel-default-3.12.51-60.20 is installed
OR kernel-default-base-3.12.51-60.20 is installed
OR kernel-default-devel-3.12.51-60.20 is installed
OR kernel-default-man-3.12.51-60.20 is installed
OR kernel-devel-3.12.51-60.20 is installed
OR kernel-macros-3.12.51-60.20 is installed
OR kernel-source-3.12.51-60.20 is installed
OR kernel-syms-3.12.51-60.20 is installed
OR kernel-xen-3.12.51-60.20 is installed
OR kernel-xen-base-3.12.51-60.20 is installed
OR kernel-xen-devel-3.12.51-60.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND shim-0.9-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.54 is installed
OR kernel-default-base-3.12.74-60.64.54 is installed
OR kernel-default-devel-3.12.74-60.64.54 is installed
OR kernel-default-man-3.12.74-60.64.54 is installed
OR kernel-devel-3.12.74-60.64.54 is installed
OR kernel-macros-3.12.74-60.64.54 is installed
OR kernel-source-3.12.74-60.64.54 is installed
OR kernel-syms-3.12.74-60.64.54 is installed
OR kernel-xen-3.12.74-60.64.54 is installed
OR kernel-xen-base-3.12.74-60.64.54 is installed
OR kernel-xen-devel-3.12.74-60.64.54 is installed
OR kgraft-patch-3_12_74-60_64_54-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_54-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_19-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.54 is installed
OR kernel-default-base-3.12.74-60.64.54 is installed
OR kernel-default-devel-3.12.74-60.64.54 is installed
OR kernel-default-man-3.12.74-60.64.54 is installed
OR kernel-devel-3.12.74-60.64.54 is installed
OR kernel-macros-3.12.74-60.64.54 is installed
OR kernel-source-3.12.74-60.64.54 is installed
OR kernel-syms-3.12.74-60.64.54 is installed
OR kernel-xen-3.12.74-60.64.54 is installed
OR kernel-xen-base-3.12.74-60.64.54 is installed
OR kernel-xen-devel-3.12.74-60.64.54 is installed
OR kgraft-patch-3_12_74-60_64_54-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_54-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_19-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
git-2.12.3-27.5.1 is installed
OR git-core-2.12.3-27.5.1 is installed
OR git-doc-2.12.3-27.5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
tar-1.27.1-11 is installed
OR tar-lang-1.27.1-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
tar-1.27.1-11 is installed
OR tar-lang-1.27.1-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
gdk-pixbuf-loader-rsvg-2.40.15-4 is installed
OR librsvg-2-2-2.40.15-4 is installed
OR librsvg-2-2-32bit-2.40.15-4 is installed
OR rsvg-view-2.40.15-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
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 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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
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 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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
ntp-4.2.8p15-88 is installed
OR ntp-doc-4.2.8p15-88 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
ntp-4.2.8p15-88 is installed
OR ntp-doc-4.2.8p15-88 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
freeradius-server-3.0.15-2.3 is installed
OR freeradius-server-doc-3.0.15-2.3 is installed
OR freeradius-server-krb5-3.0.15-2.3 is installed
OR freeradius-server-ldap-3.0.15-2.3 is installed
OR freeradius-server-libs-3.0.15-2.3 is installed
OR freeradius-server-mysql-3.0.15-2.3 is installed
OR freeradius-server-perl-3.0.15-2.3 is installed
OR freeradius-server-postgresql-3.0.15-2.3 is installed
OR freeradius-server-python-3.0.15-2.3 is installed
OR freeradius-server-sqlite-3.0.15-2.3 is installed
OR freeradius-server-utils-3.0.15-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
freeradius-server-3.0.15-2.3 is installed
OR freeradius-server-doc-3.0.15-2.3 is installed
OR freeradius-server-krb5-3.0.15-2.3 is installed
OR freeradius-server-ldap-3.0.15-2.3 is installed
OR freeradius-server-libs-3.0.15-2.3 is installed
OR freeradius-server-mysql-3.0.15-2.3 is installed
OR freeradius-server-perl-3.0.15-2.3 is installed
OR freeradius-server-postgresql-3.0.15-2.3 is installed
OR freeradius-server-python-3.0.15-2.3 is installed
OR freeradius-server-sqlite-3.0.15-2.3 is installed
OR freeradius-server-utils-3.0.15-2.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
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND squid-3.5.21-26.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND squid-3.5.21-26.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
curl-7.37.0-37.43 is installed
OR libcurl4-7.37.0-37.43 is installed
OR libcurl4-32bit-7.37.0-37.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
curl-7.37.0-37.43 is installed
OR libcurl4-7.37.0-37.43 is installed
OR libcurl4-32bit-7.37.0-37.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libspice-client-glib-2_0-8-0.33-3.6 is installed
OR libspice-client-glib-helper-0.33-3.6 is installed
OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
OR libspice-controller0-0.33-3.6 is installed
OR spice-gtk-0.33-3.6 is installed
OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libspice-client-glib-2_0-8-0.33-3.6 is installed
OR libspice-client-glib-helper-0.33-3.6 is installed
OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
OR libspice-controller0-0.33-3.6 is installed
OR spice-gtk-0.33-3.6 is installed
OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.5 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
ovmf-2017+git1510945757.b2662641d5-3.5 is installed
OR ovmf-tools-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-ovmf-x86_64-2017+git1510945757.b2662641d5-3.5 is installed
OR qemu-uefi-aarch64-2017+git1510945757.b2662641d5-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND axis-1.4-290.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND python-xdg-0.25-9.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND python-xdg-0.25-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
postgresql93-9.3.14-19 is installed
OR postgresql93-contrib-9.3.14-19 is installed
OR postgresql93-docs-9.3.14-19 is installed
OR postgresql93-server-9.3.14-19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
postgresql93-9.3.14-19 is installed
OR postgresql93-contrib-9.3.14-19 is installed
OR postgresql93-docs-9.3.14-19 is installed
OR postgresql93-server-9.3.14-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
augeas-1.2.0-10 is installed
OR augeas-lenses-1.2.0-10 is installed
OR libaugeas0-1.2.0-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
libipa_hbac0-1.13.4-34.23 is installed
OR libsss_idmap0-1.13.4-34.23 is installed
OR libsss_sudo-1.13.4-34.23 is installed
OR python-sssd-config-1.13.4-34.23 is installed
OR sssd-1.13.4-34.23 is installed
OR sssd-32bit-1.13.4-34.23 is installed
OR sssd-ad-1.13.4-34.23 is installed
OR sssd-ipa-1.13.4-34.23 is installed
OR sssd-krb5-1.13.4-34.23 is installed
OR sssd-krb5-common-1.13.4-34.23 is installed
OR sssd-ldap-1.13.4-34.23 is installed
OR sssd-proxy-1.13.4-34.23 is installed
OR sssd-tools-1.13.4-34.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND apache2-mod_security2-2.7.1-0.2.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND augeas-devel-0.9.0-3.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
Xerces-c-2.8.0-29.17 is installed
OR libXerces-c-devel-2.8.0-29.17 is installed
OR libXerces-c28-2.8.0-29.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND libssh4-0.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.554-114 is installed
OR flash-player-gnome-11.2.202.554-114 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-5 is installed
OR libpcrecpp0-32bit-8.39-5 is installed
OR pcre-8.39-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libwebkit2gtk3-lang-2.18.0-2.9 is installed
OR webkit2gtk3-2.18.0-2.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
gd-2.1.0-24.17 is installed
OR gd-32bit-2.1.0-24.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
openconnect-7.08-3.4 is installed
OR openconnect-lang-7.08-3.4 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
dhcp-4.2.4.P2-0.27.1 is installed
OR dhcp-client-4.2.4.P2-0.27.1 is installed
OR dhcp-relay-4.2.4.P2-0.27.1 is installed
OR dhcp-server-4.2.4.P2-0.27.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND crowbar-openstack-3.0+git.1456169766.1e60d19-1.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
iperf-3.1.3-6 is installed
OR iperf-devel-3.1.3-6 is installed
OR libiperf0-3.1.3-6 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
ffmpeg-3.1.6-5 is installed
OR ffmpeg-devel-2.8.10-9 is installed
OR libavcodec-devel-3.1.6-5 is installed
OR libavcodec56-2.8.10-9 is installed
OR libavcodec57-3.1.6-5 is installed
OR libavcodec57-32bit-3.2.4-6.3 is installed
OR libavdevice-devel-3.1.6-5 is installed
OR libavdevice56-2.8.10-9 is installed
OR libavdevice57-3.1.6-5 is installed
OR libavdevice57-32bit-3.2.4-6.3 is installed
OR libavfilter-devel-3.1.6-5 is installed
OR libavfilter5-2.8.10-9 is installed
OR libavfilter6-3.1.6-5 is installed
OR libavfilter6-32bit-3.2.4-6.3 is installed
OR libavformat-devel-3.1.6-5 is installed
OR libavformat56-2.8.10-9 is installed
OR libavformat57-3.1.6-5 is installed
OR libavformat57-32bit-3.2.4-6.3 is installed
OR libavresample-devel-3.1.6-5 is installed
OR libavresample2-2.8.10-9 is installed
OR libavresample3-3.1.6-5 is installed
OR libavresample3-32bit-3.2.4-6.3 is installed
OR libavutil-devel-3.1.6-5 is installed
OR libavutil54-2.8.10-9 is installed
OR libavutil55-3.1.6-5 is installed
OR libavutil55-32bit-3.2.4-6.3 is installed
OR libpostproc-devel-3.1.6-5 is installed
OR libpostproc53-2.8.10-9 is installed
OR libpostproc54-3.1.6-5 is installed
OR libpostproc54-32bit-3.2.4-6.3 is installed
OR libswresample-devel-3.1.6-5 is installed
OR libswresample1-2.8.10-9 is installed
OR libswresample2-3.1.6-5 is installed
OR libswresample2-32bit-3.2.4-6.3 is installed
OR libswscale-devel-3.1.6-5 is installed
OR libswscale3-2.8.10-9 is installed
OR libswscale4-3.1.6-5 is installed
OR libswscale4-32bit-3.2.4-6.3 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
ffmpeg-3.1.6-5 is installed
OR ffmpeg-devel-2.8.10-9 is installed
OR libavcodec-devel-3.1.6-5 is installed
OR libavcodec56-2.8.10-9 is installed
OR libavcodec57-3.1.6-5 is installed
OR libavcodec57-32bit-3.2.4-6.3 is installed
OR libavdevice-devel-3.1.6-5 is installed
OR libavdevice56-2.8.10-9 is installed
OR libavdevice57-3.1.6-5 is installed
OR libavdevice57-32bit-3.2.4-6.3 is installed
OR libavfilter-devel-3.1.6-5 is installed
OR libavfilter5-2.8.10-9 is installed
OR libavfilter6-3.1.6-5 is installed
OR libavfilter6-32bit-3.2.4-6.3 is installed
OR libavformat-devel-3.1.6-5 is installed
OR libavformat56-2.8.10-9 is installed
OR libavformat57-3.1.6-5 is installed
OR libavformat57-32bit-3.2.4-6.3 is installed
OR libavresample-devel-3.1.6-5 is installed
OR libavresample2-2.8.10-9 is installed
OR libavresample3-3.1.6-5 is installed
OR libavresample3-32bit-3.2.4-6.3 is installed
OR libavutil-devel-3.1.6-5 is installed
OR libavutil54-2.8.10-9 is installed
OR libavutil55-3.1.6-5 is installed
OR libavutil55-32bit-3.2.4-6.3 is installed
OR libpostproc-devel-3.1.6-5 is installed
OR libpostproc53-2.8.10-9 is installed
OR libpostproc54-3.1.6-5 is installed
OR libpostproc54-32bit-3.2.4-6.3 is installed
OR libswresample-devel-3.1.6-5 is installed
OR libswresample1-2.8.10-9 is installed
OR libswresample2-3.1.6-5 is installed
OR libswresample2-32bit-3.2.4-6.3 is installed
OR libswscale-devel-3.1.6-5 is installed
OR libswscale3-2.8.10-9 is installed
OR libswscale4-3.1.6-5 is installed
OR libswscale4-32bit-3.2.4-6.3 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
pdns-4.1.7-17 is installed
OR pdns-backend-geoip-4.1.2-lp150.3.10 is installed
OR pdns-backend-godbc-4.1.7-17 is installed
OR pdns-backend-ldap-4.1.7-17 is installed
OR pdns-backend-lua-4.1.7-17 is installed
OR pdns-backend-mydns-4.1.7-17 is installed
OR pdns-backend-mysql-4.1.7-17 is installed
OR pdns-backend-postgresql-4.1.7-17 is installed
OR pdns-backend-remote-4.1.7-17 is installed
OR pdns-backend-sqlite3-4.1.7-17 is installed
|