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.55 to receive various security and bugfixes.
Features added: - A improved XEN blkfront module was added, which allows more I/O bandwidth. (FATE#320625) It is called xen-blkfront in PV, and xen-vbd-upstream in HVM mode.
The following security bugs were fixed: - CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel allowed local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls (bnc#955654). - CVE-2015-5707: Integer overflow in the sg_start_req function in drivers/scsi/sg.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a large iov_count value in a write request (bnc#940338). - CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and gid mappings, which allowed local users to gain privileges by establishing a user namespace, waiting for a root process to enter that namespace with an unsafe uid or gid, and then using the ptrace system call. NOTE: the vendor states 'there is no kernel bug here' (bnc#959709 bnc#960561). - CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not properly manage the relationship between a lock and a socket, which allowed local users to cause a denial of service (deadlock) via a crafted sctp_accept call (bnc#961509). - CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel allowed local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov (bnc#963765). - CVE-2015-8812: A use-after-free flaw was found in the CXGB3 kernel driver when the network was considered to be congested. This could be used by local attackers to cause machine crashes or potentially code executuon (bsc#966437). - CVE-2016-0723: Race condition in the tty_ioctl function in drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free and system crash) by making a TIOCGETD ioctl call during processing of a TIOCSETD ioctl call (bnc#961500). - CVE-2016-0774: A pipe buffer state corruption after unsuccessful atomic read from pipe was fixed (bsc#964730). - CVE-2016-2069: Race conditions in TLB syncing was fixed which could leak to information leaks (bnc#963767). - CVE-2016-2384: A double-free triggered by invalid USB descriptor in ALSA usb-audio was fixed, which could be exploited by physical local attackers to crash the kernel or gain code execution (bnc#966693).
The following non-security bugs were fixed: - alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018). - alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018). - be2net: fix some log messages (bnc#855062 FATE#315961, bnc#867583). - block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625). - btrfs: Add handler for invalidate page (bsc#963193). - btrfs: check prepare_uptodate_page() error code earlier (bnc#966910). - btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193). - btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193). - btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193). - btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193). - btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193). - btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193). - btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193). - btrfs: fix deadlock between direct IO write and defrag/readpages (bnc#965344). - btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230). - btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230). - btrfs: fix warning in backref walking (bnc#966278). - btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193). - btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193). - btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193). - btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193). - btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193). - btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193). - btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193). - btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193). - btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193). - btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193). - btrfs: qgroup: Use new metadata reservation (bsc#963193). - btrfs: skip locking when searching commit root (bnc#963825). - dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752). - documentation: Document kernel.panic_on_io_nmi sysctl (bsc#940946, bsc#937444). - documentation: Fix build of PDF files in kernel-docs package Double the spaces for tex, and fix buildrequires for docbook. - doc: Use fop for creating PDF files in kernel-docs package as some files still cannot be built with the default backend. - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965). - drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625). - driver: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625). - ec2: updated kabi files and start tracking - fs: Improve fairness when locking the per-superblock s_anon list (bsc#957525, bsc#941363). - fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns (bug#963960). - fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765). - futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174). - jbd2: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516). - kabi: Preserve checksum of kvm_x86_ops (bsc#969112). - kABI: protect struct af_alg_type. - kABI: protect struct crypto_ahash. - kABI: reintroduce blk_rq_check_limits. - kabi/severities: Fail on changes in kvm_x86_ops, needed by lttng-modules - kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bsc#940946, bsc#937444). - kernel: Provide READ_ONCE and ASSIGN_ONCE (bsc#940946, bsc#937444). - kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (bsc#940946, bsc#937444). - kexec: Fix race between panic() and crash_kexec() (bsc#940946, bsc#937444). - kgr: do not print error for !abort_if_missing symbols (bnc#943989). - kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572). - kgr: log when modifying kernel (fate#317827). - kgr: mark some more missed kthreads (bnc#962336). - kgr: usb/storage: do not emit thread awakened (bnc#899908). - kvm: x86: Check dest_map->vector to match eoi signals for rtc (bsc#966471). - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct (bsc#966471). - kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471). - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map (bsc#966471). - libceph: fix scatterlist last_piece calculation (bsc#963746). - megaraid_sas: Chip reset if driver fails to get IOC ready (bsc#922071). Refresh the patch based on the actual upstream commit, and add the commit ID. - mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (VM Functionality, bnc#961588). - module: keep percpu symbols in module's symtab (bsc#962788). - namespaces: Re-introduce task_nsproxy() helper (bug#963960). - namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960). - net: core: Correct an over-stringent device loop detection (bsc#945219). - nfs: Background flush should not be low priority (bsc#955308). - nfsd: Do not start lockd when only NFSv4 is running (fate#316311). - nfs: do not use STABLE writes during writeback (bnc#816099). - nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201). - nfs: Move nfsd patch to the right section - nfsv4: Recovery of recalled read delegations is broken (bsc#956514). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - panic, x86: Allow CPUs to save registers even if looping in NMI context (bsc#940946, bsc#937444). - panic, x86: Fix re-entrance problem due to panic on NMI (bsc#940946, bsc#937444). - pci: allow access to VPD attributes with size 0 (bsc#959146). - pciback: Check PF instead of VF for PCI_COMMAND_MEMORY. - pciback: Save the number of MSI-X entries to be copied later. - pci: Blacklist vpd access for buggy devices (bsc#959146). - pci: Determine actual VPD size on first access (bsc#959146). - pci: Update VPD definitions (bsc#959146). - perf: Do not modify perf bias performance setting by default at boot (bnc#812259,bsc#959629). - proc: Fix ptrace-based permission checks for accessing task maps. - rpm/constraints.in: Bump disk space requirements up a bit Require 10GB on s390x, 20GB elsewhere. - rpm/kernel-binary.spec.in: Fix build if no UEFI certs are installed - rpm/kernel-binary.spec.in: Fix kernel-vanilla-devel dependency (bsc#959090) - rpm/kernel-binary.spec.in: Fix paths in kernel-vanilla-devel (bsc#959090). - rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file - rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51). - rpm/kernel-binary.spec.in: Use bzip compression to speed up build (bsc#962356) - rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253) - rpm/kernel-source.spec.in: Install kernel-macros for kernel-source-vanilla (bsc#959090) - rpm/kernel-spec-macros: Do not modify the release string in PTFs (bsc#963449) - rpm/package-descriptions: Add kernel-zfcpdump and drop -desktop - sched/fair: Disable tg load_avg/runnable_avg update for root_task_group (bnc#960227). - sched/fair: Move cache hot load_avg/runnable_avg into separate cacheline (bnc#960227). - sched: Fix race between task_group and sched_task_group (Automatic NUMA Balancing (fate#315482)) - scsi: Add sd_mod to initrd modules For some reason PowerVM backend can't work without sd_mod - scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458). - scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199). - scsi: restart list search after unlock in scsi_remove_target (bsc#959257). - series.conf: add section comments - supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074) - supported.conf: Add Hyper-V modules to -base (bsc#965830) - supported.conf: Add more QEMU and VMware drivers to -base (bsc#965840). - supported.conf: Add more qemu device driver (bsc#968234) - supported.conf: Add mptspi and mptsas to -base (bsc#968206) - supported.conf: Add netfilter modules to base (bsc#950292) - supported.conf: Add nls_iso8859-1 and nls_cp437 to -base (bsc#950292) - supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802) - supported.conf: Add tulip to -base for Hyper-V (bsc#968234) - supported.conf: Add vfat to -base to be able to mount the ESP (bsc#950292). - supported.conf: Add virtio_{blk,net,scsi} to kernel-default-base (bsc#950292) - supported.conf: Add virtio-rng (bsc#966026) - supported.conf: Add xen-blkfront. - supported.conf: Add xfs to -base (bsc#965891) - supported.conf: Also add virtio_pci to kernel-default-base (bsc#950292). - supported.conf: drop +external from ghash-clmulni-intel It was agreed that it does not make sense to maintain 'external' for this specific module. Furthermore it causes problems in rather ordinary VMware environments. (bsc#961971) - supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12. - tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864). - usb: Quiet down false peer failure messages (bnc#960629). - x86/apic: Introduce apic_extnmi command line parameter (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658). - xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625). - xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625). - xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625). - xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625). - xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625). - xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625). - xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625). - xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625). - xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625). - xen: Linux 3.12.52. - xen: Refresh patches.xen/xen3-patch-3.9 (bsc#951155). - xen: Refresh patches.xen/xen3-patch-3.9 (do not subvert NX protection during 1:1 mapping setup). - xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094). - xen: Xen config files updated to enable upstream block frontend. - xfs: add a few more verifier tests (bsc#947953). - xfs: fix double free in xlog_recover_commit_trans (bsc#947953). - xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory (bsc#947953).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000102 1115436 1154087 1173090 812259 816099 855062 867583 884701 899908 922071 937444 940338 940946 941363 943989 945219 947953 949752 950292 951155 955308 955654 956084 956514 957525 957986 959090 959146 959257 959463 959629 959709 960174 960227 960458 960561 960629 961257 961500 961509 961516 961588 961658 961971 962336 962356 962788 962965 963193 963449 963572 963746 963765 963767 963825 963960 964201 964730 965199 965344 965830 965840 965891 966026 966094 966278 966437 966471 966693 966864 966910 967802 968018 968074 968206 968230 968234 968253 969112 987553 CVE-2006-2607 CVE-2006-4811 CVE-2006-6772 CVE-2007-0242 CVE-2007-2452 CVE-2007-3106 CVE-2007-3388 CVE-2007-4137 CVE-2007-5116 CVE-2007-5497 CVE-2007-6351 CVE-2007-6352 CVE-2008-1419 CVE-2008-1420 CVE-2008-1423 CVE-2009-2663 CVE-2009-3379 CVE-2009-3627 CVE-2010-0424 CVE-2010-1168 CVE-2010-1447 CVE-2010-2074 CVE-2010-2761 CVE-2010-3609 CVE-2010-4410 CVE-2010-4411 CVE-2010-4777 CVE-2011-1487 CVE-2011-1946 CVE-2011-2728 CVE-2011-2895 CVE-2012-0444 CVE-2012-0547 CVE-2012-0551 CVE-2012-1531 CVE-2012-1532 CVE-2012-1533 CVE-2012-1541 CVE-2012-1682 CVE-2012-1713 CVE-2012-1716 CVE-2012-1717 CVE-2012-1718 CVE-2012-1719 CVE-2012-1721 CVE-2012-1722 CVE-2012-1725 CVE-2012-1726 CVE-2012-3136 CVE-2012-3143 CVE-2012-3159 CVE-2012-3174 CVE-2012-3213 CVE-2012-3216 CVE-2012-3342 CVE-2012-4428 CVE-2012-4681 CVE-2012-5067 CVE-2012-5069 CVE-2012-5070 CVE-2012-5071 CVE-2012-5072 CVE-2012-5073 CVE-2012-5074 CVE-2012-5075 CVE-2012-5076 CVE-2012-5077 CVE-2012-5079 CVE-2012-5081 CVE-2012-5083 CVE-2012-5084 CVE-2012-5086 CVE-2012-5087 CVE-2012-5088 CVE-2012-5089 CVE-2012-5526 CVE-2012-6329 CVE-2013-0169 CVE-2013-0351 CVE-2013-0409 CVE-2013-0419 CVE-2013-0422 CVE-2013-0423 CVE-2013-0424 CVE-2013-0425 CVE-2013-0426 CVE-2013-0427 CVE-2013-0428 CVE-2013-0431 CVE-2013-0432 CVE-2013-0433 CVE-2013-0434 CVE-2013-0435 CVE-2013-0437 CVE-2013-0438 CVE-2013-0440 CVE-2013-0441 CVE-2013-0442 CVE-2013-0443 CVE-2013-0444 CVE-2013-0445 CVE-2013-0446 CVE-2013-0449 CVE-2013-0450 CVE-2013-0485 CVE-2013-0809 CVE-2013-1473 CVE-2013-1476 CVE-2013-1478 CVE-2013-1480 CVE-2013-1484 CVE-2013-1485 CVE-2013-1486 CVE-2013-1487 CVE-2013-1493 CVE-2013-1667 CVE-2013-7446 CVE-2014-4330 CVE-2015-5707 CVE-2015-8709 CVE-2015-8767 CVE-2015-8785 CVE-2015-8812 CVE-2016-0723 CVE-2016-0774 CVE-2016-2069 CVE-2016-2384 CVE-2016-4324 CVE-2020-11022 CVE-2020-11023 CVE-2020-13625 CVE-2020-14295 openSUSE-SU-2020:1060-1 SUSE-SU-2016:0785-1 SUSE-SU-2016:2472-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP2 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-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-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-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-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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY 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-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 Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND libbotan-1_10-1-1.10.10-3.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
curl-7.37.0-15.1 is installed
OR libcurl-devel-7.37.0-15.1 is installed
OR libcurl4-7.37.0-15.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
at-3.1.14-12.2 is installed
OR flex-2.5.37-14.15 is installed
OR libbonobo-2.32.1-22.3 is installed
OR libbonobo-devel-2.32.1-22.3 is installed
OR libbonobo-lang-2.32.1-22.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND telepathy-idle-0.1.5-1.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
libsndfile-1.0.20-2.6 is installed
OR libsndfile-32bit-1.0.20-2.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
gnutls-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 Desktop 12 SP1 is installed
AND wireshark-1.12.13-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND libid3tag0-0.15.1b-182 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND binutils-2.26.1-9.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
libpython3_4m1_0-3.4.1-2 is installed
OR python3-base-3.4.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
compat-wireless-kmp-default-3.13_3.0.101_0.31-0.9 is installed
OR compat-wireless-kmp-pae-3.13_3.0.101_0.31-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP2 is installed
AND Package Information
cluster-network-kmp-rt-1.4_3.0.101_rt130_0.7.9-2.18 is installed
OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_0.7.9-2.18 is installed
OR drbd-kmp-rt-8.4.2_3.0.101_rt130_0.7.9-0.6.6 is installed
OR drbd-kmp-rt_trace-8.4.2_3.0.101_rt130_0.7.9-0.6.6 is installed
OR iscsitarget-kmp-rt-1.4.20_3.0.101_rt130_0.7.9-0.25.25 is installed
OR iscsitarget-kmp-rt_trace-1.4.20_3.0.101_rt130_0.7.9-0.25.25 is installed
OR kernel-rt-3.0.101.rt130-0.7.9 is installed
OR kernel-rt-base-3.0.101.rt130-0.7.9 is installed
OR kernel-rt-devel-3.0.101.rt130-0.7.9 is installed
OR kernel-rt_trace-3.0.101.rt130-0.7.9 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.7.9 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.7.9 is installed
OR kernel-source-rt-3.0.101.rt130-0.7.9 is installed
OR kernel-syms-rt-3.0.101.rt130-0.7.9 is installed
OR lttng-modules-kmp-rt-2.0.4_3.0.101_rt130_0.7.9-0.9.9 is installed
OR lttng-modules-kmp-rt_trace-2.0.4_3.0.101_rt130_0.7.9-0.9.9 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_0.7.9-0.11 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_0.7.9-0.11 is installed
OR ofed-kmp-rt-1.5.2_3.0.101_rt130_0.7.9-0.28.28 is installed
OR ofed-kmp-rt_trace-1.5.2_3.0.101_rt130_0.7.9-0.28.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.14 is installed
OR kernel-rt-base-3.0.101.rt130-69.14 is installed
OR kernel-rt-devel-3.0.101.rt130-69.14 is installed
OR kernel-rt_trace-3.0.101.rt130-69.14 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.14 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.14 is installed
OR kernel-source-rt-3.0.101.rt130-69.14 is installed
OR kernel-syms-rt-3.0.101.rt130-69.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
evolution-data-server-2.24.1.1-11.12 is installed
OR evolution-data-server-32bit-2.24.1.1-11.12 is installed
OR evolution-data-server-lang-2.24.1.1-11.12 is installed
OR evolution-data-server-x86-2.24.1.1-11.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
evolution-data-server-2.24.1.1-11.12 is installed
OR evolution-data-server-32bit-2.24.1.1-11.12 is installed
OR evolution-data-server-lang-2.24.1.1-11.12 is installed
OR evolution-data-server-x86-2.24.1.1-11.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND cron-4.1-194.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND kvm-0.12.5-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND kvm-0.12.5-1.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-2.2.34-70.21 is installed
OR apache2-doc-2.2.34-70.21 is installed
OR apache2-example-pages-2.2.34-70.21 is installed
OR apache2-prefork-2.2.34-70.21 is installed
OR apache2-utils-2.2.34-70.21 is installed
OR apache2-worker-2.2.34-70.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-2.2.34-70.21 is installed
OR apache2-doc-2.2.34-70.21 is installed
OR apache2-example-pages-2.2.34-70.21 is installed
OR apache2-prefork-2.2.34-70.21 is installed
OR apache2-utils-2.2.34-70.21 is installed
OR apache2-worker-2.2.34-70.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.5esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.5esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR libfreebl3-x86-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nspr-x86-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR mozilla-nss-x86-3.14.3-0.4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.5esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.5esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR libfreebl3-x86-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nspr-x86-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR mozilla-nss-x86-3.14.3-0.4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.5esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.5esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR libfreebl3-x86-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nspr-x86-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
OR mozilla-nss-x86-3.14.3-0.4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libvirt-0.9.6-0.21 is installed
OR libvirt-client-0.9.6-0.21 is installed
OR libvirt-client-32bit-0.9.6-0.21 is installed
OR libvirt-doc-0.9.6-0.21 is installed
OR libvirt-python-0.9.6-0.21 is installed
OR virt-manager-0.9.0-3.19 is installed
OR vm-install-0.5.10-0.5 is installed
OR xen-4.1.2_20-0.5 is installed
OR xen-doc-html-4.1.2_20-0.5 is installed
OR xen-doc-pdf-4.1.2_20-0.5 is installed
OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.2_20-0.5 is installed
OR xen-libs-32bit-4.1.2_20-0.5 is installed
OR xen-tools-4.1.2_20-0.5 is installed
OR xen-tools-domU-4.1.2_20-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libvirt-0.9.6-0.21 is installed
OR libvirt-client-0.9.6-0.21 is installed
OR libvirt-client-32bit-0.9.6-0.21 is installed
OR libvirt-doc-0.9.6-0.21 is installed
OR libvirt-python-0.9.6-0.21 is installed
OR virt-manager-0.9.0-3.19 is installed
OR vm-install-0.5.10-0.5 is installed
OR xen-4.1.2_20-0.5 is installed
OR xen-doc-html-4.1.2_20-0.5 is installed
OR xen-doc-pdf-4.1.2_20-0.5 is installed
OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.2_20-0.5 is installed
OR xen-libs-32bit-4.1.2_20-0.5 is installed
OR xen-tools-4.1.2_20-0.5 is installed
OR xen-tools-domU-4.1.2_20-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
e2fsprogs-1.41.9-2.7 is installed
OR libcom_err2-1.41.9-2.7 is installed
OR libcom_err2-32bit-1.41.9-2.7 is installed
OR libcom_err2-x86-1.41.9-2.7 is installed
OR libext2fs2-1.41.9-2.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
dhcp-4.2.4.P2-0.11.15 is installed
OR dhcp-client-4.2.4.P2-0.11.15 is installed
OR dhcp-relay-4.2.4.P2-0.11.15 is installed
OR dhcp-server-4.2.4.P2-0.11.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
dhcp-4.2.4.P2-0.11.15 is installed
OR dhcp-client-4.2.4.P2-0.11.15 is installed
OR dhcp-relay-4.2.4.P2-0.11.15 is installed
OR dhcp-server-4.2.4.P2-0.11.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libfreebl3-x86-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-x86-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-x86-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
OR mozilla-nss-x86-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr4.1-0.5 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr4.1-0.5 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr4.1-0.5 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr4.1-0.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.35 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.35 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.35 is installed
OR kernel-default-3.0.101-0.47.106.35 is installed
OR kernel-default-base-3.0.101-0.47.106.35 is installed
OR kernel-default-devel-3.0.101-0.47.106.35 is installed
OR kernel-default-man-3.0.101-0.47.106.35 is installed
OR kernel-ec2-3.0.101-0.47.106.35 is installed
OR kernel-ec2-base-3.0.101-0.47.106.35 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.35 is installed
OR kernel-pae-3.0.101-0.47.106.35 is installed
OR kernel-pae-base-3.0.101-0.47.106.35 is installed
OR kernel-pae-devel-3.0.101-0.47.106.35 is installed
OR kernel-source-3.0.101-0.47.106.35 is installed
OR kernel-syms-3.0.101-0.47.106.35 is installed
OR kernel-trace-3.0.101-0.47.106.35 is installed
OR kernel-trace-base-3.0.101-0.47.106.35 is installed
OR kernel-trace-devel-3.0.101-0.47.106.35 is installed
OR kernel-xen-3.0.101-0.47.106.35 is installed
OR kernel-xen-base-3.0.101-0.47.106.35 is installed
OR kernel-xen-devel-3.0.101-0.47.106.35 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.35 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.35 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.35 is installed
OR kernel-default-3.0.101-0.47.106.35 is installed
OR kernel-default-base-3.0.101-0.47.106.35 is installed
OR kernel-default-devel-3.0.101-0.47.106.35 is installed
OR kernel-default-man-3.0.101-0.47.106.35 is installed
OR kernel-ec2-3.0.101-0.47.106.35 is installed
OR kernel-ec2-base-3.0.101-0.47.106.35 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.35 is installed
OR kernel-pae-3.0.101-0.47.106.35 is installed
OR kernel-pae-base-3.0.101-0.47.106.35 is installed
OR kernel-pae-devel-3.0.101-0.47.106.35 is installed
OR kernel-source-3.0.101-0.47.106.35 is installed
OR kernel-syms-3.0.101-0.47.106.35 is installed
OR kernel-trace-3.0.101-0.47.106.35 is installed
OR kernel-trace-base-3.0.101-0.47.106.35 is installed
OR kernel-trace-devel-3.0.101-0.47.106.35 is installed
OR kernel-xen-3.0.101-0.47.106.35 is installed
OR kernel-xen-base-3.0.101-0.47.106.35 is installed
OR kernel-xen-devel-3.0.101-0.47.106.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS 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 |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.97 is installed
OR libMagickCore1-6.4.3.6-78.97 is installed
OR libMagickCore1-32bit-6.4.3.6-78.97 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-78.97 is installed
OR libMagickCore1-6.4.3.6-78.97 is installed
OR libMagickCore1-32bit-6.4.3.6-78.97 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-160.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND LibVNCServer-0.9.1-160.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libgnomesu-1.0.0-307.10 is installed
OR libgnomesu-lang-1.0.0-307.10 is installed
OR libgnomesu0-1.0.0-307.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
jakarta-commons-fileupload-1.1.1-1.37.3 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-1.37.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
jakarta-commons-fileupload-1.1.1-1.37.3 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-1.37.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND libslp1-openssl1-1.2.0-172.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND ant-1.9.4-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
strongswan-5.1.3-22 is installed
OR strongswan-doc-5.1.3-22 is installed
OR strongswan-hmac-5.1.3-22 is installed
OR strongswan-ipsec-5.1.3-22 is installed
OR strongswan-libs0-5.1.3-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
strongswan-5.1.3-22 is installed
OR strongswan-doc-5.1.3-22 is installed
OR strongswan-hmac-5.1.3-22 is installed
OR strongswan-ipsec-5.1.3-22 is installed
OR strongswan-libs0-5.1.3-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND davfs2-1.5.2-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_35-default-3-3 is installed
OR kgraft-patch-3_12_69-60_64_35-xen-3-3 is installed
OR kgraft-patch-SLE12-SP1_Update_14-3-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_35-default-3-3 is installed
OR kgraft-patch-3_12_69-60_64_35-xen-3-3 is installed
OR kgraft-patch-SLE12-SP1_Update_14-3-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libpcre1-8.39-5 is installed
OR libpcre1-32bit-8.39-5 is installed
OR libpcre16-0-8.39-5 is installed
OR pcre-8.39-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libpcre1-8.39-5 is installed
OR libpcre1-32bit-8.39-5 is installed
OR libpcre16-0-8.39-5 is installed
OR pcre-8.39-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
python-cryptography-1.3.1-7.13 is installed
OR python-pyOpenSSL-16.0.0-4.11 is installed
OR python-setuptools-18.0.1-4.8 is installed
OR python3-cryptography-1.3.1-7.13 is installed
OR python3-pyOpenSSL-16.0.0-4.11 is installed
OR python3-setuptools-18.0.1-4.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
python-cryptography-1.3.1-7.13 is installed
OR python-pyOpenSSL-16.0.0-4.11 is installed
OR python-setuptools-18.0.1-4.8 is installed
OR python3-cryptography-1.3.1-7.13 is installed
OR python3-pyOpenSSL-16.0.0-4.11 is installed
OR python3-setuptools-18.0.1-4.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
xen-4.7.6_04-43.39 is installed
OR xen-doc-html-4.7.6_04-43.39 is installed
OR xen-libs-4.7.6_04-43.39 is installed
OR xen-libs-32bit-4.7.6_04-43.39 is installed
OR xen-tools-4.7.6_04-43.39 is installed
OR xen-tools-domU-4.7.6_04-43.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
xen-4.7.6_04-43.39 is installed
OR xen-doc-html-4.7.6_04-43.39 is installed
OR xen-libs-4.7.6_04-43.39 is installed
OR xen-libs-32bit-4.7.6_04-43.39 is installed
OR xen-tools-4.7.6_04-43.39 is installed
OR xen-tools-domU-4.7.6_04-43.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.176-94.88 is installed
OR kernel-default-base-4.4.176-94.88 is installed
OR kernel-default-devel-4.4.176-94.88 is installed
OR kernel-default-man-4.4.176-94.88 is installed
OR kernel-devel-4.4.176-94.88 is installed
OR kernel-macros-4.4.176-94.88 is installed
OR kernel-source-4.4.176-94.88 is installed
OR kernel-syms-4.4.176-94.88 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.176-94.88 is installed
OR kernel-default-base-4.4.176-94.88 is installed
OR kernel-default-devel-4.4.176-94.88 is installed
OR kernel-default-man-4.4.176-94.88 is installed
OR kernel-devel-4.4.176-94.88 is installed
OR kernel-macros-4.4.176-94.88 is installed
OR kernel-source-4.4.176-94.88 is installed
OR kernel-syms-4.4.176-94.88 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
dovecot22-2.2.30.2-14.2 is installed
OR dovecot22-backend-mysql-2.2.30.2-14.2 is installed
OR dovecot22-backend-pgsql-2.2.30.2-14.2 is installed
OR dovecot22-backend-sqlite-2.2.30.2-14.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND ucode-intel-20191112a-13.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND ucode-intel-20191112a-13.56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND ucode-intel-20191112-13.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND ucode-intel-20191112-13.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
fuse-2.9.3-6.3 is installed
OR libfuse2-2.9.3-6.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
libsnmp30-5.7.2.1-4.9 is installed
OR libsnmp30-32bit-5.7.2.1-4.9 is installed
OR net-snmp-5.7.2.1-4.9 is installed
OR perl-SNMP-5.7.2.1-4.9 is installed
OR snmp-mibs-5.7.2.1-4.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
libsnmp30-5.7.2.1-4.9 is installed
OR libsnmp30-32bit-5.7.2.1-4.9 is installed
OR net-snmp-5.7.2.1-4.9 is installed
OR perl-SNMP-5.7.2.1-4.9 is installed
OR snmp-mibs-5.7.2.1-4.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
krb5-devel-1.6.3-133.49.58 is installed
OR krb5-devel-32bit-1.6.3-133.49.58 is installed
OR krb5-server-1.6.3-133.49.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND MozillaFirefox-devel-31.6.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
bytefx-data-mysql-2.6.7-0.13 is installed
OR mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-firebird-2.6.7-0.13 is installed
OR mono-data-oracle-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-data-sybase-2.6.7-0.13 is installed
OR mono-devel-2.6.7-0.13 is installed
OR mono-extras-2.6.7-0.13 is installed
OR mono-jscript-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-wcf-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 mono-winfxcore-2.6.7-0.13 is installed
OR monodoc-core-2.6.7-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.55-52.42 is installed
OR kernel-default-extra-3.12.55-52.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libreoffice-5.1.5.2-29 is installed
OR libreoffice-base-5.1.5.2-29 is installed
OR libreoffice-base-drivers-mysql-5.1.5.2-29 is installed
OR libreoffice-base-drivers-postgresql-5.1.5.2-29 is installed
OR libreoffice-calc-5.1.5.2-29 is installed
OR libreoffice-calc-extensions-5.1.5.2-29 is installed
OR libreoffice-draw-5.1.5.2-29 is installed
OR libreoffice-filters-optional-5.1.5.2-29 is installed
OR libreoffice-gnome-5.1.5.2-29 is installed
OR libreoffice-icon-theme-galaxy-5.1.5.2-29 is installed
OR libreoffice-icon-theme-tango-5.1.5.2-29 is installed
OR libreoffice-impress-5.1.5.2-29 is installed
OR libreoffice-l10n-af-5.1.5.2-29 is installed
OR libreoffice-l10n-ar-5.1.5.2-29 is installed
OR libreoffice-l10n-ca-5.1.5.2-29 is installed
OR libreoffice-l10n-cs-5.1.5.2-29 is installed
OR libreoffice-l10n-da-5.1.5.2-29 is installed
OR libreoffice-l10n-de-5.1.5.2-29 is installed
OR libreoffice-l10n-en-5.1.5.2-29 is installed
OR libreoffice-l10n-es-5.1.5.2-29 is installed
OR libreoffice-l10n-fi-5.1.5.2-29 is installed
OR libreoffice-l10n-fr-5.1.5.2-29 is installed
OR libreoffice-l10n-gu-5.1.5.2-29 is installed
OR libreoffice-l10n-hi-5.1.5.2-29 is installed
OR libreoffice-l10n-hu-5.1.5.2-29 is installed
OR libreoffice-l10n-it-5.1.5.2-29 is installed
OR libreoffice-l10n-ja-5.1.5.2-29 is installed
OR libreoffice-l10n-ko-5.1.5.2-29 is installed
OR libreoffice-l10n-nb-5.1.5.2-29 is installed
OR libreoffice-l10n-nl-5.1.5.2-29 is installed
OR libreoffice-l10n-nn-5.1.5.2-29 is installed
OR libreoffice-l10n-pl-5.1.5.2-29 is installed
OR libreoffice-l10n-pt-BR-5.1.5.2-29 is installed
OR libreoffice-l10n-pt-PT-5.1.5.2-29 is installed
OR libreoffice-l10n-ru-5.1.5.2-29 is installed
OR libreoffice-l10n-sk-5.1.5.2-29 is installed
OR libreoffice-l10n-sv-5.1.5.2-29 is installed
OR libreoffice-l10n-xh-5.1.5.2-29 is installed
OR libreoffice-l10n-zh-Hans-5.1.5.2-29 is installed
OR libreoffice-l10n-zh-Hant-5.1.5.2-29 is installed
OR libreoffice-l10n-zu-5.1.5.2-29 is installed
OR libreoffice-mailmerge-5.1.5.2-29 is installed
OR libreoffice-math-5.1.5.2-29 is installed
OR libreoffice-officebean-5.1.5.2-29 is installed
OR libreoffice-pyuno-5.1.5.2-29 is installed
OR libreoffice-writer-5.1.5.2-29 is installed
OR libreoffice-writer-extensions-5.1.5.2-29 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND mongodb-2.4.3-0.25 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
cacti-1.2.13-11 is installed
OR cacti-spine-1.2.13-8 is installed
|