Oval Definition:oval:org.opensuse.security:def:31066
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:





The SUSE Linux Enterprise 11 SP3 LTSS 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.



- 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.

Please contact your CPU / hardware vendor for potential microcode or BIOS updates needed for this fix.

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 feature is disabled on unaffected architectures.

This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.



The following security bugs were fixed:

- CVE-2017-1000251: The native Bluetooth stack in the Linux Kernel (BlueZ) was vulnerable to a stack overflow vulnerability in the processing of L2CAP configuration responses resulting in Remote code execution in kernel space (bnc#1057389). - CVE-2017-11600: net/xfrm/xfrm_policy.c in the Linux kernel 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-13080: Wi-Fi Protected Access (WPA and WPA2) allowed reinstallation of the Group Temporal Key (GTK) during the group key handshake, allowing an attacker within radio range to replay frames from access points to clients (bnc#1063667). - CVE-2017-13167: An elevation of privilege vulnerability in the kernel sound timer was fixed. (bnc#1072876). - 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-14140: The move_pages system call in mm/migrate.c in the Linux kernel didn't check the effective uid of the target process, enabling a local attacker to learn the memory layout of a setuid executable despite ASLR (bnc#1057179). - CVE-2017-14340: The XFS_IS_REALTIME_INODE macro in fs/xfs/xfs_linux.h in the Linux kernel did not verify that a filesystem has a realtime device, which allowed local users to cause a denial of service (NULL pointer dereference and OOPS) via vectors related to setting an RHINHERIT flag on a directory (bnc#1058524). - CVE-2017-15102: The tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel allowed local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference (bnc#1066705). - 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-15265: Race condition in the ALSA subsystem in the Linux kernel allowed local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via crafted /dev/snd/seq ioctl calls, related to sound/core/seq/seq_clientmgr.c and sound/core/seq/seq_ports.c (bnc#1062520). - CVE-2017-15274: security/keys/keyctl.c in the Linux kernel did not consider the case of a NULL payload in conjunction with a nonzero length value, which allowed local users to cause a denial of service (NULL pointer dereference and OOPS) via a crafted add_key or keyctl system call, a different vulnerability than CVE-2017-12192 (bnc#1045327). - 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-16525: The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup (bnc#1066618). - CVE-2017-16527: sound/usb/mixer.c in the Linux kernel allowed local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066625). - CVE-2017-16529: The snd_usb_create_streams function in sound/usb/card.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#1066650). - CVE-2017-16531: drivers/usb/core/config.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, related to the USB_DT_INTERFACE_ASSOCIATION descriptor (bnc#1066671). - 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). - CVE-2017-16535: The usb_get_bos_descriptor function in drivers/usb/core/config.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#1066700). - CVE-2017-16536: The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066606). - CVE-2017-16537: The imon_probe function in drivers/media/rc/imon.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066573). - 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-16649: The usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067085). - 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 1069708). - 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 1074033). - 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-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-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-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-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).

The following non-security bugs were fixed:

- asm alternatives: remove incorrect alignment notes. - getcwd: Close race with d_move called by lustre (bsc#1052593). - 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). - mac80211: do not compare TKIP TX MIC key in reinstall prevention (bsc#1066472). - mm/mmu_context, sched/core: Fix mmu_context.h assumption. - nfs: Remove asserts from the NFS XDR code (bsc#1063544). - ptrace: Add a new thread access check (bsc#1068032). - Revert 'mac80211: accept key reinstall without changing anything' This reverts commit 1def0d4e1446974356bacd9f4be06eee32b66473. - s390: add ppa to system call and program check path (bsc#1068032). - s390: introduce CPU alternatives (bsc#1068032). - s390/spinlock: add gmb memory barrier (bsc#1068032). - 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: mpt2sas: fix cleanup on controller resource mapping failure (bsc#999245). - tcp: fix inet6_csk_route_req() for link-local addresses (bsc#1010175). - tcp: pass fl6 to inet6_csk_route_req() (bsc#1010175). - tcp: plug dst leak in tcp_v6_conn_request() (bsc#1010175). - tcp: use inet6_csk_route_req() in tcp_v6_send_synack() (bsc#1010175). - temporary fix (bsc#1068032). - usb: uas: fix bug in handling of alternate settings (bsc#1071074). - x86-64: Give vvars their own page. - x86-64: Map the HPET NX. - 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/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().
Family:unixClass:patch
Status:Reference(s):1003577
1003579
1003580
1010175
1013882
1016714
1016715
1034862
1042948
1045315
1045327
1046848
1047044
1047898
1049373
1049423
1050120
1050231
1050606
1051412
1051446
1052252
1052449
1052468
1052550
1052593
1052710
1052720
1052731
1052732
1052771
1055065
1055323
1055434
1055855
1056982
1057179
1057389
1058082
1058524
1058640
1059751
1062520
1063544
1063667
1066295
1066472
1066569
1066573
1066606
1066618
1066625
1066650
1066671
1066693
1066700
1066705
1067085
1068032
1068671
1069702
1069708
1070771
1071074
1071470
1071695
1072561
1072876
1072902
1073792
1073874
1074033
1074122
1074123
1074425
1074610
1074969
1074973
1074975
1082858
1083915
1084632
1122706
1137586
1139751
1145477
1145922
1146163
1146285
1146361
1146391
1146524
1146547
1146678
1149376
1149522
1150025
1150112
1162828
1168994
1171186
1173812
1174463
1174570
947003
968175
979302
981422
982056
982064
982065
982066
982067
982068
999245
CVE-2007-0104
CVE-2007-4352
CVE-2007-5392
CVE-2007-5393
CVE-2007-6353
CVE-2008-0008
CVE-2008-2950
CVE-2009-0755
CVE-2009-0756
CVE-2009-0791
CVE-2009-0799
CVE-2009-0800
CVE-2009-1179
CVE-2009-1180
CVE-2009-1181
CVE-2009-1182
CVE-2009-1183
CVE-2009-1187
CVE-2009-1188
CVE-2009-3607
CVE-2009-3608
CVE-2012-6706
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-7174
CVE-2015-7175
CVE-2015-7176
CVE-2015-7177
CVE-2015-7180
CVE-2016-2161
CVE-2016-4953
CVE-2016-4954
CVE-2016-4955
CVE-2016-4956
CVE-2016-4957
CVE-2016-8743
CVE-2016-9840
CVE-2016-9841
CVE-2016-9842
CVE-2016-9843
CVE-2017-1000251
CVE-2017-1000445
CVE-2017-1000476
CVE-2017-10672
CVE-2017-10800
CVE-2017-11141
CVE-2017-11423
CVE-2017-11449
CVE-2017-11529
CVE-2017-11600
CVE-2017-11644
CVE-2017-11724
CVE-2017-11751
CVE-2017-12430
CVE-2017-12434
CVE-2017-12564
CVE-2017-12642
CVE-2017-12667
CVE-2017-12670
CVE-2017-12672
CVE-2017-12675
CVE-2017-13060
CVE-2017-13080
CVE-2017-13146
CVE-2017-13167
CVE-2017-13648
CVE-2017-13658
CVE-2017-14106
CVE-2017-14140
CVE-2017-14249
CVE-2017-14326
CVE-2017-14340
CVE-2017-14533
CVE-2017-15102
CVE-2017-15115
CVE-2017-15265
CVE-2017-15274
CVE-2017-15868
CVE-2017-16525
CVE-2017-16527
CVE-2017-16529
CVE-2017-16531
CVE-2017-16534
CVE-2017-16535
CVE-2017-16536
CVE-2017-16537
CVE-2017-16538
CVE-2017-16649
CVE-2017-16939
CVE-2017-17450
CVE-2017-17558
CVE-2017-17680
CVE-2017-17805
CVE-2017-17806
CVE-2017-17881
CVE-2017-17882
CVE-2017-18022
CVE-2017-18509
CVE-2017-18551
CVE-2017-5715
CVE-2017-5753
CVE-2017-5754
CVE-2017-6419
CVE-2017-7472
CVE-2017-8824
CVE-2017-9409
CVE-2018-0202
CVE-2018-1000085
CVE-2018-20976
CVE-2018-5246
CVE-2018-5247
CVE-2019-11477
CVE-2019-14835
CVE-2019-15118
CVE-2019-15212
CVE-2019-15216
CVE-2019-15217
CVE-2019-15219
CVE-2019-15292
CVE-2019-15902
CVE-2019-15927
CVE-2019-3813
CVE-2019-9456
CVE-2020-10713
CVE-2020-12387
CVE-2020-12388
CVE-2020-12389
CVE-2020-12392
CVE-2020-12393
CVE-2020-12395
CVE-2020-14308
CVE-2020-14309
CVE-2020-14310
CVE-2020-14311
CVE-2020-15706
CVE-2020-15707
CVE-2020-6831
SUSE-SU-2016:1584-1
SUSE-SU-2016:3209-1
SUSE-SU-2017:0729-1
SUSE-SU-2018:0040-1
SUSE-SU-2018:0132-1
SUSE-SU-2018:0170-1
SUSE-SU-2018:0863-1
SUSE-SU-2018:2557-1
SUSE-SU-2019:13943-1
SUSE-SU-2020:14359-1
SUSE-SU-2020:14440-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-TERADATA
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-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND argyllcms-1.9.2-lp150.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • avahi-0.6.32-3 is installed
  • OR avahi-autoipd-0.6.32-3 is installed
  • OR avahi-compat-mDNSResponder-devel-0.6.32-3 is installed
  • OR avahi-lang-0.6.32-3 is installed
  • OR libavahi-client3-0.6.32-3 is installed
  • OR libavahi-client3-32bit-0.6.32-3 is installed
  • OR libavahi-common3-0.6.32-3 is installed
  • OR libavahi-common3-32bit-0.6.32-3 is installed
  • OR libavahi-core7-0.6.32-3 is installed
  • OR libavahi-devel-0.6.32-3 is installed
  • OR libdns_sd-0.6.32-3 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • python-keystoneclient-1.0.0-14 is installed
  • OR python-keystoneclient-doc-1.0.0-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • dbus-1-1.2.10-3.25 is installed
  • OR dbus-1-32bit-1.2.10-3.25 is installed
  • OR dbus-1-x11-1.2.10-3.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bytefx-data-mysql-2.6.7-0.13 is installed
  • OR ibm-data-db2-2.6.7-0.13 is installed
  • OR mono-core-2.6.7-0.13 is installed
  • OR mono-data-2.6.7-0.13 is installed
  • OR mono-data-firebird-2.6.7-0.13 is installed
  • OR mono-data-oracle-2.6.7-0.13 is installed
  • OR mono-data-postgresql-2.6.7-0.13 is installed
  • OR mono-data-sqlite-2.6.7-0.13 is installed
  • OR mono-data-sybase-2.6.7-0.13 is installed
  • OR mono-devel-2.6.7-0.13 is installed
  • OR mono-extras-2.6.7-0.13 is installed
  • OR mono-jscript-2.6.7-0.13 is installed
  • OR mono-locale-extras-2.6.7-0.13 is installed
  • OR mono-nunit-2.6.7-0.13 is installed
  • OR mono-wcf-2.6.7-0.13 is installed
  • OR mono-web-2.6.7-0.13 is installed
  • OR mono-winforms-2.6.7-0.13 is installed
  • OR monodoc-core-2.6.7-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libopenssl0_9_8-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.80 is installed
  • OR openssl-0.9.8j-0.80 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • gnome-settings-daemon-3.10.2-20 is installed
  • OR gnome-settings-daemon-lang-3.10.2-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libpython2_7-1_0-2.7.9-24 is installed
  • OR libpython2_7-1_0-32bit-2.7.9-24 is installed
  • OR python-2.7.9-24 is installed
  • OR python-base-2.7.9-24 is installed
  • OR python-curses-2.7.9-24 is installed
  • OR python-devel-2.7.9-24 is installed
  • OR python-tk-2.7.9-24 is installed
  • OR python-xml-2.7.9-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libcares2-1.9.1-5 is installed
  • OR libcares2-32bit-1.9.1-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libpoppler-glib8-0.43.0-16.5 is installed
  • OR libpoppler-qt4-4-0.43.0-16.5 is installed
  • OR libpoppler60-0.43.0-16.5 is installed
  • OR poppler-0.43.0-16.5 is installed
  • OR poppler-qt-0.43.0-16.5 is installed
  • OR poppler-tools-0.43.0-16.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libvmtools0-10.3.0-2 is installed
  • OR open-vm-tools-10.3.0-2 is installed
  • OR open-vm-tools-desktop-10.3.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • apr-util-devel-1.6.1-2 is installed
  • OR libapr-util1-1.6.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-pycrypto-2.6.1-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND dnsmasq-2.45-12.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND dnsmasq-2.45-12.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND wireshark-1.4.13-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND wireshark-1.4.13-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND wireshark-1.4.13-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND wireshark-1.4.13-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • dhcp-3.1.3.ESV-0.17 is installed
  • OR dhcp-client-3.1.3.ESV-0.17 is installed
  • OR dhcp-relay-3.1.3.ESV-0.17 is installed
  • OR dhcp-server-3.1.3.ESV-0.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • dhcp-3.1.3.ESV-0.17 is installed
  • OR dhcp-client-3.1.3.ESV-0.17 is installed
  • OR dhcp-relay-3.1.3.ESV-0.17 is installed
  • OR dhcp-server-3.1.3.ESV-0.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • dhcp-3.1.3.ESV-0.17 is installed
  • OR dhcp-client-3.1.3.ESV-0.17 is installed
  • OR dhcp-relay-3.1.3.ESV-0.17 is installed
  • OR dhcp-server-3.1.3.ESV-0.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libexiv2-4-0.17.1-31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.31 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.31 is installed
  • OR python-2.6.9-0.31 is installed
  • OR python-32bit-2.6.9-0.31 is installed
  • OR python-base-2.6.9-0.31 is installed
  • OR python-base-32bit-2.6.9-0.31 is installed
  • OR python-curses-2.6.9-0.31 is installed
  • OR python-demo-2.6.9-0.31 is installed
  • OR python-devel-2.6.9-0.31 is installed
  • OR python-doc-2.6-8.31 is installed
  • OR python-doc-pdf-2.6-8.31 is installed
  • OR python-gdbm-2.6.9-0.31 is installed
  • OR python-idle-2.6.9-0.31 is installed
  • OR python-tk-2.6.9-0.31 is installed
  • OR python-xml-2.6.9-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.31 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.31 is installed
  • OR python-2.6.9-0.31 is installed
  • OR python-32bit-2.6.9-0.31 is installed
  • OR python-base-2.6.9-0.31 is installed
  • OR python-base-32bit-2.6.9-0.31 is installed
  • OR python-curses-2.6.9-0.31 is installed
  • OR python-demo-2.6.9-0.31 is installed
  • OR python-devel-2.6.9-0.31 is installed
  • OR python-doc-2.6-8.31 is installed
  • OR python-doc-pdf-2.6-8.31 is installed
  • OR python-gdbm-2.6.9-0.31 is installed
  • OR python-idle-2.6.9-0.31 is installed
  • OR python-tk-2.6.9-0.31 is installed
  • OR python-xml-2.6.9-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.31 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.31 is installed
  • OR python-2.6.9-0.31 is installed
  • OR python-32bit-2.6.9-0.31 is installed
  • OR python-base-2.6.9-0.31 is installed
  • OR python-base-32bit-2.6.9-0.31 is installed
  • OR python-curses-2.6.9-0.31 is installed
  • OR python-demo-2.6.9-0.31 is installed
  • OR python-devel-2.6.9-0.31 is installed
  • OR python-doc-2.6-8.31 is installed
  • OR python-doc-pdf-2.6-8.31 is installed
  • OR python-gdbm-2.6.9-0.31 is installed
  • OR python-idle-2.6.9-0.31 is installed
  • OR python-tk-2.6.9-0.31 is installed
  • OR python-xml-2.6.9-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.31 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.31 is installed
  • OR python-2.6.9-0.31 is installed
  • OR python-32bit-2.6.9-0.31 is installed
  • OR python-base-2.6.9-0.31 is installed
  • OR python-base-32bit-2.6.9-0.31 is installed
  • OR python-curses-2.6.9-0.31 is installed
  • OR python-demo-2.6.9-0.31 is installed
  • OR python-devel-2.6.9-0.31 is installed
  • OR python-doc-2.6-8.31 is installed
  • OR python-doc-pdf-2.6-8.31 is installed
  • OR python-gdbm-2.6.9-0.31 is installed
  • OR python-idle-2.6.9-0.31 is installed
  • OR python-tk-2.6.9-0.31 is installed
  • OR python-xml-2.6.9-0.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.59 is installed
  • OR libMagickCore1-6.4.3.6-78.59 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.59 is installed
  • OR libMagickCore1-6.4.3.6-78.59 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.47 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47 is installed
  • OR libgnutls26-2.4.1-24.39.47 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.47 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47 is installed
  • OR libgnutls26-2.4.1-24.39.47 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.47 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47 is installed
  • OR libgnutls26-2.4.1-24.39.47 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.47 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47 is installed
  • OR libgnutls26-2.4.1-24.39.47 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.47 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47 is installed
  • OR libgnutls26-2.4.1-24.39.47 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • e2fsprogs-1.41.9-2.7 is installed
  • OR libcom_err2-1.41.9-2.7 is installed
  • OR libcom_err2-32bit-1.41.9-2.7 is installed
  • OR libcom_err2-x86-1.41.9-2.7 is installed
  • OR libext2fs2-1.41.9-2.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.16 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
  • OR libfreebl3-3.17.2-0.8 is installed
  • OR libfreebl3-32bit-3.17.2-0.8 is installed
  • OR libfreebl3-x86-3.17.2-0.8 is installed
  • OR libsoftokn3-3.17.2-0.8 is installed
  • OR libsoftokn3-32bit-3.17.2-0.8 is installed
  • OR libsoftokn3-x86-3.17.2-0.8 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-x86-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.8 is installed
  • OR mozilla-nss-32bit-3.17.2-0.8 is installed
  • OR mozilla-nss-tools-3.17.2-0.8 is installed
  • OR mozilla-nss-x86-3.17.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.16 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
  • OR libfreebl3-3.17.2-0.8 is installed
  • OR libfreebl3-32bit-3.17.2-0.8 is installed
  • OR libfreebl3-x86-3.17.2-0.8 is installed
  • OR libsoftokn3-3.17.2-0.8 is installed
  • OR libsoftokn3-32bit-3.17.2-0.8 is installed
  • OR libsoftokn3-x86-3.17.2-0.8 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-x86-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.8 is installed
  • OR mozilla-nss-32bit-3.17.2-0.8 is installed
  • OR mozilla-nss-tools-3.17.2-0.8 is installed
  • OR mozilla-nss-x86-3.17.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.16 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
  • OR libfreebl3-3.17.2-0.8 is installed
  • OR libfreebl3-32bit-3.17.2-0.8 is installed
  • OR libfreebl3-x86-3.17.2-0.8 is installed
  • OR libsoftokn3-3.17.2-0.8 is installed
  • OR libsoftokn3-32bit-3.17.2-0.8 is installed
  • OR libsoftokn3-x86-3.17.2-0.8 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-x86-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.8 is installed
  • OR mozilla-nss-32bit-3.17.2-0.8 is installed
  • OR mozilla-nss-tools-3.17.2-0.8 is installed
  • OR mozilla-nss-x86-3.17.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.16 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
  • OR libfreebl3-3.17.2-0.8 is installed
  • OR libfreebl3-32bit-3.17.2-0.8 is installed
  • OR libfreebl3-x86-3.17.2-0.8 is installed
  • OR libsoftokn3-3.17.2-0.8 is installed
  • OR libsoftokn3-32bit-3.17.2-0.8 is installed
  • OR libsoftokn3-x86-3.17.2-0.8 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-x86-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.8 is installed
  • OR mozilla-nss-32bit-3.17.2-0.8 is installed
  • OR mozilla-nss-tools-3.17.2-0.8 is installed
  • OR mozilla-nss-x86-3.17.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-31.2.0esr-0.16 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.10 is installed
  • OR MozillaFirefox-branding-SLES-for-VMware-31.0-0.5 is installed
  • OR MozillaFirefox-translations-31.2.0esr-0.16 is installed
  • OR libfreebl3-3.17.2-0.8 is installed
  • OR libfreebl3-32bit-3.17.2-0.8 is installed
  • OR libfreebl3-x86-3.17.2-0.8 is installed
  • OR libsoftokn3-3.17.2-0.8 is installed
  • OR libsoftokn3-32bit-3.17.2-0.8 is installed
  • OR libsoftokn3-x86-3.17.2-0.8 is installed
  • OR mozilla-nspr-4.10.7-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.7-0.3 is installed
  • OR mozilla-nspr-x86-4.10.7-0.3 is installed
  • OR mozilla-nss-3.17.2-0.8 is installed
  • OR mozilla-nss-32bit-3.17.2-0.8 is installed
  • OR mozilla-nss-tools-3.17.2-0.8 is installed
  • OR mozilla-nss-x86-3.17.2-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • OR libboost_thread1_36_0-1.36.0-12.3 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
  • apache2-2.2.34-70.12 is installed
  • OR apache2-devel-2.2.34-70.12 is installed
  • OR apache2-doc-2.2.34-70.12 is installed
  • OR apache2-example-pages-2.2.34-70.12 is installed
  • OR apache2-prefork-2.2.34-70.12 is installed
  • OR apache2-utils-2.2.34-70.12 is installed
  • OR apache2-worker-2.2.34-70.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-2.2.34-70.12 is installed
  • OR apache2-devel-2.2.34-70.12 is installed
  • OR apache2-doc-2.2.34-70.12 is installed
  • OR apache2-example-pages-2.2.34-70.12 is installed
  • OR apache2-prefork-2.2.34-70.12 is installed
  • OR apache2-utils-2.2.34-70.12 is installed
  • OR apache2-worker-2.2.34-70.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • apache2-2.2.34-70.12 is installed
  • OR apache2-devel-2.2.34-70.12 is installed
  • OR apache2-doc-2.2.34-70.12 is installed
  • OR apache2-example-pages-2.2.34-70.12 is installed
  • OR apache2-prefork-2.2.34-70.12 is installed
  • OR apache2-utils-2.2.34-70.12 is installed
  • OR apache2-worker-2.2.34-70.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-2.2.34-70.12 is installed
  • OR apache2-devel-2.2.34-70.12 is installed
  • OR apache2-doc-2.2.34-70.12 is installed
  • OR apache2-example-pages-2.2.34-70.12 is installed
  • OR apache2-prefork-2.2.34-70.12 is installed
  • OR apache2-utils-2.2.34-70.12 is installed
  • OR apache2-worker-2.2.34-70.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-3.0.101-0.47.106.11 is installed
  • OR kernel-default-base-3.0.101-0.47.106.11 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-man-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-source-3.0.101-0.47.106.11 is installed
  • OR kernel-syms-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-3.0.101-0.47.106.11 is installed
  • OR kernel-default-base-3.0.101-0.47.106.11 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-man-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-source-3.0.101-0.47.106.11 is installed
  • OR kernel-syms-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND clamav-0.99.4-0.20.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • augeas-0.9.0-3.21.3 is installed
  • OR augeas-lenses-0.9.0-3.21.3 is installed
  • OR libaugeas0-0.9.0-3.21.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • augeas-0.9.0-3.21.3 is installed
  • OR augeas-lenses-0.9.0-3.21.3 is installed
  • OR libaugeas0-0.9.0-3.21.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • Mesa-9.0.3-0.28.29 is installed
  • OR Mesa-32bit-9.0.3-0.28.29 is installed
  • OR Mesa-x86-9.0.3-0.28.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.8.0-78.73 is installed
  • OR MozillaFirefox-translations-common-68.8.0-78.73 is installed
  • OR MozillaFirefox-translations-other-68.8.0-78.73 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.8.0-78.73 is installed
  • OR MozillaFirefox-translations-common-68.8.0-78.73 is installed
  • OR MozillaFirefox-translations-other-68.8.0-78.73 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-19.3 is installed
  • OR openssh-openssl1-helpers-6.6p1-19.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-19.3 is installed
  • OR openssh-openssl1-helpers-6.6p1-19.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND stunnel-openssl1-4.54-0.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • tigervnc-1.3.0-22 is installed
  • OR xorg-x11-Xvnc-1.3.0-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • tigervnc-1.3.0-22 is installed
  • OR xorg-x11-Xvnc-1.3.0-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND ant-1.9.4-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • MozillaFirefox-38.6.1esr-60 is installed
  • OR MozillaFirefox-translations-38.6.1esr-60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • MozillaFirefox-38.6.1esr-60 is installed
  • OR MozillaFirefox-translations-38.6.1esr-60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • bash-4.2-75 is installed
  • OR bash-doc-4.2-75 is installed
  • OR libreadline6-6.2-75 is installed
  • OR libreadline6-32bit-6.2-75 is installed
  • OR readline-doc-6.2-75 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_74-60_64_40-default-5-4 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-5-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-5-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • xen-4.7.1_04-28 is installed
  • OR xen-doc-html-4.7.1_04-28 is installed
  • OR xen-libs-4.7.1_04-28 is installed
  • OR xen-libs-32bit-4.7.1_04-28 is installed
  • OR xen-tools-4.7.1_04-28 is installed
  • OR xen-tools-domU-4.7.1_04-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • xen-4.7.1_04-28 is installed
  • OR xen-doc-html-4.7.1_04-28 is installed
  • OR xen-libs-4.7.1_04-28 is installed
  • OR xen-libs-32bit-4.7.1_04-28 is installed
  • OR xen-tools-4.7.1_04-28 is installed
  • OR xen-tools-domU-4.7.1_04-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND cifs-utils-6.5-8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND ucode-intel-20180807-13.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND ucode-intel-20180807-13.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_74-92_38-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_13-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_38-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_13-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND shadow-4.2.1-27.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • qemu-2.9.1-6.16 is installed
  • OR qemu-arm-2.9.1-6.16 is installed
  • OR qemu-block-curl-2.9.1-6.16 is installed
  • OR qemu-block-iscsi-2.9.1-6.16 is installed
  • OR qemu-block-rbd-2.9.1-6.16 is installed
  • OR qemu-block-ssh-2.9.1-6.16 is installed
  • OR qemu-guest-agent-2.9.1-6.16 is installed
  • OR qemu-ipxe-1.0.0-6.16 is installed
  • OR qemu-kvm-2.9.1-6.16 is installed
  • OR qemu-lang-2.9.1-6.16 is installed
  • OR qemu-ppc-2.9.1-6.16 is installed
  • OR qemu-s390-2.9.1-6.16 is installed
  • OR qemu-seabios-1.10.2-6.16 is installed
  • OR qemu-sgabios-8-6.16 is installed
  • OR qemu-tools-2.9.1-6.16 is installed
  • OR qemu-vgabios-1.10.2-6.16 is installed
  • OR qemu-x86-2.9.1-6.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • qemu-2.9.1-6.16 is installed
  • OR qemu-arm-2.9.1-6.16 is installed
  • OR qemu-block-curl-2.9.1-6.16 is installed
  • OR qemu-block-iscsi-2.9.1-6.16 is installed
  • OR qemu-block-rbd-2.9.1-6.16 is installed
  • OR qemu-block-ssh-2.9.1-6.16 is installed
  • OR qemu-guest-agent-2.9.1-6.16 is installed
  • OR qemu-ipxe-1.0.0-6.16 is installed
  • OR qemu-kvm-2.9.1-6.16 is installed
  • OR qemu-lang-2.9.1-6.16 is installed
  • OR qemu-ppc-2.9.1-6.16 is installed
  • OR qemu-s390-2.9.1-6.16 is installed
  • OR qemu-seabios-1.10.2-6.16 is installed
  • OR qemu-sgabios-8-6.16 is installed
  • OR qemu-tools-2.9.1-6.16 is installed
  • OR qemu-vgabios-1.10.2-6.16 is installed
  • OR qemu-x86-2.9.1-6.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR avahi-utils-0.6.32-30 is installed
  • OR libavahi-client3-0.6.32-30 is installed
  • OR libavahi-client3-32bit-0.6.32-30 is installed
  • OR libavahi-common3-0.6.32-30 is installed
  • OR libavahi-common3-32bit-0.6.32-30 is installed
  • OR libavahi-core7-0.6.32-30 is installed
  • OR libdns_sd-0.6.32-30 is installed
  • OR libdns_sd-32bit-0.6.32-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • apache2-2.4.23-29.24 is installed
  • OR apache2-doc-2.4.23-29.24 is installed
  • OR apache2-example-pages-2.4.23-29.24 is installed
  • OR apache2-prefork-2.4.23-29.24 is installed
  • OR apache2-utils-2.4.23-29.24 is installed
  • OR apache2-worker-2.4.23-29.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • apache2-2.4.23-29.24 is installed
  • OR apache2-doc-2.4.23-29.24 is installed
  • OR apache2-example-pages-2.4.23-29.24 is installed
  • OR apache2-prefork-2.4.23-29.24 is installed
  • OR apache2-utils-2.4.23-29.24 is installed
  • OR apache2-worker-2.4.23-29.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND lftp-4.7.4-3.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND lftp-4.7.4-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • gpg2-2.0.24-9.3 is installed
  • OR gpg2-lang-2.0.24-9.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_54-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_15-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_54-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_15-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libncurses5-5.9-58 is installed
  • OR libncurses6-5.9-58 is installed
  • OR ncurses-5.9-58 is installed
  • OR ncurses-devel-5.9-58 is installed
  • OR ncurses-utils-5.9-58 is installed
  • OR tack-5.9-58 is installed
  • OR terminfo-5.9-58 is installed
  • OR terminfo-base-5.9-58 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.44 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_57-default-3-2 is installed
  • OR kgraft-patch-3_12_60-52_57-xen-3-2 is installed
  • OR kgraft-patch-SLE12_Update_16-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_32-default-4-3 is installed
  • OR kgraft-patch-3_12_69-60_64_32-xen-4-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_13-4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.460-83 is installed
  • OR flash-player-gnome-11.2.202.460-83 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.26-9 is installed
  • OR libmysqlclient_r18-32bit-10.0.26-9 is installed
  • OR mariadb-10.0.26-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-70 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.47 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.47 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-12.8 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.8 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • libopenssl-devel-0.9.8j-0.102 is installed
  • OR libopenssl0_9_8-0.9.8j-0.102 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.102 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.102 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.102 is installed
  • OR openssl-0.9.8j-0.102 is installed
  • OR openssl-doc-0.9.8j-0.102 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • kernel-default-3.12.74-60.64.45 is installed
  • OR kernel-default-base-3.12.74-60.64.45 is installed
  • OR kernel-default-devel-3.12.74-60.64.45 is installed
  • OR kernel-devel-3.12.74-60.64.45 is installed
  • OR kernel-macros-3.12.74-60.64.45 is installed
  • OR kernel-source-3.12.74-60.64.45 is installed
  • OR kernel-syms-3.12.74-60.64.45 is installed
  • OR kernel-xen-3.12.74-60.64.45 is installed
  • OR kernel-xen-base-3.12.74-60.64.45 is installed
  • OR kernel-xen-devel-3.12.74-60.64.45 is installed
  • OR kgraft-patch-3_12_74-60_64_45-default-1-4 is installed
  • OR kgraft-patch-3_12_74-60_64_45-xen-1-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_16-1-4 is installed
  • BACK