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

The SUSE Linux Enterprise 15 SP1 LTSS 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). - bfq: Fix kABI for update internal depth state when queue depth changes (bsc#1172455). - bfq: update internal depth state when queue depth changes (bsc#1172455). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - handle also the opposite type of race condition - ibmvnic: Clear failover_pending if unable to schedule (bsc#1181960 ltc#190997). - ibmvnic: always store valid MAC address (bsc#1182011 ltc#191844). - ibmvnic: store valid MAC address (bsc#1182011). - macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672). - nvme: return an error if nvme_set_queue_count() fails (bsc#1180197). - post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388). - rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063). - 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
1172455
1173485
1176720
1177411
1178181
1179454
1180197
1181960
1182011
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
CVE-2011-2766
CVE-2012-1095
CVE-2012-2673
CVE-2013-0157
CVE-2014-7300
CVE-2014-8146
CVE-2014-8147
CVE-2014-9114
CVE-2014-9462
CVE-2014-9654
CVE-2014-9742
CVE-2015-0295
CVE-2015-0778
CVE-2015-1858
CVE-2015-1859
CVE-2015-1860
CVE-2015-5218
CVE-2015-5726
CVE-2015-5727
CVE-2015-7542
CVE-2015-7827
CVE-2016-1521
CVE-2016-1523
CVE-2016-1526
CVE-2016-2194
CVE-2016-2195
CVE-2016-2849
CVE-2016-3068
CVE-2016-3069
CVE-2016-3105
CVE-2016-3630
CVE-2016-5104
CVE-2016-6293
CVE-2016-6354
CVE-2016-8605
CVE-2016-9132
CVE-2016-9427
CVE-2017-1000115
CVE-2017-1000116
CVE-2017-14737
CVE-2017-14952
CVE-2017-15422
CVE-2017-17458
CVE-2017-17484
CVE-2017-2801
CVE-2017-5436
CVE-2017-7867
CVE-2017-7868
CVE-2017-9462
CVE-2018-1000132
CVE-2018-13346
CVE-2018-13347
CVE-2018-13348
CVE-2018-7999
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:1624-1
Platform(s):openSUSE 13.1
openSUSE 13.1 NonFree
openSUSE Leap 42.2
SUSE Linux Enterprise Build System Kit 12
SUSE Linux Enterprise Build System Kit 12 SP1
SUSE Linux Enterprise Build System Kit 12 SP2
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 High Availability Extension 11 SP2
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 High Performance Computing 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
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Real Time Extension 12 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
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-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for Rasperry 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 15 SP1
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
  • openSUSE 13.1 NonFree is installed
  • AND Package Information
  • opera-12.16-2.4.1 is installed
  • OR opera-gtk-12.16-2.4.1 is installed
  • OR opera-kde4-12.16-2.4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND Package Information
  • ghostscript-mini-9.15-6 is installed
  • OR ghostscript-mini-devel-9.15-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND Package Information
  • ocaml-4.02.3-6.6 is installed
  • OR ocaml-ocamldoc-4.02.3-6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND Package Information
  • ghostscript-mini-9.15-20 is installed
  • OR ghostscript-mini-devel-9.15-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND Package Information
  • krb5-mini-1.12.5-40.31 is installed
  • OR krb5-mini-devel-1.12.5-40.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.3.1 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • acroread-9.5.5-0.5.5.1 is installed
  • OR acroread-cmaps-9.4.6-0.4.5.1 is installed
  • OR acroread-fonts-ja-9.4.6-0.4.5.1 is installed
  • OR acroread-fonts-ko-9.4.6-0.4.5.1 is installed
  • OR acroread-fonts-zh_CN-9.4.6-0.4.5.1 is installed
  • OR acroread-fonts-zh_TW-9.4.6-0.4.5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.5.0esr-28.2 is installed
  • OR MozillaFirefox-translations-38.5.0esr-28.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • fltk-1.3.2-10 is installed
  • OR libfltk1-1.3.2-10 is installed
  • OR tigervnc-1.4.1-32 is installed
  • OR xorg-x11-Xvnc-1.4.1-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libopenssl1_0_0-1.0.1i-36 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
  • OR openssl-1.0.1i-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.111-17 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.111-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
  • AND lighttpd-1.4.20-2.52.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_126-94_22-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_11-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP4 is installed
  • AND Package Information
  • kgraft-patch-4_12_14-95_24-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP4_Update_6-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • puppet-3.8.5-15.3 is installed
  • OR puppet-server-3.8.5-15.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-rack-1_4-1.4.5-8 is installed
  • OR rubygem-rack-1_4-1.4.5-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libpmi0-17.02.9-6.10 is installed
  • OR libslurm29-16.05.8.1-6 is installed
  • OR libslurm31-17.02.9-6.10 is installed
  • OR pdsh-2.33-7.5 is installed
  • OR perl-slurm-17.02.9-6.10 is installed
  • OR slurm-17.02.9-6.10 is installed
  • OR slurm-auth-none-17.02.9-6.10 is installed
  • OR slurm-devel-17.02.9-6.10 is installed
  • OR slurm-doc-17.02.9-6.10 is installed
  • OR slurm-lua-17.02.9-6.10 is installed
  • OR slurm-munge-17.02.9-6.10 is installed
  • OR slurm-pam_slurm-17.02.9-6.10 is installed
  • OR slurm-plugins-17.02.9-6.10 is installed
  • OR slurm-sched-wiki-17.02.9-6.10 is installed
  • OR slurm-slurmdb-direct-17.02.9-6.10 is installed
  • OR slurm-slurmdbd-17.02.9-6.10 is installed
  • OR slurm-sql-17.02.9-6.10 is installed
  • OR slurm-torque-17.02.9-6.10 is installed
  • OR slurmlibs-16.05.8.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-5.1 is installed
  • OR cups154-client-1.5.4-5.1 is installed
  • OR cups154-filters-1.5.4-5.1 is installed
  • OR cups154-libs-1.5.4-5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-PyYAML-3.10-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-68 is installed
  • OR php5-5.5.14-68 is installed
  • OR php5-bcmath-5.5.14-68 is installed
  • OR php5-bz2-5.5.14-68 is installed
  • OR php5-calendar-5.5.14-68 is installed
  • OR php5-ctype-5.5.14-68 is installed
  • OR php5-curl-5.5.14-68 is installed
  • OR php5-dba-5.5.14-68 is installed
  • OR php5-dom-5.5.14-68 is installed
  • OR php5-enchant-5.5.14-68 is installed
  • OR php5-exif-5.5.14-68 is installed
  • OR php5-fastcgi-5.5.14-68 is installed
  • OR php5-fileinfo-5.5.14-68 is installed
  • OR php5-fpm-5.5.14-68 is installed
  • OR php5-ftp-5.5.14-68 is installed
  • OR php5-gd-5.5.14-68 is installed
  • OR php5-gettext-5.5.14-68 is installed
  • OR php5-gmp-5.5.14-68 is installed
  • OR php5-iconv-5.5.14-68 is installed
  • OR php5-imap-5.5.14-68 is installed
  • OR php5-intl-5.5.14-68 is installed
  • OR php5-json-5.5.14-68 is installed
  • OR php5-ldap-5.5.14-68 is installed
  • OR php5-mbstring-5.5.14-68 is installed
  • OR php5-mcrypt-5.5.14-68 is installed
  • OR php5-mysql-5.5.14-68 is installed
  • OR php5-odbc-5.5.14-68 is installed
  • OR php5-opcache-5.5.14-68 is installed
  • OR php5-openssl-5.5.14-68 is installed
  • OR php5-pcntl-5.5.14-68 is installed
  • OR php5-pdo-5.5.14-68 is installed
  • OR php5-pear-5.5.14-68 is installed
  • OR php5-pgsql-5.5.14-68 is installed
  • OR php5-phar-5.5.14-68 is installed
  • OR php5-posix-5.5.14-68 is installed
  • OR php5-pspell-5.5.14-68 is installed
  • OR php5-shmop-5.5.14-68 is installed
  • OR php5-snmp-5.5.14-68 is installed
  • OR php5-soap-5.5.14-68 is installed
  • OR php5-sockets-5.5.14-68 is installed
  • OR php5-sqlite-5.5.14-68 is installed
  • OR php5-suhosin-5.5.14-68 is installed
  • OR php5-sysvmsg-5.5.14-68 is installed
  • OR php5-sysvsem-5.5.14-68 is installed
  • OR php5-sysvshm-5.5.14-68 is installed
  • OR php5-tokenizer-5.5.14-68 is installed
  • OR php5-wddx-5.5.14-68 is installed
  • OR php5-xmlreader-5.5.14-68 is installed
  • OR php5-xmlrpc-5.5.14-68 is installed
  • OR php5-xmlwriter-5.5.14-68 is installed
  • OR php5-xsl-5.5.14-68 is installed
  • OR php5-zip-5.5.14-68 is installed
  • OR php5-zlib-5.5.14-68 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • xen-4.2.5_21-30.1 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30.1 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30.1 is installed
  • OR xen-libs-4.2.5_21-30.1 is installed
  • OR xen-tools-domU-4.2.5_21-30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2 is installed
  • AND Package Information
  • salt-2016.11.4-45 is installed
  • OR salt-minion-2016.11.4-45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • libmysqlclient18-10.0.35-29.20 is installed
  • OR libmysqlclient18-32bit-10.0.35-29.20 is installed
  • OR mariadb-10.0.35-29.20 is installed
  • OR mariadb-client-10.0.35-29.20 is installed
  • OR mariadb-errormessages-10.0.35-29.20 is installed
  • OR mariadb-tools-10.0.35-29.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-69.8.1 is installed
  • OR kernel-rt-base-3.0.101.rt130-69.8.1 is installed
  • OR kernel-rt-devel-3.0.101.rt130-69.8.1 is installed
  • OR kernel-rt_trace-3.0.101.rt130-69.8.1 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-69.8.1 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-69.8.1 is installed
  • OR kernel-source-rt-3.0.101.rt130-69.8.1 is installed
  • OR kernel-syms-rt-3.0.101.rt130-69.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.138-3.14 is installed
  • OR dlm-kmp-rt-4.4.138-3.14 is installed
  • OR gfs2-kmp-rt-4.4.138-3.14 is installed
  • OR kernel-devel-rt-4.4.138-3.14 is installed
  • OR kernel-rt-4.4.138-3.14 is installed
  • OR kernel-rt-base-4.4.138-3.14 is installed
  • OR kernel-rt-devel-4.4.138-3.14 is installed
  • OR kernel-rt_debug-4.4.138-3.14 is installed
  • OR kernel-rt_debug-devel-4.4.138-3.14 is installed
  • OR kernel-source-rt-4.4.138-3.14 is installed
  • OR kernel-syms-rt-4.4.138-3.14 is installed
  • OR ocfs2-kmp-rt-4.4.138-3.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • libMagickCore1-6.4.3.6-7.19.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.19.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-7.4-27.40.52.1 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52.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 Package Information
  • MozillaFirefox-10.0-0.3.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7.7 is installed
  • OR MozillaFirefox-translations-10.0-0.3.2 is installed
  • OR mozilla-kde4-integration-0.6.3-5.6.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND Package Information
  • rhnmd-5.3.7-0.9.1 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20.1 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • Mesa-7.7-5.12.38 is installed
  • OR Mesa-32bit-7.7-5.12.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • mono-core-2.6.7-0.9.1 is installed
  • OR mono-data-2.6.7-0.9.1 is installed
  • OR mono-data-postgresql-2.6.7-0.9.1 is installed
  • OR mono-data-sqlite-2.6.7-0.9.1 is installed
  • OR mono-locale-extras-2.6.7-0.9.1 is installed
  • OR mono-nunit-2.6.7-0.9.1 is installed
  • OR mono-web-2.6.7-0.9.1 is installed
  • OR mono-winforms-2.6.7-0.9.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • mono-core-2.6.7-0.9.1 is installed
  • OR mono-data-2.6.7-0.9.1 is installed
  • OR mono-data-postgresql-2.6.7-0.9.1 is installed
  • OR mono-data-sqlite-2.6.7-0.9.1 is installed
  • OR mono-locale-extras-2.6.7-0.9.1 is installed
  • OR mono-nunit-2.6.7-0.9.1 is installed
  • OR mono-web-2.6.7-0.9.1 is installed
  • OR mono-winforms-2.6.7-0.9.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND xdg-utils-1.0.2-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • xen-4.1.6_08-17.1 is installed
  • OR xen-devel-4.1.6_08-17.1 is installed
  • OR xen-doc-html-4.1.6_08-17.1 is installed
  • OR xen-doc-pdf-4.1.6_08-17.1 is installed
  • OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17.1 is installed
  • OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17.1 is installed
  • OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17.1 is installed
  • OR xen-libs-4.1.6_08-17.1 is installed
  • OR xen-libs-32bit-4.1.6_08-17.1 is installed
  • OR xen-tools-4.1.6_08-17.1 is installed
  • OR xen-tools-domU-4.1.6_08-17.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • ldapsmb-1.34b-12.52.5 is installed
  • OR libldb1-3.6.3-0.52.5 is installed
  • OR libsmbclient0-3.6.3-0.52.5 is installed
  • OR libsmbclient0-32bit-3.6.3-0.52.5 is installed
  • OR libsmbclient0-x86-3.6.3-0.52.5 is installed
  • OR libtalloc2-3.6.3-0.52.5 is installed
  • OR libtalloc2-32bit-3.6.3-0.52.5 is installed
  • OR libtalloc2-x86-3.6.3-0.52.5 is installed
  • OR libtdb1-3.6.3-0.52.5 is installed
  • OR libtdb1-32bit-3.6.3-0.52.5 is installed
  • OR libtdb1-x86-3.6.3-0.52.5 is installed
  • OR libtevent0-3.6.3-0.52.5 is installed
  • OR libtevent0-32bit-3.6.3-0.52.5 is installed
  • OR libwbclient0-3.6.3-0.52.5 is installed
  • OR libwbclient0-32bit-3.6.3-0.52.5 is installed
  • OR libwbclient0-x86-3.6.3-0.52.5 is installed
  • OR samba-3.6.3-0.52.5 is installed
  • OR samba-32bit-3.6.3-0.52.5 is installed
  • OR samba-client-3.6.3-0.52.5 is installed
  • OR samba-client-32bit-3.6.3-0.52.5 is installed
  • OR samba-client-x86-3.6.3-0.52.5 is installed
  • OR samba-doc-3.6.3-0.52.5 is installed
  • OR samba-krb-printing-3.6.3-0.52.5 is installed
  • OR samba-winbind-3.6.3-0.52.5 is installed
  • OR samba-winbind-32bit-3.6.3-0.52.5 is installed
  • OR samba-winbind-x86-3.6.3-0.52.5 is installed
  • OR samba-x86-3.6.3-0.52.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • ldapsmb-1.34b-12.52.5 is installed
  • OR libldb1-3.6.3-0.52.5 is installed
  • OR libsmbclient0-3.6.3-0.52.5 is installed
  • OR libsmbclient0-32bit-3.6.3-0.52.5 is installed
  • OR libsmbclient0-x86-3.6.3-0.52.5 is installed
  • OR libtalloc2-3.6.3-0.52.5 is installed
  • OR libtalloc2-32bit-3.6.3-0.52.5 is installed
  • OR libtalloc2-x86-3.6.3-0.52.5 is installed
  • OR libtdb1-3.6.3-0.52.5 is installed
  • OR libtdb1-32bit-3.6.3-0.52.5 is installed
  • OR libtdb1-x86-3.6.3-0.52.5 is installed
  • OR libtevent0-3.6.3-0.52.5 is installed
  • OR libtevent0-32bit-3.6.3-0.52.5 is installed
  • OR libwbclient0-3.6.3-0.52.5 is installed
  • OR libwbclient0-32bit-3.6.3-0.52.5 is installed
  • OR libwbclient0-x86-3.6.3-0.52.5 is installed
  • OR samba-3.6.3-0.52.5 is installed
  • OR samba-32bit-3.6.3-0.52.5 is installed
  • OR samba-client-3.6.3-0.52.5 is installed
  • OR samba-client-32bit-3.6.3-0.52.5 is installed
  • OR samba-client-x86-3.6.3-0.52.5 is installed
  • OR samba-doc-3.6.3-0.52.5 is installed
  • OR samba-krb-printing-3.6.3-0.52.5 is installed
  • OR samba-winbind-3.6.3-0.52.5 is installed
  • OR samba-winbind-32bit-3.6.3-0.52.5 is installed
  • OR samba-winbind-x86-3.6.3-0.52.5 is installed
  • OR samba-x86-3.6.3-0.52.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • rhnlib-2.5.84.4-8.1 is installed
  • OR spacecmd-2.5.5.5-14.1 is installed
  • OR spacewalk-backend-2.5.24.9-24.1 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24.1 is installed
  • OR spacewalk-check-2.5.13.8-23.1 is installed
  • OR spacewalk-client-setup-2.5.13.8-23.1 is installed
  • OR spacewalk-client-tools-2.5.13.8-23.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.2.0esr-45.2 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23.10 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45.2 is installed
  • OR firefox-fontconfig-2.11.0-2.1 is installed
  • OR libfreebl3-3.21.1-35.1 is installed
  • OR libfreebl3-32bit-3.21.1-35.1 is installed
  • OR libsoftokn3-3.21.1-35.1 is installed
  • OR libsoftokn3-32bit-3.21.1-35.1 is installed
  • OR mozilla-nspr-4.12-29.1 is installed
  • OR mozilla-nspr-32bit-4.12-29.1 is installed
  • OR mozilla-nss-3.21.1-35.1 is installed
  • OR mozilla-nss-32bit-3.21.1-35.1 is installed
  • OR mozilla-nss-tools-3.21.1-35.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND apache2-mod_jk-1.2.40-0.2.1 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
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • gnutls-3.2.15-4 is installed
  • OR libgnutls-openssl27-3.2.15-4 is installed
  • OR libgnutls28-3.2.15-4 is installed
  • OR libgnutls28-32bit-3.2.15-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • gnutls-3.2.15-4 is installed
  • OR libgnutls-openssl27-3.2.15-4 is installed
  • OR libgnutls28-3.2.15-4 is installed
  • OR libgnutls28-32bit-3.2.15-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • cron-4.2-55.3 is installed
  • OR cronie-1.4.11-55.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND apache-commons-httpclient-3.1-4.498 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_63-default-3-2 is installed
  • OR kgraft-patch-3_12_74-60_64_63-xen-3-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_22-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_63-default-3-2 is installed
  • OR kgraft-patch-3_12_74-60_64_63-xen-3-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_22-3-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libopenssl-devel-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.24 is installed
  • OR openssl-1.0.2j-60.24 is installed
  • OR openssl-doc-1.0.2j-60.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libopenssl-devel-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.24 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.24 is installed
  • OR openssl-1.0.2j-60.24 is installed
  • OR openssl-doc-1.0.2j-60.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • vorbis-tools-1.4.0-26.1 is installed
  • OR vorbis-tools-lang-1.4.0-26.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • kernel-default-4.4.138-94.39 is installed
  • OR kernel-default-base-4.4.138-94.39 is installed
  • OR kernel-default-devel-4.4.138-94.39 is installed
  • OR kernel-default-man-4.4.138-94.39 is installed
  • OR kernel-devel-4.4.138-94.39 is installed
  • OR kernel-macros-4.4.138-94.39 is installed
  • OR kernel-source-4.4.138-94.39 is installed
  • OR kernel-syms-4.4.138-94.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • kernel-default-4.4.138-94.39 is installed
  • OR kernel-default-base-4.4.138-94.39 is installed
  • OR kernel-default-devel-4.4.138-94.39 is installed
  • OR kernel-default-man-4.4.138-94.39 is installed
  • OR kernel-devel-4.4.138-94.39 is installed
  • OR kernel-macros-4.4.138-94.39 is installed
  • OR kernel-source-4.4.138-94.39 is installed
  • OR kernel-syms-4.4.138-94.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • tar-1.27.1-11 is installed
  • OR tar-lang-1.27.1-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 is installed
  • AND Package Information
  • libmysqlclient18-10.0.28-17.2 is installed
  • OR mariadb-10.0.28-17.2 is installed
  • OR mariadb-client-10.0.28-17.2 is installed
  • OR mariadb-errormessages-10.0.28-17.2 is installed
  • OR mariadb-tools-10.0.28-17.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND apache2-mod_nss-1.0.14-10.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • apache2-2.4.16-20.10 is installed
  • OR apache2-doc-2.4.16-20.10 is installed
  • OR apache2-example-pages-2.4.16-20.10 is installed
  • OR apache2-prefork-2.4.16-20.10 is installed
  • OR apache2-utils-2.4.16-20.10 is installed
  • OR apache2-worker-2.4.16-20.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 15 SP1 is installed
  • AND Package Information
  • kernel-default-4.12.14-197.89.2 is installed
  • OR kernel-default-base-4.12.14-197.89.2 is installed
  • OR kernel-default-devel-4.12.14-197.89.2 is installed
  • OR kernel-devel-4.12.14-197.89.2 is installed
  • OR kernel-docs-4.12.14-197.89.3 is installed
  • OR kernel-macros-4.12.14-197.89.2 is installed
  • OR kernel-obs-build-4.12.14-197.89.2 is installed
  • OR kernel-source-4.12.14-197.89.2 is installed
  • OR kernel-syms-4.12.14-197.89.2 is installed
  • OR reiserfs-kmp-default-4.12.14-197.89.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • liblcms-devel-1.17-77.16.1 is installed
  • OR liblcms-devel-32bit-1.17-77.16.1 is installed
  • OR python-lcms-1.17-77.16.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.5.0esr-0.8.1 is installed
  • OR mozilla-nspr-devel-4.10.4-0.3.1 is installed
  • OR mozilla-nss-devel-3.16-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND MozillaFirefox-devel-31.7.0esr-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • libsndfile-1.0.25-25 is installed
  • OR libsndfile-devel-1.0.25-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND Package Information
  • libQt5Bootstrap-devel-static-5.3.2-1 is installed
  • OR libQt5Concurrent-devel-5.3.2-1 is installed
  • OR libQt5Concurrent5-5.3.2-1 is installed
  • OR libQt5Core-devel-5.3.2-1 is installed
  • OR libQt5Core-private-headers-devel-5.3.2-1 is installed
  • OR libQt5DBus-devel-5.3.2-1 is installed
  • OR libQt5DBus-private-headers-devel-5.3.2-1 is installed
  • OR libQt5Gui-devel-5.3.2-1 is installed
  • OR libQt5Gui-private-headers-devel-5.3.2-1 is installed
  • OR libQt5Network-devel-5.3.2-1 is installed
  • OR libQt5Network-private-headers-devel-5.3.2-1 is installed
  • OR libQt5Network5-5.3.2-1 is installed
  • OR libQt5OpenGL-devel-5.3.2-1 is installed
  • OR libQt5OpenGL-private-headers-devel-5.3.2-1 is installed
  • OR libQt5OpenGL5-5.3.2-1 is installed
  • OR libQt5OpenGLExtensions-devel-static-5.3.2-1 is installed
  • OR libQt5PlatformSupport-devel-static-5.3.2-1 is installed
  • OR libQt5PlatformSupport-private-headers-devel-5.3.2-1 is installed
  • OR libQt5PrintSupport-devel-5.3.2-1 is installed
  • OR libQt5PrintSupport-private-headers-devel-5.3.2-1 is installed
  • OR libQt5PrintSupport5-5.3.2-1 is installed
  • OR libQt5Sql-devel-5.3.2-1 is installed
  • OR libQt5Sql-private-headers-devel-5.3.2-1 is installed
  • OR libQt5Sql5-5.3.2-1 is installed
  • OR libQt5Sql5-mysql-5.3.2-1 is installed
  • OR libQt5Sql5-postgresql-5.3.2-1 is installed
  • OR libQt5Sql5-sqlite-5.3.2-1 is installed
  • OR libQt5Sql5-unixODBC-5.3.2-1 is installed
  • OR libQt5Test-devel-5.3.2-1 is installed
  • OR libQt5Test-private-headers-devel-5.3.2-1 is installed
  • OR libQt5Test5-5.3.2-1 is installed
  • OR libQt5Widgets-devel-5.3.2-1 is installed
  • OR libQt5Widgets-private-headers-devel-5.3.2-1 is installed
  • OR libQt5Xml-devel-5.3.2-1 is installed
  • OR libQt5Xml5-5.3.2-1 is installed
  • OR libqt5-qtbase-common-devel-5.3.2-1 is installed
  • OR libqt5-qtbase-devel-5.3.2-1 is installed
  • OR libqt5-qtbase-doc-5.3.2-1 is installed
  • OR libqt5-qtbase-private-headers-devel-5.3.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • libpacemaker-devel-1.1.15-21 is installed
  • OR pacemaker-1.1.15-21 is installed
  • OR pacemaker-cts-1.1.15-21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • libxml2-2.9.4-46.3 is installed
  • OR libxml2-devel-2.9.4-46.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND gc-devel-7.2d-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND Package Information
  • FastCGI-2.4.0-168 is installed
  • OR FastCGI-devel-2.4.0-168 is installed
  • OR perl-FastCGI-2.4.0-168 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gimp-2.8.10-1 is installed
  • OR gimp-lang-2.8.10-1 is installed
  • OR gimp-plugins-python-2.8.10-1 is installed
  • OR libgimp-2_0-0-2.8.10-1 is installed
  • OR libgimpui-2_0-0-2.8.10-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • rhythmbox-3.0.2-1 is installed
  • OR rhythmbox-lang-3.0.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • finch-2.11.0-12 is installed
  • OR libpurple-2.11.0-12 is installed
  • OR libpurple-lang-2.11.0-12 is installed
  • OR libpurple-meanwhile-2.11.0-12 is installed
  • OR libpurple-tcl-2.11.0-12 is installed
  • OR pidgin-2.11.0-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • empathy-3.12.12-7 is installed
  • OR empathy-lang-3.12.12-7 is installed
  • OR telepathy-mission-control-plugin-goa-3.12.12-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND bluez-cups-5.13-5.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • evolution-3.22.6-19.9 is installed
  • OR evolution-lang-3.22.6-19.9 is installed
  • BACK