Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11 SP4 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: 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.
This issue is addressed for the x86_64, the IBM Power and IBM zSeries architecture.
- CVE-2017-5715: 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.
This is done with help of Linux Kernel fixes on the Intel/AMD x86_64 and IBM zSeries architectures. On x86_64, this requires also updates of the CPU microcode packages, delivered in seperate updates.
For IBM Power and zSeries the required firmware updates are supplied over regular channels by IBM.
As this feature can have a performance impact, it can be disabled using the 'nospec' kernel commandline option.
- CVE-2017-5754: 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, an attack similar to CVE-2017-5753.
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 update does this on the Intel x86_64 and IBM Power architecture. Updates are also necessary for the ARM architecture, but will be delivered in the next round of updates.
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). - CVE-2017-15868: The bnep_add_connection function in net/bluetooth/bnep/core.c in the Linux kernel did not ensure that an l2cap socket is available, which allowed local users to gain privileges via a crafted application (bnc#1071470). - CVE-2017-13167: An elevation of privilege vulnerability in the kernel sound timer. (bnc#1072876). - CVE-2017-16538: drivers/media/usb/dvb-usb-v2/lmedm04.c in the Linux kernel allowed local users to cause a denial of service (general protection fault and system crash) or possibly have unspecified other impact via a crafted USB device, related to a missing warm-start check and incorrect attach timing (dm04_lme2510_frontend_attach versus dm04_lme2510_tuner) (bnc#1066569). - CVE-2017-17558: The usb_destroy_configuration function in drivers/usb/core/config.c in the USB core subsystem in the Linux kernel did not consider the maximum number of configurations and interfaces before attempting to release resources, which allowed local users to cause a denial of service (out-of-bounds write access) or possibly have unspecified other impact via a crafted USB device (bnc#1072561). - CVE-2017-17450: net/netfilter/xt_osf.c in the Linux kernel did not require the CAP_NET_ADMIN capability for add_callback and remove_callback operations, which allowed local users to bypass intended access restrictions because the xt_osf_fingers data structure is shared across all net namespaces (bnc#1071695). - CVE-2017-8824: The dccp_disconnect function in net/dccp/proto.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state (bnc#1070771). - CVE-2017-16939: The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages (bnc#1069702). - CVE-2017-15115: The sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel did not check whether the intended netns is used in a peel-off action, which allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls (bnc#1068671). - CVE-2017-14106: The tcp_disconnect function in net/ipv4/tcp.c in the Linux kernel allowed local users to cause a denial of service (__tcp_select_window divide-by-zero error and system crash) by triggering a disconnect within a certain tcp_recvmsg code path (bnc#1056982). - CVE-2017-11600: net/xfrm/xfrm_policy.c in the Linux kernel through 4.12.3, when CONFIG_XFRM_MIGRATE is enabled, did not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allowed local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message (bnc#1050231). - CVE-2017-7472: The KEYS subsystem in the Linux kernel allowed local users to cause a denial of service (memory consumption) via a series of KEY_REQKEY_DEFL_THREAD_KEYRING keyctl_set_reqkey_keyring calls (bnc#1034862). - CVE-2017-16534: The cdc_parse_cdc_header function in drivers/usb/core/message.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066693).
The following non-security bugs were fixed:
- adm80211: return an error if adm8211_alloc_rings() fails (bsc#1048185). - autofs: fix careless error in recent commit (bsc#1065180). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - ecryptfs: fix dereference of NULL user_key_payload (bsc#1013018). - eCryptfs: use after free in ecryptfs_release_messaging() (bsc#1013018). - fs/9p: Compare qid.path in v9fs_test_inode (bsc#1013018). - fs: prevent speculative execution (bnc#1068032). - isa: Prevent NULL dereference in isa_bus driver callbacks (bsc#1045538). - kabi: silence spurious kabi error in net/sctp/socket.c (bsc#1068671). - kaiser: add 'nokaiser' boot option, using ALTERNATIVE. - kaiser: fix ldt freeing. - kaiser: Kernel Address Isolation. - kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush. - kaiser: work around kABI. - 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). - media: cx231xx-cards: fix NULL-deref at probe (bsc#1050431). - mm/madvise.c: fix madvise() infinite loop under special circumstances (bnc#1070964). - mm/mmu_context, sched/core: Fix mmu_context.h assumption. - 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). - qeth: check not more than 16 SBALEs on the completion queue (bnc#1072457, LTC#148203). - s390: add ppa to system call and program check path (bsc#1068032). - s390/disassembler: correct disassembly lines alignment (bnc#1066973, LTC#161577). - s390/disassembler: increase show_code buffer size (bnc#1066973, LTC#161577). - s390: fix transactional execution control register handling (bnc#1072457, LTC#162116). - s390: introduce CPU alternatives. - s390: introduce CPU alternatives (bsc#1068032). - s390/spinlock: add gmb memory barrier. - s390/spinlock: add gmb memory barrier (bsc#1068032). - s390/spinlock: add ppa to system call path. - sched/core: Add switch_mm_irqs_off() and use it in the scheduler. - sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off(). - 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: zfcp: fix erp_action use-before-initialize in REC action trace (bnc#1066973, LTC#160081). - temporary fix (bsc#1068032). - udf: prevent speculative execution (bnc#1068032). - usb: host: fix incorrect updating of offset (bsc#1047487). - usb: uas: fix bug in handling of alternate settings (bsc#1071074). - uvcvideo: prevent speculative execution (bnc#1068032). - video: udlfb: Fix read EDID timeout (bsc#1045538). - watchdog: hpwdt: add support for iLO5 (bsc#1024612). - watchdog/hpwdt: Check source of NMI (bsc#1024612). - x86-64: Give vvars their own page. - x86-64: Map the HPET NX. - x86/acpi: Handle SCI interrupts above legacy space gracefully (bsc#1068984). - x86/acpi: Reduce code duplication in mp_override_legacy_irq() (bsc#1068984). - x86/alternatives: Add instruction padding. - x86/alternatives: Cleanup DPRINTK macro. - x86/alternatives: Make JMPs more robust. - x86/alternatives: Use optimized NOPs for padding. - x86/boot: Add early cmdline parsing for options with arguments. - x86, boot: Carve out early cmdline parsing function. - 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/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' command-line option (bsc#1065600). - 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: disable vmstat accounting. - x86/kaiser: Move feature detection up (bsc#1068032). - x86/kaiser: propagate info to /proc/cpuinfo. - 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: 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: Make alternative instruction pointers relative. - x86/microcode/AMD: Add support for fam17h microcode loading (bsc#1068032). - x86/mm/64: Fix reboot interaction with CR4.PCIDE. - x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID. - x86/mm: Add INVPCID helpers. - x86/mm: Add the 'nopcid' boot option to turn off PCID. - x86/mm: Build arch/x86/mm/tlb.c even on !SMP. - x86/mm: Disable PCID on 32-bit kernels. - x86/mm: Enable CR4.PCIDE on supported systems. - x86/mm: fix bad backport to disable PCID on Xen. - x86/mm: Fix INVPCID asm constraint. - x86/mm: If INVPCID is available, use it to flush global mappings. - x86/mm/kaiser: re-enable vsyscalls. - x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032). - x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code. - x86/mm, sched/core: Turn off IRQs in switch_mm(). - x86/mm, sched/core: Uninline switch_mm(). - x86/mm: Set IBPB upon context switch (bsc#1068032). - x86/MSR: Move native_*msr(.. u64) to msr.h (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). - xen/kaiser: add 'nokaiser' boot option, using ALTERNATIVE. - xen/KAISER: Kernel Address Isolation. - xen/kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush. - xen/kaiser: work around kABI. - xen/x86-64: Give vvars their own page. - xen/x86-64: Map the HPET NX. - xen/x86/alternatives: Add instruction padding. - xen/x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling. - xen/x86/mm: Enable CR4.PCIDE on supported systems. - xen/x86/mm/kaiser: re-enable vsyscalls. - xen/x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code. - xen: x86/mm, sched/core: Turn off IRQs in switch_mm(). - xen: x86/mm, sched/core: Uninline switch_mm(). - zd1211rw: fix NULL-deref at probe (bsc#1045479).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1009434 1011377 1011390 1011395 1011398 1011404 1011406 1011411 1011417 1013018 1018699 1018700 1018701 1018702 1024612 1034862 1045479 1045538 1047487 1048185 1050231 1050431 1056982 1063043 1065180 1065363 1065600 1066569 1066693 1066973 1068032 1068101 1068671 1068984 1069702 1070771 1070964 1071074 1071470 1071695 1072457 1072561 1072876 1073792 1073874 1083292 1087102 1089152 1089635 1090820 1090822 1090823 1097158 1139083 1168874 408304 459065 460284 464360 465854 467518 474062 483706 484931 486430 486803 487106 487755 487987 489005 489105 490368 490608 490902 491289 491430 492282 492760 492768 493392 493991 494463 495068 495515 495668 495816 496027 496353 496398 496399 496502 496878 497807 498042 498237 499558 499772 499845 500508 501114 501160 501224 501234 502026 502425 502733 502903 503038 503101 503161 503457 505831 505925 817120 914439 914441 938344 939567 943216 943795 947003 956365 981252 985657 988028 992038 992606 994157 CVE-2007-6746 CVE-2009-1192 CVE-2009-1242 CVE-2009-1265 CVE-2009-1337 CVE-2009-1360 CVE-2009-1439 CVE-2014-9638 CVE-2014-9639 CVE-2015-4500 CVE-2015-4501 CVE-2015-4506 CVE-2015-4509 CVE-2015-4511 CVE-2015-4517 CVE-2015-4519 CVE-2015-4520 CVE-2015-4521 CVE-2015-4522 CVE-2015-5154 CVE-2015-5219 CVE-2015-5477 CVE-2015-6749 CVE-2015-7174 CVE-2015-7175 CVE-2015-7176 CVE-2015-7177 CVE-2015-7180 CVE-2015-8139 CVE-2015-8140 CVE-2016-3189 CVE-2016-6313 CVE-2016-7426 CVE-2016-7427 CVE-2016-7428 CVE-2016-7429 CVE-2016-7431 CVE-2016-7433 CVE-2016-7434 CVE-2016-9131 CVE-2016-9147 CVE-2016-9310 CVE-2016-9311 CVE-2016-9444 CVE-2017-11600 CVE-2017-13167 CVE-2017-14106 CVE-2017-15115 CVE-2017-15868 CVE-2017-16534 CVE-2017-16538 CVE-2017-16939 CVE-2017-17450 CVE-2017-17558 CVE-2017-17805 CVE-2017-17806 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-7472 CVE-2017-7826 CVE-2017-7828 CVE-2017-7830 CVE-2017-8824 CVE-2018-0732 CVE-2018-0739 CVE-2018-10471 CVE-2018-10472 CVE-2018-7550 CVE-2018-8897 CVE-2019-12900 CVE-2020-6821 CVE-2020-6822 CVE-2020-6825 CVE-2020-6827 CVE-2020-6828 SUSE-SU-2015:1304-1 SUSE-SU-2015:1455-1 SUSE-SU-2015:1703-1 SUSE-SU-2015:1775-1 SUSE-SU-2016:2346-1 SUSE-SU-2017:0255-1 SUSE-SU-2017:3233-1 SUSE-SU-2018:0011-1 SUSE-SU-2018:1203-1 SUSE-SU-2018:2534-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 Desktop 12 SP4 SUSE Linux Enterprise Module for additional PackageHub packages 15 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Toolchain 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 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP2 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 Server for VMWare 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 Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
kbd-2.0.4-lp150.6 is installed
OR kbd-legacy-2.0.4-lp150.6 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
chromedriver-64.0.3282.119-135.1 is installed
OR chromium-64.0.3282.119-135.1 is installed
OR libre2-0-20180101-9.1 is installed
OR libre2-0-32bit-20180101-9.1 is installed
OR re2-20180101-9.1 is installed
OR re2-devel-20180101-9.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND telepathy-idle-0.1.5-1.5 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
bzip2-1.0.6-27 is installed
OR libbz2-1-1.0.6-27 is installed
OR libbz2-1-32bit-1.0.6-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dbus-1-1.8.16-14 is installed
OR dbus-1-x11-1.8.16-14 is installed
OR libdbus-1-3-1.8.16-14 is installed
OR libdbus-1-3-32bit-1.8.16-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
dia-0.97.3-15 is installed
OR dia-lang-0.97.3-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
empathy-3.12.12-7 is installed
OR empathy-lang-3.12.12-7 is installed
OR telepathy-mission-control-plugin-goa-3.12.12-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND busybox-1.21.1-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.212-3.19 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.212-3.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND facter-2.0.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
curl-7.60.0-1 is installed
OR libcurl-devel-7.60.0-1 is installed
OR libcurl4-7.60.0-1 is installed
OR libcurl4-32bit-7.60.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-passenger-5.0.18-12.9 is installed
OR rubygem-passenger-5.0.18-12.9 is installed
OR rubygem-passenger-apache2-5.0.18-12.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gdm-3.26.2.1-11 is installed
OR gdm-devel-3.26.2.1-11 is installed
OR gdm-lang-3.26.2.1-11 is installed
OR gdmflexiserver-3.26.2.1-11 is installed
OR libgdm1-3.26.2.1-11 is installed
OR typelib-1_0-Gdm-1_0-3.26.2.1-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
ant-1.9.10-1 is installed
OR ant-antlr-1.9.10-1 is installed
OR ant-apache-bcel-1.9.10-1 is installed
OR ant-apache-bsf-1.9.10-1 is installed
OR ant-apache-log4j-1.9.10-1 is installed
OR ant-apache-oro-1.9.10-1 is installed
OR ant-apache-regexp-1.9.10-1 is installed
OR ant-apache-resolver-1.9.10-1 is installed
OR ant-commons-logging-1.9.10-1 is installed
OR ant-javamail-1.9.10-1 is installed
OR ant-jdepend-1.9.10-1 is installed
OR ant-jmf-1.9.10-1 is installed
OR ant-junit-1.9.10-1 is installed
OR ant-manual-1.9.10-1 is installed
OR ant-scripts-1.9.10-1 is installed
OR ant-swing-1.9.10-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.13-6.15 is installed
OR libslurm32-17.11.13-6.15 is installed
OR perl-slurm-17.11.13-6.15 is installed
OR slurm-17.11.13-6.15 is installed
OR slurm-auth-none-17.11.13-6.15 is installed
OR slurm-config-17.11.13-6.15 is installed
OR slurm-devel-17.11.13-6.15 is installed
OR slurm-doc-17.11.13-6.15 is installed
OR slurm-lua-17.11.13-6.15 is installed
OR slurm-munge-17.11.13-6.15 is installed
OR slurm-node-17.11.13-6.15 is installed
OR slurm-pam_slurm-17.11.13-6.15 is installed
OR slurm-plugins-17.11.13-6.15 is installed
OR slurm-slurmdbd-17.11.13-6.15 is installed
OR slurm-sql-17.11.13-6.15 is installed
OR slurm-torque-17.11.13-6.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.20-30 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-30 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-30 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
kernel-default-4.12.14-25.16 is installed
OR reiserfs-kmp-default-4.12.14-25.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_13-default-8-2 is installed
OR kernel-livepatch-SLE15_Update_3-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
webkit-jsc-4-2.22.5-3.13 is installed
OR webkit2gtk3-2.22.5-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
ceph-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-base-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-fuse-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-grafana-dashboards-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mds-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mgr-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mgr-dashboard-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mgr-diskprediction-cloud-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mgr-diskprediction-local-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mgr-rook-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mgr-ssh-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-mon-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-osd-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-radosgw-14.2.1.468+g994fd9e0cc-3.3 is installed
OR ceph-test-14.2.1.468+g994fd9e0cc-3.3 is installed
OR cephfs-shell-14.2.1.468+g994fd9e0cc-3.3 is installed
OR rbd-fuse-14.2.1.468+g994fd9e0cc-3.3 is installed
OR rbd-mirror-14.2.1.468+g994fd9e0cc-3.3 is installed
OR rbd-nbd-14.2.1.468+g994fd9e0cc-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.51-52.39 is installed
OR kernel-ec2-devel-3.12.51-52.39 is installed
OR kernel-ec2-extra-3.12.51-52.39 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
util-linux-systemd-2.31.1-9.8 is installed
OR uuidd-2.31.1-9.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Toolchain 12 is installed
AND Package Information
cpp5-5.3.1+r233831-9 is installed
OR gcc5-5.3.1+r233831-9 is installed
OR gcc5-32bit-5.3.1+r233831-9 is installed
OR gcc5-ada-5.3.1+r233831-9 is installed
OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
OR gcc5-c++-5.3.1+r233831-9 is installed
OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
OR gcc5-fortran-5.3.1+r233831-9 is installed
OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
OR gcc5-info-5.3.1+r233831-9 is installed
OR gcc5-locale-5.3.1+r233831-9 is installed
OR libada5-5.3.1+r233831-9 is installed
OR libada5-32bit-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
OR libffi-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
libpython3_4m1_0-3.4.5-17 is installed
OR python3-3.4.5-17 is installed
OR python3-base-3.4.5-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-52.5.0esr-72.17 is installed
OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
ext4dev-kmp-default-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-pae-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-ppc64-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-vmi-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-xen-0_2.6.27.23_0.1-7.1 is installed
OR iscsitarget-kmp-default-0.4.15_2.6.27.54_0.2-94.14 is installed
OR kernel-default-2.6.27.23-0.1 is installed
OR kernel-default-base-2.6.27.23-0.1 is installed
OR kernel-default-man-2.6.27.23-0.1 is installed
OR kernel-kdump-2.6.27.23-0.1 is installed
OR kernel-pae-2.6.27.23-0.1 is installed
OR kernel-pae-base-2.6.27.23-0.1 is installed
OR kernel-ppc64-2.6.27.23-0.1 is installed
OR kernel-ppc64-base-2.6.27.23-0.1 is installed
OR kernel-source-2.6.27.23-0.1 is installed
OR kernel-syms-2.6.27.23-0.1 is installed
OR kernel-vmi-2.6.27.23-0.1 is installed
OR kernel-vmi-base-2.6.27.23-0.1 is installed
OR kernel-xen-2.6.27.23-0.1 is installed
OR kernel-xen-base-2.6.27.23-0.1 is installed
OR oracleasm-kmp-default-2.0.5_2.6.27.54_0.2-7.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
ext4dev-kmp-default-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-pae-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-ppc64-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-vmi-0_2.6.27.23_0.1-7.1 is installed
OR ext4dev-kmp-xen-0_2.6.27.23_0.1-7.1 is installed
OR iscsitarget-kmp-default-0.4.15_2.6.27.54_0.2-94.14 is installed
OR kernel-default-2.6.27.23-0.1 is installed
OR kernel-default-base-2.6.27.23-0.1 is installed
OR kernel-default-man-2.6.27.23-0.1 is installed
OR kernel-kdump-2.6.27.23-0.1 is installed
OR kernel-pae-2.6.27.23-0.1 is installed
OR kernel-pae-base-2.6.27.23-0.1 is installed
OR kernel-ppc64-2.6.27.23-0.1 is installed
OR kernel-ppc64-base-2.6.27.23-0.1 is installed
OR kernel-source-2.6.27.23-0.1 is installed
OR kernel-syms-2.6.27.23-0.1 is installed
OR kernel-vmi-2.6.27.23-0.1 is installed
OR kernel-vmi-base-2.6.27.23-0.1 is installed
OR kernel-xen-2.6.27.23-0.1 is installed
OR kernel-xen-base-2.6.27.23-0.1 is installed
OR oracleasm-kmp-default-2.0.5_2.6.27.54_0.2-7.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND t1lib-5.1.1-100.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND t1lib-5.1.1-100.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND t1lib-5.1.1-100.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND t1lib-5.1.1-100.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
hplip-3.11.10-0.6.7 is installed
OR hplip-hpijs-3.11.10-0.6.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
libMagickCore1-6.4.3.6-7.20 is installed
OR libMagickCore1-32bit-6.4.3.6-7.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-17.0.10esr-0.4.2 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-68.7.0-78.70 is installed
OR MozillaFirefox-translations-common-68.7.0-78.70 is installed
OR MozillaFirefox-translations-other-68.7.0-78.70 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-68.7.0-78.70 is installed
OR MozillaFirefox-translations-common-68.7.0-78.70 is installed
OR MozillaFirefox-translations-other-68.7.0-78.70 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
bind-9.9.4P2-0.6 is installed
OR bind-chrootenv-9.9.4P2-0.6 is installed
OR bind-devel-9.9.6P1-0.5 is installed
OR bind-doc-9.9.4P2-0.6 is installed
OR bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-libs-x86-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.7esr-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.7esr-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.7esr-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
dhcpcd-3.2.3-44.28 is installed
OR dhcpv6-1.0.22-3.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
dhcp-4.2.4.P2-0.11.15 is installed
OR dhcp-client-4.2.4.P2-0.11.15 is installed
OR dhcp-relay-4.2.4.P2-0.11.15 is installed
OR dhcp-server-4.2.4.P2-0.11.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
dhcp-4.2.4.P2-0.11.15 is installed
OR dhcp-client-4.2.4.P2-0.11.15 is installed
OR dhcp-relay-4.2.4.P2-0.11.15 is installed
OR dhcp-server-4.2.4.P2-0.11.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
apache2-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
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
apache2-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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
apache2-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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
apache2-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
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
apache2-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 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-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS 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 11 SP3-TERADATA 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 SP3-LTSS 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 SP3-TERADATA is installed
AND
MozillaFirefox-52.5.0esr-72.17 is installed
OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.93 is installed
OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
OR kernel-default-3.0.101-0.47.93 is installed
OR kernel-default-base-3.0.101-0.47.93 is installed
OR kernel-default-devel-3.0.101-0.47.93 is installed
OR kernel-default-man-3.0.101-0.47.93 is installed
OR kernel-ec2-3.0.101-0.47.93 is installed
OR kernel-ec2-base-3.0.101-0.47.93 is installed
OR kernel-ec2-devel-3.0.101-0.47.93 is installed
OR kernel-pae-3.0.101-0.47.93 is installed
OR kernel-pae-base-3.0.101-0.47.93 is installed
OR kernel-pae-devel-3.0.101-0.47.93 is installed
OR kernel-source-3.0.101-0.47.93 is installed
OR kernel-syms-3.0.101-0.47.93 is installed
OR kernel-trace-3.0.101-0.47.93 is installed
OR kernel-trace-base-3.0.101-0.47.93 is installed
OR kernel-trace-devel-3.0.101-0.47.93 is installed
OR kernel-xen-3.0.101-0.47.93 is installed
OR kernel-xen-base-3.0.101-0.47.93 is installed
OR kernel-xen-devel-3.0.101-0.47.93 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.93 is installed
OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
OR kernel-default-3.0.101-0.47.93 is installed
OR kernel-default-base-3.0.101-0.47.93 is installed
OR kernel-default-devel-3.0.101-0.47.93 is installed
OR kernel-default-man-3.0.101-0.47.93 is installed
OR kernel-ec2-3.0.101-0.47.93 is installed
OR kernel-ec2-base-3.0.101-0.47.93 is installed
OR kernel-ec2-devel-3.0.101-0.47.93 is installed
OR kernel-pae-3.0.101-0.47.93 is installed
OR kernel-pae-base-3.0.101-0.47.93 is installed
OR kernel-pae-devel-3.0.101-0.47.93 is installed
OR kernel-source-3.0.101-0.47.93 is installed
OR kernel-syms-3.0.101-0.47.93 is installed
OR kernel-trace-3.0.101-0.47.93 is installed
OR kernel-trace-base-3.0.101-0.47.93 is installed
OR kernel-trace-devel-3.0.101-0.47.93 is installed
OR kernel-xen-3.0.101-0.47.93 is installed
OR kernel-xen-base-3.0.101-0.47.93 is installed
OR kernel-xen-devel-3.0.101-0.47.93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
apache2-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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
apache2-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 Server 11 SP4 is installed
AND apache2-mod_jk-1.2.40-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
MozillaFirefox-68.5.0-78.61 is installed
OR MozillaFirefox-translations-common-68.5.0-78.61 is installed
OR MozillaFirefox-translations-other-68.5.0-78.61 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
MozillaFirefox-68.5.0-78.61 is installed
OR MozillaFirefox-translations-common-68.5.0-78.61 is installed
OR MozillaFirefox-translations-other-68.5.0-78.61 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 |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
openvpn-openssl1-2.3.2-0.10.3 is installed
OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND wget-1.14-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND wget-1.14-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND apache2-mod_perl-2.0.8-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
bind-9.9.6P1-30 is installed
OR bind-chrootenv-9.9.6P1-30 is installed
OR bind-doc-9.9.6P1-30 is installed
OR bind-libs-9.9.6P1-30 is installed
OR bind-libs-32bit-9.9.6P1-30 is installed
OR bind-utils-9.9.6P1-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-9-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cvs-1.12.12-181 is installed
OR cvs-doc-1.12.12-181 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
cpio-2.11-36.3 is installed
OR cpio-lang-2.11-36.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
libmysqlclient-devel-10.0.28-20.16 is installed
OR libmysqlclient18-10.0.28-20.16 is installed
OR libmysqlclient18-32bit-10.0.28-20.16 is installed
OR libmysqlclient_r18-10.0.28-20.16 is installed
OR libmysqld-devel-10.0.28-20.16 is installed
OR libmysqld18-10.0.28-20.16 is installed
OR mariadb-10.0.28-20.16 is installed
OR mariadb-client-10.0.28-20.16 is installed
OR mariadb-errormessages-10.0.28-20.16 is installed
OR mariadb-tools-10.0.28-20.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
libmysqlclient-devel-10.0.28-20.16 is installed
OR libmysqlclient18-10.0.28-20.16 is installed
OR libmysqlclient18-32bit-10.0.28-20.16 is installed
OR libmysqlclient_r18-10.0.28-20.16 is installed
OR libmysqld-devel-10.0.28-20.16 is installed
OR libmysqld18-10.0.28-20.16 is installed
OR mariadb-10.0.28-20.16 is installed
OR mariadb-client-10.0.28-20.16 is installed
OR mariadb-errormessages-10.0.28-20.16 is installed
OR mariadb-tools-10.0.28-20.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libvte9-0.28.2-19 is installed
OR python-vte-0.28.2-19 is installed
OR vte2-lang-0.28.2-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND sap_suse_cluster_connector-1.0.0-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 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 Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.51.5 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.51.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
openssh-6.6p1-52 is installed
OR openssh-askpass-gnome-6.6p1-52 is installed
OR openssh-fips-6.6p1-52 is installed
OR openssh-helpers-6.6p1-52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
libpython3_4m1_0-3.4.6-25.24 is installed
OR python3-3.4.6-25.24 is installed
OR python3-base-3.4.6-25.24 is installed
OR python3-curses-3.4.6-25.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.24.9 is installed
OR openldap2-2.4.41-18.24.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND kernel-docs-3.0.101-108.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND gd-32bit-2.1.0-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libmysqlclient_r18-10.0.30-25 is installed
OR libmysqlclient_r18-32bit-10.0.30-25 is installed
OR mariadb-10.0.30-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND kernel-default-extra-4.4.21-69 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gstreamer-0_10-plugins-base-0.10.36-17 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.36-17 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.36-17 is installed
OR libgstapp-0_10-0-0.10.36-17 is installed
OR libgstapp-0_10-0-32bit-0.10.36-17 is installed
OR libgstinterfaces-0_10-0-0.10.36-17 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.36-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND enigmail-2.0.5-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-pycrypto-2.6.1-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
libmariadb3-3.0.3-3.3 is installed
OR mariadb-10.2.15-4.3 is installed
OR mariadb-client-10.2.15-4.3 is installed
OR mariadb-connector-c-3.0.3-3.3 is installed
OR mariadb-errormessages-10.2.15-4.3 is installed
OR mariadb-galera-10.2.15-4.3 is installed
OR mariadb-tools-10.2.15-4.3 is installed
OR xtrabackup-2.4.10-4.3 is installed
|