Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP2 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 / 'SpecŧreAttack': 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 on updated firmware or BIOS images regarding this issue.
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, 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'.
Note that this is only done on affected platforms.
This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.
Also the following unrelated 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) - Always sign validate_negotiate_info reqs (bsc#1071009, fate#324404). - 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). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - Check cmdline_find_option() retval properly and use boot_cpu_has(). - cw1200: prevent speculative execution (bnc#1068032). - e1000e: Avoid receiver overrun interrupt bursts (bsc#969470 FATE#319819). - e1000e: Fix e1000_check_for_copper_link_ich8lan return value (bsc#1073809). - Fix leak of validate_negotiate_info resp (bsc#1071009, fate#324404). - Fix NULL pointer deref in SMB2_tcon() (bsc#1071009, fate#324404). - Fix validate_negotiate_info uninitialized mem (bsc#1071009, fate#324404). - 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). - 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: Disable 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: 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). - 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). - Redo encryption backport to fix pkt signing (bsc#1071009, fate#324404). - s390: add ppa to system call and program check path (bsc#1068032). - 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 Signoff the s390 patches. - 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_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). - 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: 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): | 1012382 1028103 1035807 1036457 1039616 1047487 1063043 1064311 1065180 1068032 1068951 1071009 1072556 1072962 1073090 1073625 1073626 1073629 1073792 1073809 1073874 1073912 1079600 1082023 1108606 1121626 1125113 1128189 1140118 1140868 1141493 1145095 1146360 1146608 1150011 1158785 1158787 1158788 1158789 1158790 1158791 1158792 1158793 1158795 1161998 1168404 1168407 1169066 1174662 890228 899756 947165 950703 950704 950705 950706 951845 954018 954405 956408 956409 956411 956592 956832 964063 969470 983268 CVE-2014-3634 CVE-2014-3683 CVE-2015-5307 CVE-2015-7311 CVE-2015-7504 CVE-2015-7835 CVE-2015-7969 CVE-2015-7970 CVE-2015-7971 CVE-2015-7972 CVE-2015-8104 CVE-2015-8339 CVE-2015-8340 CVE-2015-8341 CVE-2015-8345 CVE-2016-10244 CVE-2016-5102 CVE-2017-12652 CVE-2017-17785 CVE-2017-17786 CVE-2017-17788 CVE-2017-17805 CVE-2017-17806 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-7864 CVE-2017-8105 CVE-2017-8287 CVE-2018-17000 CVE-2019-11038 CVE-2019-11041 CVE-2019-11042 CVE-2019-11709 CVE-2019-11711 CVE-2019-11712 CVE-2019-11713 CVE-2019-11715 CVE-2019-11717 CVE-2019-11719 CVE-2019-11729 CVE-2019-11730 CVE-2019-1348 CVE-2019-1349 CVE-2019-1350 CVE-2019-1351 CVE-2019-1352 CVE-2019-1353 CVE-2019-1354 CVE-2019-1387 CVE-2019-14822 CVE-2019-14973 CVE-2019-1543 CVE-2019-19604 CVE-2019-6128 CVE-2019-7663 CVE-2019-9811 CVE-2020-1927 CVE-2020-1934 CVE-2020-1938 CVE-2020-9862 CVE-2020-9893 CVE-2020-9894 CVE-2020-9895 CVE-2020-9915 CVE-2020-9925 SUSE-SU-2015:2328-1 SUSE-SU-2018:0012-1 SUSE-SU-2018:0414-1 SUSE-SU-2019:0787-1 SUSE-SU-2019:1861-1 SUSE-SU-2019:2243-1 SUSE-SU-2019:2389-1 SUSE-SU-2019:3058-1 SUSE-SU-2019:3311-1 SUSE-SU-2020:0601-1 SUSE-SU-2020:0911-1 SUSE-SU-2020:1272-1 SUSE-SU-2020:2232-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 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 Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 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 SP4 SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12-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 Software Development Kit 12 SP2 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
kcoreaddons-5.21.0-18.1 is installed
OR kcoreaddons-devel-5.21.0-18.1 is installed
OR kcoreaddons-devel-32bit-5.21.0-18.1 is installed
OR kcoreaddons-lang-5.21.0-18.1 is installed
OR libKF5CoreAddons5-5.21.0-18.1 is installed
OR libKF5CoreAddons5-32bit-5.21.0-18.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
MozillaThunderbird-45.4.0-23.1 is installed
OR MozillaThunderbird-translations-common-45.4.0-23.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 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
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
cups-filters-1.0.58-2.6 is installed
OR cups-filters-cups-browsed-1.0.58-2.6 is installed
OR cups-filters-foomatic-rip-1.0.58-2.6 is installed
OR cups-filters-ghostscript-1.0.58-2.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dia-0.97.2-13.253 is installed
OR dia-lang-0.97.2-13.253 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
NetworkManager-1.0.12-8.6 is installed
OR NetworkManager-lang-1.0.12-8.6 is installed
OR libnm-glib-vpn1-1.0.12-8.6 is installed
OR libnm-glib4-1.0.12-8.6 is installed
OR libnm-util2-1.0.12-8.6 is installed
OR libnm0-1.0.12-8.6 is installed
OR typelib-1_0-NM-1_0-1.0.12-8.6 is installed
OR typelib-1_0-NMClient-1_0-1.0.12-8.6 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.12-8.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
coreutils-8.25-12.8 is installed
OR coreutils-lang-8.25-12.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
curl-7.19.0-11.21 is installed
OR keyutils-libs-1.2-107 is installed
OR keyutils-libs-32bit-1.2-107 is installed
OR keyutils-libs-x86-1.2-107 is installed
OR libcurl4-7.19.0-11.21 is installed
OR libcurl4-32bit-7.19.0-11.21 is installed
OR libcurl4-x86-7.19.0-11.21 is installed
OR libidn-1.10-3 is installed
OR libidn-32bit-1.10-3 is installed
OR libidn-x86-1.10-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
curl-7.19.0-11.21 is installed
OR keyutils-libs-1.2-107 is installed
OR keyutils-libs-32bit-1.2-107 is installed
OR keyutils-libs-x86-1.2-107 is installed
OR libcurl4-7.19.0-11.21 is installed
OR libcurl4-32bit-7.19.0-11.21 is installed
OR libcurl4-x86-7.19.0-11.21 is installed
OR libidn-1.10-3 is installed
OR libidn-32bit-1.10-3 is installed
OR libidn-x86-1.10-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
strongswan-4.4.0-6.13 is installed
OR strongswan-doc-4.4.0-6.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
kdebase3-runtime-3.5.10-20 is installed
OR kdebase3-runtime-32bit-3.5.10-20 is installed
OR kdebase3-runtime-x86-3.5.10-20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
Mesa-7.7-5.12 is installed
OR Mesa-32bit-7.7-5.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.64 is installed
OR libxml2-32bit-2.7.6-0.64 is installed
OR libxml2-doc-2.7.6-0.64 is installed
OR libxml2-python-2.7.6-0.64 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.64 is installed
OR libxml2-32bit-2.7.6-0.64 is installed
OR libxml2-doc-2.7.6-0.64 is installed
OR libxml2-python-2.7.6-0.64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
lcms-1.17-77.16 is installed
OR liblcms1-1.17-77.16 is installed
OR liblcms1-32bit-1.17-77.16 is installed
OR liblcms1-x86-1.17-77.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
lcms-1.17-77.16 is installed
OR liblcms1-1.17-77.16 is installed
OR liblcms1-32bit-1.17-77.16 is installed
OR liblcms1-x86-1.17-77.16 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
lcms-1.17-77.16 is installed
OR liblcms1-1.17-77.16 is installed
OR liblcms1-32bit-1.17-77.16 is installed
OR liblcms1-x86-1.17-77.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
gtk2-2.18.9-0.23 is installed
OR gtk2-32bit-2.18.9-0.23 is installed
OR gtk2-doc-2.18.9-0.23 is installed
OR gtk2-lang-2.18.9-0.23 is installed
OR gtk2-x86-2.18.9-0.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-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 SP3-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 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.12 is installed
OR openssl-0.9.8j-0.106.12 is installed
OR openssl-doc-0.9.8j-0.106.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.106.12 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.12 is installed
OR openssl-0.9.8j-0.106.12 is installed
OR openssl-doc-0.9.8j-0.106.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libjasper-1.900.1-134.17 is installed
OR libjasper-32bit-1.900.1-134.17 is installed
OR libjasper-x86-1.900.1-134.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libldap-openssl1-2_4-2-2.4.26-0.28 is installed
OR libldap-openssl1-2_4-2-32bit-2.4.26-0.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
rsyslog-8.4.0-5 is installed
OR rsyslog-diag-tools-8.4.0-5 is installed
OR rsyslog-doc-8.4.0-5 is installed
OR rsyslog-module-gssapi-8.4.0-5 is installed
OR rsyslog-module-gtls-8.4.0-5 is installed
OR rsyslog-module-mysql-8.4.0-5 is installed
OR rsyslog-module-pgsql-8.4.0-5 is installed
OR rsyslog-module-relp-8.4.0-5 is installed
OR rsyslog-module-snmp-8.4.0-5 is installed
OR rsyslog-module-udpspoof-8.4.0-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
rsyslog-8.4.0-5 is installed
OR rsyslog-diag-tools-8.4.0-5 is installed
OR rsyslog-doc-8.4.0-5 is installed
OR rsyslog-module-gssapi-8.4.0-5 is installed
OR rsyslog-module-gtls-8.4.0-5 is installed
OR rsyslog-module-mysql-8.4.0-5 is installed
OR rsyslog-module-pgsql-8.4.0-5 is installed
OR rsyslog-module-relp-8.4.0-5 is installed
OR rsyslog-module-snmp-8.4.0-5 is installed
OR rsyslog-module-udpspoof-8.4.0-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND libmspack0-0.4-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
gpg2-2.0.24-3 is installed
OR gpg2-lang-2.0.24-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
gpg2-2.0.24-3 is installed
OR gpg2-lang-2.0.24-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
DirectFB-1.7.1-4 is installed
OR lib++dfb-1_7-1-1.7.1-4 is installed
OR libdirectfb-1_7-1-1.7.1-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND unrar-5.0.14-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND unrar-5.0.14-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_18-default-8-3.1 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-8-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_9-8-3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
gstreamer-plugins-base-1.8.3-9 is installed
OR gstreamer-plugins-base-lang-1.8.3-9 is installed
OR libgstallocators-1_0-0-1.8.3-9 is installed
OR libgstapp-1_0-0-1.8.3-9 is installed
OR libgstapp-1_0-0-32bit-1.8.3-9 is installed
OR libgstaudio-1_0-0-1.8.3-9 is installed
OR libgstaudio-1_0-0-32bit-1.8.3-9 is installed
OR libgstfft-1_0-0-1.8.3-9 is installed
OR libgstpbutils-1_0-0-1.8.3-9 is installed
OR libgstpbutils-1_0-0-32bit-1.8.3-9 is installed
OR libgstriff-1_0-0-1.8.3-9 is installed
OR libgstrtp-1_0-0-1.8.3-9 is installed
OR libgstrtsp-1_0-0-1.8.3-9 is installed
OR libgstsdp-1_0-0-1.8.3-9 is installed
OR libgsttag-1_0-0-1.8.3-9 is installed
OR libgsttag-1_0-0-32bit-1.8.3-9 is installed
OR libgstvideo-1_0-0-1.8.3-9 is installed
OR libgstvideo-1_0-0-32bit-1.8.3-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
gstreamer-plugins-base-1.8.3-9 is installed
OR gstreamer-plugins-base-lang-1.8.3-9 is installed
OR libgstallocators-1_0-0-1.8.3-9 is installed
OR libgstapp-1_0-0-1.8.3-9 is installed
OR libgstapp-1_0-0-32bit-1.8.3-9 is installed
OR libgstaudio-1_0-0-1.8.3-9 is installed
OR libgstaudio-1_0-0-32bit-1.8.3-9 is installed
OR libgstfft-1_0-0-1.8.3-9 is installed
OR libgstpbutils-1_0-0-1.8.3-9 is installed
OR libgstpbutils-1_0-0-32bit-1.8.3-9 is installed
OR libgstriff-1_0-0-1.8.3-9 is installed
OR libgstrtp-1_0-0-1.8.3-9 is installed
OR libgstrtsp-1_0-0-1.8.3-9 is installed
OR libgstsdp-1_0-0-1.8.3-9 is installed
OR libgsttag-1_0-0-1.8.3-9 is installed
OR libgsttag-1_0-0-32bit-1.8.3-9 is installed
OR libgstvideo-1_0-0-1.8.3-9 is installed
OR libgstvideo-1_0-0-32bit-1.8.3-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
colord-gtk-lang-0.1.26-6 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-10 is installed
OR libcolord2-32bit-1.3.3-10 is installed
OR libcolorhug2-1.3.3-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libvirt-2.0.0-27.42 is installed
OR libvirt-client-2.0.0-27.42 is installed
OR libvirt-daemon-2.0.0-27.42 is installed
OR libvirt-daemon-config-network-2.0.0-27.42 is installed
OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
OR libvirt-daemon-hooks-2.0.0-27.42 is installed
OR libvirt-daemon-lxc-2.0.0-27.42 is installed
OR libvirt-daemon-qemu-2.0.0-27.42 is installed
OR libvirt-daemon-xen-2.0.0-27.42 is installed
OR libvirt-doc-2.0.0-27.42 is installed
OR libvirt-lock-sanlock-2.0.0-27.42 is installed
OR libvirt-nss-2.0.0-27.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_29-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_29-default-11-2 is installed
OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND hardlink-1.0-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_55-52_42-default-4-2.1 is installed
OR kgraft-patch-3_12_55-52_42-xen-4-2.1 is installed
OR kgraft-patch-SLE12_Update_12-4-2.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND rubygem-activesupport-2_3-2.3.14-0.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND emacs-nox-22.3-4.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
cpp48-4.8.3+r212056-2 is installed
OR gcc48-4.8.3+r212056-2 is installed
OR gcc48-32bit-4.8.3+r212056-2 is installed
OR gcc48-c++-4.8.3+r212056-2 is installed
OR gcc48-fortran-4.8.3+r212056-2 is installed
OR gcc48-fortran-32bit-4.8.3+r212056-2 is installed
OR gcc48-info-4.8.3+r212056-2 is installed
OR gcc48-locale-4.8.3+r212056-2 is installed
OR libasan0-4.8.3+r212056-2 is installed
OR libatomic1-4.8.3+r212056-2 is installed
OR libgfortran3-4.8.3+r212056-2 is installed
OR libgfortran3-32bit-4.8.3+r212056-2 is installed
OR libitm1-4.8.3+r212056-2 is installed
OR libquadmath0-4.8.3+r212056-2 is installed
OR libquadmath0-32bit-4.8.3+r212056-2 is installed
OR libstdc++48-devel-4.8.3+r212056-2 is installed
OR libstdc++48-devel-32bit-4.8.3+r212056-2 is installed
OR libtsan0-4.8.3+r212056-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
kernel-docs-4.4.103-92.56 is installed
OR kernel-obs-build-4.4.103-92.56 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-devel-60.8.0-109.83 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-devel-3.44.1-58.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
libtiff-devel-4.0.9-44.42 is installed
OR tiff-4.0.9-44.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.521-102.1 is installed
OR flash-player-gnome-11.2.202.521-102.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.626-133 is installed
OR flash-player-gnome-11.2.202.626-133 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-5 is installed
OR libpcrecpp0-32bit-8.39-5 is installed
OR pcre-8.39-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.92-6.18 is installed
OR kernel-default-extra-4.4.92-6.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
bash-4.3-83.23 is installed
OR bash-lang-4.3-83.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
ibus-1.5.13-15.11 is installed
OR ibus-gtk3-32bit-1.5.13-15.11 is installed
OR libibus-1_0-5-32bit-1.5.13-15.11 is installed
OR python-ibus-1.5.13-15.11 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.5.1-17 is installed
OR MozillaThunderbird-buildsymbols-45.5.1-17 is installed
OR MozillaThunderbird-devel-45.5.1-17 is installed
OR MozillaThunderbird-translations-common-45.5.1-17 is installed
OR MozillaThunderbird-translations-other-45.5.1-17 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
ffmpeg-3.1.6-5 is installed
OR ffmpeg-devel-2.8.10-9 is installed
OR libavcodec-devel-3.1.6-5 is installed
OR libavcodec56-2.8.10-9 is installed
OR libavcodec57-3.1.6-5 is installed
OR libavcodec57-32bit-3.2.4-6.3 is installed
OR libavdevice-devel-3.1.6-5 is installed
OR libavdevice56-2.8.10-9 is installed
OR libavdevice57-3.1.6-5 is installed
OR libavdevice57-32bit-3.2.4-6.3 is installed
OR libavfilter-devel-3.1.6-5 is installed
OR libavfilter5-2.8.10-9 is installed
OR libavfilter6-3.1.6-5 is installed
OR libavfilter6-32bit-3.2.4-6.3 is installed
OR libavformat-devel-3.1.6-5 is installed
OR libavformat56-2.8.10-9 is installed
OR libavformat57-3.1.6-5 is installed
OR libavformat57-32bit-3.2.4-6.3 is installed
OR libavresample-devel-3.1.6-5 is installed
OR libavresample2-2.8.10-9 is installed
OR libavresample3-3.1.6-5 is installed
OR libavresample3-32bit-3.2.4-6.3 is installed
OR libavutil-devel-3.1.6-5 is installed
OR libavutil54-2.8.10-9 is installed
OR libavutil55-3.1.6-5 is installed
OR libavutil55-32bit-3.2.4-6.3 is installed
OR libpostproc-devel-3.1.6-5 is installed
OR libpostproc53-2.8.10-9 is installed
OR libpostproc54-3.1.6-5 is installed
OR libpostproc54-32bit-3.2.4-6.3 is installed
OR libswresample-devel-3.1.6-5 is installed
OR libswresample1-2.8.10-9 is installed
OR libswresample2-3.1.6-5 is installed
OR libswresample2-32bit-3.2.4-6.3 is installed
OR libswscale-devel-3.1.6-5 is installed
OR libswscale3-2.8.10-9 is installed
OR libswscale4-3.1.6-5 is installed
OR libswscale4-32bit-3.2.4-6.3 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
ffmpeg-3.1.6-5 is installed
OR ffmpeg-devel-2.8.10-9 is installed
OR libavcodec-devel-3.1.6-5 is installed
OR libavcodec56-2.8.10-9 is installed
OR libavcodec57-3.1.6-5 is installed
OR libavcodec57-32bit-3.2.4-6.3 is installed
OR libavdevice-devel-3.1.6-5 is installed
OR libavdevice56-2.8.10-9 is installed
OR libavdevice57-3.1.6-5 is installed
OR libavdevice57-32bit-3.2.4-6.3 is installed
OR libavfilter-devel-3.1.6-5 is installed
OR libavfilter5-2.8.10-9 is installed
OR libavfilter6-3.1.6-5 is installed
OR libavfilter6-32bit-3.2.4-6.3 is installed
OR libavformat-devel-3.1.6-5 is installed
OR libavformat56-2.8.10-9 is installed
OR libavformat57-3.1.6-5 is installed
OR libavformat57-32bit-3.2.4-6.3 is installed
OR libavresample-devel-3.1.6-5 is installed
OR libavresample2-2.8.10-9 is installed
OR libavresample3-3.1.6-5 is installed
OR libavresample3-32bit-3.2.4-6.3 is installed
OR libavutil-devel-3.1.6-5 is installed
OR libavutil54-2.8.10-9 is installed
OR libavutil55-3.1.6-5 is installed
OR libavutil55-32bit-3.2.4-6.3 is installed
OR libpostproc-devel-3.1.6-5 is installed
OR libpostproc53-2.8.10-9 is installed
OR libpostproc54-3.1.6-5 is installed
OR libpostproc54-32bit-3.2.4-6.3 is installed
OR libswresample-devel-3.1.6-5 is installed
OR libswresample1-2.8.10-9 is installed
OR libswresample2-3.1.6-5 is installed
OR libswresample2-32bit-3.2.4-6.3 is installed
OR libswscale-devel-3.1.6-5 is installed
OR libswscale3-2.8.10-9 is installed
OR libswscale4-3.1.6-5 is installed
OR libswscale4-32bit-3.2.4-6.3 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
kopete-15.12.3-6 is installed
OR kopete-devel-15.12.3-6 is installed
|