Revision Date: | 2021-05-12 | Version: | 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: | unix | Class: | 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-2004-0801 CVE-2009-0688 CVE-2009-2694 CVE-2009-2703 CVE-2009-3026 CVE-2009-3083 CVE-2009-3084 CVE-2009-3085 CVE-2009-3615 CVE-2010-0013 CVE-2010-0277 CVE-2010-0420 CVE-2010-0423 CVE-2010-1163 CVE-2010-1624 CVE-2010-1646 CVE-2010-1674 CVE-2010-1675 CVE-2010-2528 CVE-2010-2891 CVE-2010-3711 CVE-2010-4267 CVE-2011-0010 CVE-2011-1091 CVE-2011-2697 CVE-2011-2722 CVE-2011-3594 CVE-2012-1174 CVE-2012-2141 CVE-2012-2214 CVE-2012-2337 CVE-2012-3374 CVE-2012-6152 CVE-2013-0271 CVE-2013-0272 CVE-2013-0273 CVE-2013-0274 CVE-2013-1775 CVE-2013-1776 CVE-2013-1976 CVE-2013-1991 CVE-2013-2000 CVE-2013-4288 CVE-2013-4325 CVE-2013-6369 CVE-2013-6402 CVE-2013-6427 CVE-2013-6477 CVE-2013-6478 CVE-2013-6479 CVE-2013-6481 CVE-2013-6482 CVE-2013-6483 CVE-2013-6484 CVE-2013-6485 CVE-2013-6486 CVE-2013-6487 CVE-2014-0020 CVE-2014-0050 CVE-2014-2284 CVE-2014-2285 CVE-2014-3565 CVE-2014-3695 CVE-2014-3696 CVE-2014-3698 CVE-2014-5044 CVE-2014-9680 CVE-2015-5174 CVE-2015-5276 CVE-2015-5345 CVE-2015-5346 CVE-2015-5351 CVE-2015-7236 CVE-2016-0706 CVE-2016-0714 CVE-2016-0763 CVE-2016-3092 CVE-2017-11671 CVE-2019-11365 CVE-2019-11366 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.2 openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 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 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise High Availability 12 SUSE Linux Enterprise High Availability 12 SP1 SUSE Linux Enterprise High Availability 12 SP2 SUSE Linux Enterprise High Availability 12 SP3 SUSE Linux Enterprise Live Patching 12 SUSE Linux Enterprise Live Patching 12 SP3 SUSE Linux Enterprise Live Patching 12 SP4 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Toolchain 12 SUSE Linux Enterprise Module for Web Scripting 12 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-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 SP3 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server 15-LTSS 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 SP3 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 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 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND python-Jinja2-2.7.3-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 is installed
AND kernel-zfcpdump-3.12.32-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP1 is installed
AND Package Information
ghostscript-mini-9.15-17 is installed
OR ghostscript-mini-devel-9.15-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP2 is installed
AND kernel-zfcpdump-4.4.90-92.45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP3 is installed
AND Package Information
cups-1.7.5-20.14 is installed
OR cups-ddk-1.7.5-20.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Build System Kit 12 SP4 is installed
AND Package Information
libreoffice-6.0.5.2-43.38 is installed
OR libreoffice-sdk-6.0.5.2-43.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
bytefx-data-mysql-2.6.7-0.9.1 is installed
OR ibm-data-db2-2.6.7-0.9.1 is installed
OR mono-core-2.6.7-0.9.1 is installed
OR mono-data-2.6.7-0.9.1 is installed
OR mono-data-firebird-2.6.7-0.9.1 is installed
OR mono-data-oracle-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-data-sybase-2.6.7-0.9.1 is installed
OR mono-devel-2.6.7-0.9.1 is installed
OR mono-extras-2.6.7-0.9.1 is installed
OR mono-jscript-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-wcf-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 monodoc-core-2.6.7-0.9.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-31.6.0esr-0.8.1 is installed
OR MozillaFirefox-translations-31.6.0esr-0.8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
MozillaFirefox-60.7.0-109.72 is installed
OR MozillaFirefox-translations-common-60.7.0-109.72 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt20-1.6.1-16.62 is installed
OR libgcrypt20-32bit-1.6.1-16.62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 is installed
AND python-requests-2.8.1-6.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP1 is installed
AND Package Information
ctdb-4.2.4-28.24 is installed
OR samba-4.2.4-28.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND Package Information
cluster-md-kmp-default-4.4.21-84 is installed
OR cluster-network-kmp-default-4.4.21-84 is installed
OR dlm-kmp-default-4.4.21-84 is installed
OR gfs2-kmp-default-4.4.21-84 is installed
OR kernel-default-4.4.21-84 is installed
OR ocfs2-kmp-default-4.4.21-84 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP3 is installed
AND Package Information
libdlm-4.0.7-3.3 is installed
OR libdlm3-4.0.7-3.3 is installed
OR libqb-1.0.3+20171226.6d62b64-4.3 is installed
OR libqb0-1.0.3+20171226.6d62b64-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 is installed
AND Package Information
kgraft-patch-3_12_39-47-default-2-10 is installed
OR kgraft-patch-3_12_39-47-xen-2-10 is installed
OR kgraft-patch-SLE12_Update_4-2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_82-6_6-default-1-2 is installed
OR kgraft-patch-SLE12-SP3_Update_2-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP4 is installed
AND Package Information
kgraft-patch-4_12_14-95_16-default-2-2 is installed
OR kgraft-patch-SLE12-SP4_Update_4-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-105 is installed
OR libopenssl0_9_8-0.9.8j-105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-105 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.36-38 is installed
OR kernel-ec2-devel-3.12.36-38 is installed
OR kernel-ec2-extra-3.12.36-38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Toolchain 12 is installed
AND Package Information
cpp5-5.3.1+r233831-9 is installed
OR gcc5-5.3.1+r233831-9 is installed
OR gcc5-32bit-5.3.1+r233831-9 is installed
OR gcc5-ada-5.3.1+r233831-9 is installed
OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
OR gcc5-c++-5.3.1+r233831-9 is installed
OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
OR gcc5-fortran-5.3.1+r233831-9 is installed
OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
OR gcc5-info-5.3.1+r233831-9 is installed
OR gcc5-locale-5.3.1+r233831-9 is installed
OR libada5-5.3.1+r233831-9 is installed
OR libada5-32bit-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
OR libffi-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-25 is installed
OR php7-7.0.7-25 is installed
OR php7-bcmath-7.0.7-25 is installed
OR php7-bz2-7.0.7-25 is installed
OR php7-calendar-7.0.7-25 is installed
OR php7-ctype-7.0.7-25 is installed
OR php7-curl-7.0.7-25 is installed
OR php7-dba-7.0.7-25 is installed
OR php7-dom-7.0.7-25 is installed
OR php7-enchant-7.0.7-25 is installed
OR php7-exif-7.0.7-25 is installed
OR php7-fastcgi-7.0.7-25 is installed
OR php7-fileinfo-7.0.7-25 is installed
OR php7-fpm-7.0.7-25 is installed
OR php7-ftp-7.0.7-25 is installed
OR php7-gd-7.0.7-25 is installed
OR php7-gettext-7.0.7-25 is installed
OR php7-gmp-7.0.7-25 is installed
OR php7-iconv-7.0.7-25 is installed
OR php7-imap-7.0.7-25 is installed
OR php7-intl-7.0.7-25 is installed
OR php7-json-7.0.7-25 is installed
OR php7-ldap-7.0.7-25 is installed
OR php7-mbstring-7.0.7-25 is installed
OR php7-mcrypt-7.0.7-25 is installed
OR php7-mysql-7.0.7-25 is installed
OR php7-odbc-7.0.7-25 is installed
OR php7-opcache-7.0.7-25 is installed
OR php7-openssl-7.0.7-25 is installed
OR php7-pcntl-7.0.7-25 is installed
OR php7-pdo-7.0.7-25 is installed
OR php7-pear-7.0.7-25 is installed
OR php7-pear-Archive_Tar-7.0.7-25 is installed
OR php7-pgsql-7.0.7-25 is installed
OR php7-phar-7.0.7-25 is installed
OR php7-posix-7.0.7-25 is installed
OR php7-pspell-7.0.7-25 is installed
OR php7-shmop-7.0.7-25 is installed
OR php7-snmp-7.0.7-25 is installed
OR php7-soap-7.0.7-25 is installed
OR php7-sockets-7.0.7-25 is installed
OR php7-sqlite-7.0.7-25 is installed
OR php7-sysvmsg-7.0.7-25 is installed
OR php7-sysvsem-7.0.7-25 is installed
OR php7-sysvshm-7.0.7-25 is installed
OR php7-tokenizer-7.0.7-25 is installed
OR php7-wddx-7.0.7-25 is installed
OR php7-xmlreader-7.0.7-25 is installed
OR php7-xmlrpc-7.0.7-25 is installed
OR php7-xmlwriter-7.0.7-25 is installed
OR php7-xsl-7.0.7-25 is installed
OR php7-zip-7.0.7-25 is installed
OR php7-zlib-7.0.7-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 is installed
AND Package Information
bind-9.5.0P2-20.7.1 is installed
OR bind-chrootenv-9.5.0P2-20.7.1 is installed
OR bind-doc-9.5.0P2-20.7.1 is installed
OR bind-libs-9.5.0P2-20.7.1 is installed
OR bind-libs-32bit-9.5.0P2-20.7.1 is installed
OR bind-libs-x86-9.5.0P2-20.7.1 is installed
OR bind-utils-9.5.0P2-20.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
boost-license-1.36.0-11.17 is installed
OR libboost_program_options1_36_0-1.36.0-11.17 is installed
OR libboost_regex1_36_0-1.36.0-11.17 is installed
OR libboost_signals1_36_0-1.36.0-11.17 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
java-1_6_0-ibm-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3.1 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3.1 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.0-0.3.1 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr15.0-0.5.1 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr15.0-0.5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND kvm-0.15.1-0.27.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND kvm-0.15.1-0.27.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4.1 is installed
OR MozillaFirefox-translations-10.0.12-0.4.1 is installed
OR libfreebl3-3.14.1-0.3.1 is installed
OR libfreebl3-32bit-3.14.1-0.3.1 is installed
OR libfreebl3-x86-3.14.1-0.3.1 is installed
OR mozilla-nspr-4.9.4-0.3.1 is installed
OR mozilla-nspr-32bit-4.9.4-0.3.1 is installed
OR mozilla-nspr-x86-4.9.4-0.3.1 is installed
OR mozilla-nss-3.14.1-0.3.1 is installed
OR mozilla-nss-32bit-3.14.1-0.3.1 is installed
OR mozilla-nss-tools-3.14.1-0.3.1 is installed
OR mozilla-nss-x86-3.14.1-0.3.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4.1 is installed
OR MozillaFirefox-translations-10.0.12-0.4.1 is installed
OR libfreebl3-3.14.1-0.3.1 is installed
OR libfreebl3-32bit-3.14.1-0.3.1 is installed
OR libfreebl3-x86-3.14.1-0.3.1 is installed
OR mozilla-nspr-4.9.4-0.3.1 is installed
OR mozilla-nspr-32bit-4.9.4-0.3.1 is installed
OR mozilla-nspr-x86-4.9.4-0.3.1 is installed
OR mozilla-nss-3.14.1-0.3.1 is installed
OR mozilla-nss-32bit-3.14.1-0.3.1 is installed
OR mozilla-nss-tools-3.14.1-0.3.1 is installed
OR mozilla-nss-x86-3.14.1-0.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
dhcpcd-3.2.3-44.28.1 is installed
OR dhcpv6-1.0.22-3.21.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
kernel-default-3.0.101-0.7.47.1 is installed
OR kernel-default-base-3.0.101-0.7.47.1 is installed
OR kernel-default-devel-3.0.101-0.7.47.1 is installed
OR kernel-default-man-3.0.101-0.7.47.1 is installed
OR kernel-ec2-3.0.101-0.7.47.1 is installed
OR kernel-ec2-base-3.0.101-0.7.47.1 is installed
OR kernel-ec2-devel-3.0.101-0.7.47.1 is installed
OR kernel-pae-3.0.101-0.7.47.1 is installed
OR kernel-pae-base-3.0.101-0.7.47.1 is installed
OR kernel-pae-devel-3.0.101-0.7.47.1 is installed
OR kernel-source-3.0.101-0.7.47.1 is installed
OR kernel-syms-3.0.101-0.7.47.1 is installed
OR kernel-trace-3.0.101-0.7.47.1 is installed
OR kernel-trace-base-3.0.101-0.7.47.1 is installed
OR kernel-trace-devel-3.0.101-0.7.47.1 is installed
OR kernel-xen-3.0.101-0.7.47.1 is installed
OR kernel-xen-base-3.0.101-0.7.47.1 is installed
OR kernel-xen-devel-3.0.101-0.7.47.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND pure-ftpd-1.0.22-3.25.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND pure-ftpd-1.0.22-3.25.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
kdenetwork4-filesharing-4.3.5-0.4.1 is installed
OR kget-4.3.5-0.4.1 is installed
OR kopete-4.3.5-0.4.1 is installed
OR krdc-4.3.5-0.4.1 is installed
OR krfb-4.3.5-0.4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
ldapsmb-1.34b-76.1 is installed
OR libldb1-3.6.3-76.1 is installed
OR libsmbclient0-3.6.3-76.1 is installed
OR libsmbclient0-32bit-3.6.3-76.1 is installed
OR libtalloc2-3.6.3-76.1 is installed
OR libtalloc2-32bit-3.6.3-76.1 is installed
OR libtdb1-3.6.3-76.1 is installed
OR libtdb1-32bit-3.6.3-76.1 is installed
OR libtevent0-3.6.3-76.1 is installed
OR libtevent0-32bit-3.6.3-76.1 is installed
OR libwbclient0-3.6.3-76.1 is installed
OR libwbclient0-32bit-3.6.3-76.1 is installed
OR samba-3.6.3-76.1 is installed
OR samba-32bit-3.6.3-76.1 is installed
OR samba-client-3.6.3-76.1 is installed
OR samba-client-32bit-3.6.3-76.1 is installed
OR samba-doc-3.6.3-76.2 is installed
OR samba-krb-printing-3.6.3-76.1 is installed
OR samba-winbind-3.6.3-76.1 is installed
OR samba-winbind-32bit-3.6.3-76.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
avahi-0.6.23-11.32.1 is installed
OR avahi-lang-0.6.23-11.32.1 is installed
OR avahi-utils-0.6.23-11.32.1 is installed
OR libavahi-client3-0.6.23-11.32.1 is installed
OR libavahi-client3-32bit-0.6.23-11.32.1 is installed
OR libavahi-client3-x86-0.6.23-11.32.1 is installed
OR libavahi-common3-0.6.23-11.32.1 is installed
OR libavahi-common3-32bit-0.6.23-11.32.1 is installed
OR libavahi-common3-x86-0.6.23-11.32.1 is installed
OR libavahi-core5-0.6.23-11.32.1 is installed
OR libdns_sd-0.6.23-11.32.1 is installed
OR libdns_sd-32bit-0.6.23-11.32.1 is installed
OR libdns_sd-x86-0.6.23-11.32.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
curl-openssl1-7.19.7-1.69.1 is installed
OR libcurl4-openssl1-7.19.7-1.69.1 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.69.1 is installed
OR libcurl4-openssl1-x86-7.19.7-1.69.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
cvs-1.12.12-181.63 is installed
OR cvs-doc-1.12.12-181.63 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libxml2-2.9.1-26.12 is installed
OR libxml2-2-2.9.1-26.12 is installed
OR libxml2-2-32bit-2.9.1-26.12 is installed
OR libxml2-doc-2.9.1-26.12 is installed
OR libxml2-tools-2.9.1-26.12 is installed
OR python-libxml2-2.9.1-26.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libxml2-2.9.1-26.12 is installed
OR libxml2-2-2.9.1-26.12 is installed
OR libxml2-2-32bit-2.9.1-26.12 is installed
OR libxml2-doc-2.9.1-26.12 is installed
OR libxml2-tools-2.9.1-26.12 is installed
OR python-libxml2-2.9.1-26.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_48-default-10-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-10-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-10-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_48-default-10-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-10-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kernel-default-3.12.74-60.64.45 is installed
OR kernel-default-base-3.12.74-60.64.45 is installed
OR kernel-default-devel-3.12.74-60.64.45 is installed
OR kernel-default-man-3.12.74-60.64.45 is installed
OR kernel-devel-3.12.74-60.64.45 is installed
OR kernel-macros-3.12.74-60.64.45 is installed
OR kernel-source-3.12.74-60.64.45 is installed
OR kernel-syms-3.12.74-60.64.45 is installed
OR kernel-xen-3.12.74-60.64.45 is installed
OR kernel-xen-base-3.12.74-60.64.45 is installed
OR kernel-xen-devel-3.12.74-60.64.45 is installed
OR kgraft-patch-3_12_74-60_64_45-default-1-4 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-1-4 is installed
OR kgraft-patch-SLE12-SP1_Update_16-1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.17 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.17 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND atftp-0.7.0-160.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
bind-9.9.9P1-28.37 is installed
OR bind-chrootenv-9.9.9P1-28.37 is installed
OR bind-devel-9.9.9P1-28.37 is installed
OR bind-doc-9.9.9P1-28.37 is installed
OR bind-libs-9.9.9P1-28.37 is installed
OR bind-libs-32bit-9.9.9P1-28.37 is installed
OR bind-utils-9.9.9P1-28.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
bind-9.9.9P1-28.37 is installed
OR bind-chrootenv-9.9.9P1-28.37 is installed
OR bind-devel-9.9.9P1-28.37 is installed
OR bind-doc-9.9.9P1-28.37 is installed
OR bind-libs-9.9.9P1-28.37 is installed
OR bind-libs-32bit-9.9.9P1-28.37 is installed
OR bind-utils-9.9.9P1-28.37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
MozillaFirefox-45.5.0esr-88.1 is installed
OR MozillaFirefox-translations-45.5.0esr-88.1 is installed
OR libfreebl3-3.21.3-50.1 is installed
OR libfreebl3-32bit-3.21.3-50.1 is installed
OR libfreebl3-hmac-3.21.3-50.1 is installed
OR libfreebl3-hmac-32bit-3.21.3-50.1 is installed
OR libsoftokn3-3.21.3-50.1 is installed
OR libsoftokn3-32bit-3.21.3-50.1 is installed
OR libsoftokn3-hmac-3.21.3-50.1 is installed
OR libsoftokn3-hmac-32bit-3.21.3-50.1 is installed
OR mozilla-nss-3.21.3-50.1 is installed
OR mozilla-nss-32bit-3.21.3-50.1 is installed
OR mozilla-nss-certs-3.21.3-50.1 is installed
OR mozilla-nss-certs-32bit-3.21.3-50.1 is installed
OR mozilla-nss-sysinit-3.21.3-50.1 is installed
OR mozilla-nss-sysinit-32bit-3.21.3-50.1 is installed
OR mozilla-nss-tools-3.21.3-50.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 15-LTSS 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-default-man-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 Server for Raspberry Pi 12 SP2 is installed
AND rpcbind-0.2.3-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 is installed
AND Package Information
libpcre1-8.39-5.1 is installed
OR libpcre16-0-8.39-5.1 is installed
OR pcre-8.39-5.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_55-52_42-default-3-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_12-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND sudo-1.8.10p3-2.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 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 Software Development Kit 11 SP2 is installed
AND apache2-mod_fcgid-2.2-31.27.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND libcurl-devel-7.19.7-1.40.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 cyrus-sasl-devel-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
finch-devel-2.10.9-8 is installed
OR libpurple-2.10.9-8 is installed
OR libpurple-devel-2.10.9-8 is installed
OR libpurple-lang-2.10.9-8 is installed
OR pidgin-devel-2.10.9-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND checkbashisms-2.12.6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-70 is installed
OR ImageMagick-devel-6.8.8.1-70 is installed
OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
OR libMagick++-devel-6.8.8.1-70 is installed
OR perl-PerlMagick-6.8.8.1-70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND cifs-utils-devel-6.5-9.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND java-1_8_0-ibm-devel-1.8.0_sr5.40-30.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
dia-0.97.2-13 is installed
OR dia-lang-0.97.2-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND cyrus-sasl-digestmd5-32bit-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
NetworkManager-1.0.12-12 is installed
OR NetworkManager-lang-1.0.12-12 is installed
OR typelib-1_0-NM-1_0-1.0.12-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND bash-lang-4.3-83.23 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND
libopenjp2-7-2.1.0-9.1 is installed
OR libopenjp2-7-32bit-2.1.0-19.1 is installed
OR openjpeg2-2.1.0-9.1 is installed
OR openjpeg2-devel-2.1.0-9.1 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
libopenjp2-7-2.1.0-9.1 is installed
OR libopenjp2-7-32bit-2.1.0-19.1 is installed
OR openjpeg2-2.1.0-9.1 is installed
OR openjpeg2-devel-2.1.0-9.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.6.0-20.1 is installed
OR MozillaThunderbird-buildsymbols-45.6.0-20.1 is installed
OR MozillaThunderbird-devel-45.6.0-20.1 is installed
OR MozillaThunderbird-translations-common-45.6.0-20.1 is installed
OR MozillaThunderbird-translations-other-45.6.0-20.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
kcoreaddons-5.20.0-6.1 is installed
OR kcoreaddons-devel-5.20.0-6.1 is installed
OR kcoreaddons-devel-32bit-5.21.0-18.1 is installed
OR kcoreaddons-lang-5.20.0-6.1 is installed
OR libKF5CoreAddons5-5.20.0-6.1 is installed
OR libKF5CoreAddons5-32bit-5.21.0-18.1 is installed
|