Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 kernel was updated to 4.4.143 to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-5390 aka 'SegmentSmack': Linux kernel could be forced to make very expensive calls to tcp_collapse_ofo_queue() and tcp_prune_ofo_queue() for every incoming packet which can lead to a denial of service (bnc#1102340). - CVE-2018-14734: drivers/infiniband/core/ucma.c in the Linux kernel allowed ucma_leave_multicast to access a certain data structure after a cleanup step in ucma_process_join, which allowed attackers to cause a denial of service (use-after-free) (bnc#1103119). - CVE-2017-18344: The timer_create syscall implementation in kernel/time/posix-timers.c didn't properly validate the sigevent->sigev_notify field, which lead to out-of-bounds access in the show_timer function (called when /proc/$PID/timers is read). This allowed userspace applications to read arbitrary kernel memory (on a kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE) (bnc#1102851 bnc#1103580). - CVE-2018-3620: Local attackers on baremetal systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data. (bnc#1087081). - CVE-2018-3646: Local attackers in virtualized guest systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data, even from other virtual machines or the host system. (bnc#1089343).
The following non-security bugs were fixed:
- Add support for 5,25,50, and 100G to 802.3ad bonding driver (bsc#1096978) - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS (bnc#1012382). - arm64: do not open code page table entry creation (bsc#1102197). - arm64: kpti: Use early_param for kpti= command-line option (bsc#1102188). - arm64: Make sure permission updates happen for pmd/pud (bsc#1102197). - atm: zatm: Fix potential Spectre v1 (bnc#1012382). - bcm63xx_enet: correct clock usage (bnc#1012382). - bcm63xx_enet: do not write to random DMA channel on BCM6345 (bnc#1012382). - blacklist 9fb8d5dc4b64 ('stop_machine: Disable preemption when waking two stopper threads') Preemption is already disabled inside cpu_stop_queue_two_works() in SLE12-SP3 because it does not have commit 6a19005157c4 ('stop_machine: Do not disable preemption in stop_two_cpus()') - block: copy ioprio in __bio_clone_fast() (bsc#1082653). - bpf: fix loading of BPF_MAXINSNS sized programs (bsc#1012382). - bpf, x64: fix memleak when not converging after image (bsc#1012382). - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag (bsc#1099858). - cachefiles: Fix refcounting bug in backing-file read monitoring (bsc#1099858). - cachefiles: Wait rather than BUG'ing on 'Unexpected object collision' (bsc#1099858). - cifs: fix bad/NULL ptr dereferencing in SMB2_sess_setup() (bsc#1090123). - compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled (bnc#1012382). - compiler, clang: properly override 'inline' for clang (bnc#1012382). - compiler, clang: suppress warning for unused static inline functions (bnc#1012382). - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations (bnc#1012382). - cpu/hotplug: Add sysfs state interface (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Split do_cpu_down() (bsc#1089343). - crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak (bnc#1012382). - crypto: crypto4xx - remove bad list_del (bnc#1012382). - drm/msm: Fix possible null dereference on failure of get_pages() (bsc#1102394). - drm: re-enable error handling (bsc#1103884). - fscache: Allow cancelled operations to be enqueued (bsc#1099858). - fscache: Fix reference overput in fscache_attach_object() error handling (bsc#1099858). - hid: usbhid: add quirk for innomedia INNEX GENESIS/ATARI adapter (bnc#1012382). - ibmasm: do not write out of bounds in read handler (bnc#1012382). - ibmvnic: Fix error recovery on login failure (bsc#1101789). - iw_cxgb4: correctly enforce the max reg_mr depth (bnc#1012382). - kabi protect includes in include/linux/inet.h (bsc#1095643). - KABI protect net/core/utils.c includes (bsc#1095643). - kABI: protect struct loop_device (kabi). - kABI: reintroduce __static_cpu_has_safe (kabi). - kbuild: fix # escaping in .cmd files for future Make (bnc#1012382). - keys: DNS: fix parsing multiple options (bnc#1012382). - kvm: arm/arm64: Drop resource size check for GICV window (bsc#1102215). - kvm: arm/arm64: Set dist->spis to NULL after kfree (bsc#1102214). - loop: add recursion validation to LOOP_CHANGE_FD (bnc#1012382). - loop: remember whether sysfs_create_group() was done (bnc#1012382). - mmc: dw_mmc: fix card threshold control configuration (bsc#1102203). - mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing (bsc#1097771). - net: cxgb3_main: fix potential Spectre v1 (bnc#1012382). - net: dccp: avoid crash in ccid3_hc_rx_send_feedback() (bnc#1012382). - net: dccp: switch rx_tstamp_last_feedback to monotonic clock (bnc#1012382). - netfilter: ebtables: reject non-bridge targets (bnc#1012382). - netfilter: nf_queue: augment nfqa_cfg_policy (bnc#1012382). - netfilter: x_tables: initialise match/target check parameter struct (bnc#1012382). - net/mlx5: Fix command interface race in polling mode (bnc#1012382). - net/mlx5: Fix incorrect raw command length parsing (bnc#1012382). - net: mvneta: fix the Rx desc DMA address in the Rx path (bsc#1102207). - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL (bnc#1012382). - net: off by one in inet6_pton() (bsc#1095643). - net: phy: marvell: Use strlcpy() for ethtool::get_strings (bsc#1102205). - net_sched: blackhole: tell upper qdisc about dropped packets (bnc#1012382). - net: sungem: fix rx checksum support (bnc#1012382). - net/utils: generic inet_pton_with_scope helper (bsc#1095643). - nvme-rdma: Check remotely invalidated rkey matches our expected rkey (bsc#1092001). - nvme-rdma: default MR page size to 4k (bsc#1092001). - nvme-rdma: do not complete requests before a send work request has completed (bsc#1092001). - nvme-rdma: do not suppress send completions (bsc#1092001). - nvme-rdma: Fix command completion race at error recovery (bsc#1090435). - nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical (bsc#1092001). - nvme-rdma: use inet_pton_with_scope helper (bsc#1095643). - nvme-rdma: Use mr pool (bsc#1092001). - nvme-rdma: wait for local invalidation before completing a request (bsc#1092001). - ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent (bnc#1012382). - pci: ibmphp: Fix use-before-set in get_max_bus_speed() (bsc#1100132). - perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ (bnc#1012382). - pm / hibernate: Fix oops at snapshot_write() (bnc#1012382). - powerpc/64: Initialise thread_info for emergency stacks (bsc#1094244, bsc#1100930, bsc#1102683). - qed: Limit msix vectors in kdump kernel to the minimum required count (bnc#1012382). - r8152: napi hangup fix after disconnect (bnc#1012382). - rdma/ucm: Mark UCM interface as BROKEN (bnc#1012382). - rds: avoid unenecessary cong_update in loop transport (bnc#1012382). - Revert 'sit: reload iphdr in ipip6_rcv' (bnc#1012382). - Revert 'x86/cpufeature: Move some of the scattered feature bits to x86_capability' (kabi). - Revert 'x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6' (kabi). - rtlwifi: rtl8821ae: fix firmware is not ready to run (bnc#1012382). - s390/qeth: fix error handling in adapter command callbacks (bnc#1103745, LTC#169699). - sched/smt: Update sched_smt_present at runtime (bsc#1089343). - smsc75xx: Add workaround for gigabit link up hardware errata (bsc#1100132). - smsc95xx: Configure pause time to 0xffff when tx flow control enabled (bsc#1085536). - tcp: fix Fast Open key endianness (bnc#1012382). - tcp: prevent bogus FRTO undos with non-SACK flows (bnc#1012382). - tools build: fix # escaping in .cmd files for future Make (bnc#1012382). - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn() (bnc#1012382). - usb: core: handle hub C_PORT_OVER_CURRENT condition (bsc#1100132). - usb: quirks: add delay quirks for Corsair Strafe (bnc#1012382). - usb: serial: ch341: fix type promotion bug in ch341_control_in() (bnc#1012382). - usb: serial: cp210x: add another USB ID for Qivicon ZigBee stick (bnc#1012382). - usb: serial: keyspan_pda: fix modem-status error handling (bnc#1012382). - usb: serial: mos7840: fix status-register error handling (bnc#1012382). - usb: yurex: fix out-of-bounds uaccess in read handler (bnc#1012382). - vfio: platform: Fix reset module leak in error path (bsc#1102211). - vhost_net: validate sock before trying to put its fd (bnc#1012382). - vmw_balloon: fix inflation with batching (bnc#1012382). - x86/alternatives: Add an auxilary section (bnc#1012382). - x86/alternatives: Discard dynamic check after init (bnc#1012382). - x86/apic: Ignore secondary threads if nosmt=force (bsc#1089343). - x86/asm: Add _ASM_ARG* constants for argument registers to (bnc#1012382). - x86/boot: Simplify kernel load address alignment check (bnc#1012382). - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings (bsc#1089343). Update config files. - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343). - x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - x86/cpufeature: Add helper macro for mask check macros (bnc#1012382). - x86/cpufeature: Carve out X86_FEATURE_* (bnc#1012382). - x86/cpufeature: Get rid of the non-asm goto variant (bnc#1012382). - x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated (bnc#1012382). - x86/cpufeature: Move some of the scattered feature bits to x86_capability (bnc#1012382). - x86/cpufeature: Replace the old static_cpu_has() with safe variant (bnc#1012382). - x86/cpufeature: Speed up cpu_feature_enabled() (bnc#1012382). - x86/cpufeature: Update cpufeaure macros (bnc#1012382). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6 (bnc#1012382). - x86/cpu: Provide a config option to disable static_cpu_has (bnc#1012382). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/fpu: Add an XSTATE_OP() macro (bnc#1012382). - x86/fpu: Get rid of xstate_fault() (bnc#1012382). - x86/headers: Do not include asm/processor.h in asm/atomic.h (bnc#1012382). - x86/mm/pkeys: Fix mismerge of protection keys CPUID bits (bnc#1012382). - x86/mm: Simplify p[g4um]d_page() macros (1087081). - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation (bsc#1089343). - x86/smp: Provide topology_is_primary_thread() (bsc#1089343). - x86/topology: Add topology_max_smt_threads() (bsc#1089343). - x86/topology: Provide topology_smt_supported() (bsc#1089343). - x86/vdso: Use static_cpu_has() (bnc#1012382). - xen/grant-table: log the lack of grants (bnc#1085042). - xen-netfront: Fix mismatched rtnl_unlock (bnc#1101658). - xen-netfront: Update features after registering netdev (bnc#1101658). - xhci: xhci-mem: off by one in xhci_stream_id_to_ring() (bnc#1012382).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1030472 1030476 1033084 1033085 1033087 1033088 1033089 1033090 1082023 1082653 1083507 1085042 1085536 1087081 1089343 1090123 1090435 1092001 1094244 1095643 1096978 1097771 1099858 1100053 1100132 1100930 1101658 1101789 1102188 1102197 1102203 1102205 1102207 1102211 1102214 1102215 1102340 1102394 1102683 1102851 1103119 1103580 1103745 1103884 1106390 1107067 1109663 1109847 1111973 1112723 1112726 1123685 1125007 1131945 1136021 1138459 1149332 1156402 1158785 1158787 1158788 1158789 1158790 1158791 1158792 1158793 1158795 1165439 1165784 1171878 1172085 1173948 1174538 1174662 1176013 1178387 CVE-2016-10254 CVE-2016-10255 CVE-2017-18207 CVE-2017-18344 CVE-2017-7607 CVE-2017-7608 CVE-2017-7610 CVE-2017-7611 CVE-2017-7612 CVE-2017-7613 CVE-2018-1000802 CVE-2018-10886 CVE-2018-14647 CVE-2018-14734 CVE-2018-16062 CVE-2018-16403 CVE-2018-18310 CVE-2018-18520 CVE-2018-18521 CVE-2018-3620 CVE-2018-3646 CVE-2018-5390 CVE-2019-10160 CVE-2019-10894 CVE-2019-10895 CVE-2019-10896 CVE-2019-10899 CVE-2019-10901 CVE-2019-10903 CVE-2019-1348 CVE-2019-1349 CVE-2019-1350 CVE-2019-1351 CVE-2019-1352 CVE-2019-1353 CVE-2019-1354 CVE-2019-1387 CVE-2019-19604 CVE-2019-2201 CVE-2019-7150 CVE-2019-7665 CVE-2020-10029 CVE-2020-15652 CVE-2020-15653 CVE-2020-15654 CVE-2020-15655 CVE-2020-15656 CVE-2020-15657 CVE-2020-15658 CVE-2020-15659 CVE-2020-1747 CVE-2020-25692 CVE-2020-6463 CVE-2020-6514 CVE-2020-9862 CVE-2020-9893 CVE-2020-9894 CVE-2020-9895 CVE-2020-9915 CVE-2020-9925 SUSE-SU-2018:2328-1 SUSE-SU-2018:2838-1 SUSE-SU-2019:2053-2 SUSE-SU-2019:2972-1 SUSE-SU-2019:3311-1 SUSE-SU-2020:2232-1 SUSE-SU-2020:3314-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.1 NonFree openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 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 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 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 SP4-ESPOS SUSE Linux Enterprise Server 12 SP5 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 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 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
freerdp-1.0.2-9.1 is installed
OR libfreerdp-1_0-1.0.2-9.1 is installed
OR libfreerdp-1_0-plugins-1.0.2-9.1 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
automake-1.13.4-8.9 is installed
OR m4-1.4.16-4.5 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND haproxy-1.5.4-2.4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.7esr-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
bash-3.2-147.22 is installed
OR bash-doc-3.2-147.22 is installed
OR libreadline5-5.2-147.22 is installed
OR libreadline5-32bit-5.2-147.22 is installed
OR readline-doc-5.2-147.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.2.1esr-19 is installed
OR MozillaFirefox-branding-SLED-31.0-0.12 is installed
OR MozillaFirefox-translations-38.2.1esr-19 is installed
OR libfreebl3-3.19.2.0-0.16 is installed
OR libfreebl3-32bit-3.19.2.0-0.16 is installed
OR libsoftokn3-3.19.2.0-0.16 is installed
OR libsoftokn3-32bit-3.19.2.0-0.16 is installed
OR mozilla-nss-3.19.2.0-0.16 is installed
OR mozilla-nss-32bit-3.19.2.0-0.16 is installed
OR mozilla-nss-tools-3.19.2.0-0.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND groff-1.22.2-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-9 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
curl-7.37.0-28 is installed
OR libcurl4-7.37.0-28 is installed
OR libcurl4-32bit-7.37.0-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
sysconfig-0.84.0-13 is installed
OR sysconfig-netconfig-0.84.0-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND python-pycrypto-2.6.1-10.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
ghostscript-9.23-1 is installed
OR ghostscript-devel-9.23-1 is installed
OR ghostscript-x11-9.23-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12sp1-docker-image-1.0.7-20171002 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND bubblewrap-0.2.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
crash-7.2.1-1 is installed
OR crash-devel-7.2.1-1 is installed
OR crash-kmp-default-7.2.1_k4.12.14_23-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.43-52.6 is installed
OR kernel-ec2-devel-3.12.43-52.6 is installed
OR kernel-ec2-extra-3.12.43-52.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-15 is installed
OR php7-7.0.7-15 is installed
OR php7-bcmath-7.0.7-15 is installed
OR php7-bz2-7.0.7-15 is installed
OR php7-calendar-7.0.7-15 is installed
OR php7-ctype-7.0.7-15 is installed
OR php7-curl-7.0.7-15 is installed
OR php7-dba-7.0.7-15 is installed
OR php7-dom-7.0.7-15 is installed
OR php7-enchant-7.0.7-15 is installed
OR php7-exif-7.0.7-15 is installed
OR php7-fastcgi-7.0.7-15 is installed
OR php7-fileinfo-7.0.7-15 is installed
OR php7-fpm-7.0.7-15 is installed
OR php7-ftp-7.0.7-15 is installed
OR php7-gd-7.0.7-15 is installed
OR php7-gettext-7.0.7-15 is installed
OR php7-gmp-7.0.7-15 is installed
OR php7-iconv-7.0.7-15 is installed
OR php7-imap-7.0.7-15 is installed
OR php7-intl-7.0.7-15 is installed
OR php7-json-7.0.7-15 is installed
OR php7-ldap-7.0.7-15 is installed
OR php7-mbstring-7.0.7-15 is installed
OR php7-mcrypt-7.0.7-15 is installed
OR php7-mysql-7.0.7-15 is installed
OR php7-odbc-7.0.7-15 is installed
OR php7-opcache-7.0.7-15 is installed
OR php7-openssl-7.0.7-15 is installed
OR php7-pcntl-7.0.7-15 is installed
OR php7-pdo-7.0.7-15 is installed
OR php7-pear-7.0.7-15 is installed
OR php7-pear-Archive_Tar-7.0.7-15 is installed
OR php7-pgsql-7.0.7-15 is installed
OR php7-phar-7.0.7-15 is installed
OR php7-posix-7.0.7-15 is installed
OR php7-pspell-7.0.7-15 is installed
OR php7-shmop-7.0.7-15 is installed
OR php7-snmp-7.0.7-15 is installed
OR php7-soap-7.0.7-15 is installed
OR php7-sockets-7.0.7-15 is installed
OR php7-sqlite-7.0.7-15 is installed
OR php7-sysvmsg-7.0.7-15 is installed
OR php7-sysvsem-7.0.7-15 is installed
OR php7-sysvshm-7.0.7-15 is installed
OR php7-tokenizer-7.0.7-15 is installed
OR php7-wddx-7.0.7-15 is installed
OR php7-xmlreader-7.0.7-15 is installed
OR php7-xmlrpc-7.0.7-15 is installed
OR php7-xmlwriter-7.0.7-15 is installed
OR php7-xsl-7.0.7-15 is installed
OR php7-zip-7.0.7-15 is installed
OR php7-zlib-7.0.7-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
gnome-screensaver-2.24.0-14.27 is installed
OR gnome-screensaver-lang-2.24.0-14.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
gnome-screensaver-2.24.0-14.27 is installed
OR gnome-screensaver-lang-2.24.0-14.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
kdelibs3-3.5.10-23.27 is installed
OR kdelibs3-32bit-3.5.10-23.27 is installed
OR kdelibs3-default-style-3.5.10-23.27 is installed
OR kdelibs3-default-style-32bit-3.5.10-23.27 is installed
OR kdelibs3-default-style-x86-3.5.10-23.27 is installed
OR kdelibs3-x86-3.5.10-23.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.3.0esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
OR libfreebl3-3.15.4-0.4.2 is installed
OR libfreebl3-32bit-3.15.4-0.4.2 is installed
OR mozilla-nspr-4.10.2-0.3 is installed
OR mozilla-nspr-32bit-4.10.2-0.3 is installed
OR mozilla-nss-3.15.4-0.4.2 is installed
OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
OR mozilla-nss-tools-3.15.4-0.4.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cpp43-4.3.4_20091019-7.9 is installed
OR gcc43-4.3.4_20091019-7.9 is installed
OR gcc43-32bit-4.3.4_20091019-7.9 is installed
OR gcc43-c++-4.3.4_20091019-7.9 is installed
OR gcc43-fortran-4.3.4_20091019-7.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-7.9 is installed
OR gcc43-info-4.3.4_20091019-7.9 is installed
OR gcc43-locale-4.3.4_20091019-7.9 is installed
OR libstdc++43-devel-4.3.4_20091019-7.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-7.9 is installed
OR libstdc++43-doc-4.3.4_20091019-7.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cpp43-4.3.4_20091019-7.9 is installed
OR gcc43-4.3.4_20091019-7.9 is installed
OR gcc43-32bit-4.3.4_20091019-7.9 is installed
OR gcc43-c++-4.3.4_20091019-7.9 is installed
OR gcc43-fortran-4.3.4_20091019-7.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-7.9 is installed
OR gcc43-info-4.3.4_20091019-7.9 is installed
OR gcc43-locale-4.3.4_20091019-7.9 is installed
OR libstdc++43-devel-4.3.4_20091019-7.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-7.9 is installed
OR libstdc++43-doc-4.3.4_20091019-7.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_perl-2.0.4-40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
iscsitarget-kmp-bigsmp-1.4.20_3.0.101_0.40-0.38 is installed
OR kernel-bigsmp-3.0.101-0.40 is installed
OR kernel-bigsmp-base-3.0.101-0.40 is installed
OR kernel-bigsmp-devel-3.0.101-0.40 is installed
OR ofed-kmp-bigsmp-1.5.4.1_3.0.101_0.40-0.13 is installed
OR oracleasm-kmp-bigsmp-2.0.5_3.0.101_0.40-7.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
iscsitarget-kmp-bigsmp-1.4.20_3.0.101_0.40-0.38 is installed
OR kernel-bigsmp-3.0.101-0.40 is installed
OR kernel-bigsmp-base-3.0.101-0.40 is installed
OR kernel-bigsmp-devel-3.0.101-0.40 is installed
OR ofed-kmp-bigsmp-1.5.4.1_3.0.101_0.40-0.13 is installed
OR oracleasm-kmp-bigsmp-2.0.5_3.0.101_0.40-7.39 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
iscsitarget-kmp-bigsmp-1.4.20_3.0.101_0.40-0.38 is installed
OR kernel-bigsmp-3.0.101-0.40 is installed
OR kernel-bigsmp-base-3.0.101-0.40 is installed
OR kernel-bigsmp-devel-3.0.101-0.40 is installed
OR ofed-kmp-bigsmp-1.5.4.1_3.0.101_0.40-0.13 is installed
OR oracleasm-kmp-bigsmp-2.0.5_3.0.101_0.40-7.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_04-0.9 is installed
OR xen-doc-html-4.2.5_04-0.9 is installed
OR xen-doc-pdf-4.2.5_04-0.9 is installed
OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
OR xen-libs-4.2.5_04-0.9 is installed
OR xen-libs-32bit-4.2.5_04-0.9 is installed
OR xen-tools-4.2.5_04-0.9 is installed
OR xen-tools-domU-4.2.5_04-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
rhnlib-2.5.84.4-8.1 is installed
OR spacecmd-2.5.5.5-14.1 is installed
OR spacewalk-backend-2.5.24.9-24.1 is installed
OR spacewalk-backend-libs-2.5.24.9-24.1 is installed
OR spacewalk-check-2.5.13.8-23.1 is installed
OR spacewalk-client-setup-2.5.13.8-23.1 is installed
OR spacewalk-client-tools-2.5.13.8-23.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
openssh-6.2p2-0.40 is installed
OR openssh-askpass-6.2p2-0.40 is installed
OR openssh-askpass-gnome-6.2p2-0.40 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
openssh-6.2p2-0.40 is installed
OR openssh-askpass-6.2p2-0.40 is installed
OR openssh-askpass-gnome-6.2p2-0.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
openssh-6.2p2-0.40 is installed
OR openssh-askpass-6.2p2-0.40 is installed
OR openssh-askpass-gnome-6.2p2-0.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
openssh-6.2p2-0.40 is installed
OR openssh-askpass-6.2p2-0.40 is installed
OR openssh-askpass-gnome-6.2p2-0.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.59 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-3.0.101-0.47.106.59 is installed
OR kernel-default-base-3.0.101-0.47.106.59 is installed
OR kernel-default-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-man-3.0.101-0.47.106.59 is installed
OR kernel-ec2-3.0.101-0.47.106.59 is installed
OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
OR kernel-pae-3.0.101-0.47.106.59 is installed
OR kernel-pae-base-3.0.101-0.47.106.59 is installed
OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
OR kernel-source-3.0.101-0.47.106.59 is installed
OR kernel-syms-3.0.101-0.47.106.59 is installed
OR kernel-trace-3.0.101-0.47.106.59 is installed
OR kernel-trace-base-3.0.101-0.47.106.59 is installed
OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
OR kernel-xen-3.0.101-0.47.106.59 is installed
OR kernel-xen-base-3.0.101-0.47.106.59 is installed
OR kernel-xen-devel-3.0.101-0.47.106.59 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.59 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-3.0.101-0.47.106.59 is installed
OR kernel-default-base-3.0.101-0.47.106.59 is installed
OR kernel-default-devel-3.0.101-0.47.106.59 is installed
OR kernel-default-man-3.0.101-0.47.106.59 is installed
OR kernel-ec2-3.0.101-0.47.106.59 is installed
OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
OR kernel-pae-3.0.101-0.47.106.59 is installed
OR kernel-pae-base-3.0.101-0.47.106.59 is installed
OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
OR kernel-source-3.0.101-0.47.106.59 is installed
OR kernel-syms-3.0.101-0.47.106.59 is installed
OR kernel-trace-3.0.101-0.47.106.59 is installed
OR kernel-trace-base-3.0.101-0.47.106.59 is installed
OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
OR kernel-xen-3.0.101-0.47.106.59 is installed
OR kernel-xen-base-3.0.101-0.47.106.59 is installed
OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-52.2.0esr-72.5.2 is installed
OR MozillaFirefox-branding-SLED-52-24.3.44 is installed
OR MozillaFirefox-translations-52.2.0esr-72.5.2 is installed
OR firefox-gcc5-5.3.1+r233831-7.1 is installed
OR firefox-libffi-gcc5-5.3.1+r233831-7.1 is installed
OR firefox-libffi4-5.3.1+r233831-7.1 is installed
OR firefox-libstdc++6-5.3.1+r233831-7.1 is installed
OR libfreebl3-3.29.5-47.3.2 is installed
OR libfreebl3-32bit-3.29.5-47.3.2 is installed
OR libsoftokn3-3.29.5-47.3.2 is installed
OR libsoftokn3-32bit-3.29.5-47.3.2 is installed
OR mozilla-nss-3.29.5-47.3.2 is installed
OR mozilla-nss-32bit-3.29.5-47.3.2 is installed
OR mozilla-nss-tools-3.29.5-47.3.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND gd-2.0.36.RC1-52.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND gd-2.0.36.RC1-52.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.56 is installed
OR libMagickCore1-6.4.3.6-78.56 is installed
OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.56 is installed
OR libMagickCore1-6.4.3.6-78.56 is installed
OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
avahi-0.6.23-11.32 is installed
OR avahi-lang-0.6.23-11.32 is installed
OR avahi-utils-0.6.23-11.32 is installed
OR libavahi-client3-0.6.23-11.32 is installed
OR libavahi-client3-32bit-0.6.23-11.32 is installed
OR libavahi-client3-x86-0.6.23-11.32 is installed
OR libavahi-common3-0.6.23-11.32 is installed
OR libavahi-common3-32bit-0.6.23-11.32 is installed
OR libavahi-common3-x86-0.6.23-11.32 is installed
OR libavahi-core5-0.6.23-11.32 is installed
OR libdns_sd-0.6.23-11.32 is installed
OR libdns_sd-32bit-0.6.23-11.32 is installed
OR libdns_sd-x86-0.6.23-11.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 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 Package Information
openvpn-openssl1-2.3.2-0.10.3 is installed
OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
dbus-1-1.8.8-1.5 is installed
OR dbus-1-x11-1.8.8-1.5 is installed
OR libdbus-1-3-1.8.8-1.5 is installed
OR libdbus-1-3-32bit-1.8.8-1.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libidn-1.28-4 is installed
OR libidn-tools-1.28-4 is installed
OR libidn11-1.28-4 is installed
OR libidn11-32bit-1.28-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libidn-1.28-4 is installed
OR libidn-tools-1.28-4 is installed
OR libidn11-1.28-4 is installed
OR libidn11-32bit-1.28-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
cron-4.2-58.3 is installed
OR cronie-1.4.11-58.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_45-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_45-default-3-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-3-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
MozillaFirefox-52.3.0esr-109.3.1 is installed
OR MozillaFirefox-devel-52.3.0esr-109.3.1 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.15-38.8 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.15-38.8 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.15-38.8 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.15-38.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.15-38.8 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.15-38.8 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.15-38.8 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.15-38.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND autofs-5.0.9-21.6 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
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_53-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_53-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
dpdk-16.11.6-8.7 is installed
OR dpdk-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-thunderx-16.11.6-8.7 is installed
OR dpdk-thunderx-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-tools-16.11.6-8.7 is installed
OR kernel-default-4.4.143-94.47 is installed
OR kernel-default-base-4.4.143-94.47 is installed
OR kernel-default-devel-4.4.143-94.47 is installed
OR kernel-default-man-4.4.143-94.47 is installed
OR kernel-devel-4.4.143-94.47 is installed
OR kernel-macros-4.4.143-94.47 is installed
OR kernel-source-4.4.143-94.47 is installed
OR kernel-syms-4.4.143-94.47 is installed
OR lttng-modules-2.7.1-8.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.143_94.47-8.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
dpdk-16.11.6-8.7 is installed
OR dpdk-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-thunderx-16.11.6-8.7 is installed
OR dpdk-thunderx-kmp-default-16.11.6_k4.4.143_94.47-8.7 is installed
OR dpdk-tools-16.11.6-8.7 is installed
OR kernel-default-4.4.143-94.47 is installed
OR kernel-default-base-4.4.143-94.47 is installed
OR kernel-default-devel-4.4.143-94.47 is installed
OR kernel-default-man-4.4.143-94.47 is installed
OR kernel-devel-4.4.143-94.47 is installed
OR kernel-macros-4.4.143-94.47 is installed
OR kernel-source-4.4.143-94.47 is installed
OR kernel-syms-4.4.143-94.47 is installed
OR lttng-modules-2.7.1-8.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.143_94.47-8.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libpython3_4m1_0-3.4.6-25.29 is installed
OR python3-3.4.6-25.29 is installed
OR python3-base-3.4.6-25.29 is installed
OR python3-curses-3.4.6-25.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libpython3_4m1_0-3.4.6-25.29 is installed
OR python3-3.4.6-25.29 is installed
OR python3-base-3.4.6-25.29 is installed
OR python3-curses-3.4.6-25.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
python-PyYAML-5.1.2-26.12 is installed
OR python3-PyYAML-5.1.2-26.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
python-PyYAML-5.1.2-26.12 is installed
OR python3-PyYAML-5.1.2-26.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.13-28.8 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
OR python-2.7.13-28.8 is installed
OR python-32bit-2.7.13-28.8 is installed
OR python-base-2.7.13-28.8 is installed
OR python-base-32bit-2.7.13-28.8 is installed
OR python-curses-2.7.13-28.8 is installed
OR python-demo-2.7.13-28.8 is installed
OR python-doc-2.7.13-28.8 is installed
OR python-doc-pdf-2.7.13-28.8 is installed
OR python-gdbm-2.7.13-28.8 is installed
OR python-idle-2.7.13-28.8 is installed
OR python-tk-2.7.13-28.8 is installed
OR python-xml-2.7.13-28.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libpython2_7-1_0-2.7.13-28.8 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
OR python-2.7.13-28.8 is installed
OR python-32bit-2.7.13-28.8 is installed
OR python-base-2.7.13-28.8 is installed
OR python-base-32bit-2.7.13-28.8 is installed
OR python-curses-2.7.13-28.8 is installed
OR python-demo-2.7.13-28.8 is installed
OR python-doc-2.7.13-28.8 is installed
OR python-doc-pdf-2.7.13-28.8 is installed
OR python-gdbm-2.7.13-28.8 is installed
OR python-idle-2.7.13-28.8 is installed
OR python-tk-2.7.13-28.8 is installed
OR python-xml-2.7.13-28.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND squid-3.5.21-26.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND squid-3.5.21-26.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
libvte9-0.28.2-19 is installed
OR python-vte-0.28.2-19 is installed
OR vte2-lang-0.28.2-19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
xorg-x11-server-1.19.6-4.11 is installed
OR xorg-x11-server-extra-1.19.6-4.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
xorg-x11-server-1.19.6-4.11 is installed
OR xorg-x11-server-extra-1.19.6-4.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libpython2_7-1_0-2.7.13-28.36 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.36 is installed
OR python-2.7.13-28.36 is installed
OR python-32bit-2.7.13-28.36 is installed
OR python-base-2.7.13-28.36 is installed
OR python-base-32bit-2.7.13-28.36 is installed
OR python-curses-2.7.13-28.36 is installed
OR python-demo-2.7.13-28.36 is installed
OR python-devel-2.7.13-28.36 is installed
OR python-doc-2.7.13-28.36 is installed
OR python-doc-pdf-2.7.13-28.36 is installed
OR python-gdbm-2.7.13-28.36 is installed
OR python-idle-2.7.13-28.36 is installed
OR python-tk-2.7.13-28.36 is installed
OR python-xml-2.7.13-28.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libpython2_7-1_0-2.7.13-28.36 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.36 is installed
OR python-2.7.13-28.36 is installed
OR python-32bit-2.7.13-28.36 is installed
OR python-base-2.7.13-28.36 is installed
OR python-base-32bit-2.7.13-28.36 is installed
OR python-curses-2.7.13-28.36 is installed
OR python-demo-2.7.13-28.36 is installed
OR python-devel-2.7.13-28.36 is installed
OR python-doc-2.7.13-28.36 is installed
OR python-doc-pdf-2.7.13-28.36 is installed
OR python-gdbm-2.7.13-28.36 is installed
OR python-idle-2.7.13-28.36 is installed
OR python-tk-2.7.13-28.36 is installed
OR python-xml-2.7.13-28.36 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 Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.13 is installed
OR openldap2-2.4.41-18.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
xen-4.5.5_12-22.18 is installed
OR xen-doc-html-4.5.5_12-22.18 is installed
OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18 is installed
OR xen-libs-4.5.5_12-22.18 is installed
OR xen-libs-32bit-4.5.5_12-22.18 is installed
OR xen-tools-4.5.5_12-22.18 is installed
OR xen-tools-domU-4.5.5_12-22.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
libldb-devel-3.6.3-0.24 is installed
OR libnetapi-devel-3.6.3-0.24 is installed
OR libnetapi0-3.6.3-0.24 is installed
OR libsmbclient-devel-3.6.3-0.24 is installed
OR libsmbsharemodes-devel-3.6.3-0.24 is installed
OR libsmbsharemodes0-3.6.3-0.24 is installed
OR libtalloc-devel-3.6.3-0.24 is installed
OR libtdb-devel-3.6.3-0.24 is installed
OR libtevent-devel-3.6.3-0.24 is installed
OR libwbclient-devel-3.6.3-0.24 is installed
OR samba-devel-3.6.3-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.22 is installed
OR bind-devel-9.9.6P1-0.22 is installed
OR bind-devel-32bit-9.9.6P1-0.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
ant-1.7.1-20.11 is installed
OR ant-antlr-1.7.1-16.11 is installed
OR ant-apache-bcel-1.7.1-16.11 is installed
OR ant-apache-bsf-1.7.1-16.11 is installed
OR ant-apache-log4j-1.7.1-16.11 is installed
OR ant-apache-oro-1.7.1-16.11 is installed
OR ant-apache-regexp-1.7.1-16.11 is installed
OR ant-apache-resolver-1.7.1-16.11 is installed
OR ant-commons-logging-1.7.1-16.11 is installed
OR ant-javadoc-1.7.1-20.11 is installed
OR ant-javamail-1.7.1-16.11 is installed
OR ant-jdepend-1.7.1-16.11 is installed
OR ant-jmf-1.7.1-16.11 is installed
OR ant-junit-1.7.1-16.11 is installed
OR ant-manual-1.7.1-20.11 is installed
OR ant-nodeps-1.7.1-16.11 is installed
OR ant-scripts-1.7.1-20.11 is installed
OR ant-swing-1.7.1-16.11 is installed
OR ant-trax-1.7.1-16.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
DirectFB-1.7.1-4 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.57-60.35 is installed
OR kernel-default-extra-3.12.57-60.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
dia-0.97.3-15 is installed
OR dia-lang-0.97.3-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.140-94.42 is installed
OR kernel-default-extra-4.4.140-94.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libntfs-3g84-2013.1.13-5.6 is installed
OR ntfs-3g-2013.1.13-5.6 is installed
OR ntfs-3g_ntfsprogs-2013.1.13-5.6 is installed
OR ntfsprogs-2013.1.13-5.6 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
openssh-6.2p2-0.33.2 is installed
OR openssh-askpass-6.2p2-0.33.2 is installed
OR openssh-askpass-gnome-6.2p2-0.33.5 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND memcached-1.4.15-1.2 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.8.0-27 is installed
OR MozillaThunderbird-buildsymbols-45.8.0-27 is installed
OR MozillaThunderbird-devel-45.8.0-27 is installed
OR MozillaThunderbird-translations-common-45.8.0-27 is installed
OR MozillaThunderbird-translations-other-45.8.0-27 is installed
|