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

The SUSE Linux Enterprise 12 SP4 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). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - coredump: fix crash when umh is disabled (bsc#1177753, bsc#1182194). - dm: fix redundant IO accounting for bios that need splitting (bsc#1183738). - 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). - handle also the opposite type of race condition - hv: clear ring_buffer pointer during cleanup (part of ae6935ed) (bsc#1181032). - hv_netvsc: remove ndo_poll_controller (bsc#1185248). - ibmvnic fix NULL tx_pools and rx_tools issue at do_reset (bsc#1175873 ltc#187922). - ibmvnic: Clear failover_pending if unable to schedule (bsc#1181960 ltc#190997). - ibmvnic: add missing parenthesis in do_reset() (bsc#1176700 ltc#188140). - ibmvnic: avoid memset null scrq msgs (bsc#1044767 ltc#155231 git-fixes). - ibmvnic: continue fatal error reset after passive init (bsc#1171078 ltc#184239 git-fixes). - ibmvnic: delay next reset if hard reset fails (bsc#1094840 ltc#167098 git-fixes). - ibmvnic: enhance resetting status check during module exit (bsc#1065729). - ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues (bsc#1040855 ltc#155067 git-fixes). - ibmvnic: fix a race between open and reset (bsc#1176855 ltc#187293). - ibmvnic: fix: NULL pointer dereference (bsc#1044767 ltc#155231 git-fixes). - ibmvnic: restore adapter state on failed reset (bsc#1152457 ltc#174432 git-fixes). - 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). - powerpc/vnic: Extend 'failover pending' window (bsc#1176855 ltc#187293). - 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):1024288
1024291
1032089
1037008
1037009
1040855
1044767
1047233
1059134
1059139
1065729
1073313
1086777
1088004
1088009
1094840
1106531
1109849
1110121
1114674
1120653
1120654
1121759
1122292
1122293
1122299
1124341
1124342
1125617
1127670
1128158
1130840
1133817
1136936
1141853
1143650
1149110
1149955
1152457
1153238
1155079
1155787
1160305
1160498
1160968
1162423
1169511
1171078
1172277
1173274
1173485
1173998
1174091
1174701
1175873
1176700
1176720
1176855
1177411
1177753
1178181
1179454
1181032
1181960
1182194
1182672
1182715
1182716
1182717
1183022
1183063
1183069
1183509
1183593
1183646
1183686
1183696
1183738
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-2016-10209
CVE-2016-10349
CVE-2016-10350
CVE-2017-14501
CVE-2017-14502
CVE-2017-17740
CVE-2017-2518
CVE-2017-2579
CVE-2017-2580
CVE-2018-1000877
CVE-2018-1000878
CVE-2018-11212
CVE-2018-14647
CVE-2018-16140
CVE-2018-18311
CVE-2018-1890
CVE-2018-20852
CVE-2018-8975
CVE-2019-1000019
CVE-2019-1000020
CVE-2019-11596
CVE-2019-14275
CVE-2019-15026
CVE-2019-16056
CVE-2019-16935
CVE-2019-17015
CVE-2019-17016
CVE-2019-17017
CVE-2019-17021
CVE-2019-17022
CVE-2019-17024
CVE-2019-17026
CVE-2019-18408
CVE-2019-20907
CVE-2019-2422
CVE-2019-2449
CVE-2019-3811
CVE-2019-9947
CVE-2020-0433
CVE-2020-13753
CVE-2020-14422
CVE-2020-25670
CVE-2020-25671
CVE-2020-25672
CVE-2020-25673
CVE-2020-2583
CVE-2020-2590
CVE-2020-2593
CVE-2020-2601
CVE-2020-2604
CVE-2020-2654
CVE-2020-2654
CVE-2020-2659
CVE-2020-27170
CVE-2020-27171
CVE-2020-2756
CVE-2020-2757
CVE-2020-27673
CVE-2020-2781
CVE-2020-27815
CVE-2020-2800
CVE-2020-2803
CVE-2020-2805
CVE-2020-2830
CVE-2020-35519
CVE-2020-36310
CVE-2020-36311
CVE-2020-36312
CVE-2020-36322
CVE-2020-9802
CVE-2020-9803
CVE-2020-9805
CVE-2020-9806
CVE-2020-9807
CVE-2020-9843
CVE-2020-9850
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-2018:4150-1
SUSE-SU-2019:1645-1
SUSE-SU-2019:2264-1
SUSE-SU-2019:3092-1
SUSE-SU-2020:0068-1
SUSE-SU-2020:0843-1
SUSE-SU-2020:1683-1
SUSE-SU-2020:2069-1
SUSE-SU-2020:2699-1
SUSE-SU-2021:1596-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.3
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
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 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP4-LTSS
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP5
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 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 Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • bogofilter-common-1.2.4-5.1 is installed
  • OR bogofilter-db-1.2.4-5.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • cpio-2.11-31.51 is installed
  • OR cpio-lang-2.11-31.51 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • bash-4.3-82.6 is installed
  • OR bash-doc-4.3-82.6 is installed
  • OR bash-lang-4.3-82.6 is installed
  • OR libreadline6-6.3-82.6 is installed
  • OR readline-devel-6.3-82.6 is installed
  • OR readline-doc-6.3-82.6 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • dnsmasq-2.71-6.3 is installed
  • OR dnsmasq-utils-2.71-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.5esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.5esr-0.4 is installed
  • OR libfreebl3-3.14.3-0.4.3 is installed
  • OR libfreebl3-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nspr-4.9.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.6-0.3 is installed
  • OR mozilla-nss-3.14.3-0.4.3 is installed
  • OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
  • OR mozilla-nss-tools-3.14.3-0.4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.7 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.41 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • colord-1.1.7-2 is installed
  • OR colord-gtk-lang-0.1.25-3 is installed
  • OR colord-lang-1.1.7-2 is installed
  • OR libcolord-gtk1-0.1.25-3 is installed
  • OR libcolord2-1.1.7-2 is installed
  • OR libcolord2-32bit-1.1.7-2 is installed
  • OR libcolorhug2-1.1.7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND dracut-037-66 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-33 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-33 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND cvs-1.12.12-181 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND lighttpd-1.4.20-2.54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • cpio-2.12-1 is installed
  • OR cpio-lang-2.12-1 is installed
  • OR cpio-mt-2.12-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-1.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • libexempi-devel-2.4.5-1 is installed
  • OR libexempi3-2.4.5-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-5 is installed
  • OR cups154-client-1.5.4-5 is installed
  • OR cups154-filters-1.5.4-5 is installed
  • OR cups154-libs-1.5.4-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND kernel-default-livepatch-4.12.14-23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.74-60.64.69 is installed
  • OR kernel-ec2-devel-3.12.74-60.64.69 is installed
  • OR kernel-ec2-extra-3.12.74-60.64.69 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • 389-ds-1.4.0.3-2 is installed
  • OR 389-ds-devel-1.4.0.3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-78 is installed
  • OR php5-5.5.14-78 is installed
  • OR php5-bcmath-5.5.14-78 is installed
  • OR php5-bz2-5.5.14-78 is installed
  • OR php5-calendar-5.5.14-78 is installed
  • OR php5-ctype-5.5.14-78 is installed
  • OR php5-curl-5.5.14-78 is installed
  • OR php5-dba-5.5.14-78 is installed
  • OR php5-dom-5.5.14-78 is installed
  • OR php5-enchant-5.5.14-78 is installed
  • OR php5-exif-5.5.14-78 is installed
  • OR php5-fastcgi-5.5.14-78 is installed
  • OR php5-fileinfo-5.5.14-78 is installed
  • OR php5-fpm-5.5.14-78 is installed
  • OR php5-ftp-5.5.14-78 is installed
  • OR php5-gd-5.5.14-78 is installed
  • OR php5-gettext-5.5.14-78 is installed
  • OR php5-gmp-5.5.14-78 is installed
  • OR php5-iconv-5.5.14-78 is installed
  • OR php5-imap-5.5.14-78 is installed
  • OR php5-intl-5.5.14-78 is installed
  • OR php5-json-5.5.14-78 is installed
  • OR php5-ldap-5.5.14-78 is installed
  • OR php5-mbstring-5.5.14-78 is installed
  • OR php5-mcrypt-5.5.14-78 is installed
  • OR php5-mysql-5.5.14-78 is installed
  • OR php5-odbc-5.5.14-78 is installed
  • OR php5-opcache-5.5.14-78 is installed
  • OR php5-openssl-5.5.14-78 is installed
  • OR php5-pcntl-5.5.14-78 is installed
  • OR php5-pdo-5.5.14-78 is installed
  • OR php5-pear-5.5.14-78 is installed
  • OR php5-pgsql-5.5.14-78 is installed
  • OR php5-phar-5.5.14-78 is installed
  • OR php5-posix-5.5.14-78 is installed
  • OR php5-pspell-5.5.14-78 is installed
  • OR php5-shmop-5.5.14-78 is installed
  • OR php5-snmp-5.5.14-78 is installed
  • OR php5-soap-5.5.14-78 is installed
  • OR php5-sockets-5.5.14-78 is installed
  • OR php5-sqlite-5.5.14-78 is installed
  • OR php5-suhosin-5.5.14-78 is installed
  • OR php5-sysvmsg-5.5.14-78 is installed
  • OR php5-sysvsem-5.5.14-78 is installed
  • OR php5-sysvshm-5.5.14-78 is installed
  • OR php5-tokenizer-5.5.14-78 is installed
  • OR php5-wddx-5.5.14-78 is installed
  • OR php5-xmlreader-5.5.14-78 is installed
  • OR php5-xmlrpc-5.5.14-78 is installed
  • OR php5-xmlwriter-5.5.14-78 is installed
  • OR php5-xsl-5.5.14-78 is installed
  • OR php5-zip-5.5.14-78 is installed
  • OR php5-zlib-5.5.14-78 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • cluster-network-1.4-2.32.4 is installed
  • OR cluster-network-kmp-rt-1.4_3.0.101_rt130_69.14-2.32.4 is installed
  • OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_69.14-2.32.4 is installed
  • OR drbd-kmp-8.4.4-0.27.4 is installed
  • OR drbd-kmp-rt-8.4.4_3.0.101_rt130_69.14-0.27.4 is installed
  • OR drbd-kmp-rt_trace-8.4.4_3.0.101_rt130_69.14-0.27.4 is installed
  • OR gfs2-2-0.24.4 is installed
  • OR gfs2-kmp-rt-2_3.0.101_rt130_69.14-0.24.4 is installed
  • OR gfs2-kmp-rt_trace-2_3.0.101_rt130_69.14-0.24.4 is installed
  • OR ocfs2-1.6-0.28.5 is installed
  • OR ocfs2-kmp-rt-1.6_3.0.101_rt130_69.14-0.28.5 is installed
  • OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_69.14-0.28.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND procps-3.2.7-151 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND procps-3.2.7-151 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.24 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libMagickCore1-6.4.3.6-7.24 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.24 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libMagickCore1-6.4.3.6-7.24 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • ark-4.3.5-0.3 is installed
  • OR kcalc-4.3.5-0.3 is installed
  • OR kcharselect-4.3.5-0.3 is installed
  • OR kdessh-4.3.5-0.3 is installed
  • OR kdf-4.3.5-0.3 is installed
  • OR kfloppy-4.3.5-0.3 is installed
  • OR kgpg-4.3.5-0.3 is installed
  • OR ktimer-4.3.5-0.3 is installed
  • OR kwalletmanager-4.3.5-0.3 is installed
  • OR kwikdisk-4.3.5-0.3 is installed
  • OR okteta-4.3.5-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ark-4.3.5-0.3 is installed
  • OR kcalc-4.3.5-0.3 is installed
  • OR kcharselect-4.3.5-0.3 is installed
  • OR kdessh-4.3.5-0.3 is installed
  • OR kdf-4.3.5-0.3 is installed
  • OR kfloppy-4.3.5-0.3 is installed
  • OR kgpg-4.3.5-0.3 is installed
  • OR ktimer-4.3.5-0.3 is installed
  • OR kwalletmanager-4.3.5-0.3 is installed
  • OR kwikdisk-4.3.5-0.3 is installed
  • OR okteta-4.3.5-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ark-4.3.5-0.3 is installed
  • OR kcalc-4.3.5-0.3 is installed
  • OR kcharselect-4.3.5-0.3 is installed
  • OR kdessh-4.3.5-0.3 is installed
  • OR kdf-4.3.5-0.3 is installed
  • OR kfloppy-4.3.5-0.3 is installed
  • OR kgpg-4.3.5-0.3 is installed
  • OR ktimer-4.3.5-0.3 is installed
  • OR kwalletmanager-4.3.5-0.3 is installed
  • OR kwikdisk-4.3.5-0.3 is installed
  • OR okteta-4.3.5-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND gzip-1.3.12-69.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.15.2-0.3 is installed
  • OR libfreebl3-32bit-3.15.2-0.3 is installed
  • OR mozilla-nspr-4.10.1-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.1-0.3 is installed
  • OR mozilla-nss-3.15.2-0.3 is installed
  • OR mozilla-nss-32bit-3.15.2-0.3 is installed
  • OR mozilla-nss-tools-3.15.2-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libgcrypt11-1.5.0-0.15 is installed
  • OR libgcrypt11-32bit-1.5.0-0.15 is installed
  • OR libgcrypt11-x86-1.5.0-0.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libgcrypt11-1.5.0-0.15 is installed
  • OR libgcrypt11-32bit-1.5.0-0.15 is installed
  • OR libgcrypt11-x86-1.5.0-0.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libgcrypt11-1.5.0-0.15 is installed
  • OR libgcrypt11-32bit-1.5.0-0.15 is installed
  • OR libgcrypt11-x86-1.5.0-0.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.7.47 is installed
  • OR kernel-default-base-3.0.101-0.7.47 is installed
  • OR kernel-default-devel-3.0.101-0.7.47 is installed
  • OR kernel-default-man-3.0.101-0.7.47 is installed
  • OR kernel-ec2-3.0.101-0.7.47 is installed
  • OR kernel-ec2-base-3.0.101-0.7.47 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.47 is installed
  • OR kernel-pae-3.0.101-0.7.47 is installed
  • OR kernel-pae-base-3.0.101-0.7.47 is installed
  • OR kernel-pae-devel-3.0.101-0.7.47 is installed
  • OR kernel-source-3.0.101-0.7.47 is installed
  • OR kernel-syms-3.0.101-0.7.47 is installed
  • OR kernel-trace-3.0.101-0.7.47 is installed
  • OR kernel-trace-base-3.0.101-0.7.47 is installed
  • OR kernel-trace-devel-3.0.101-0.7.47 is installed
  • OR kernel-xen-3.0.101-0.7.47 is installed
  • OR kernel-xen-base-3.0.101-0.7.47 is installed
  • OR kernel-xen-devel-3.0.101-0.7.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.7.47 is installed
  • OR kernel-default-base-3.0.101-0.7.47 is installed
  • OR kernel-default-devel-3.0.101-0.7.47 is installed
  • OR kernel-default-man-3.0.101-0.7.47 is installed
  • OR kernel-ec2-3.0.101-0.7.47 is installed
  • OR kernel-ec2-base-3.0.101-0.7.47 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.47 is installed
  • OR kernel-pae-3.0.101-0.7.47 is installed
  • OR kernel-pae-base-3.0.101-0.7.47 is installed
  • OR kernel-pae-devel-3.0.101-0.7.47 is installed
  • OR kernel-source-3.0.101-0.7.47 is installed
  • OR kernel-syms-3.0.101-0.7.47 is installed
  • OR kernel-trace-3.0.101-0.7.47 is installed
  • OR kernel-trace-base-3.0.101-0.7.47 is installed
  • OR kernel-trace-devel-3.0.101-0.7.47 is installed
  • OR kernel-xen-3.0.101-0.7.47 is installed
  • OR kernel-xen-base-3.0.101-0.7.47 is installed
  • OR kernel-xen-devel-3.0.101-0.7.47 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND gd-2.0.36.RC1-52 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.5.0esr-72.17 is installed
  • OR MozillaFirefox-translations-52.5.0esr-72.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.4.0esr-72.13 is installed
  • OR MozillaFirefox-translations-52.4.0esr-72.13 is installed
  • OR libfreebl3-3.29.5-47.6 is installed
  • OR libfreebl3-32bit-3.29.5-47.6 is installed
  • OR libsoftokn3-3.29.5-47.6 is installed
  • OR libsoftokn3-32bit-3.29.5-47.6 is installed
  • OR mozilla-nss-3.29.5-47.6 is installed
  • OR mozilla-nss-32bit-3.29.5-47.6 is installed
  • OR mozilla-nss-tools-3.29.5-47.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ansible-2.3.2.0-11.5 is installed
  • OR libyaml-0.1.3-0.10.22.2 is installed
  • OR libyaml-0-2-0.1.3-0.10.22.2 is installed
  • OR python-Jinja2-2.6-2.19.2 is installed
  • OR python-PyYAML-3.10-0.15.2 is installed
  • OR python-ecdsa-0.10-0.3.2 is installed
  • OR python-paramiko-1.13.1-0.3.2 is installed
  • OR python-pycrypto-2.6-0.3.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ansible-2.3.2.0-11.5 is installed
  • OR libyaml-0.1.3-0.10.22.2 is installed
  • OR libyaml-0-2-0.1.3-0.10.22.2 is installed
  • OR python-Jinja2-2.6-2.19.2 is installed
  • OR python-PyYAML-3.10-0.15.2 is installed
  • OR python-ecdsa-0.10-0.3.2 is installed
  • OR python-paramiko-1.13.1-0.3.2 is installed
  • OR python-pycrypto-2.6-0.3.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-38.7.0esr-37 is installed
  • OR MozillaFirefox-translations-38.7.0esr-37 is installed
  • OR libfreebl3-3.20.2-28 is installed
  • OR libfreebl3-32bit-3.20.2-28 is installed
  • OR libfreebl3-x86-3.20.2-28 is installed
  • OR libsoftokn3-3.20.2-28 is installed
  • OR libsoftokn3-32bit-3.20.2-28 is installed
  • OR libsoftokn3-x86-3.20.2-28 is installed
  • OR mozilla-nspr-4.12-24 is installed
  • OR mozilla-nspr-32bit-4.12-24 is installed
  • OR mozilla-nspr-x86-4.12-24 is installed
  • OR mozilla-nss-3.20.2-28 is installed
  • OR mozilla-nss-32bit-3.20.2-28 is installed
  • OR mozilla-nss-tools-3.20.2-28 is installed
  • OR mozilla-nss-x86-3.20.2-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-38.7.0esr-37 is installed
  • OR MozillaFirefox-translations-38.7.0esr-37 is installed
  • OR libfreebl3-3.20.2-28 is installed
  • OR libfreebl3-32bit-3.20.2-28 is installed
  • OR libfreebl3-x86-3.20.2-28 is installed
  • OR libsoftokn3-3.20.2-28 is installed
  • OR libsoftokn3-32bit-3.20.2-28 is installed
  • OR libsoftokn3-x86-3.20.2-28 is installed
  • OR mozilla-nspr-4.12-24 is installed
  • OR mozilla-nspr-32bit-4.12-24 is installed
  • OR mozilla-nspr-x86-4.12-24 is installed
  • OR mozilla-nss-3.20.2-28 is installed
  • OR mozilla-nss-32bit-3.20.2-28 is installed
  • OR mozilla-nss-tools-3.20.2-28 is installed
  • OR mozilla-nss-x86-3.20.2-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • ibutils-1.5.7-0.15 is installed
  • OR ibutils-32bit-1.5.7-0.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.10 is installed
  • OR salt-doc-2016.11.4-43.10 is installed
  • OR salt-minion-2016.11.4-43.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.10 is installed
  • OR salt-doc-2016.11.4-43.10 is installed
  • OR salt-minion-2016.11.4-43.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.55 is installed
  • OR libcurl4-openssl1-7.19.7-1.55 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.55 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • flac-1.3.0-6 is installed
  • OR libFLAC++6-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • flac-1.3.0-6 is installed
  • OR libFLAC++6-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 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
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • e2fsprogs-1.42.11-7.1 is installed
  • OR libcom_err2-1.42.11-7.1 is installed
  • OR libcom_err2-32bit-1.42.11-7.1 is installed
  • OR libext2fs2-1.42.11-7.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • xen-4.5.5_28-22.58 is installed
  • OR xen-doc-html-4.5.5_28-22.58 is installed
  • OR xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58 is installed
  • OR xen-libs-4.5.5_28-22.58 is installed
  • OR xen-libs-32bit-4.5.5_28-22.58 is installed
  • OR xen-tools-4.5.5_28-22.58 is installed
  • OR xen-tools-domU-4.5.5_28-22.58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • xen-4.5.5_28-22.58 is installed
  • OR xen-doc-html-4.5.5_28-22.58 is installed
  • OR xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58 is installed
  • OR xen-libs-4.5.5_28-22.58 is installed
  • OR xen-libs-32bit-4.5.5_28-22.58 is installed
  • OR xen-tools-4.5.5_28-22.58 is installed
  • OR xen-tools-domU-4.5.5_28-22.58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_35-default-4-2.1 is installed
  • OR kgraft-patch-3_12_69-60_64_35-xen-4-2.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_14-4-2.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND sudo-1.8.10p3-10.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND sudo-1.8.10p3-10.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND libdmx1-1.1.3-3.52 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_74-92_29-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_74-92_29-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • ImageMagick-6.8.8.1-71.85 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-71.85 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-71.85 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • ImageMagick-6.8.8.1-71.85 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-71.85 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-71.85 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.28.3-2.56 is installed
  • OR libwebkit2gtk-4_0-37-2.28.3-2.56 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.28.3-2.56 is installed
  • OR typelib-1_0-WebKit2-4_0-2.28.3-2.56 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.28.3-2.56 is installed
  • OR webkit2gtk3-2.28.3-2.56 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.28.3-2.56 is installed
  • OR libwebkit2gtk-4_0-37-2.28.3-2.56 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.28.3-2.56 is installed
  • OR typelib-1_0-WebKit2-4_0-2.28.3-2.56 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.28.3-2.56 is installed
  • OR webkit2gtk3-2.28.3-2.56 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.15 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
  • OR sqlite3-3.8.10.2-9.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.15 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
  • OR sqlite3-3.8.10.2-9.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libldap-2_4-2-2.4.41-18.43 is installed
  • OR libldap-2_4-2-32bit-2.4.41-18.43 is installed
  • OR openldap2-2.4.41-18.43 is installed
  • OR openldap2-back-meta-2.4.41-18.43 is installed
  • OR openldap2-client-2.4.41-18.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libldap-2_4-2-2.4.41-18.43 is installed
  • OR libldap-2_4-2-32bit-2.4.41-18.43 is installed
  • OR openldap2-2.4.41-18.43 is installed
  • OR openldap2-back-meta-2.4.41-18.43 is installed
  • OR openldap2-client-2.4.41-18.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-LTSS is installed
  • AND xrdp-0.9.0~git.1456906198.f422461-21.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
  • AND xrdp-0.9.0~git.1456906198.f422461-21.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • bluez-5.13-5.15 is installed
  • OR libbluetooth3-5.13-5.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • bluez-5.13-5.15 is installed
  • OR libbluetooth3-5.13-5.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_39-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_39-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_11-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_39-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_39-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_11-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • gvim-7.4.326-7 is installed
  • OR vim-7.4.326-7 is installed
  • OR vim-data-7.4.326-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.44 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-16 is installed
  • OR openldap2-2.4.39-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • bind-9.9.9P1-62 is installed
  • OR bind-chrootenv-9.9.9P1-62 is installed
  • OR bind-devel-9.9.9P1-62 is installed
  • OR bind-doc-9.9.9P1-62 is installed
  • OR bind-libs-9.9.9P1-62 is installed
  • OR bind-libs-32bit-9.9.9P1-62 is installed
  • OR bind-utils-9.9.9P1-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_53-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_16-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND Package Information
  • kernel-default-4.12.14-95.74.1 is installed
  • OR kernel-default-base-4.12.14-95.74.1 is installed
  • OR kernel-default-devel-4.12.14-95.74.1 is installed
  • OR kernel-devel-4.12.14-95.74.1 is installed
  • OR kernel-macros-4.12.14-95.74.1 is installed
  • OR kernel-source-4.12.14-95.74.1 is installed
  • OR kernel-syms-4.12.14-95.74.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • freeradius-server-devel-2.1.1-7.16 is installed
  • OR freeradius-server-libs-2.1.1-7.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-devel-32bit-9.9.6P1-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • GraphicsMagick-1.2.5-4.33 is installed
  • OR libGraphicsMagick2-1.2.5-4.33 is installed
  • OR perl-GraphicsMagick-1.2.5-4.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libreoffice-4.3.5.2-10 is installed
  • OR libreoffice-base-4.3.5.2-10 is installed
  • OR libreoffice-base-drivers-mysql-4.3.5.2-10 is installed
  • OR libreoffice-base-drivers-postgresql-4.3.5.2-10 is installed
  • OR libreoffice-calc-4.3.5.2-10 is installed
  • OR libreoffice-calc-extensions-4.3.5.2-10 is installed
  • OR libreoffice-draw-4.3.5.2-10 is installed
  • OR libreoffice-filters-optional-4.3.5.2-10 is installed
  • OR libreoffice-gnome-4.3.5.2-10 is installed
  • OR libreoffice-icon-theme-tango-4.3.5.2-10 is installed
  • OR libreoffice-impress-4.3.5.2-10 is installed
  • OR libreoffice-l10n-af-4.3.5.2-10 is installed
  • OR libreoffice-l10n-ar-4.3.5.2-10 is installed
  • OR libreoffice-l10n-ca-4.3.5.2-10 is installed
  • OR libreoffice-l10n-cs-4.3.5.2-10 is installed
  • OR libreoffice-l10n-da-4.3.5.2-10 is installed
  • OR libreoffice-l10n-de-4.3.5.2-10 is installed
  • OR libreoffice-l10n-en-4.3.5.2-10 is installed
  • OR libreoffice-l10n-es-4.3.5.2-10 is installed
  • OR libreoffice-l10n-fi-4.3.5.2-10 is installed
  • OR libreoffice-l10n-fr-4.3.5.2-10 is installed
  • OR libreoffice-l10n-gu-4.3.5.2-10 is installed
  • OR libreoffice-l10n-hi-4.3.5.2-10 is installed
  • OR libreoffice-l10n-hu-4.3.5.2-10 is installed
  • OR libreoffice-l10n-it-4.3.5.2-10 is installed
  • OR libreoffice-l10n-ja-4.3.5.2-10 is installed
  • OR libreoffice-l10n-ko-4.3.5.2-10 is installed
  • OR libreoffice-l10n-nb-4.3.5.2-10 is installed
  • OR libreoffice-l10n-nl-4.3.5.2-10 is installed
  • OR libreoffice-l10n-nn-4.3.5.2-10 is installed
  • OR libreoffice-l10n-pl-4.3.5.2-10 is installed
  • OR libreoffice-l10n-pt-BR-4.3.5.2-10 is installed
  • OR libreoffice-l10n-pt-PT-4.3.5.2-10 is installed
  • OR libreoffice-l10n-ru-4.3.5.2-10 is installed
  • OR libreoffice-l10n-sk-4.3.5.2-10 is installed
  • OR libreoffice-l10n-sv-4.3.5.2-10 is installed
  • OR libreoffice-l10n-xh-4.3.5.2-10 is installed
  • OR libreoffice-l10n-zh-Hans-4.3.5.2-10 is installed
  • OR libreoffice-l10n-zh-Hant-4.3.5.2-10 is installed
  • OR libreoffice-l10n-zu-4.3.5.2-10 is installed
  • OR libreoffice-mailmerge-4.3.5.2-10 is installed
  • OR libreoffice-math-4.3.5.2-10 is installed
  • OR libreoffice-officebean-4.3.5.2-10 is installed
  • OR libreoffice-pyuno-4.3.5.2-10 is installed
  • OR libreoffice-writer-4.3.5.2-10 is installed
  • OR libreoffice-writer-extensions-4.3.5.2-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-30 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-30 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.74-92.35 is installed
  • OR kernel-default-extra-4.4.74-92.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.82-6.3 is installed
  • OR kernel-default-extra-4.4.82-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libSoundTouch0-32bit-1.7.1-5.6 is installed
  • OR soundtouch-1.7.1-5.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.131 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.131 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.131 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND libvncclient0-0.9.10-2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-requests-2.8.1-6.9.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-magnum-3.1.2~a0~dev20-9.4 is installed
  • OR openstack-magnum-api-3.1.2~a0~dev20-9.4 is installed
  • OR openstack-magnum-conductor-3.1.2~a0~dev20-9.4 is installed
  • OR openstack-magnum-doc-3.1.2~a0~dev20-9.3 is installed
  • OR python-magnum-3.1.2~a0~dev20-9.4 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • irssi-1.0.6-36 is installed
  • OR irssi-devel-1.0.6-36 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • pdns-4.1.5-14 is installed
  • OR pdns-backend-godbc-4.1.5-14 is installed
  • OR pdns-backend-ldap-4.1.5-14 is installed
  • OR pdns-backend-lua-4.1.5-14 is installed
  • OR pdns-backend-mydns-4.1.5-14 is installed
  • OR pdns-backend-mysql-4.1.5-14 is installed
  • OR pdns-backend-postgresql-4.1.5-14 is installed
  • OR pdns-backend-remote-4.1.5-14 is installed
  • OR pdns-backend-sqlite3-4.1.5-14 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-57.0.2987.133-11 is installed
  • OR chromium-57.0.2987.133-11 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • chromedriver-80.0.3987.149-41 is installed
  • OR chromium-80.0.3987.149-41 is installed
  • BACK