Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to 3.12.31 to receive various security and bugfixes.
Security issues fixed: CVE-2014-9322: A local privilege escalation in the x86_64 32bit compatibility signal handling was fixed, which could be used by local attackers to crash the machine or execute code.
CVE-2014-9090: Various issues in LDT handling in 32bit compatibility mode on the x86_64 platform were fixed, where local attackers could crash the machine.
CVE-2014-8133: Insufficient validation of TLS register usage could leak information from the kernel stack to userspace.
CVE-2014-7826: kernel/trace/trace_syscalls.c in the Linux kernel did not properly handle private syscall numbers during use of the ftrace subsystem, which allowed local users to gain privileges or cause a denial of service (invalid pointer dereference) via a crafted application.
CVE-2014-3647: Nadav Amit reported that the KVM (Kernel Virtual Machine) mishandled noncanonical addresses when emulating instructions that change the rip (Instruction Pointer). A guest user with access to I/O or the MMIO could use this flaw to cause a denial of service (system crash) of the guest.
CVE-2014-3611: A race condition flaw was found in the way the Linux kernel's KVM subsystem handled PIT (Programmable Interval Timer) emulation. A guest user who has access to the PIT I/O ports could use this flaw to crash the host.
CVE-2014-3610: If the guest writes a noncanonical value to certain MSR registers, KVM will write that value to the MSR in the host context and a #GP will be raised leading to kernel panic. A privileged guest user could have used this flaw to crash the host.
CVE-2014-7841: A remote attacker could have used a flaw in SCTP to crash the system by sending a maliciously prepared SCTP packet in order to trigger a NULL pointer dereference on the server.
CVE-2014-3673: The SCTP implementation in the Linux kernel allowed remote attackers to cause a denial of service (system crash) via a malformed ASCONF chunk, related to net/sctp/sm_make_chunk.c and net/sctp/sm_statefuns.c.
CVE-2014-3185: Multiple buffer overflows in the command_port_read_callback function in drivers/usb/serial/whiteheat.c in the Whiteheat USB Serial Driver in the Linux kernel allowed physically proximate attackers to execute arbitrary code or cause a denial of service (memory corruption and system crash) via a crafted device that provides a large amount of (1) EHCI or (2) XHCI data associated with a bulk response.
Bugs fixed: BTRFS: - btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items (bnc#904077). - btrfs: fix invalid leaf slot access in btrfs_lookup_extent() (bnc#904077). - btrfs: avoid returning -ENOMEM in convert_extent_bit() too early (bnc#902016). - btrfs: make find_first_extent_bit be able to cache any state (bnc#902016). - btrfs: deal with convert_extent_bit errors to avoid fs corruption (bnc#902016). - btrfs: be aware of btree inode write errors to avoid fs corruption (bnc#899551). - btrfs: add missing end_page_writeback on submit_extent_page failure (bnc#899551). - btrfs: fix crash of btrfs_release_extent_buffer_page (bnc#899551). - btrfs: ensure readers see new data after a clone operation (bnc#898234). - btrfs: avoid visiting all extent items when cloning a range (bnc#898234). - btrfs: fix clone to deal with holes when NO_HOLES feature is enabled (bnc#898234). - btrfs: make fsync work after cloning into a file (bnc#898234). - btrfs: fix use-after-free when cloning a trailing file hole (bnc#898234). - btrfs: clone, don't create invalid hole extent map (bnc#898234). - btrfs: limit the path size in send to PATH_MAX (bnc#897770). - btrfs: send, fix more issues related to directory renames (bnc#897770). - btrfs: send, remove dead code from __get_cur_name_and_parent (bnc#897770). - btrfs: send, account for orphan directories when building path strings (bnc#897770). - btrfs: send, avoid unnecessary inode item lookup in the btree (bnc#897770). - btrfs: send, fix incorrect ref access when using extrefs (bnc#897770). - btrfs: send, build path string only once in send_hole (bnc#897770). - btrfs: part 2, fix incremental send's decision to delay a dir move/rename (bnc#897770). - btrfs: fix incremental send's decision to delay a dir move/rename (bnc#897770). - btrfs: remove unnecessary inode generation lookup in send (bnc#897770). - btrfs: avoid unnecessary utimes update in incremental send (bnc#897770). - btrfs: fix send issuing outdated paths for utimes, chown and chmod (bnc#897770). - btrfs: fix send attempting to rmdir non-empty directories (bnc#897770). - btrfs: send, don't send rmdir for same target multiple times (bnc#897770). - btrfs: incremental send, fix invalid path after dir rename (bnc#897770). - btrfs: fix assert screwup for the pending move stuff (bnc#897770). - btrfs: make some tree searches in send.c more efficient (bnc#897770). - btrfs: use right extent item position in send when finding extent clones (bnc#897770). - btrfs: more send support for parent/child dir relationship inversion (bnc#897770). - btrfs: fix send dealing with file renames and directory moves (bnc#897770). - btrfs: add missing error check in incremental send (bnc#897770). - btrfs: make send's file extent item search more efficient (bnc#897770). - btrfs: fix infinite path build loops in incremental send (bnc#897770). - btrfs: send, don't delay dir move if there's a new parent inode (bnc#897770). - btrfs: add helper btrfs_fdatawrite_range (bnc#902010). - btrfs: correctly flush compressed data before/after direct IO (bnc#902010). - btrfs: make inode.c:compress_file_range() return void (bnc#902010). - btrfs: report error after failure inlining extent in compressed write path (bnc#902010). - btrfs: don't ignore compressed bio write errors (bnc#902010). - btrfs: make inode.c:submit_compressed_extents() return void (bnc#902010). - btrfs: process all async extents on compressed write failure (bnc#902010). - btrfs: don't leak pages and memory on compressed write error (bnc#902010). - btrfs: fix hang on compressed write error (bnc#902010). - btrfs: set page and mapping error on compressed write failure (bnc#902010). - btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup (bnc#904115).
Hyper-V: - hyperv: Fix a bug in netvsc_send(). - hyperv: Fix a bug in netvsc_start_xmit(). - drivers: hv: vmbus: Enable interrupt driven flow control. - drivers: hv: vmbus: Properly protect calls to smp_processor_id(). - drivers: hv: vmbus: Cleanup hv_post_message(). - drivers: hv: vmbus: Cleanup vmbus_close_internal(). - drivers: hv: vmbus: Fix a bug in vmbus_open(). - drivers: hv: vmbus: Cleanup vmbus_establish_gpadl(). - drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl(). - drivers: hv: vmbus: Cleanup vmbus_post_msg(). - storvsc: get rid of overly verbose warning messages. - hyperv: NULL dereference on error. - hyperv: Increase the buffer length for netvsc_channel_cb().
zSeries / S390: - s390: pass march flag to assembly files as well (bnc#903279, LTC#118177). - kernel: reduce function tracer overhead (bnc#903279, LTC#118177). - SUNRPC: Handle EPIPE in xprt_connect_status (bnc#901090). - SUNRPC: Ensure that we handle ENOBUFS errors correctly (bnc#901090). - SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks (bnc#901090). - SUNRPC: Ensure that call_connect times out correctly (bnc#901090). - SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH (bnc#901090). - SUNRPC: Ensure xprt_connect_status handles all potential connection errors (bnc#901090). - SUNRPC: call_connect_status should recheck bind and connect status on error (bnc#901090).
kGraft: - kgr: force patching process to succeed (fate#313296). - kgr: usb-storage, mark kthread safe (fate#313296 bnc#899908). - Refresh patches.suse/kgr-0039-kgr-fix-ugly-race.patch. Fix few bugs, and also races (immutable vs mark_processes vs other threads). - kgr: always use locked bit ops for thread_info->flags (fate#313296). - kgr: lower the workqueue scheduling timeout (fate#313296 bnc#905087). - kgr: mark even more kthreads (fate#313296 bnc#904871). - rpm/kernel-binary.spec.in: Provide name-version-release for kgraft packages (bnc#901925)
Other: - NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support (bnc#905758).
- Enable cmac(aes) and cmac(3des_ede) for FIPS mode (bnc#905296 bnc#905772).
- scsi_dh_alua: disable ALUA handling for non-disk devices (bnc#876633).
- powerpc/vphn: NUMA node code expects big-endian (bsc#900126).
- net: fix checksum features handling in netif_skb_features() (bnc#891259).
- be2net: Fix invocation of be_close() after be_clear() (bnc#895468).
- PCI: pciehp: Clear Data Link Layer State Changed during init (bnc#898297). - PCI: pciehp: Use symbolic constants, not hard-coded bitmask (bnc#898297). - PCI: pciehp: Use link change notifications for hot-plug and removal (bnc#898297). - PCI: pciehp: Make check_link_active() non-static (bnc#898297). - PCI: pciehp: Enable link state change notifications (bnc#898297).
- ALSA: hda - Treat zero connection as non-error (bnc#902898).
- bcache: add mutex lock for bch_is_open (bnc#902893).
- futex: Fix a race condition between REQUEUE_PI and task death (bcn #851603 (futex scalability series)).
- Linux 3.12.31 (bnc#895983 bnc#897912).
- futex: Ensure get_futex_key_refs() always implies a barrier (bcn #851603 (futex scalability series)).
- usbback: don't access request fields in shared ring more than once. - Update Xen patches to 3.12.30.
- locking/rwsem: Avoid double checking before try acquiring write lock (Locking scalability.).
- zcrypt: toleration of new crypto adapter hardware (bnc#894057, LTC#117041). - zcrypt: support for extended number of ap domains (bnc#894057, LTC#117041).
- kABI: protect linux/fs.h include in mm/internal.h.
- Linux 3.12.30 (FATE#315482 bnc#862957 bnc#863526 bnc#870498).
- Update patches.fixes/xfs-mark-all-internal-workqueues-as-freezable.patch (bnc#899785).
- xfs: mark all internal workqueues as freezable.
- drm/i915: Move DP port disable to post_disable for pch platforms (bnc#899787).
- pagecachelimit: reduce lru_lock congestion for heavy parallel reclaim fix (bnc#895680).
- Linux 3.12.29 (bnc#879255 bnc#880892 bnc#887046 bnc#887418 bnc#891619 bnc#892612 bnc#892650 bnc#897101).
- iommu/vt-d: Work around broken RMRR firmware entries (bnc#892860). - iommu/vt-d: Store bus information in RMRR PCI device path (bnc#892860). - iommu/vt-d: Only remove domain when device is removed (bnc#883139). - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#883139).
- Update config files: Re-enable CONFIG_FUNCTION_PROFILER (bnc#899489) Option FUNCTION_PROFILER was enabled in debug and trace kernels so far, but it was accidentally disabled before tracing features were merged into the default kernel and the trace flavor was discarded. So all kernels are missing the feature now. Re-enable it.
- xfs: xlog_cil_force_lsn doesn't always wait correctly.
- scsi: clear 'host_scribble' upon successful abort (bnc#894863).
- module: warn if module init + probe takes long (bnc#889297 bnc#877622 bnc#889295 bnc#893454).
- mm, THP: don't hold mmap_sem in khugepaged when allocating THP (bnc#880767, VM Performance).
- pagecache_limit: batch large nr_to_scan targets (bnc#895221).
- iommu/vt-d: Check return value of acpi_bus_get_device() (bnc#903307).
- rpm/kernel-binary.spec.in: Fix including the secure boot cert in /etc/uefi/certs
- sched: Reduce contention in update_cfs_rq_blocked_load() (Scheduler/core performance).
- x86: use optimized ioresource lookup in ioremap function (Boot time optimisations (bnc#895387)). - x86: optimize resource lookups for ioremap (Boot time optimisations (bnc#895387)).
- usb: Do not re-read descriptors for wired devices in usb_authorize_device() (bnc#904354).
- netxen: Fix link event handling (bnc#873228).
- x86, cpu: Detect more TLB configuration -xen (TLB Performance).
- x86/mm: Fix RCU splat from new TLB tracepoints (TLB Performance). - x86/mm: Set TLB flush tunable to sane value (33) (TLB Performance). - x86/mm: New tunable for single vs full TLB flush (TLB Performance). - x86/mm: Add tracepoints for TLB flushes (TLB Performance). - x86/mm: Unify remote INVLPG code (TLB Performance). - x86/mm: Fix missed global TLB flush stat (TLB Performance). - x86/mm: Rip out complicated, out-of-date, buggy TLB flushing (TLB Performance). - x86, cpu: Detect more TLB configuration (TLB Performance). - mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge (TLB Performance). - x86/mm: Clean up the TLB flushing code (TLB Performance). - mm: free compound page with correct order (VM Functionality).
- bnx2x: Utilize FW 7.10.51 (bnc#887382). - bnx2x: Remove unnecessary internal mem config (bnc#887382).
- rtnetlink: fix oops in rtnl_link_get_slave_info_data_size (bnc#901774).
- dm: do not call dm_sync_table() when creating new devices (bnc#901809).
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
- uas: replace WARN_ON_ONCE() with lockdep_assert_held() (FATE#315595).
- cxgb4/cxgb4vf: Add Devicde ID for two more adapter (bsc#903999). - cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapter (bsc#903999). - cxgb4: Adds device ID for few more Chelsio T4 Adapters (bsc#903999). - cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksum (bsc#903999).
- xen-pciback: drop SR-IOV VFs when PF driver unloads (bsc#901839).
This update also includes fixes contained in the Linux 3.12.stable release series, not seperately listed here.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1115436 1123334 1154087 1165826 1173090 676471 851603 853040 860441 862957 863526 870498 873228 874025 877622 879255 880007 880767 880892 881085 883139 887046 887382 887418 889207 889295 889297 891259 891619 892254 892612 892650 892860 893454 894057 894863 895221 895387 895468 895680 895983 896391 897101 897736 897770 897912 898234 898297 899192 899489 899551 899785 899787 899908 900126 901090 901774 901809 901925 902010 902016 902346 902893 902898 903279 903307 904013 904077 904115 904354 904871 905087 905100 905296 905758 905772 907818 908184 909077 910251 910697 928547 931448 940413 943989 944309 945345 947337 953233 954847 956491 956852 957805 957986 960857 962336 962846 962872 963193 963572 963762 964461 964727 965319 966054 966245 966573 966831 967251 967292 967299 967903 968010 968141 968448 968512 968667 968670 968687 968812 968813 969439 969571 969655 969690 969735 969992 969993 970062 970114 970504 970506 970604 970892 970909 970911 970948 970955 970956 970958 970970 971049 971124 971125 971126 971159 971170 971360 971600 971628 971947 972003 972174 972844 972891 972933 972951 973378 973556 973570 973855 974165 974308 974406 974418 974646 975371 975488 975533 975945 976739 976868 977582 977685 978401 978822 979169 979213 979419 979485 979548 979867 979879 980348 980371 981143 981344 982354 982698 983213 983318 983394 983904 984456 CVE-2006-4197 CVE-2006-4339 CVE-2006-5864 CVE-2007-0104 CVE-2007-2438 CVE-2007-2953 CVE-2007-4352 CVE-2007-4769 CVE-2007-4772 CVE-2007-5392 CVE-2007-5393 CVE-2007-6067 CVE-2007-6600 CVE-2007-6601 CVE-2008-2950 CVE-2009-0037 CVE-2009-0581 CVE-2009-0723 CVE-2009-0733 CVE-2009-0755 CVE-2009-0756 CVE-2009-0791 CVE-2009-0793 CVE-2009-0799 CVE-2009-0800 CVE-2009-1179 CVE-2009-1180 CVE-2009-1181 CVE-2009-1182 CVE-2009-1183 CVE-2009-1187 CVE-2009-1188 CVE-2009-2417 CVE-2009-2911 CVE-2009-3555 CVE-2009-3607 CVE-2009-3608 CVE-2009-4034 CVE-2009-4136 CVE-2009-4273 CVE-2010-0442 CVE-2010-1169 CVE-2010-1170 CVE-2010-3433 CVE-2010-3702 CVE-2010-3703 CVE-2010-3704 CVE-2010-4014 CVE-2010-4015 CVE-2010-4180 CVE-2010-4341 CVE-2010-5110 CVE-2011-1758 CVE-2011-2192 CVE-2011-3389 CVE-2012-0866 CVE-2012-0868 CVE-2012-2143 CVE-2012-2655 CVE-2012-3488 CVE-2012-3489 CVE-2013-0219 CVE-2013-0220 CVE-2013-0255 CVE-2013-0287 CVE-2013-1790 CVE-2013-1944 CVE-2013-6405 CVE-2014-3185 CVE-2014-3468 CVE-2014-3469 CVE-2014-3610 CVE-2014-3611 CVE-2014-3647 CVE-2014-3673 CVE-2014-7826 CVE-2014-7841 CVE-2014-8133 CVE-2014-9090 CVE-2014-9322 CVE-2014-9717 CVE-2015-2806 CVE-2015-8816 CVE-2015-8845 CVE-2016-0758 CVE-2016-2053 CVE-2016-2143 CVE-2016-2184 CVE-2016-2185 CVE-2016-2186 CVE-2016-2188 CVE-2016-2782 CVE-2016-2847 CVE-2016-3134 CVE-2016-3136 CVE-2016-3137 CVE-2016-3138 CVE-2016-3139 CVE-2016-3140 CVE-2016-3156 CVE-2016-3672 CVE-2016-3689 CVE-2016-3951 CVE-2016-4482 CVE-2016-4486 CVE-2016-4565 CVE-2016-4569 CVE-2016-4578 CVE-2016-4805 CVE-2016-5244 CVE-2018-20743 CVE-2020-11022 CVE-2020-11023 CVE-2020-13625 CVE-2020-14295 CVE-2020-6420 openSUSE-SU-2019:1794-1 openSUSE-SU-2020:0324-1 openSUSE-SU-2020:1060-1 SUSE-SU-2016:1690-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.1 NonFree openSUSE Leap 42.2 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-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-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS 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-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS 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 11 SP4-LTSS 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-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 OpenStack Cloud 5 SUSE OpenStack Cloud 7 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
ibus-chewing-1.4.14-1.1 is installed
OR ibus-pinyin-1.5.0-9.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 NonFree is installed
AND opera-40.0.2308.54-28.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
LibVNCServer-devel-0.9.9-13.4 is installed
OR libvncclient0-0.9.9-13.4 is installed
OR libvncserver0-0.9.9-13.4 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
claws-mail-3.13.2-3.4 is installed
OR claws-mail-lang-3.13.2-3.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
gpg2-2.0.9-25.33.37 is installed
OR gpg2-lang-2.0.9-25.33.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
kernel-bigsmp-devel-3.0.101-0.47.55 is installed
OR kernel-default-3.0.101-0.40 is installed
OR kernel-default-base-3.0.101-0.40 is installed
OR kernel-default-devel-3.0.101-0.40 is installed
OR kernel-default-extra-3.0.101-0.40 is installed
OR kernel-pae-3.0.101-0.40 is installed
OR kernel-pae-base-3.0.101-0.40 is installed
OR kernel-pae-devel-3.0.101-0.40 is installed
OR kernel-pae-extra-3.0.101-0.40 is installed
OR kernel-source-3.0.101-0.40 is installed
OR kernel-syms-3.0.101-0.40 is installed
OR kernel-trace-devel-3.0.101-0.40 is installed
OR kernel-xen-3.0.101-0.40 is installed
OR kernel-xen-base-3.0.101-0.40 is installed
OR kernel-xen-devel-3.0.101-0.40 is installed
OR kernel-xen-extra-3.0.101-0.40 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 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 Desktop 12 SP1 is installed
AND Package Information
libarchive-3.1.2-22 is installed
OR libarchive13-3.1.2-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libHX28-3.18-1 is installed
OR libHX28-32bit-3.18-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
avahi-0.6.32-30 is installed
OR avahi-lang-0.6.32-30 is installed
OR libavahi-client3-0.6.32-30 is installed
OR libavahi-client3-32bit-0.6.32-30 is installed
OR libavahi-common3-0.6.32-30 is installed
OR libavahi-common3-32bit-0.6.32-30 is installed
OR libavahi-core7-0.6.32-30 is installed
OR libdns_sd-0.6.32-30 is installed
OR libdns_sd-32bit-0.6.32-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
libopenssl0_9_8-0.9.8j-59 is installed
OR libopenssl0_9_8-32bit-0.9.8j-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.3.0esr-50 is installed
OR MozillaFirefox-translations-45.3.0esr-50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.33 is installed
OR kernel-rt-base-3.0.101.rt130-69.33 is installed
OR kernel-rt-devel-3.0.101.rt130-69.33 is installed
OR kernel-rt_trace-3.0.101.rt130-69.33 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.33 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.33 is installed
OR kernel-source-rt-3.0.101.rt130-69.33 is installed
OR kernel-syms-rt-3.0.101.rt130-69.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
avahi-0.6.23-11.14 is installed
OR avahi-lang-0.6.23-11.14 is installed
OR libavahi-client3-0.6.23-11.14 is installed
OR libavahi-client3-32bit-0.6.23-11.14 is installed
OR libavahi-client3-x86-0.6.23-11.14 is installed
OR libavahi-common3-0.6.23-11.14 is installed
OR libavahi-common3-32bit-0.6.23-11.14 is installed
OR libavahi-common3-x86-0.6.23-11.14 is installed
OR libavahi-core5-0.6.23-11.14 is installed
OR libdns_sd-0.6.23-11.14 is installed
OR libdns_sd-32bit-0.6.23-11.14 is installed
OR libdns_sd-x86-0.6.23-11.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
avahi-0.6.23-11.14 is installed
OR avahi-lang-0.6.23-11.14 is installed
OR libavahi-client3-0.6.23-11.14 is installed
OR libavahi-client3-32bit-0.6.23-11.14 is installed
OR libavahi-client3-x86-0.6.23-11.14 is installed
OR libavahi-common3-0.6.23-11.14 is installed
OR libavahi-common3-32bit-0.6.23-11.14 is installed
OR libavahi-common3-x86-0.6.23-11.14 is installed
OR libavahi-core5-0.6.23-11.14 is installed
OR libdns_sd-0.6.23-11.14 is installed
OR libdns_sd-32bit-0.6.23-11.14 is installed
OR libdns_sd-x86-0.6.23-11.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND w3m-0.5.2-132.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND w3m-0.5.2-132.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND w3m-0.5.2-132.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
evince-2.28.2-0.2 is installed
OR evince-doc-2.28.2-0.2 is installed
OR evince-lang-2.28.2-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-45.4.0esr-52 is installed
OR MozillaFirefox-translations-45.4.0esr-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-45.4.0esr-52 is installed
OR MozillaFirefox-translations-45.4.0esr-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.26 is installed
OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.26 is installed
OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libMagickCore1-6.4.3.6-7.26 is installed
OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libvirt-0.9.6-0.23 is installed
OR libvirt-client-0.9.6-0.23 is installed
OR libvirt-client-32bit-0.9.6-0.23 is installed
OR libvirt-doc-0.9.6-0.23 is installed
OR libvirt-python-0.9.6-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libvirt-0.9.6-0.23 is installed
OR libvirt-client-0.9.6-0.23 is installed
OR libvirt-client-32bit-0.9.6-0.23 is installed
OR libvirt-doc-0.9.6-0.23 is installed
OR libvirt-python-0.9.6-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
openvpn-2.0.9-143 is installed
OR openvpn-auth-pam-plugin-2.0.9-143 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
OR dhcp-relay-4.2.4.P2-0.24 is installed
OR dhcp-server-4.2.4.P2-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
curl-7.19.7-1.26 is installed
OR libcurl4-7.19.7-1.26 is installed
OR libcurl4-32bit-7.19.7-1.26 is installed
OR libcurl4-x86-7.19.7-1.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-3.0.101-0.47.106.50 is installed
OR kernel-default-base-3.0.101-0.47.106.50 is installed
OR kernel-default-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-man-3.0.101-0.47.106.50 is installed
OR kernel-ec2-3.0.101-0.47.106.50 is installed
OR kernel-ec2-base-3.0.101-0.47.106.50 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.50 is installed
OR kernel-pae-3.0.101-0.47.106.50 is installed
OR kernel-pae-base-3.0.101-0.47.106.50 is installed
OR kernel-pae-devel-3.0.101-0.47.106.50 is installed
OR kernel-source-3.0.101-0.47.106.50 is installed
OR kernel-syms-3.0.101-0.47.106.50 is installed
OR kernel-trace-3.0.101-0.47.106.50 is installed
OR kernel-trace-base-3.0.101-0.47.106.50 is installed
OR kernel-trace-devel-3.0.101-0.47.106.50 is installed
OR kernel-xen-3.0.101-0.47.106.50 is installed
OR kernel-xen-base-3.0.101-0.47.106.50 is installed
OR kernel-xen-devel-3.0.101-0.47.106.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-3.0.101-0.47.106.50 is installed
OR kernel-default-base-3.0.101-0.47.106.50 is installed
OR kernel-default-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-man-3.0.101-0.47.106.50 is installed
OR kernel-ec2-3.0.101-0.47.106.50 is installed
OR kernel-ec2-base-3.0.101-0.47.106.50 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.50 is installed
OR kernel-pae-3.0.101-0.47.106.50 is installed
OR kernel-pae-base-3.0.101-0.47.106.50 is installed
OR kernel-pae-devel-3.0.101-0.47.106.50 is installed
OR kernel-source-3.0.101-0.47.106.50 is installed
OR kernel-syms-3.0.101-0.47.106.50 is installed
OR kernel-trace-3.0.101-0.47.106.50 is installed
OR kernel-trace-base-3.0.101-0.47.106.50 is installed
OR kernel-trace-devel-3.0.101-0.47.106.50 is installed
OR kernel-xen-3.0.101-0.47.106.50 is installed
OR kernel-xen-base-3.0.101-0.47.106.50 is installed
OR kernel-xen-devel-3.0.101-0.47.106.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.36 is installed
OR bind-chrootenv-9.9.6P1-0.36 is installed
OR bind-doc-9.9.6P1-0.36 is installed
OR bind-libs-9.9.6P1-0.36 is installed
OR bind-libs-32bit-9.9.6P1-0.36 is installed
OR bind-utils-9.9.6P1-0.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
apache2-2.2.34-70.15 is installed
OR apache2-doc-2.2.34-70.15 is installed
OR apache2-example-pages-2.2.34-70.15 is installed
OR apache2-prefork-2.2.34-70.15 is installed
OR apache2-utils-2.2.34-70.15 is installed
OR apache2-worker-2.2.34-70.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
apache2-2.2.34-70.15 is installed
OR apache2-doc-2.2.34-70.15 is installed
OR apache2-example-pages-2.2.34-70.15 is installed
OR apache2-prefork-2.2.34-70.15 is installed
OR apache2-utils-2.2.34-70.15 is installed
OR apache2-worker-2.2.34-70.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND clamav-0.99.4-0.20.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND clamav-0.99.4-0.20.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
gvim-7.2-8.15 is installed
OR vim-7.2-8.15 is installed
OR vim-base-7.2-8.15 is installed
OR vim-data-7.2-8.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
curl-7.37.0-70.41 is installed
OR libcurl4-7.37.0-70.41 is installed
OR libcurl4-32bit-7.37.0-70.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
curl-7.37.0-70.41 is installed
OR libcurl4-7.37.0-70.41 is installed
OR libcurl4-32bit-7.37.0-70.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
automake-1.13.4-4 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
qemu-2.3.1-14 is installed
OR qemu-block-curl-2.3.1-14 is installed
OR qemu-block-rbd-2.3.1-14 is installed
OR qemu-guest-agent-2.3.1-14 is installed
OR qemu-ipxe-1.0.0-14 is installed
OR qemu-kvm-2.3.1-14 is installed
OR qemu-lang-2.3.1-14 is installed
OR qemu-ppc-2.3.1-14 is installed
OR qemu-s390-2.3.1-14 is installed
OR qemu-seabios-1.8.1-14 is installed
OR qemu-sgabios-8-14 is installed
OR qemu-tools-2.3.1-14 is installed
OR qemu-vgabios-1.8.1-14 is installed
OR qemu-x86-2.3.1-14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
qemu-2.3.1-14 is installed
OR qemu-block-curl-2.3.1-14 is installed
OR qemu-block-rbd-2.3.1-14 is installed
OR qemu-guest-agent-2.3.1-14 is installed
OR qemu-ipxe-1.0.0-14 is installed
OR qemu-kvm-2.3.1-14 is installed
OR qemu-lang-2.3.1-14 is installed
OR qemu-ppc-2.3.1-14 is installed
OR qemu-s390-2.3.1-14 is installed
OR qemu-seabios-1.8.1-14 is installed
OR qemu-sgabios-8-14 is installed
OR qemu-tools-2.3.1-14 is installed
OR qemu-vgabios-1.8.1-14 is installed
OR qemu-x86-2.3.1-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND ant-1.9.4-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
libecpg6-9.6.4-3.6 is installed
OR libpq5-9.6.4-3.6 is installed
OR libpq5-32bit-9.6.4-3.6 is installed
OR postgresql96-9.6.4-3.6 is installed
OR postgresql96-contrib-9.6.4-3.6 is installed
OR postgresql96-docs-9.6.4-3.6 is installed
OR postgresql96-libs-9.6.4-3.6 is installed
OR postgresql96-server-9.6.4-3.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
libecpg6-9.6.4-3.6 is installed
OR libpq5-9.6.4-3.6 is installed
OR libpq5-32bit-9.6.4-3.6 is installed
OR postgresql96-9.6.4-3.6 is installed
OR postgresql96-contrib-9.6.4-3.6 is installed
OR postgresql96-docs-9.6.4-3.6 is installed
OR postgresql96-libs-9.6.4-3.6 is installed
OR postgresql96-server-9.6.4-3.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
apache2-2.4.23-28 is installed
OR apache2-doc-2.4.23-28 is installed
OR apache2-example-pages-2.4.23-28 is installed
OR apache2-prefork-2.4.23-28 is installed
OR apache2-utils-2.4.23-28 is installed
OR apache2-worker-2.4.23-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
apache2-2.4.23-28 is installed
OR apache2-doc-2.4.23-28 is installed
OR apache2-example-pages-2.4.23-28 is installed
OR apache2-prefork-2.4.23-28 is installed
OR apache2-utils-2.4.23-28 is installed
OR apache2-worker-2.4.23-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
openssh-7.2p2-74.25 is installed
OR openssh-askpass-gnome-7.2p2-74.25 is installed
OR openssh-fips-7.2p2-74.25 is installed
OR openssh-helpers-7.2p2-74.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
openssh-7.2p2-74.25 is installed
OR openssh-askpass-gnome-7.2p2-74.25 is installed
OR openssh-fips-7.2p2-74.25 is installed
OR openssh-helpers-7.2p2-74.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libsystemd0-228-150.9 is installed
OR libsystemd0-32bit-228-150.9 is installed
OR libudev1-228-150.9 is installed
OR libudev1-32bit-228-150.9 is installed
OR systemd-228-150.9 is installed
OR systemd-32bit-228-150.9 is installed
OR systemd-bash-completion-228-150.9 is installed
OR systemd-sysvinit-228-150.9 is installed
OR udev-228-150.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libsystemd0-228-150.9 is installed
OR libsystemd0-32bit-228-150.9 is installed
OR libudev1-228-150.9 is installed
OR libudev1-32bit-228-150.9 is installed
OR systemd-228-150.9 is installed
OR systemd-32bit-228-150.9 is installed
OR systemd-bash-completion-228-150.9 is installed
OR systemd-sysvinit-228-150.9 is installed
OR udev-228-150.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND ant-1.9.4-1.6 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
perl-5.18.2-12.20 is installed
OR perl-32bit-5.18.2-12.20 is installed
OR perl-base-5.18.2-12.20 is installed
OR perl-doc-5.18.2-12.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
perl-5.18.2-12.20 is installed
OR perl-32bit-5.18.2-12.20 is installed
OR perl-base-5.18.2-12.20 is installed
OR perl-doc-5.18.2-12.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND mailman-2.1.17-3.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND mailman-2.1.17-3.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
g3utils-1.1.36-58.3 is installed
OR mgetty-1.1.36-58.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
g3utils-1.1.36-58.3 is installed
OR mgetty-1.1.36-58.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
bluez-5.13-5.4 is installed
OR libbluetooth3-5.13-5.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_36-22.74 is installed
OR xen-doc-html-4.4.4_36-22.74 is installed
OR xen-kmp-default-4.4.4_36_k3.12.61_52.141-22.74 is installed
OR xen-libs-4.4.4_36-22.74 is installed
OR xen-libs-32bit-4.4.4_36-22.74 is installed
OR xen-tools-4.4.4_36-22.74 is installed
OR xen-tools-domU-4.4.4_36-22.74 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_36-22.74 is installed
OR xen-doc-html-4.4.4_36-22.74 is installed
OR xen-kmp-default-4.4.4_36_k3.12.61_52.141-22.74 is installed
OR xen-libs-4.4.4_36-22.74 is installed
OR xen-libs-32bit-4.4.4_36-22.74 is installed
OR xen-tools-4.4.4_36-22.74 is installed
OR xen-tools-domU-4.4.4_36-22.74 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
bash-4.3-78 is installed
OR bash-doc-4.3-78 is installed
OR libreadline6-6.3-78 is installed
OR readline-doc-6.3-78 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
bind-devel-9.9.4P2-0.6 is installed
OR bind-devel-32bit-9.9.4P2-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.6.0esr-0.8 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND augeas-devel-0.9.0-3.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.32-33 is installed
OR kernel-default-extra-3.12.32-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
bash-4.2-82 is installed
OR bash-lang-4.2-82 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND python-paramiko-2.0.8-3.3.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
mumble-1.2.19-9 is installed
OR mumble-32bit-1.2.19-lp151.4.6 is installed
OR mumble-server-1.2.19-9 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-80.0.3987.132-37 is installed
OR chromium-80.0.3987.132-37 is installed
|