| 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 receive various security and bugfixes.
This update adds mitigations for various side channel attacks against modern CPUs that could disclose content of otherwise unreadable memory (bnc#1068032).
- CVE-2017-5753 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use attacker controllable speculative execution over code patterns in the Linux Kernel to leak content from otherwise not readable memory in the same address space, allowing retrieval of passwords, cryptographic keys and other secrets.
This problem is mitigated by adding speculative fencing on affected code paths throughout the Linux kernel.
- CVE-2017-5715 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring branch prediction could use mispredicted branches to speculatively execute code patterns that in turn could be made to leak other non-readable content in the same address space, an attack similar to CVE-2017-5753.
This problem is mitigated by disabling predictive branches, depending on CPU architecture either by firmware updates and/or fixes in the user-kernel privilege boundaries.
Please also check with your CPU / Hardware vendor for available firmware or BIOS updates.
As this feature can have a performance impact, it can be disabled using the 'nospec' kernel commandline option.
- CVE-2017-5754 / 'MeltdownAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use code patterns in userspace to speculative executive code that would read otherwise read protected memory.
This problem is mitigated by unmapping the Linux Kernel from the user address space during user code execution, following a approach called 'KAISER'. The terms used here are 'KAISER' / 'Kernel Address Isolation' and 'PTI' / 'Page Table Isolation'.
This is only enabled by default on affected architectures.
This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.
The following security bugs were fixed:
- CVE-2017-17806: The HMAC implementation (crypto/hmac.c) in the Linux kernel did not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization (bnc#1073874). - CVE-2017-17805: The Salsa20 encryption algorithm in the Linux kernel did not correctly handle zero-length inputs, allowing a local attacker able to use the AF_ALG-based skcipher interface (CONFIG_CRYPTO_USER_API_SKCIPHER) to cause a denial of service (uninitialized-memory free and kernel crash) or have unspecified other impact by executing a crafted sequence of system calls that use the blkcipher_walk API. Both the generic implementation (crypto/salsa20_generic.c) and x86 implementation (arch/x86/crypto/salsa20_glue.c) of Salsa20 were vulnerable (bnc#1073792).
The following non-security bugs were fixed:
- Add undefine _unique_build_ids (bsc#964063) - apei / ERST: Fix missing error handling in erst_reader() (bsc#1072556). - arm: Hide finish_arch_post_lock_switch() from modules (bsc#1068032). - autofs: fix careless error in recent commit (bnc#1012382 bsc#1065180). - bnxt_en: Do not print 'Link speed -1 no longer supported' messages (bsc#1070116). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - ceph: drop negative child dentries before try pruning inode's alias (bsc#1073525). - Check cmdline_find_option() retval properly and use boot_cpu_has(). - cifs: Fix NULL pointer deref on SMB2_tcon() failure (bsc#1071009). - cw1200: prevent speculative execution (bnc#1068032). - e1000e: Fix e1000_check_for_copper_link_ich8lan return value (bsc#1073809). - Fix unsed variable warning in has_unmovable_pages (bsc#1073868). - fs: prevent speculative execution (bnc#1068032). - genwqe: Take R/W permissions into account when dealing with memory pages (bsc#1073090). - ibmvnic: Include header descriptor support for ARP packets (bsc#1073912). - ibmvnic: Increase maximum number of RX/TX queues (bsc#1073912). - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES (bsc#1073912). - ipv6: prevent speculative execution (bnc#1068032). - iw_cxgb4: fix misuse of integer variable (bsc#963897,FATE#320114). - iw_cxgb4: only insert drain cqes if wq is flushed (bsc#321658 FATE#1005778 bsc#321660 FATE#1005780 bsc#321661 FATE#1005781). - kaiser: add 'nokaiser' boot option, using ALTERNATIVE. - kaiser: align addition to x86/mm/Makefile. - kaiser: asm/tlbflush.h handle noPGE at lower level. - kaiser: cleanups while trying for gold link. - kaiser: disabled on Xen PV. - kaiser: do not set _PAGE_NX on pgd_none. - kaiser: drop is_atomic arg to kaiser_pagetable_walk(). - kaiser: enhanced by kernel and user PCIDs. - kaiser: ENOMEM if kaiser_pagetable_walk() NULL. - kaiser: fix build and FIXME in alloc_ldt_struct(). - kaiser: fix perf crashes. - kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER. - kaiser: fix unlikely error in alloc_ldt_struct(). - kaiser: KAISER depends on SMP. - kaiser: kaiser_flush_tlb_on_return_to_user() check PCID. - kaiser: kaiser_remove_mapping() move along the pgd. - kaiser: Kernel Address Isolation. - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush. - kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user. - kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET. - kaiser: paranoid_entry pass cr3 need to paranoid_exit. - kaiser: PCID 0 for kernel and 128 for user. - kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls. - kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE. - kaiser: tidied up asm/kaiser.h somewhat. - kaiser: tidied up kaiser_add/remove_mapping slightly. - kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush. - kaiser: vmstat show NR_KAISERTABLE as nr_overhead. - kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user. - kvm: svm: Do not intercept new speculative control MSRs (bsc#1068032). - kvm: x86: Add speculative control CPUID support for guests (bsc#1068032). - locking/barriers: introduce new memory barrier gmb() (bnc#1068032). - mm/mmu_context, sched/core: Fix mmu_context.h assumption (bsc#1068032). - net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidth (bsc#966170 FATE#320225 bsc#966172 FATE#320226). - net: mpls: prevent speculative execution (bnc#1068032). - nfs: revalidate '.' etc correctly on 'open' (bsc#1068951). - nfs: revalidate '.' etc correctly on 'open' (git-fixes). Fix References: tag. - nfsv4: always set NFS_LOCK_LOST when a lock is lost (bsc#1068951). - nvme-fabrics: introduce init command check for a queue that is not alive (bsc#1072890). - nvme-fc: check if queue is ready in queue_rq (bsc#1072890). - nvme-fc: do not use bit masks for set/test_bit() numbers (bsc#1072890). - nvme-loop: check if queue is ready in queue_rq (bsc#1072890). - nvmet-fc: cleanup nvmet add_port/remove_port (bsc#1072890). - nvmet_fc: correct broken add_port (bsc#1072890). - p54: prevent speculative execution (bnc#1068032). - powerpc/barrier: add gmb. - powerpc: Secure memory rfi flush (bsc#1068032). - ptrace: Add a new thread access check (bsc#1068032). - qla2xxx: prevent speculative execution (bnc#1068032). - s390: add ppa to system call and program check path (bsc#1068032). - s390: introduce CPU alternatives (bsc#1068032). - s390/qeth: add missing hash table initializations (bnc#1072216, LTC#162173). - s390/qeth: fix early exit from error path (bnc#1072216, LTC#162173). - s390/qeth: fix thinko in IPv4 multicast address tracking (bnc#1072216, LTC#162173). - s390/spinlock: add gmb memory barrier (bsc#1068032). - sched/core: Add switch_mm_irqs_off() and use it in the scheduler (bsc#1068032). - sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() (bsc#1068032). - scsi_dh_alua: skip RTPG for devices only supporting active/optimized (bsc#1064311). - scsi: lpfc: correct sg_seg_cnt attribute min vs default (bsc#1072166). - scsi: qedi: Limit number for CQ queues (bsc#1072866). - scsi_scan: Exit loop if TUR to LUN0 fails with 0x05/0x25 (bsc#1063043). This is specific to FUJITSU ETERNUS_DX* targets. They can return 'Illegal Request - Logical unit not supported' and processing should leave the timeout loop in this case. - scsi: ses: check return code from ses_recv_diag() (bsc#1039616). - scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea' (bsc#1039616). - scsi: ses: Fix wrong page error (bsc#1039616). - scsi: ses: make page2 support optional (bsc#1039616). - sfc: pass valid pointers from efx_enqueue_unwind (bsc#1017967 FATE#321663). - thermal/int340x: prevent speculative execution (bnc#1068032). - udf: prevent speculative execution (bnc#1068032). - Update config files: enable KAISER. - usb: host: fix incorrect updating of offset (bsc#1047487). - userns: prevent speculative execution (bnc#1068032). - uvcvideo: prevent speculative execution (bnc#1068032). - vxlan: correctly handle ipv6.disable module parameter (bsc#1072962). - x86/boot: Add early cmdline parsing for options with arguments. - x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032). - x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032). - x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). - x86/CPU: Check speculation control CPUID bit (bsc#1068032). - x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032). - x86/entry: Add a function to overwrite the RSB (bsc#1068032). - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032). - x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - x86/feature: Enable the x86 feature to control Speculation (bsc#1068032). - x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032). - x86/idle: Toggle IBRS when going idle (bsc#1068032). - x86/kaiser: Check boottime cmdline params. - x86/kaiser: Move feature detection up (bsc#1068032). - x86/kaiser: Reenable PARAVIRT. - x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling. - x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032). - x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032). - x86/kvm: Flush IBP when switching VMs (bsc#1068032). - x86/kvm: Pad RSB on VM transition (bsc#1068032). - x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032). - x86/mm/64: Fix reboot interaction with CR4.PCIDE (bsc#1068032). - x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID (bsc#1068032). - x86/mm: Add INVPCID helpers (bsc#1068032). - x86/mm: Add the 'nopcid' boot option to turn off PCID (bsc#1068032). - x86/mm: Build arch/x86/mm/tlb.c even on !SMP (bsc#1068032). - x86/mm: Enable CR4.PCIDE on supported systems (bsc#1068032). - x86/mm: Fix INVPCID asm constraint (bsc#1068032). - x86/mm: If INVPCID is available, use it to flush global mappings (bsc#1068032). - x86/mm: Make flush_tlb_mm_range() more predictable (bsc#1068032). - x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032). - x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() (bsc#1068032). - x86/mm: Remove flush_tlb() and flush_tlb_current_task() (bsc#1068032). - x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code (bsc#1068032). - x86/mm, sched/core: Turn off IRQs in switch_mm() (bsc#1068032). - x86/mm, sched/core: Uninline switch_mm() (bsc#1068032). - x86/mm: Set IBPB upon context switch (bsc#1068032). - x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032). - x86/paravirt: Dont patch flush_tlb_single (bsc#1068032). - x86/spec: Add IBRS control functions (bsc#1068032). - x86/spec: Add 'nospec' chicken bit (bsc#1068032). - x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032). - x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032). - x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032). - x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032). - x86/svm: Add code to clear registers on VM exit (bsc#1068032). - x86/svm: Clobber the RSB on VM exit (bsc#1068032). - x86/svm: Set IBPB when running a different VCPU (bsc#1068032). - x86/svm: Set IBRS value on VM entry and exit (bsc#1068032).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1005778 1005780 1005781 1012382 1017967 1021364 1026649 1026650 1039616 1047487 1063043 1064311 1065180 1068032 1068951 1070116 1071009 1072166 1072216 1072556 1072866 1072890 1072962 1073090 1073525 1073792 1073809 1073868 1073874 1073912 1100365 1108813 1109663 1109847 1111331 1120943 1132256 1138459 1144903 1153108 1153158 1153161 1160770 1162610 1168630 1169511 1172031 1172225 1173948 1174538 1174628 963897 964063 966170 966172 CVE-2016-10165 CVE-2017-17805 CVE-2017-17806 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2018-1000802 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-14348 CVE-2018-14647 CVE-2018-16435 CVE-2018-20030 CVE-2019-10160 CVE-2019-10220 CVE-2019-11070 CVE-2019-11091 CVE-2019-17133 CVE-2019-20807 CVE-2019-6201 CVE-2019-6251 CVE-2019-7285 CVE-2019-7292 CVE-2019-8503 CVE-2019-8506 CVE-2019-8515 CVE-2019-8524 CVE-2019-8535 CVE-2019-8536 CVE-2019-8544 CVE-2019-8551 CVE-2019-8558 CVE-2019-8559 CVE-2019-8563 CVE-2019-9278 CVE-2020-14344 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-2756 CVE-2020-2757 CVE-2020-2773 CVE-2020-2781 CVE-2020-2800 CVE-2020-2803 CVE-2020-2805 CVE-2020-2830 CVE-2020-6463 CVE-2020-6514 CVE-2020-6819 CVE-2020-6820 CVE-2020-8597 SUSE-SU-2018:0010-1 SUSE-SU-2018:2143-1 SUSE-SU-2019:2053-2 SUSE-SU-2020:0457-1 SUSE-SU-2020:0928-1 SUSE-SU-2020:1550-1 SUSE-SU-2020:2196-1
|
| Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Legacy Software 12 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-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11-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-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 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-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11-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-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 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 OpenStack Cloud 7 SUSE Package Hub for SUSE Linux Enterprise 12
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 42.1 is installed AND Package Information
augeas-lenses-1.2.0-6.2 is installed
OR libaugeas0-1.2.0-6.2 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-23.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-23.1 is installed
|
| Definition Synopsis |
| SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
openstack-cinder-2014.2.3.dev13-1.1 is installed
OR openstack-cinder-volume-2014.2.3.dev13-1.1 is installed
OR python-cinder-2014.2.3.dev13-1.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
acroread-9.5.5-0.5.5 is installed
OR acroread-cmaps-9.4.6-0.4.5 is installed
OR acroread-fonts-ja-9.4.6-0.4.5 is installed
OR acroread-fonts-ko-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_CN-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_TW-9.4.6-0.4.5 is installed
OR acroread_ja-9.4.2-0.4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND fetchmail-6.3.8.90-13.20.21 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND coolkey-1.1.0-147 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND libdmx1-1.1.3-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
avahi-0.6.32-30 is installed
OR avahi-lang-0.6.32-30 is installed
OR libavahi-client3-0.6.32-30 is installed
OR libavahi-client3-32bit-0.6.32-30 is installed
OR libavahi-common3-0.6.32-30 is installed
OR libavahi-common3-32bit-0.6.32-30 is installed
OR libavahi-core7-0.6.32-30 is installed
OR libdns_sd-0.6.32-30 is installed
OR libdns_sd-32bit-0.6.32-30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
pam-1.1.8-23 is installed
OR pam-32bit-1.1.8-23 is installed
OR pam-doc-1.1.8-23 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
audit-devel-2.8.1-3 is installed
OR libaudit1-2.8.1-3 is installed
OR libaudit1-32bit-2.8.1-3 is installed
OR libauparse0-2.8.1-3 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 Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-102 is installed
OR libopenssl0_9_8-0.9.8j-102 is installed
OR libopenssl0_9_8-32bit-0.9.8j-102 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.57-60.35 is installed
OR kernel-ec2-devel-3.12.57-60.35 is installed
OR kernel-ec2-extra-3.12.57-60.35 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-49 is installed
OR php7-7.0.7-49 is installed
OR php7-bcmath-7.0.7-49 is installed
OR php7-bz2-7.0.7-49 is installed
OR php7-calendar-7.0.7-49 is installed
OR php7-ctype-7.0.7-49 is installed
OR php7-curl-7.0.7-49 is installed
OR php7-dba-7.0.7-49 is installed
OR php7-dom-7.0.7-49 is installed
OR php7-enchant-7.0.7-49 is installed
OR php7-exif-7.0.7-49 is installed
OR php7-fastcgi-7.0.7-49 is installed
OR php7-fileinfo-7.0.7-49 is installed
OR php7-fpm-7.0.7-49 is installed
OR php7-ftp-7.0.7-49 is installed
OR php7-gd-7.0.7-49 is installed
OR php7-gettext-7.0.7-49 is installed
OR php7-gmp-7.0.7-49 is installed
OR php7-iconv-7.0.7-49 is installed
OR php7-imap-7.0.7-49 is installed
OR php7-intl-7.0.7-49 is installed
OR php7-json-7.0.7-49 is installed
OR php7-ldap-7.0.7-49 is installed
OR php7-mbstring-7.0.7-49 is installed
OR php7-mcrypt-7.0.7-49 is installed
OR php7-mysql-7.0.7-49 is installed
OR php7-odbc-7.0.7-49 is installed
OR php7-opcache-7.0.7-49 is installed
OR php7-openssl-7.0.7-49 is installed
OR php7-pcntl-7.0.7-49 is installed
OR php7-pdo-7.0.7-49 is installed
OR php7-pear-7.0.7-49 is installed
OR php7-pear-Archive_Tar-7.0.7-49 is installed
OR php7-pgsql-7.0.7-49 is installed
OR php7-phar-7.0.7-49 is installed
OR php7-posix-7.0.7-49 is installed
OR php7-pspell-7.0.7-49 is installed
OR php7-shmop-7.0.7-49 is installed
OR php7-snmp-7.0.7-49 is installed
OR php7-soap-7.0.7-49 is installed
OR php7-sockets-7.0.7-49 is installed
OR php7-sqlite-7.0.7-49 is installed
OR php7-sysvmsg-7.0.7-49 is installed
OR php7-sysvsem-7.0.7-49 is installed
OR php7-sysvshm-7.0.7-49 is installed
OR php7-tokenizer-7.0.7-49 is installed
OR php7-wddx-7.0.7-49 is installed
OR php7-xmlreader-7.0.7-49 is installed
OR php7-xmlrpc-7.0.7-49 is installed
OR php7-xmlwriter-7.0.7-49 is installed
OR php7-xsl-7.0.7-49 is installed
OR php7-zip-7.0.7-49 is installed
OR php7-zlib-7.0.7-49 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
kernel-default-3.0.101-0.47.90 is installed
OR kernel-default-base-3.0.101-0.47.90 is installed
OR kernel-default-devel-3.0.101-0.47.90 is installed
OR kernel-ec2-3.0.101-0.47.90 is installed
OR kernel-ec2-base-3.0.101-0.47.90 is installed
OR kernel-ec2-devel-3.0.101-0.47.90 is installed
OR kernel-pae-3.0.101-0.47.90 is installed
OR kernel-pae-base-3.0.101-0.47.90 is installed
OR kernel-pae-devel-3.0.101-0.47.90 is installed
OR kernel-source-3.0.101-0.47.90 is installed
OR kernel-syms-3.0.101-0.47.90 is installed
OR kernel-trace-3.0.101-0.47.90 is installed
OR kernel-trace-base-3.0.101-0.47.90 is installed
OR kernel-trace-devel-3.0.101-0.47.90 is installed
OR kernel-xen-3.0.101-0.47.90 is installed
OR kernel-xen-base-3.0.101-0.47.90 is installed
OR kernel-xen-devel-3.0.101-0.47.90 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
apache2-2.2.10-2.23.22 is installed
OR apache2-doc-2.2.10-2.23.22 is installed
OR apache2-example-pages-2.2.10-2.23.22 is installed
OR apache2-prefork-2.2.10-2.23.22 is installed
OR apache2-utils-2.2.10-2.23.22 is installed
OR apache2-worker-2.2.10-2.23.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
apache2-2.2.10-2.23.22 is installed
OR apache2-doc-2.2.10-2.23.22 is installed
OR apache2-example-pages-2.2.10-2.23.22 is installed
OR apache2-prefork-2.2.10-2.23.22 is installed
OR apache2-utils-2.2.10-2.23.22 is installed
OR apache2-worker-2.2.10-2.23.22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND kvm-0.12.5-1.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND kvm-0.12.5-1.20 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
krb5-1.6.3-133.48.48 is installed
OR krb5-32bit-1.6.3-133.48.48 is installed
OR krb5-apps-clients-1.6.3-133.48.48 is installed
OR krb5-apps-servers-1.6.3-133.48.48 is installed
OR krb5-client-1.6.3-133.48.48 is installed
OR krb5-doc-1.6.3-133.49.62 is installed
OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
OR krb5-server-1.6.3-133.48.48 is installed
OR krb5-x86-1.6.3-133.48.48 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
krb5-1.6.3-133.48.48 is installed
OR krb5-32bit-1.6.3-133.48.48 is installed
OR krb5-apps-clients-1.6.3-133.48.48 is installed
OR krb5-apps-servers-1.6.3-133.48.48 is installed
OR krb5-client-1.6.3-133.48.48 is installed
OR krb5-doc-1.6.3-133.49.62 is installed
OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
OR krb5-server-1.6.3-133.48.48 is installed
OR krb5-x86-1.6.3-133.48.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
krb5-1.6.3-133.48.48 is installed
OR krb5-32bit-1.6.3-133.48.48 is installed
OR krb5-apps-clients-1.6.3-133.48.48 is installed
OR krb5-apps-servers-1.6.3-133.48.48 is installed
OR krb5-client-1.6.3-133.48.48 is installed
OR krb5-doc-1.6.3-133.49.62 is installed
OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
OR krb5-server-1.6.3-133.48.48 is installed
OR krb5-x86-1.6.3-133.48.48 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
boost-license-1.36.0-11 is installed
OR libboost_program_options1_36_0-1.36.0-11 is installed
OR libboost_regex1_36_0-1.36.0-11 is installed
OR libboost_signals1_36_0-1.36.0-11 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cyrus-imapd-2.3.11-60.65.67 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.67 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.67 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cyrus-imapd-2.3.11-60.65.67 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.67 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.67 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.28 is installed
OR apache2-doc-2.2.12-1.28 is installed
OR apache2-example-pages-2.2.12-1.28 is installed
OR apache2-prefork-2.2.12-1.28 is installed
OR apache2-utils-2.2.12-1.28 is installed
OR apache2-worker-2.2.12-1.28 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND lxc-0.8.0-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND lxc-0.8.0-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND lxc-0.8.0-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND lxc-0.8.0-0.21 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND lxc-0.8.0-0.21 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND ppc64-diag-2.6.1-0.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND ppc64-diag-2.6.1-0.14 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
freetype2-2.3.7-25.32 is installed
OR freetype2-32bit-2.3.7-25.32 is installed
OR freetype2-x86-2.3.7-25.32 is installed
OR ft2demos-2.3.7-25.32 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.102 is installed
OR kernel-bigsmp-base-3.0.101-0.47.102 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.102 is installed
OR kernel-default-3.0.101-0.47.102 is installed
OR kernel-default-base-3.0.101-0.47.102 is installed
OR kernel-default-devel-3.0.101-0.47.102 is installed
OR kernel-default-man-3.0.101-0.47.102 is installed
OR kernel-ec2-3.0.101-0.47.102 is installed
OR kernel-ec2-base-3.0.101-0.47.102 is installed
OR kernel-ec2-devel-3.0.101-0.47.102 is installed
OR kernel-pae-3.0.101-0.47.102 is installed
OR kernel-pae-base-3.0.101-0.47.102 is installed
OR kernel-pae-devel-3.0.101-0.47.102 is installed
OR kernel-source-3.0.101-0.47.102 is installed
OR kernel-syms-3.0.101-0.47.102 is installed
OR kernel-trace-3.0.101-0.47.102 is installed
OR kernel-trace-base-3.0.101-0.47.102 is installed
OR kernel-trace-devel-3.0.101-0.47.102 is installed
OR kernel-xen-3.0.101-0.47.102 is installed
OR kernel-xen-base-3.0.101-0.47.102 is installed
OR kernel-xen-devel-3.0.101-0.47.102 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.102 is installed
OR kernel-bigsmp-base-3.0.101-0.47.102 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.102 is installed
OR kernel-default-3.0.101-0.47.102 is installed
OR kernel-default-base-3.0.101-0.47.102 is installed
OR kernel-default-devel-3.0.101-0.47.102 is installed
OR kernel-default-man-3.0.101-0.47.102 is installed
OR kernel-ec2-3.0.101-0.47.102 is installed
OR kernel-ec2-base-3.0.101-0.47.102 is installed
OR kernel-ec2-devel-3.0.101-0.47.102 is installed
OR kernel-pae-3.0.101-0.47.102 is installed
OR kernel-pae-base-3.0.101-0.47.102 is installed
OR kernel-pae-devel-3.0.101-0.47.102 is installed
OR kernel-source-3.0.101-0.47.102 is installed
OR kernel-syms-3.0.101-0.47.102 is installed
OR kernel-trace-3.0.101-0.47.102 is installed
OR kernel-trace-base-3.0.101-0.47.102 is installed
OR kernel-trace-devel-3.0.101-0.47.102 is installed
OR kernel-xen-3.0.101-0.47.102 is installed
OR kernel-xen-base-3.0.101-0.47.102 is installed
OR kernel-xen-devel-3.0.101-0.47.102 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.9.0esr-71.2 is installed
OR MozillaFirefox-translations-45.9.0esr-71.2 is installed
OR libfreebl3-3.29.5-46.1 is installed
OR libfreebl3-32bit-3.29.5-46.1 is installed
OR libsoftokn3-3.29.5-46.1 is installed
OR libsoftokn3-32bit-3.29.5-46.1 is installed
OR mozilla-nspr-4.13.1-32.1 is installed
OR mozilla-nspr-32bit-4.13.1-32.1 is installed
OR mozilla-nss-3.29.5-46.1 is installed
OR mozilla-nss-32bit-3.29.5-46.1 is installed
OR mozilla-nss-tools-3.29.5-46.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
expat-2.0.1-88.41 is installed
OR libexpat1-2.0.1-88.41 is installed
OR libexpat1-32bit-2.0.1-88.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
expat-2.0.1-88.41 is installed
OR libexpat1-2.0.1-88.41 is installed
OR libexpat1-32bit-2.0.1-88.41 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-52.5.0esr-72.17 is installed
OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-52.5.0esr-72.17 is installed
OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
PackageKit-0.3.14-2.30 is installed
OR PackageKit-lang-0.3.14-2.30 is installed
OR hal-0.5.12-23.76 is installed
OR hal-32bit-0.5.12-23.76 is installed
OR hal-doc-0.5.12-23.76 is installed
OR hal-x86-0.5.12-23.76 is installed
OR libpackagekit-glib10-0.3.14-2.30 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
openssh-openssl1-6.6p1-15 is installed
OR openssh-openssl1-helpers-6.6p1-15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-15 is installed
OR openssh-openssl1-helpers-6.6p1-15 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libopenssl1-devel-1.0.1g-0.12 is installed
OR libopenssl1_0_0-1.0.1g-0.12 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.12 is installed
OR openssl1-1.0.1g-0.12 is installed
OR openssl1-doc-1.0.1g-0.12 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
cpp48-4.8.3+r212056-6.4 is installed
OR gcc48-4.8.3+r212056-6.4 is installed
OR gcc48-32bit-4.8.3+r212056-6.3 is installed
OR gcc48-c++-4.8.3+r212056-6.4 is installed
OR gcc48-info-4.8.3+r212056-6.4 is installed
OR gcc48-locale-4.8.3+r212056-6.4 is installed
OR libasan0-4.8.3+r212056-6.3 is installed
OR libasan0-32bit-4.8.3+r212056-6.3 is installed
OR libatomic1-4.8.3+r212056-6.3 is installed
OR libatomic1-32bit-4.8.3+r212056-6.3 is installed
OR libffi4-4.8.3+r212056-6.4 is installed
OR libffi4-32bit-4.8.3+r212056-6.3 is installed
OR libgcc_s1-4.8.3+r212056-6.4 is installed
OR libgcc_s1-32bit-4.8.3+r212056-6.3 is installed
OR libgfortran3-4.8.3+r212056-6.4 is installed
OR libgomp1-4.8.3+r212056-6.4 is installed
OR libgomp1-32bit-4.8.3+r212056-6.3 is installed
OR libitm1-4.8.3+r212056-6.3 is installed
OR libitm1-32bit-4.8.3+r212056-6.3 is installed
OR libquadmath0-4.8.3+r212056-6.3 is installed
OR libstdc++48-devel-4.8.3+r212056-6.4 is installed
OR libstdc++48-devel-32bit-4.8.3+r212056-6.3 is installed
OR libstdc++6-4.8.3+r212056-6.4 is installed
OR libstdc++6-32bit-4.8.3+r212056-6.3 is installed
OR libtsan0-4.8.3+r212056-6.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache2-2.4.16-5.1 is installed
OR apache2-doc-2.4.16-5.1 is installed
OR apache2-example-pages-2.4.16-5.1 is installed
OR apache2-prefork-2.4.16-5.1 is installed
OR apache2-utils-2.4.16-5.1 is installed
OR apache2-worker-2.4.16-5.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-6-3.1 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-6-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_11-6-3.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND SuSEfirewall2-3.6.312-2.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND SuSEfirewall2-3.6.312-2.13 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_120-92_70-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_120-92_70-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.103-6.38 is installed
OR kernel-default-base-4.4.103-6.38 is installed
OR kernel-default-devel-4.4.103-6.38 is installed
OR kernel-default-man-4.4.103-6.38 is installed
OR kernel-devel-4.4.103-6.38 is installed
OR kernel-macros-4.4.103-6.38 is installed
OR kernel-source-4.4.103-6.38 is installed
OR kernel-syms-4.4.103-6.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.103-6.38 is installed
OR kernel-default-base-4.4.103-6.38 is installed
OR kernel-default-devel-4.4.103-6.38 is installed
OR kernel-default-man-4.4.103-6.38 is installed
OR kernel-devel-4.4.103-6.38 is installed
OR kernel-macros-4.4.103-6.38 is installed
OR kernel-source-4.4.103-6.38 is installed
OR kernel-syms-4.4.103-6.38 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
kgraft-patch-4_4_180-94_97-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
kgraft-patch-4_4_180-94_97-default-5-2 is installed
OR kgraft-patch-SLE12-SP3_Update_26-5-2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libexif-0.6.21-8.6 is installed
OR libexif12-0.6.21-8.6 is installed
OR libexif12-32bit-0.6.21-8.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libexif-0.6.21-8.6 is installed
OR libexif12-0.6.21-8.6 is installed
OR libexif12-32bit-0.6.21-8.6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
lcms2-2.7-9.7 is installed
OR liblcms2-2-2.7-9.7 is installed
OR liblcms2-2-32bit-2.7-9.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
lcms2-2.7-9.7 is installed
OR liblcms2-2-2.7-9.7 is installed
OR liblcms2-2-32bit-2.7-9.7 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libopenssl1_1-1.1.1-2.3 is installed
OR libopenssl1_1-32bit-1.1.1-2.3 is installed
OR openssl-1_1-1.1.1-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libopenssl1_1-1.1.1-2.3 is installed
OR libopenssl1_1-32bit-1.1.1-2.3 is installed
OR openssl-1_1-1.1.1-2.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP4 is installed
AND libpng15-15-1.5.22-9 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 ucode-intel-20191112-13.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND ucode-intel-20191112-13.53 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
libldap-2_4-2-2.4.41-18.24.9 is installed
OR libldap-2_4-2-32bit-2.4.41-18.24.9 is installed
OR openldap2-2.4.41-18.24.9 is installed
OR openldap2-back-meta-2.4.41-18.24.9 is installed
OR openldap2-client-2.4.41-18.24.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
libldap-2_4-2-2.4.41-18.24.9 is installed
OR libldap-2_4-2-32bit-2.4.41-18.24.9 is installed
OR openldap2-2.4.41-18.24.9 is installed
OR openldap2-back-meta-2.4.41-18.24.9 is installed
OR openldap2-client-2.4.41-18.24.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libmysqlclient-devel-10.0.26-20.10 is installed
OR libmysqlclient18-10.0.26-20.10 is installed
OR libmysqlclient18-32bit-10.0.26-20.10 is installed
OR libmysqlclient_r18-10.0.26-20.10 is installed
OR libmysqld-devel-10.0.26-20.10 is installed
OR libmysqld18-10.0.26-20.10 is installed
OR mariadb-10.0.26-20.10 is installed
OR mariadb-client-10.0.26-20.10 is installed
OR mariadb-errormessages-10.0.26-20.10 is installed
OR mariadb-tools-10.0.26-20.10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
evince-3.10.3-2.3 is installed
OR evince-lang-3.10.3-2.3 is installed
OR libevdocument3-4-3.10.3-2.3 is installed
OR libevview3-3-3.10.3-2.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND ucode-intel-20180425-13.20 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
finch-2.6.6-0.19 is installed
OR finch-devel-2.6.6-0.19 is installed
OR libpurple-2.6.6-0.19 is installed
OR libpurple-devel-2.6.6-0.19 is installed
OR libpurple-lang-2.6.6-0.19 is installed
OR pidgin-2.6.6-0.19 is installed
OR pidgin-devel-2.6.6-0.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
apache2-2.2.12-59 is installed
OR apache2-devel-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
GraphicsMagick-1.2.5-4.33 is installed
OR libGraphicsMagick2-1.2.5-4.33 is installed
OR perl-GraphicsMagick-1.2.5-4.33 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND lcms-1.19-17 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gimp-2.8.10-7 is installed
OR gimp-lang-2.8.10-7 is installed
OR gimp-plugins-python-2.8.10-7 is installed
OR libgimp-2_0-0-2.8.10-7 is installed
OR libgimpui-2_0-0-2.8.10-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-71.23 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.23 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.23 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gd-2.1.0-24.9 is installed
OR gd-32bit-2.1.0-24.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
python-base-2.7.13-28.26 is installed
OR python-devel-2.7.13-28.26 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-45.8.0esr-68.1 is installed
OR MozillaFirefox-translations-45.8.0esr-68.1 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND conntrack-tools-1.4.2-5.2 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 7 is installed
AND python-tablib-0.9.11-3.1 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-54.0.2840.90-112 is installed
OR chromium-54.0.2840.90-112 is installed
OR chromium-ffmpegsumo-54.0.2840.90-112 is installed
|