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

The SUSE Linux Enterprise 15 kernel was updated to receive various security and bugfixes.



The following security bugs were fixed:

- CVE-2020-36312: Fixed an issue in virt/kvm/kvm_main.c that had a kvm_io_bus_unregister_dev memory leak upon a kmalloc failure (bnc#1184509). - CVE-2021-29650: Fixed an issue inside the netfilter subsystem that allowed attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value (bnc#1184208). - CVE-2021-29155: Fixed an issue within kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. Specifically, for sequences of pointer arithmetic operations, the pointer modification performed by the first operation is not correctly accounted for when restricting subsequent operations (bnc#1184942). - CVE-2020-36310: Fixed an issue in arch/x86/kvm/svm/svm.c that allowed a set_memory_region_test infinite loop for certain nested page faults (bnc#1184512). - CVE-2020-27673: Fixed an issue in Xen where a guest OS users could have caused a denial of service (host OS hang) via a high rate of events to dom0 (bnc#1177411, bnc#1184583). - CVE-2021-29154: Fixed BPF JIT compilers that allowed to execute arbitrary code within the kernel context (bnc#1184391). - CVE-2020-25673: Fixed NFC endless loops caused by repeated llcp_sock_connect() (bsc#1178181). - CVE-2020-25672: Fixed NFC memory leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25671: Fixed NFC refcount leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25670: Fixed NFC refcount leak in llcp_sock_bind() (bsc#1178181). - CVE-2020-36311: Fixed an issue in arch/x86/kvm/svm/sev.c that allowed attackers to cause a denial of service (soft lockup) by triggering destruction of a large SEV VM (which requires unregistering many encrypted regions) (bnc#1184511). - CVE-2021-28950: Fixed an issue in fs/fuse/fuse_i.h where a 'stall on CPU' could have occured because a retry loop continually finds the same bad inode (bnc#1184194, bnc#1184211). - CVE-2020-36322: Fixed an issue inside the FUSE filesystem implementation where fuse_do_getattr() calls make_bad_inode() in inappropriate situations, could have caused a system crash. NOTE: the original fix for this vulnerability was incomplete, and its incompleteness is tracked as CVE-2021-28950 (bnc#1184211). - CVE-2021-30002: Fixed a memory leak issue when a webcam device exists (bnc#1184120). - CVE-2021-3483: Fixed a use-after-free bug in nosy_ioctl() (bsc#1184393). - CVE-2021-20219: Fixed a denial of service vulnerability in drivers/tty/n_tty.c of the Linux kernel. In this flaw a local attacker with a normal user privilege could have delayed the loop and cause a threat to the system availability (bnc#1184397). - CVE-2021-28964: Fixed a race condition in fs/btrfs/ctree.c that could have caused a denial of service because of a lack of locking on an extent buffer before a cloning operation (bnc#1184193). - CVE-2021-3444: Fixed the bpf verifier as it did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution (bnc#1184170). - CVE-2021-28971: Fixed a potential local denial of service in intel_pmu_drain_pebs_nhm where userspace applications can cause a system crash because the PEBS status in a PEBS record is mishandled (bnc#1184196). - CVE-2021-28688: Fixed XSA-365 that includes initialization of pointers such that subsequent cleanup code wouldn't use uninitialized or stale values. This initialization went too far and may under certain conditions also overwrite pointers which are in need of cleaning up. The lack of cleanup would result in leaking persistent grants. The leak in turn would prevent fully cleaning up after a respective guest has died, leaving around zombie domains (bnc#1183646). - CVE-2021-29265: Fixed an issue in usbip_sockfd_store in drivers/usb/usbip/stub_dev.c that allowed attackers to cause a denial of service (GPF) because the stub-up sequence has race conditions during an update of the local and shared status (bnc#1184167). - CVE-2021-29264: Fixed an issue in drivers/net/ethernet/freescale/gianfar.c in the Freescale Gianfar Ethernet driver that allowed attackers to cause a system crash because a negative fragment size is calculated in situations involving an rx queue overrun when jumbo packets are used and NAPI is enabled (bnc#1184168). - CVE-2021-28972: Fixed an issue in drivers/pci/hotplug/rpadlpar_sysfs.c where the RPA PCI Hotplug driver had a user-tolerable buffer overflow when writing a new device name to the driver from userspace, allowing userspace to write data to the kernel stack frame directly. This occurs because add_slot_store and remove_slot_store mishandle drc_name '\0' termination (bnc#1184198). - CVE-2021-29647: Fixed an issue in kernel qrtr_recvmsg in net/qrtr/qrtr.c that allowed attackers to obtain sensitive information from kernel memory because of a partially uninitialized data structure (bnc#1184192). - CVE-2020-27171: Fixed an issue in kernel/bpf/verifier.c that had an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory (bnc#1183686, bnc#1183775). - CVE-2020-27170: Fixed an issue in kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. This affects pointer types that do not define a ptr_limit (bnc#1183686 bnc#1183775). - CVE-2021-28660: Fixed rtw_wx_set_scan in drivers/staging/rtl8188eu/os_dep/ioctl_linux.c that allowed writing beyond the end of the ssid array (bnc#1183593). - CVE-2020-35519: Update patch reference for x25 fix (bsc#1183696). - CVE-2021-3428: Fixed ext4 integer overflow in ext4_es_cache_extent (bsc#1173485, bsc#1183509). - CVE-2020-0433: Fixed blk_mq_queue_tag_busy_iter of blk-mq-tag.c, where a possible use after free due to improper locking could have happened. This could have led to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1176720). - CVE-2021-28038: Fixed an issue with Xen PV. A certain part of the netback driver lacks necessary treatment of errors such as failed memory allocations (as a result of changes to the handling of grant mapping errors). A host OS denial of service may occur during misbehavior of a networking frontend driver. NOTE: this issue exists because of an incomplete fix for CVE-2021-26931 (bnc#1183022, bnc#1183069). - CVE-2020-27815: Fixed jfs array index bounds check in dbAdjTree (bsc#1179454). - CVE-2021-27365: Fixed an issue inside the iSCSI data structures that does not have appropriate length constraints or checks, and can exceed the PAGE_SIZE value. An unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message (bnc#1182715). - CVE-2021-27363: Fixed an issue with a kernel pointer leak that could have been used to determine the address of the iscsi_transport structure. When an iSCSI transport is registered with the iSCSI subsystem, the transport's handle is available to unprivileged users via the sysfs file system, at /sys/class/iscsi_transport/$TRANSPORT_NAME/handle. When read, the show_transport_handle function (in drivers/scsi/scsi_transport_iscsi.c) is called, which leaks the handle. This handle is actually the pointer to an iscsi_transport struct in the kernel module's global variables (bnc#1182716). - CVE-2021-27364: Fixed an issue in drivers/scsi/scsi_transport_iscsi.c where an unprivileged user can craft Netlink messages (bnc#1182717).

The following non-security bugs were fixed:

- Revert 'rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)' This turned out to be a bad idea: the kernel-$flavor-devel package must be usable without kernel-$flavor, e.g. at the build of a KMP. And this change brought superfluous installation of kernel-preempt when a system had kernel-syms (bsc#1185113). - Xen/gnttab: handle p2m update errors on a per-slot basis (bsc#1183022 XSA-367). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - ext4: check journal inode extents more carefully (bsc#1173485). - ext4: do not allow overlapping system zones (bsc#1173485). - ext4: handle error of ext4_setup_system_zone() on remount (bsc#1173485). - hv: clear ring_buffer pointer during cleanup (part of ae6935ed) (bsc#1181032). - hv_netvsc: remove ndo_poll_controller (bsc#1185248). - macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672). - post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388). - rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514). - rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063). - rpm/kernel-subpackage-build: Workaround broken bot (https://github.com/openSUSE/openSUSE-release-tools/issues/2439) - rpm/macros.kernel-source: fix KMP failure in %install (bsc#1185244) - rpm/mkspec: Use tilde instead of dot for version string with rc (bsc#1184650) - xen-netback: respect gnttab_map_refs()'s return value (bsc#1183022 XSA-367).
Family:unixClass:patch
Status:Reference(s):1047233
1173485
1176720
1177411
1178181
1179454
1181032
1182672
1182715
1182716
1182717
1183022
1183063
1183069
1183509
1183593
1183646
1183686
1183696
1183775
1184120
1184167
1184168
1184170
1184192
1184193
1184194
1184196
1184198
1184208
1184211
1184388
1184391
1184393
1184397
1184509
1184511
1184512
1184514
1184583
1184650
1184942
1185113
1185244
1185248
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-2285
CVE-2009-2347
CVE-2009-3607
CVE-2009-3608
CVE-2010-0280
CVE-2010-1172
CVE-2010-2065
CVE-2010-2067
CVE-2010-2233
CVE-2010-4665
CVE-2011-0192
CVE-2011-1167
CVE-2011-1761
CVE-2011-1946
CVE-2012-1173
CVE-2012-2113
CVE-2012-2944
CVE-2012-3401
CVE-2012-4564
CVE-2013-0157
CVE-2013-0292
CVE-2013-1788
CVE-2013-1789
CVE-2013-1790
CVE-2013-1960
CVE-2013-1961
CVE-2013-4231
CVE-2013-4232
CVE-2013-4233
CVE-2013-4234
CVE-2013-4243
CVE-2013-4244
CVE-2013-4473
CVE-2013-4474
CVE-2013-6369
CVE-2014-2497
CVE-2014-8127
CVE-2014-8128
CVE-2014-8129
CVE-2014-8130
CVE-2014-9655
CVE-2014-9709
CVE-2014-9742
CVE-2015-1547
CVE-2015-5726
CVE-2015-5727
CVE-2015-7554
CVE-2015-7827
CVE-2015-8665
CVE-2015-8683
CVE-2015-8781
CVE-2015-8782
CVE-2015-8783
CVE-2015-8868
CVE-2016-10166
CVE-2016-10167
CVE-2016-10168
CVE-2016-10266
CVE-2016-10267
CVE-2016-10268
CVE-2016-10269
CVE-2016-10270
CVE-2016-10271
CVE-2016-10272
CVE-2016-2194
CVE-2016-2195
CVE-2016-2849
CVE-2016-3186
CVE-2016-3622
CVE-2016-3623
CVE-2016-3658
CVE-2016-3945
CVE-2016-3990
CVE-2016-3991
CVE-2016-5116
CVE-2016-5314
CVE-2016-5316
CVE-2016-5317
CVE-2016-5320
CVE-2016-5321
CVE-2016-5323
CVE-2016-5652
CVE-2016-5875
CVE-2016-6128
CVE-2016-6132
CVE-2016-6161
CVE-2016-6207
CVE-2016-6214
CVE-2016-6905
CVE-2016-6906
CVE-2016-6911
CVE-2016-6912
CVE-2016-7568
CVE-2016-8670
CVE-2016-9132
CVE-2016-9273
CVE-2016-9297
CVE-2016-9317
CVE-2016-9448
CVE-2016-9453
CVE-2016-9811
CVE-2016-9933
CVE-2017-14517
CVE-2017-14518
CVE-2017-14520
CVE-2017-14737
CVE-2017-14977
CVE-2017-2801
CVE-2017-5225
CVE-2017-5837
CVE-2017-5844
CVE-2017-6362
CVE-2017-9406
CVE-2017-9408
CVE-2017-9433
CVE-2017-9775
CVE-2017-9776
CVE-2018-1000140
CVE-2018-1000222
CVE-2018-5711
CVE-2020-0433
CVE-2020-25670
CVE-2020-25671
CVE-2020-25672
CVE-2020-25673
CVE-2020-27170
CVE-2020-27171
CVE-2020-27673
CVE-2020-27815
CVE-2020-35519
CVE-2020-36310
CVE-2020-36311
CVE-2020-36312
CVE-2020-36322
CVE-2021-20219
CVE-2021-27363
CVE-2021-27364
CVE-2021-27365
CVE-2021-28038
CVE-2021-28660
CVE-2021-28688
CVE-2021-28950
CVE-2021-28964
CVE-2021-28971
CVE-2021-28972
CVE-2021-29154
CVE-2021-29155
CVE-2021-29264
CVE-2021-29265
CVE-2021-29647
CVE-2021-29650
CVE-2021-30002
CVE-2021-3428
CVE-2021-3444
CVE-2021-3483
SUSE-SU-2021:1573-1
Platform(s):openSUSE 13.1
openSUSE 13.1 NonFree
openSUSE Leap 42.1
SUSE Linux Enterprise Build System Kit 12
SUSE Linux Enterprise Build System Kit 12 SP2
SUSE Linux Enterprise Build System Kit 12 SP3
SUSE Linux Enterprise Build System Kit 12 SP4
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 for SAP 11 SP4
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Live Patching 12 SP4
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 11 SP2
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
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-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-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
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-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 15
SUSE Linux Enterprise Server for VMWare 11 SP2
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
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Software Development Kit 12 SP5
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
Product(s):
Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND Package Information
  • cups-1.7.5-9 is installed
  • OR cups-ddk-1.7.5-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND kernel-zfcpdump-4.4.120-92.70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND Package Information
  • libreoffice-5.3.5.2-43.5 is installed
  • OR libreoffice-sdk-5.3.5.2-43.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND kernel-zfcpdump-4.12.14-95.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • krb5-1.6.3-133.49.58.1 is installed
  • OR krb5-32bit-1.6.3-133.49.58.1 is installed
  • OR krb5-client-1.6.3-133.49.58.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • Mesa-9.0.3-0.19.1 is installed
  • OR Mesa-32bit-9.0.3-0.19.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.521-0.17.1 is installed
  • OR flash-player-gnome-11.2.202.521-0.17.1 is installed
  • OR flash-player-kde4-11.2.202.521-0.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND wget-1.14-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • ldb-1.1.24-4 is installed
  • OR libdcerpc-binding0-4.2.4-6 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-6 is installed
  • OR libdcerpc0-4.2.4-6 is installed
  • OR libdcerpc0-32bit-4.2.4-6 is installed
  • OR libgensec0-4.2.4-6 is installed
  • OR libgensec0-32bit-4.2.4-6 is installed
  • OR libldb1-1.1.24-4 is installed
  • OR libldb1-32bit-1.1.24-4 is installed
  • OR libndr-krb5pac0-4.2.4-6 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-6 is installed
  • OR libndr-nbt0-4.2.4-6 is installed
  • OR libndr-nbt0-32bit-4.2.4-6 is installed
  • OR libndr-standard0-4.2.4-6 is installed
  • OR libndr-standard0-32bit-4.2.4-6 is installed
  • OR libndr0-4.2.4-6 is installed
  • OR libndr0-32bit-4.2.4-6 is installed
  • OR libnetapi0-4.2.4-6 is installed
  • OR libnetapi0-32bit-4.2.4-6 is installed
  • OR libregistry0-4.2.4-6 is installed
  • OR libsamba-credentials0-4.2.4-6 is installed
  • OR libsamba-credentials0-32bit-4.2.4-6 is installed
  • OR libsamba-hostconfig0-4.2.4-6 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-6 is installed
  • OR libsamba-passdb0-4.2.4-6 is installed
  • OR libsamba-passdb0-32bit-4.2.4-6 is installed
  • OR libsamba-util0-4.2.4-6 is installed
  • OR libsamba-util0-32bit-4.2.4-6 is installed
  • OR libsamdb0-4.2.4-6 is installed
  • OR libsamdb0-32bit-4.2.4-6 is installed
  • OR libsmbclient-raw0-4.2.4-6 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-6 is installed
  • OR libsmbclient0-4.2.4-6 is installed
  • OR libsmbclient0-32bit-4.2.4-6 is installed
  • OR libsmbconf0-4.2.4-6 is installed
  • OR libsmbconf0-32bit-4.2.4-6 is installed
  • OR libsmbldap0-4.2.4-6 is installed
  • OR libsmbldap0-32bit-4.2.4-6 is installed
  • OR libtalloc2-2.1.5-4 is installed
  • OR libtalloc2-32bit-2.1.5-4 is installed
  • OR libtdb1-1.3.8-4 is installed
  • OR libtdb1-32bit-1.3.8-4 is installed
  • OR libtevent-util0-4.2.4-6 is installed
  • OR libtevent-util0-32bit-4.2.4-6 is installed
  • OR libtevent0-0.9.26-4 is installed
  • OR libtevent0-32bit-0.9.26-4 is installed
  • OR libwbclient0-4.2.4-6 is installed
  • OR libwbclient0-32bit-4.2.4-6 is installed
  • OR pytalloc-2.1.5-4 is installed
  • OR pytalloc-32bit-2.1.5-4 is installed
  • OR samba-4.2.4-6 is installed
  • OR samba-32bit-4.2.4-6 is installed
  • OR samba-client-4.2.4-6 is installed
  • OR samba-client-32bit-4.2.4-6 is installed
  • OR samba-doc-4.2.4-6 is installed
  • OR samba-libs-4.2.4-6 is installed
  • OR samba-libs-32bit-4.2.4-6 is installed
  • OR samba-winbind-4.2.4-6 is installed
  • OR samba-winbind-32bit-4.2.4-6 is installed
  • OR talloc-2.1.5-4 is installed
  • OR tdb-1.3.8-4 is installed
  • OR tevent-0.9.26-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libpython3_4m1_0-3.4.5-19 is installed
  • OR python3-3.4.5-19 is installed
  • OR python3-base-3.4.5-19 is installed
  • OR python3-curses-3.4.5-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.47.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.47.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_92-6_18-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_4-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP4 is installed
  • AND Package Information
  • kgraft-patch-4_12_14-95_6-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP4_Update_2-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-0.2.4+gitr565_0366d7e-9 is installed
  • OR docker-1.12.3-81 is installed
  • OR ruby2.1-rubygem-docker-api-1.31.0-11 is installed
  • OR ruby2.1-rubygem-excon-0.52.0-9 is installed
  • OR rubygem-docker-api-1.31.0-11 is installed
  • OR rubygem-excon-0.52.0-9 is installed
  • OR runc-0.1.1+gitr2816_02f8fa7-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-70 is installed
  • OR libopenssl0_9_8-0.9.8j-70 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-setuptools-1.1.7-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-33 is installed
  • OR php5-5.5.14-33 is installed
  • OR php5-bcmath-5.5.14-33 is installed
  • OR php5-bz2-5.5.14-33 is installed
  • OR php5-calendar-5.5.14-33 is installed
  • OR php5-ctype-5.5.14-33 is installed
  • OR php5-curl-5.5.14-33 is installed
  • OR php5-dba-5.5.14-33 is installed
  • OR php5-dom-5.5.14-33 is installed
  • OR php5-enchant-5.5.14-33 is installed
  • OR php5-exif-5.5.14-33 is installed
  • OR php5-fastcgi-5.5.14-33 is installed
  • OR php5-fileinfo-5.5.14-33 is installed
  • OR php5-fpm-5.5.14-33 is installed
  • OR php5-ftp-5.5.14-33 is installed
  • OR php5-gd-5.5.14-33 is installed
  • OR php5-gettext-5.5.14-33 is installed
  • OR php5-gmp-5.5.14-33 is installed
  • OR php5-iconv-5.5.14-33 is installed
  • OR php5-intl-5.5.14-33 is installed
  • OR php5-json-5.5.14-33 is installed
  • OR php5-ldap-5.5.14-33 is installed
  • OR php5-mbstring-5.5.14-33 is installed
  • OR php5-mcrypt-5.5.14-33 is installed
  • OR php5-mysql-5.5.14-33 is installed
  • OR php5-odbc-5.5.14-33 is installed
  • OR php5-opcache-5.5.14-33 is installed
  • OR php5-openssl-5.5.14-33 is installed
  • OR php5-pcntl-5.5.14-33 is installed
  • OR php5-pdo-5.5.14-33 is installed
  • OR php5-pear-5.5.14-33 is installed
  • OR php5-pgsql-5.5.14-33 is installed
  • OR php5-posix-5.5.14-33 is installed
  • OR php5-pspell-5.5.14-33 is installed
  • OR php5-shmop-5.5.14-33 is installed
  • OR php5-snmp-5.5.14-33 is installed
  • OR php5-soap-5.5.14-33 is installed
  • OR php5-sockets-5.5.14-33 is installed
  • OR php5-sqlite-5.5.14-33 is installed
  • OR php5-suhosin-5.5.14-33 is installed
  • OR php5-sysvmsg-5.5.14-33 is installed
  • OR php5-sysvsem-5.5.14-33 is installed
  • OR php5-sysvshm-5.5.14-33 is installed
  • OR php5-tokenizer-5.5.14-33 is installed
  • OR php5-wddx-5.5.14-33 is installed
  • OR php5-xmlreader-5.5.14-33 is installed
  • OR php5-xmlrpc-5.5.14-33 is installed
  • OR php5-xmlwriter-5.5.14-33 is installed
  • OR php5-xsl-5.5.14-33 is installed
  • OR php5-zip-5.5.14-33 is installed
  • OR php5-zlib-5.5.14-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-50.1 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • 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
  • SUSE Linux Enterprise Real Time Extension 11 SP2 is installed
  • AND Package Information
  • cluster-network-kmp-rt-1.4_3.0.101_rt130_0.7.9-2.18.79 is installed
  • OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_0.7.9-2.18.79 is installed
  • OR drbd-kmp-rt-8.4.2_3.0.101_rt130_0.7.9-0.6.6.70 is installed
  • OR drbd-kmp-rt_trace-8.4.2_3.0.101_rt130_0.7.9-0.6.6.70 is installed
  • OR iscsitarget-kmp-rt-1.4.20_3.0.101_rt130_0.7.9-0.25.25.18 is installed
  • OR iscsitarget-kmp-rt_trace-1.4.20_3.0.101_rt130_0.7.9-0.25.25.18 is installed
  • OR kernel-rt-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-rt-base-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-rt-devel-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-rt_trace-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-source-rt-3.0.101.rt130-0.7.9.1 is installed
  • OR kernel-syms-rt-3.0.101.rt130-0.7.9.1 is installed
  • OR lttng-modules-kmp-rt-2.0.4_3.0.101_rt130_0.7.9-0.9.9.6 is installed
  • OR lttng-modules-kmp-rt_trace-2.0.4_3.0.101_rt130_0.7.9-0.9.9.6 is installed
  • OR ocfs2-kmp-rt-1.6_3.0.101_rt130_0.7.9-0.11.78 is installed
  • OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_0.7.9-0.11.78 is installed
  • OR ofed-kmp-rt-1.5.2_3.0.101_rt130_0.7.9-0.28.28.50 is installed
  • OR ofed-kmp-rt_trace-1.5.2_3.0.101_rt130_0.7.9-0.28.28.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND sudo-1.6.9p17-21.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cifs-mount-3.4.3-1.40.3 is installed
  • OR ldapsmb-1.34b-11.28.40.3 is installed
  • OR libsmbclient0-3.4.3-1.40.3 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40.3 is installed
  • OR libsmbclient0-x86-3.4.3-1.40.3 is installed
  • OR libtalloc1-3.4.3-1.40.3 is installed
  • OR libtalloc1-32bit-3.4.3-1.40.3 is installed
  • OR libtalloc1-x86-3.4.3-1.40.3 is installed
  • OR libtdb1-3.4.3-1.40.3 is installed
  • OR libtdb1-32bit-3.4.3-1.40.3 is installed
  • OR libtdb1-x86-3.4.3-1.40.3 is installed
  • OR libwbclient0-3.4.3-1.40.3 is installed
  • OR libwbclient0-32bit-3.4.3-1.40.3 is installed
  • OR libwbclient0-x86-3.4.3-1.40.3 is installed
  • OR samba-3.4.3-1.40.3 is installed
  • OR samba-32bit-3.4.3-1.40.3 is installed
  • OR samba-client-3.4.3-1.40.3 is installed
  • OR samba-client-32bit-3.4.3-1.40.3 is installed
  • OR samba-client-x86-3.4.3-1.40.3 is installed
  • OR samba-doc-3.4.3-1.40.3 is installed
  • OR samba-krb-printing-3.4.3-1.40.3 is installed
  • OR samba-winbind-3.4.3-1.40.3 is installed
  • OR samba-winbind-32bit-3.4.3-1.40.3 is installed
  • OR samba-winbind-x86-3.4.3-1.40.3 is installed
  • OR samba-x86-3.4.3-1.40.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • cifs-mount-3.4.3-1.40.3 is installed
  • OR ldapsmb-1.34b-11.28.40.3 is installed
  • OR libsmbclient0-3.4.3-1.40.3 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40.3 is installed
  • OR libsmbclient0-x86-3.4.3-1.40.3 is installed
  • OR libtalloc1-3.4.3-1.40.3 is installed
  • OR libtalloc1-32bit-3.4.3-1.40.3 is installed
  • OR libtalloc1-x86-3.4.3-1.40.3 is installed
  • OR libtdb1-3.4.3-1.40.3 is installed
  • OR libtdb1-32bit-3.4.3-1.40.3 is installed
  • OR libtdb1-x86-3.4.3-1.40.3 is installed
  • OR libwbclient0-3.4.3-1.40.3 is installed
  • OR libwbclient0-32bit-3.4.3-1.40.3 is installed
  • OR libwbclient0-x86-3.4.3-1.40.3 is installed
  • OR samba-3.4.3-1.40.3 is installed
  • OR samba-32bit-3.4.3-1.40.3 is installed
  • OR samba-client-3.4.3-1.40.3 is installed
  • OR samba-client-32bit-3.4.3-1.40.3 is installed
  • OR samba-client-x86-3.4.3-1.40.3 is installed
  • OR samba-doc-3.4.3-1.40.3 is installed
  • OR samba-krb-printing-3.4.3-1.40.3 is installed
  • OR samba-winbind-3.4.3-1.40.3 is installed
  • OR samba-winbind-32bit-3.4.3-1.40.3 is installed
  • OR samba-winbind-x86-3.4.3-1.40.3 is installed
  • OR samba-x86-3.4.3-1.40.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • cifs-mount-3.4.3-1.40.3 is installed
  • OR ldapsmb-1.34b-11.28.40.3 is installed
  • OR libsmbclient0-3.4.3-1.40.3 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40.3 is installed
  • OR libsmbclient0-x86-3.4.3-1.40.3 is installed
  • OR libtalloc1-3.4.3-1.40.3 is installed
  • OR libtalloc1-32bit-3.4.3-1.40.3 is installed
  • OR libtalloc1-x86-3.4.3-1.40.3 is installed
  • OR libtdb1-3.4.3-1.40.3 is installed
  • OR libtdb1-32bit-3.4.3-1.40.3 is installed
  • OR libtdb1-x86-3.4.3-1.40.3 is installed
  • OR libwbclient0-3.4.3-1.40.3 is installed
  • OR libwbclient0-32bit-3.4.3-1.40.3 is installed
  • OR libwbclient0-x86-3.4.3-1.40.3 is installed
  • OR samba-3.4.3-1.40.3 is installed
  • OR samba-32bit-3.4.3-1.40.3 is installed
  • OR samba-client-3.4.3-1.40.3 is installed
  • OR samba-client-32bit-3.4.3-1.40.3 is installed
  • OR samba-client-x86-3.4.3-1.40.3 is installed
  • OR samba-doc-3.4.3-1.40.3 is installed
  • OR samba-krb-printing-3.4.3-1.40.3 is installed
  • OR samba-winbind-3.4.3-1.40.3 is installed
  • OR samba-winbind-32bit-3.4.3-1.40.3 is installed
  • OR samba-winbind-x86-3.4.3-1.40.3 is installed
  • OR samba-x86-3.4.3-1.40.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND openssl-certs-0.9.8h-27.3.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND openssl-certs-0.9.8h-27.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND apache2-mod_python-3.3.1-147.24.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND apache2-mod_python-3.3.1-147.24.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libgssglue1-0.1-20.2.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • bind-9.6ESVR11W1-0.6.1 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.6.1 is installed
  • OR bind-devel-9.6ESVR11W1-0.6.1 is installed
  • OR bind-doc-9.6ESVR11W1-0.6.1 is installed
  • OR bind-libs-9.6ESVR11W1-0.6.1 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.6.1 is installed
  • OR bind-utils-9.6ESVR11W1-0.6.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • glibc-2.11.3-17.45.49.1 is installed
  • OR glibc-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-devel-2.11.3-17.45.49.1 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-html-2.11.3-17.45.49.1 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49.1 is installed
  • OR glibc-info-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49.1 is installed
  • OR glibc-x86-2.11.3-17.45.49.1 is installed
  • OR nscd-2.11.3-17.45.49.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • glibc-2.11.3-17.45.49.1 is installed
  • OR glibc-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-devel-2.11.3-17.45.49.1 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-html-2.11.3-17.45.49.1 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49.1 is installed
  • OR glibc-info-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49.1 is installed
  • OR glibc-x86-2.11.3-17.45.49.1 is installed
  • OR nscd-2.11.3-17.45.49.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • glibc-2.11.3-17.45.49.1 is installed
  • OR glibc-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-devel-2.11.3-17.45.49.1 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-html-2.11.3-17.45.49.1 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49.1 is installed
  • OR glibc-info-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49.1 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49.1 is installed
  • OR glibc-x86-2.11.3-17.45.49.1 is installed
  • OR nscd-2.11.3-17.45.49.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND inst-source-utils-2012.9.13-0.8.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND inst-source-utils-2012.9.13-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND NetworkManager-gnome-0.7.1-5.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-66.1 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8.1 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7.36 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8.1 is installed
  • OR libfreebl3-3.16-0.8.1 is installed
  • OR libfreebl3-32bit-3.16-0.8.1 is installed
  • OR libfreebl3-x86-3.16-0.8.1 is installed
  • OR libsoftokn3-3.16-0.8.1 is installed
  • OR libsoftokn3-32bit-3.16-0.8.1 is installed
  • OR libsoftokn3-x86-3.16-0.8.1 is installed
  • OR mozilla-nspr-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3.1 is installed
  • OR mozilla-nss-3.16-0.8.1 is installed
  • OR mozilla-nss-32bit-3.16-0.8.1 is installed
  • OR mozilla-nss-tools-3.16-0.8.1 is installed
  • OR mozilla-nss-x86-3.16-0.8.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-24.5.0esr-0.8.1 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7.36 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.8.1 is installed
  • OR libfreebl3-3.16-0.8.1 is installed
  • OR libfreebl3-32bit-3.16-0.8.1 is installed
  • OR libfreebl3-x86-3.16-0.8.1 is installed
  • OR libsoftokn3-3.16-0.8.1 is installed
  • OR libsoftokn3-32bit-3.16-0.8.1 is installed
  • OR libsoftokn3-x86-3.16-0.8.1 is installed
  • OR mozilla-nspr-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-x86-4.10.4-0.3.1 is installed
  • OR mozilla-nss-3.16-0.8.1 is installed
  • OR mozilla-nss-32bit-3.16-0.8.1 is installed
  • OR mozilla-nss-tools-3.16-0.8.1 is installed
  • OR mozilla-nss-x86-3.16-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.4esr-0.10.42 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.10.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62.1 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28.2 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.61.1 is installed
  • OR libcurl4-openssl1-7.19.7-1.61.1 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.61.1 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.61.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • avahi-0.6.31-20.59 is installed
  • OR avahi-lang-0.6.31-20.59 is installed
  • OR avahi-utils-0.6.31-20.59 is installed
  • OR libavahi-client3-0.6.31-20.59 is installed
  • OR libavahi-client3-32bit-0.6.31-20.59 is installed
  • OR libavahi-common3-0.6.31-20.59 is installed
  • OR libavahi-common3-32bit-0.6.31-20.59 is installed
  • OR libavahi-core7-0.6.31-20.59 is installed
  • OR libdns_sd-0.6.31-20.59 is installed
  • OR libdns_sd-32bit-0.6.31-20.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • guile-2.0.9-8 is installed
  • OR guile-modules-2_0-2.0.9-8 is installed
  • OR libguile-2_0-22-2.0.9-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • guile-2.0.9-8 is installed
  • OR guile-modules-2_0-2.0.9-8 is installed
  • OR libguile-2_0-22-2.0.9-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • DirectFB-1.7.1-4.1 is installed
  • OR lib++dfb-1_7-1-1.7.1-4.1 is installed
  • OR libdirectfb-1_7-1-1.7.1-4.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.66 is installed
  • OR kernel-default-base-3.12.74-60.64.66 is installed
  • OR kernel-default-devel-3.12.74-60.64.66 is installed
  • OR kernel-default-man-3.12.74-60.64.66 is installed
  • OR kernel-devel-3.12.74-60.64.66 is installed
  • OR kernel-macros-3.12.74-60.64.66 is installed
  • OR kernel-source-3.12.74-60.64.66 is installed
  • OR kernel-syms-3.12.74-60.64.66 is installed
  • OR kernel-xen-3.12.74-60.64.66 is installed
  • OR kernel-xen-base-3.12.74-60.64.66 is installed
  • OR kernel-xen-devel-3.12.74-60.64.66 is installed
  • OR kgraft-patch-3_12_74-60_64_66-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_66-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_23-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.66 is installed
  • OR kernel-default-base-3.12.74-60.64.66 is installed
  • OR kernel-default-devel-3.12.74-60.64.66 is installed
  • OR kernel-default-man-3.12.74-60.64.66 is installed
  • OR kernel-devel-3.12.74-60.64.66 is installed
  • OR kernel-macros-3.12.74-60.64.66 is installed
  • OR kernel-source-3.12.74-60.64.66 is installed
  • OR kernel-syms-3.12.74-60.64.66 is installed
  • OR kernel-xen-3.12.74-60.64.66 is installed
  • OR kernel-xen-base-3.12.74-60.64.66 is installed
  • OR kernel-xen-devel-3.12.74-60.64.66 is installed
  • OR kgraft-patch-3_12_74-60_64_66-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_66-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_23-1-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND spice-vdagent-0.16.0-8.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND spice-vdagent-0.16.0-8.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libXfixes3-5.0.1-3.53 is installed
  • OR libXfixes3-32bit-5.0.1-3.53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libmysqlclient18-10.0.31-29.3 is installed
  • OR libmysqlclient18-32bit-10.0.31-29.3 is installed
  • OR mariadb-10.0.31-29.3 is installed
  • OR mariadb-client-10.0.31-29.3 is installed
  • OR mariadb-errormessages-10.0.31-29.3 is installed
  • OR mariadb-tools-10.0.31-29.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libmysqlclient18-10.0.31-29.3 is installed
  • OR libmysqlclient18-32bit-10.0.31-29.3 is installed
  • OR mariadb-10.0.31-29.3 is installed
  • OR mariadb-client-10.0.31-29.3 is installed
  • OR mariadb-errormessages-10.0.31-29.3 is installed
  • OR mariadb-tools-10.0.31-29.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • qemu-2.9.1-6.12 is installed
  • OR qemu-arm-2.9.1-6.12 is installed
  • OR qemu-block-curl-2.9.1-6.12 is installed
  • OR qemu-block-iscsi-2.9.1-6.12 is installed
  • OR qemu-block-rbd-2.9.1-6.12 is installed
  • OR qemu-block-ssh-2.9.1-6.12 is installed
  • OR qemu-guest-agent-2.9.1-6.12 is installed
  • OR qemu-ipxe-1.0.0-6.12 is installed
  • OR qemu-kvm-2.9.1-6.12 is installed
  • OR qemu-lang-2.9.1-6.12 is installed
  • OR qemu-ppc-2.9.1-6.12 is installed
  • OR qemu-s390-2.9.1-6.12 is installed
  • OR qemu-seabios-1.10.2-6.12 is installed
  • OR qemu-sgabios-8-6.12 is installed
  • OR qemu-tools-2.9.1-6.12 is installed
  • OR qemu-vgabios-1.10.2-6.12 is installed
  • OR qemu-x86-2.9.1-6.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND clamav-0.99.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • qemu-2.0.2-48.25 is installed
  • OR qemu-block-curl-2.0.2-48.25 is installed
  • OR qemu-block-rbd-2.0.2-48.25 is installed
  • OR qemu-guest-agent-2.0.2-48.25 is installed
  • OR qemu-ipxe-1.0.0-48.25 is installed
  • OR qemu-kvm-2.0.2-48.25 is installed
  • OR qemu-lang-2.0.2-48.25 is installed
  • OR qemu-seabios-1.7.4-48.25 is installed
  • OR qemu-sgabios-8-48.25 is installed
  • OR qemu-tools-2.0.2-48.25 is installed
  • OR qemu-vgabios-1.7.4-48.25 is installed
  • OR qemu-x86-2.0.2-48.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • libjavascriptcoregtk-4_0-18-2.22.4-2.29 is installed
  • OR libwebkit2gtk-4_0-37-2.22.4-2.29 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.22.4-2.29 is installed
  • OR typelib-1_0-WebKit2-4_0-2.22.4-2.29 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.22.4-2.29 is installed
  • OR webkit2gtk3-2.22.4-2.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-106.9 is installed
  • OR libopenssl0_9_8-0.9.8j-106.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-150.72.1 is installed
  • OR kernel-default-base-4.12.14-150.72.1 is installed
  • OR kernel-default-devel-4.12.14-150.72.1 is installed
  • OR kernel-devel-4.12.14-150.72.1 is installed
  • OR kernel-docs-4.12.14-150.72.2 is installed
  • OR kernel-macros-4.12.14-150.72.1 is installed
  • OR kernel-obs-build-4.12.14-150.72.1 is installed
  • OR kernel-source-4.12.14-150.72.1 is installed
  • OR kernel-syms-4.12.14-150.72.1 is installed
  • OR kernel-vanilla-base-4.12.14-150.72.1 is installed
  • OR reiserfs-kmp-default-4.12.14-150.72.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • xorg-x11-libXfixes-devel-7.4-1.16.1 is installed
  • OR xorg-x11-libXfixes-devel-32bit-7.4-1.16.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.13.2 is installed
  • OR MozillaFirefox-devel-31.8.0esr-0.13.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • ant-1.7.1-20.11.1 is installed
  • OR ant-antlr-1.7.1-16.11.1 is installed
  • OR ant-apache-bcel-1.7.1-16.11.1 is installed
  • OR ant-apache-bsf-1.7.1-16.11.1 is installed
  • OR ant-apache-log4j-1.7.1-16.11.1 is installed
  • OR ant-apache-oro-1.7.1-16.11.1 is installed
  • OR ant-apache-regexp-1.7.1-16.11.1 is installed
  • OR ant-apache-resolver-1.7.1-16.11.1 is installed
  • OR ant-commons-logging-1.7.1-16.11.1 is installed
  • OR ant-javadoc-1.7.1-20.11.1 is installed
  • OR ant-javamail-1.7.1-16.11.1 is installed
  • OR ant-jdepend-1.7.1-16.11.1 is installed
  • OR ant-jmf-1.7.1-16.11.1 is installed
  • OR ant-junit-1.7.1-16.11.1 is installed
  • OR ant-manual-1.7.1-20.11.1 is installed
  • OR ant-nodeps-1.7.1-16.11.1 is installed
  • OR ant-scripts-1.7.1-20.11.1 is installed
  • OR ant-swing-1.7.1-16.11.1 is installed
  • OR ant-trax-1.7.1-16.11.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND lib3ds-1-3-1.3.0-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND Package Information
  • bind-9.9.6P1-35 is installed
  • OR bind-devel-9.9.6P1-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-45.5.0esr-88 is installed
  • OR MozillaFirefox-devel-45.5.0esr-88 is installed
  • OR mozilla-nss-3.21.3-50 is installed
  • OR mozilla-nss-devel-3.21.3-50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND libgnomesu-devel-2.0.0-353.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND dbus-1-glib-devel-0.100.2-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND MozillaFirefox-devel-68.1.0-109.92 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.406-1 is installed
  • OR flash-player-gnome-11.2.202.406-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • colord-1.1.7-5 is installed
  • OR colord-lang-1.1.7-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND argyllcms-1.6.3-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • finch-2.12.0-1 is installed
  • OR libpurple-2.12.0-1 is installed
  • OR libpurple-branding-upstream-2.12.0-1 is installed
  • OR libpurple-lang-2.12.0-1 is installed
  • OR libpurple-plugin-sametime-2.12.0-1 is installed
  • OR libpurple-tcl-2.12.0-1 is installed
  • OR pidgin-2.12.0-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-good-0.10.31-16 is installed
  • OR gstreamer-0_10-plugins-good-lang-0.10.31-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • empathy-3.12.14-8.6 is installed
  • OR empathy-lang-3.12.14-8.6 is installed
  • OR telepathy-mission-control-plugin-goa-3.12.14-8.6 is installed
  • BACK