| 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): | 1003253 1012183 1012382 1012759 1036304 1045735 1049825 1062631 1070851 1076192 1082653 1085042 1085536 1087081 1088705 1089343 1090123 1090435 1091624 1092001 1092413 1094244 1095643 1096803 1096978 1097771 1099847 1099858 1100028 1100132 1100930 1101349 1101658 1101789 1102188 1102197 1102203 1102205 1102207 1102211 1102214 1102215 1102340 1102394 1102429 1102683 1102851 1103119 1103580 1103745 1103884 1115034 1131830 1133925 1134550 1140277 1142772 1145692 1146025 1150003 1150247 1150250 1154036 1154037 1157627 1158809 1160968 1165849 1169511 1171352 1172053 1172189 1172277 1172795 1172796 799216 800255 860346 860617 868944 875220 877456 884407 895805 896484 897736 898687 900270 902286 902346 902349 903204 903216 903638 903640 904177 904883 904899 904901 905100 905260 905304 905329 905482 905783 906196 907069 907809 908069 908322 908825 908904 909829 910322 911326 911782 912202 912654 912705 913059 914112 914126 914254 914291 914294 914300 914457 914464 914726 914890 915188 915322 915335 915425 915454 915456 915550 915660 916107 916513 916646 916927 917089 917128 918161 918255 939523 960996 962189 962743 CVE-2013-6393 CVE-2014-2525 CVE-2014-3673 CVE-2014-3687 CVE-2014-7822 CVE-2014-7841 CVE-2014-8127 CVE-2014-8128 CVE-2014-8129 CVE-2014-8130 CVE-2014-8160 CVE-2014-8354 CVE-2014-8355 CVE-2014-8559 CVE-2014-8562 CVE-2014-8716 CVE-2014-9130 CVE-2014-9419 CVE-2014-9584 CVE-2014-9655 CVE-2015-4871 CVE-2015-7575 CVE-2015-8126 CVE-2015-8472 CVE-2015-8704 CVE-2016-0402 CVE-2016-0448 CVE-2016-0466 CVE-2016-0483 CVE-2016-0494 CVE-2016-7117 CVE-2016-8655 CVE-2016-9555 CVE-2017-18344 CVE-2017-9269 CVE-2018-10754 CVE-2018-14734 CVE-2018-3620 CVE-2018-3646 CVE-2018-5390 CVE-2018-7685 CVE-2019-1010180 CVE-2019-1547 CVE-2019-1549 CVE-2019-1551 CVE-2019-1563 CVE-2019-17594 CVE-2019-17595 CVE-2019-2949 CVE-2020-12802 CVE-2020-12803 CVE-2020-2654 CVE-2020-2754 CVE-2020-2755 CVE-2020-2756 CVE-2020-2757 CVE-2020-2781 CVE-2020-2800 CVE-2020-2803 CVE-2020-2805 CVE-2020-2830 SUSE-SU-2015:0529-1 SUSE-SU-2015:0953-1 SUSE-SU-2015:1475-1 SUSE-SU-2016:0180-1 SUSE-SU-2016:0265-1 SUSE-SU-2016:3112-1 SUSE-SU-2018:2328-1 SUSE-SU-2018:2814-1 SUSE-SU-2019:2916-1 SUSE-SU-2019:3094-1 SUSE-SU-2020:0099-1 SUSE-SU-2020:1685-1 SUSE-SU-2020:2283-1
|
| Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.2 NonFree 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 Public Cloud 12 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 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS 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-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 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS 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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 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 Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 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 Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP2 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 42.1 is installed AND Package Information
dhcp-4.3.3-2.1 is installed
OR dhcp-client-4.3.3-2.1 is installed
OR dhcp-doc-4.3.3-2.1 is installed
OR dhcp-relay-4.3.3-2.1 is installed
OR dhcp-server-4.3.3-2.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND Package Information
apache2-mod_php5-5.5.14-63.1 is installed
OR php5-5.5.14-63.1 is installed
OR php5-bcmath-5.5.14-63.1 is installed
OR php5-bz2-5.5.14-63.1 is installed
OR php5-calendar-5.5.14-63.1 is installed
OR php5-ctype-5.5.14-63.1 is installed
OR php5-curl-5.5.14-63.1 is installed
OR php5-dba-5.5.14-63.1 is installed
OR php5-devel-5.5.14-63.1 is installed
OR php5-dom-5.5.14-63.1 is installed
OR php5-exif-5.5.14-63.1 is installed
OR php5-fastcgi-5.5.14-63.1 is installed
OR php5-ftp-5.5.14-63.1 is installed
OR php5-gd-5.5.14-63.1 is installed
OR php5-gettext-5.5.14-63.1 is installed
OR php5-gmp-5.5.14-63.1 is installed
OR php5-iconv-5.5.14-63.1 is installed
OR php5-imap-5.5.14-63.1 is installed
OR php5-json-5.5.14-63.1 is installed
OR php5-ldap-5.5.14-63.1 is installed
OR php5-mbstring-5.5.14-63.1 is installed
OR php5-mcrypt-5.5.14-63.1 is installed
OR php5-mysql-5.5.14-63.1 is installed
OR php5-odbc-5.5.14-63.1 is installed
OR php5-openssl-5.5.14-63.1 is installed
OR php5-pdo-5.5.14-63.1 is installed
OR php5-pear-5.5.14-63.1 is installed
OR php5-pgsql-5.5.14-63.1 is installed
OR php5-shmop-5.5.14-63.1 is installed
OR php5-snmp-5.5.14-63.1 is installed
OR php5-sockets-5.5.14-63.1 is installed
OR php5-sqlite-5.5.14-63.1 is installed
OR php5-suhosin-5.5.14-63.1 is installed
OR php5-sysvsem-5.5.14-63.1 is installed
OR php5-sysvshm-5.5.14-63.1 is installed
OR php5-tidy-5.5.14-63.1 is installed
OR php5-tokenizer-5.5.14-63.1 is installed
OR php5-wddx-5.5.14-63.1 is installed
OR php5-xmlreader-5.5.14-63.1 is installed
OR php5-xmlwriter-5.5.14-63.1 is installed
OR php5-xsl-5.5.14-63.1 is installed
OR php5-zip-5.5.14-63.1 is installed
OR php5-zlib-5.5.14-63.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 NonFree is installed
AND opera-41.0.2353.56-3.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
curl-7.19.7-1.20.31.1 is installed
OR libcurl4-7.19.7-1.20.31.1 is installed
OR libcurl4-32bit-7.19.7-1.20.31.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.31 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.31 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.12 is installed
OR bind-libs-9.9.6P1-0.12 is installed
OR bind-libs-32bit-9.9.6P1-0.12 is installed
OR bind-utils-9.9.6P1-0.12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
MozillaFirefox-31.1.0esr-1.20 is installed
OR MozillaFirefox-translations-31.1.0esr-1.20 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dhcp-4.3.3-2.2 is installed
OR dhcp-client-4.3.3-2.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
alsa-1.0.27.2-11.10 is installed
OR libasound2-1.0.27.2-11.10 is installed
OR libasound2-32bit-1.0.27.2-11.10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
emacs-24.3-19.2 is installed
OR emacs-info-24.3-19.2 is installed
OR emacs-x11-24.3-19.2 is installed
OR etags-24.3-19.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-pycrypto-2.6.1-1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
kde4-akonadi-4.1.3-9.14 is installed
OR kde4-akregator-4.1.3-9.14 is installed
OR kde4-kaddressbook-4.1.3-9.14 is installed
OR kde4-kalarm-4.1.3-9.14 is installed
OR kde4-kjots-4.1.3-9.14 is installed
OR kde4-kmail-4.1.3-9.14 is installed
OR kde4-knode-4.1.3-9.14 is installed
OR kde4-knotes-4.1.3-9.14 is installed
OR kde4-kontact-4.1.3-9.14 is installed
OR kde4-korganizer-4.1.3-9.14 is installed
OR kde4-ktimetracker-4.1.3-9.14 is installed
OR kde4-ktnef-4.1.3-9.14 is installed
OR kdepim4-4.1.3-9.14 is installed
OR kdepim4-wizards-4.1.3-9.14 is installed
OR kdepimlibs4-4.1.3-9.28 is installed
OR libakonadi4-4.1.3-9.28 is installed
OR libkdepim4-4.1.3-9.14 is installed
OR libkdepimlibs4-4.1.3-9.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
kde4-akonadi-4.1.3-9.14 is installed
OR kde4-akregator-4.1.3-9.14 is installed
OR kde4-kaddressbook-4.1.3-9.14 is installed
OR kde4-kalarm-4.1.3-9.14 is installed
OR kde4-kjots-4.1.3-9.14 is installed
OR kde4-kmail-4.1.3-9.14 is installed
OR kde4-knode-4.1.3-9.14 is installed
OR kde4-knotes-4.1.3-9.14 is installed
OR kde4-kontact-4.1.3-9.14 is installed
OR kde4-korganizer-4.1.3-9.14 is installed
OR kde4-ktimetracker-4.1.3-9.14 is installed
OR kde4-ktnef-4.1.3-9.14 is installed
OR kdepim4-4.1.3-9.14 is installed
OR kdepim4-wizards-4.1.3-9.14 is installed
OR kdepimlibs4-4.1.3-9.28 is installed
OR libakonadi4-4.1.3-9.28 is installed
OR libkdepim4-4.1.3-9.14 is installed
OR libkdepimlibs4-4.1.3-9.28 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.5-0.3 is installed
OR MozillaFirefox-translations-10.0.5-0.3 is installed
OR libfreebl3-3.13.5-0.4 is installed
OR libfreebl3-32bit-3.13.5-0.4 is installed
OR libfreebl3-x86-3.13.5-0.4 is installed
OR mozilla-nspr-4.9.1-0.5 is installed
OR mozilla-nspr-32bit-4.9.1-0.5 is installed
OR mozilla-nspr-x86-4.9.1-0.5 is installed
OR mozilla-nss-3.13.5-0.4 is installed
OR mozilla-nss-32bit-3.13.5-0.4 is installed
OR mozilla-nss-tools-3.13.5-0.4 is installed
OR mozilla-nss-x86-3.13.5-0.4 is installed
OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND xpdf-tools-3.02-138.36 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND xpdf-tools-3.02-138.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND xpdf-tools-3.02-138.36 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr7.0-1.6 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr7.0-1.6 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr7.0-1.6 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr7.0-1.6 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr7.0-1.6 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-LTSS is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND squid-2.7.STABLE5-2.12.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND squid-2.7.STABLE5-2.12.24 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.9-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.9-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.9-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.9-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.9-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.9-0.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND NetworkManager-gnome-0.7.1-5.22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.37 is installed
OR kernel-default-base-3.0.101-0.7.37 is installed
OR kernel-default-devel-3.0.101-0.7.37 is installed
OR kernel-default-man-3.0.101-0.7.37 is installed
OR kernel-ec2-3.0.101-0.7.37 is installed
OR kernel-ec2-base-3.0.101-0.7.37 is installed
OR kernel-ec2-devel-3.0.101-0.7.37 is installed
OR kernel-pae-3.0.101-0.7.37 is installed
OR kernel-pae-base-3.0.101-0.7.37 is installed
OR kernel-pae-devel-3.0.101-0.7.37 is installed
OR kernel-source-3.0.101-0.7.37 is installed
OR kernel-syms-3.0.101-0.7.37 is installed
OR kernel-trace-3.0.101-0.7.37 is installed
OR kernel-trace-base-3.0.101-0.7.37 is installed
OR kernel-trace-devel-3.0.101-0.7.37 is installed
OR kernel-xen-3.0.101-0.7.37 is installed
OR kernel-xen-base-3.0.101-0.7.37 is installed
OR kernel-xen-devel-3.0.101-0.7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
kernel-default-3.0.101-0.7.37 is installed
OR kernel-default-base-3.0.101-0.7.37 is installed
OR kernel-default-devel-3.0.101-0.7.37 is installed
OR kernel-default-man-3.0.101-0.7.37 is installed
OR kernel-ec2-3.0.101-0.7.37 is installed
OR kernel-ec2-base-3.0.101-0.7.37 is installed
OR kernel-ec2-devel-3.0.101-0.7.37 is installed
OR kernel-pae-3.0.101-0.7.37 is installed
OR kernel-pae-base-3.0.101-0.7.37 is installed
OR kernel-pae-devel-3.0.101-0.7.37 is installed
OR kernel-source-3.0.101-0.7.37 is installed
OR kernel-syms-3.0.101-0.7.37 is installed
OR kernel-trace-3.0.101-0.7.37 is installed
OR kernel-trace-base-3.0.101-0.7.37 is installed
OR kernel-trace-devel-3.0.101-0.7.37 is installed
OR kernel-xen-3.0.101-0.7.37 is installed
OR kernel-xen-base-3.0.101-0.7.37 is installed
OR kernel-xen-devel-3.0.101-0.7.37 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND acpid-1.0.6-91.25 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.40 is installed
OR libMagickCore1-6.4.3.6-78.40 is installed
OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.40 is installed
OR libMagickCore1-6.4.3.6-78.40 is installed
OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND jakarta-commons-httpclient3-3.0.1-253.36 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr2.0-4 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.0-4 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.0-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr2.0-4 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.0-4 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.0-4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libjasper1-1.900.1-170 is installed
OR libjasper1-32bit-1.900.1-170 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
openvpn-2.3.8-16.17.1 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libtiff5-4.0.7-35 is installed
OR libtiff5-32bit-4.0.7-35 is installed
OR tiff-4.0.7-35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libtiff5-4.0.7-35 is installed
OR libtiff5-32bit-4.0.7-35 is installed
OR tiff-4.0.7-35 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND apache2-mod_jk-1.2.40-5 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 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
git-2.12.3-27.5 is installed
OR git-core-2.12.3-27.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
git-2.12.3-27.5 is installed
OR git-core-2.12.3-27.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
augeas-1.2.0-15 is installed
OR augeas-lenses-1.2.0-15 is installed
OR libaugeas0-1.2.0-15 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-4-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_12-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_42-default-4-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_12-4-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_55-52_42-default-2-2.2 is installed
OR kgraft-patch-3_12_55-52_42-xen-2-2.2 is installed
OR kgraft-patch-SLE12_Update_12-2-2.2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
cracklib-2.9.0-7 is installed
OR libcrack2-2.9.0-7 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.50 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.50 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
git-1.7.12.4-0.5 is installed
OR git-arch-1.7.12.4-0.5 is installed
OR git-core-1.7.12.4-0.5 is installed
OR git-cvs-1.7.12.4-0.5 is installed
OR git-daemon-1.7.12.4-0.5 is installed
OR git-email-1.7.12.4-0.5 is installed
OR git-gui-1.7.12.4-0.5 is installed
OR git-svn-1.7.12.4-0.5 is installed
OR git-web-1.7.12.4-0.5 is installed
OR gitk-1.7.12.4-0.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
wireshark-1.12.7-0.5 is installed
OR wireshark-devel-1.12.7-0.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND libadns-devel-1.4-73 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
dpdk-16.11.6-8.7 is installed
OR dpdk-devel-16.11.6-8.7 is installed
OR dpdk-thunderx-16.11.6-8.7 is installed
OR dpdk-thunderx-devel-16.11.6-8.7 is installed
OR kernel-docs-4.4.143-94.47 is installed
OR kernel-obs-build-4.4.143-94.47 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
libopenssl-1_1-devel-1.1.1d-2.20 is installed
OR libopenssl-1_1-devel-32bit-1.1.1d-2.20 is installed
OR openssl-1_1-1.1.1d-2.20 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
gdb-8.3.1-2.14 is installed
OR gdbserver-8.3.1-2.14 is installed
OR gdbserver-32bit-8.3.1-2.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND argyllcms-1.6.3-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gcc48-gij-4.8.5-24 is installed
OR gcc48-gij-32bit-4.8.5-24 is installed
OR libgcj48-4.8.5-24 is installed
OR libgcj48-32bit-4.8.5-24 is installed
OR libgcj48-jar-4.8.5-24 is installed
OR libgcj_bc1-4.8.5-24 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.123 is installed
OR ImageMagick-config-6-SUSE-6.8.8.1-71.123 is installed
OR ImageMagick-config-6-upstream-6.8.8.1-71.123 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.123 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.123 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libixion-0.14.1-13.9 is installed
OR libixion-0_14-0-0.14.1-13.9 is installed
OR liborcus-0.14.1-10.12 is installed
OR liborcus-0_14-0-0.14.1-10.12 is installed
OR libreoffice-6.2.3.2-43.49 is installed
OR libreoffice-base-6.2.3.2-43.49 is installed
OR libreoffice-base-drivers-postgresql-6.2.3.2-43.49 is installed
OR libreoffice-branding-upstream-6.2.3.2-43.49 is installed
OR libreoffice-calc-6.2.3.2-43.49 is installed
OR libreoffice-calc-extensions-6.2.3.2-43.49 is installed
OR libreoffice-draw-6.2.3.2-43.49 is installed
OR libreoffice-filters-optional-6.2.3.2-43.49 is installed
OR libreoffice-gnome-6.2.3.2-43.49 is installed
OR libreoffice-gtk2-6.2.3.2-43.49 is installed
OR libreoffice-icon-themes-6.2.3.2-43.49 is installed
OR libreoffice-impress-6.2.3.2-43.49 is installed
OR libreoffice-l10n-af-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ar-6.2.3.2-43.49 is installed
OR libreoffice-l10n-bg-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ca-6.2.3.2-43.49 is installed
OR libreoffice-l10n-cs-6.2.3.2-43.49 is installed
OR libreoffice-l10n-da-6.2.3.2-43.49 is installed
OR libreoffice-l10n-de-6.2.3.2-43.49 is installed
OR libreoffice-l10n-en-6.2.3.2-43.49 is installed
OR libreoffice-l10n-es-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-gu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-it-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ja-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ko-6.2.3.2-43.49 is installed
OR libreoffice-l10n-lt-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nb-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nn-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_BR-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_PT-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ro-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ru-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sv-6.2.3.2-43.49 is installed
OR libreoffice-l10n-uk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-xh-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_CN-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_TW-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zu-6.2.3.2-43.49 is installed
OR libreoffice-mailmerge-6.2.3.2-43.49 is installed
OR libreoffice-math-6.2.3.2-43.49 is installed
OR libreoffice-officebean-6.2.3.2-43.49 is installed
OR libreoffice-pyuno-6.2.3.2-43.49 is installed
OR libreoffice-writer-6.2.3.2-43.49 is installed
OR libreoffice-writer-extensions-6.2.3.2-43.49 is installed
OR libwps-0.4.10-10.13 is installed
OR libwps-0_4-4-0.4.10-10.13 is installed
OR myspell-af_NA-20190423-16.18 is installed
OR myspell-af_ZA-20190423-16.18 is installed
OR myspell-ar-20190423-16.18 is installed
OR myspell-ar_AE-20190423-16.18 is installed
OR myspell-ar_BH-20190423-16.18 is installed
OR myspell-ar_DZ-20190423-16.18 is installed
OR myspell-ar_EG-20190423-16.18 is installed
OR myspell-ar_IQ-20190423-16.18 is installed
OR myspell-ar_JO-20190423-16.18 is installed
OR myspell-ar_KW-20190423-16.18 is installed
OR myspell-ar_LB-20190423-16.18 is installed
OR myspell-ar_LY-20190423-16.18 is installed
OR myspell-ar_MA-20190423-16.18 is installed
OR myspell-ar_OM-20190423-16.18 is installed
OR myspell-ar_QA-20190423-16.18 is installed
OR myspell-ar_SA-20190423-16.18 is installed
OR myspell-ar_SD-20190423-16.18 is installed
OR myspell-ar_SY-20190423-16.18 is installed
OR myspell-ar_TN-20190423-16.18 is installed
OR myspell-ar_YE-20190423-16.18 is installed
OR myspell-be_BY-20190423-16.18 is installed
OR myspell-bg_BG-20190423-16.18 is installed
OR myspell-bn_BD-20190423-16.18 is installed
OR myspell-bn_IN-20190423-16.18 is installed
OR myspell-bs-20190423-16.18 is installed
OR myspell-bs_BA-20190423-16.18 is installed
OR myspell-ca-20190423-16.18 is installed
OR myspell-ca_AD-20190423-16.18 is installed
OR myspell-ca_ES-20190423-16.18 is installed
OR myspell-ca_ES_valencia-20190423-16.18 is installed
OR myspell-ca_FR-20190423-16.18 is installed
OR myspell-ca_IT-20190423-16.18 is installed
OR myspell-cs_CZ-20190423-16.18 is installed
OR myspell-da_DK-20190423-16.18 is installed
OR myspell-de-20190423-16.18 is installed
OR myspell-de_AT-20190423-16.18 is installed
OR myspell-de_CH-20190423-16.18 is installed
OR myspell-de_DE-20190423-16.18 is installed
OR myspell-dictionaries-20190423-16.18 is installed
OR myspell-el_GR-20190423-16.18 is installed
OR myspell-en-20190423-16.18 is installed
OR myspell-en_AU-20190423-16.18 is installed
OR myspell-en_BS-20190423-16.18 is installed
OR myspell-en_BZ-20190423-16.18 is installed
OR myspell-en_CA-20190423-16.18 is installed
OR myspell-en_GB-20190423-16.18 is installed
OR myspell-en_GH-20190423-16.18 is installed
OR myspell-en_IE-20190423-16.18 is installed
OR myspell-en_IN-20190423-16.18 is installed
OR myspell-en_JM-20190423-16.18 is installed
OR myspell-en_MW-20190423-16.18 is installed
OR myspell-en_NA-20190423-16.18 is installed
OR myspell-en_NZ-20190423-16.18 is installed
OR myspell-en_PH-20190423-16.18 is installed
OR myspell-en_TT-20190423-16.18 is installed
OR myspell-en_US-20190423-16.18 is installed
OR myspell-en_ZA-20190423-16.18 is installed
OR myspell-en_ZW-20190423-16.18 is installed
OR myspell-es-20190423-16.18 is installed
OR myspell-es_AR-20190423-16.18 is installed
OR myspell-es_BO-20190423-16.18 is installed
OR myspell-es_CL-20190423-16.18 is installed
OR myspell-es_CO-20190423-16.18 is installed
OR myspell-es_CR-20190423-16.18 is installed
OR myspell-es_CU-20190423-16.18 is installed
OR myspell-es_DO-20190423-16.18 is installed
OR myspell-es_EC-20190423-16.18 is installed
OR myspell-es_ES-20190423-16.18 is installed
OR myspell-es_GT-20190423-16.18 is installed
OR myspell-es_HN-20190423-16.18 is installed
OR myspell-es_MX-20190423-16.18 is installed
OR myspell-es_NI-20190423-16.18 is installed
OR myspell-es_PA-20190423-16.18 is installed
OR myspell-es_PE-20190423-16.18 is installed
OR myspell-es_PR-20190423-16.18 is installed
OR myspell-es_PY-20190423-16.18 is installed
OR myspell-es_SV-20190423-16.18 is installed
OR myspell-es_UY-20190423-16.18 is installed
OR myspell-es_VE-20190423-16.18 is installed
OR myspell-et_EE-20190423-16.18 is installed
OR myspell-fr_BE-20190423-16.18 is installed
OR myspell-fr_CA-20190423-16.18 is installed
OR myspell-fr_CH-20190423-16.18 is installed
OR myspell-fr_FR-20190423-16.18 is installed
OR myspell-fr_LU-20190423-16.18 is installed
OR myspell-fr_MC-20190423-16.18 is installed
OR myspell-gu_IN-20190423-16.18 is installed
OR myspell-he_IL-20190423-16.18 is installed
OR myspell-hi_IN-20190423-16.18 is installed
OR myspell-hr_HR-20190423-16.18 is installed
OR myspell-hu_HU-20190423-16.18 is installed
OR myspell-id-20190423-16.18 is installed
OR myspell-id_ID-20190423-16.18 is installed
OR myspell-it_IT-20190423-16.18 is installed
OR myspell-lightproof-en-20190423-16.18 is installed
OR myspell-lightproof-hu_HU-20190423-16.18 is installed
OR myspell-lightproof-pt_BR-20190423-16.18 is installed
OR myspell-lightproof-ru_RU-20190423-16.18 is installed
OR myspell-lo_LA-20190423-16.18 is installed
OR myspell-lt_LT-20190423-16.18 is installed
OR myspell-lv_LV-20190423-16.18 is installed
OR myspell-nb_NO-20190423-16.18 is installed
OR myspell-nl_BE-20190423-16.18 is installed
OR myspell-nl_NL-20190423-16.18 is installed
OR myspell-nn_NO-20190423-16.18 is installed
OR myspell-no-20190423-16.18 is installed
OR myspell-pl_PL-20190423-16.18 is installed
OR myspell-pt_AO-20190423-16.18 is installed
OR myspell-pt_BR-20190423-16.18 is installed
OR myspell-pt_PT-20190423-16.18 is installed
OR myspell-ro-20190423-16.18 is installed
OR myspell-ro_RO-20190423-16.18 is installed
OR myspell-ru_RU-20190423-16.18 is installed
OR myspell-sk_SK-20190423-16.18 is installed
OR myspell-sl_SI-20190423-16.18 is installed
OR myspell-sr-20190423-16.18 is installed
OR myspell-sr_CS-20190423-16.18 is installed
OR myspell-sr_Latn_CS-20190423-16.18 is installed
OR myspell-sr_Latn_RS-20190423-16.18 is installed
OR myspell-sr_RS-20190423-16.18 is installed
OR myspell-sv_FI-20190423-16.18 is installed
OR myspell-sv_SE-20190423-16.18 is installed
OR myspell-te-20190423-16.18 is installed
OR myspell-te_IN-20190423-16.18 is installed
OR myspell-th_TH-20190423-16.18 is installed
OR myspell-uk_UA-20190423-16.18 is installed
OR myspell-vi-20190423-16.18 is installed
OR myspell-vi_VN-20190423-16.18 is installed
OR myspell-zu_ZA-20190423-16.18 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
znc-1.6.2-4 is installed
OR znc-devel-1.6.2-4 is installed
OR znc-perl-1.6.2-4 is installed
OR znc-python3-1.6.2-4 is installed
OR znc-tcl-1.6.2-4 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
mongodb-3.4.10-5 is installed
OR mongodb-mongoperf-3.4.10-5 is installed
OR mongodb-mongos-3.4.10-5 is installed
OR mongodb-server-3.4.10-5 is installed
OR mongodb-shell-3.4.10-5 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-75.0.3770.142-7 is installed
OR chromium-75.0.3770.142-7 is installed
|