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

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

The following security bugs were fixed:

- CVE-2019-1125: Enable Spectre v1 swapgs mitigations (bsc#1139358). - CVE-2018-20855: An issue was discovered in create_qp_common in drivers/infiniband/hw/mlx5/qp.c, mlx5_ib_create_qp_resp was never initialized, resulting in a leak of stack memory to userspace (bsc#1143045). - CVE-2019-14284: The drivers/block/floppy.c allowed a denial of service by setup_format_params division-by-zero. Two consecutive ioctls can trigger the bug: the first one should set the drive geometry with .sect and .rate values that make F_SECT_PER_TRACK be zero. Next, the floppy format operation should be called. It can be triggered by an unprivileged local user even when a floppy disk has not been inserted. NOTE: QEMU creates the floppy device by default (bsc#1143189). - CVE-2019-14283: The function set_geometry in drivers/block/floppy.c did not validate the sect and head fields, as demonstrated by an integer overflow and out-of-bounds read. It can be triggered by an unprivileged local user when a floppy disk has been inserted. NOTE: QEMU creates the floppy device by default (bsc#1143191). - CVE-2019-11810: A NULL pointer dereference can occur when megasas_create_frame_pool() fails in megasas_alloc_cmds() in drivers/scsi/megaraid/megaraid_sas_base.c. This causes a Denial of Service, related to a use-after-free (bsc#1134399). - CVE-2019-13648: In the Linux kernel on the powerpc platform, when hardware transactional memory is disabled, a local user can cause a denial of service (TM Bad Thing exception and system crash) via a sigreturn() system call that sends a crafted signal frame. This affects arch/powerpc/kernel/signal_32.c and arch/powerpc/kernel/signal_64.c (bnc#1142254). - CVE-2019-13631: In parse_hid_report_descriptor in drivers/input/tablet/gtco.c, a malicious USB device can send an HID report that triggers an out-of-bounds write during generation of debugging messages (bsc#1142023). - CVE-2019-15118: Fixed kernel stack exhaustion in check_input_term in sound/usb/mixer.c via mishandled recursion (bnc#1145922). - CVE-2019-15117: Fixed out-of-bounds memory access in parse_audio_mixer_unit in sound/usb/mixer.c via mishandled short descriptor (bnc#1145920). - CVE-2019-3819: A flaw was fixed in the function hid_debug_events_read() in drivers/hid/hid-debug.c file which may have enter an infinite loop with certain parameters passed from a userspace. A local privileged user ('root') could have caused a system lock up and a denial of service (bnc#1123161). - CVE-2019-10207: Check for missing tty operations in bluetooth/hci_uart (bsc#1142857). - CVE-2018-20856: Fixed a use-after-free issue in block/blk-core.c, where certain error case are mishandled (bnc#1143048).

The following non-security bugs were fixed:

- cifs: do not log STATUS_NOT_FOUND errors for DFS (bsc#1125674). - dlm: Fix saving of NULL callbacks (bsc#1135365). - bcache: Revert 'bcache: fix high CPU occupancy during journal' (bsc#1140652, bsc#1144288). - bcache: Revert 'bcache: free heap cache_set->flush_btree in bch_journal_free' (bsc#1140652, bsc#1144288). - bcache: add reclaimed_journal_buckets to struct cache_set (bsc#1140652, bsc#1144288). - bcache: fix race in btree_flush_write() (bsc#1140652, bsc#1144288). - bcache: fix stack corruption by PRECEDING_KEY() (bsc#1130972, bsc#1144257). - bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached (bsc#1130972, bsc#1144273). - bcache: performance improvement for btree_flush_write() (bsc#1140652, bsc#1144288). - bcache: remove retry_flush_write from struct cache_set (bsc#1140652, bsc#1144288). - bonding: Force slave speed check after link state recovery for 802.3ad (bsc#1137584). - clocksource: Defer override invalidation unless clock is unstable (bsc#1139826). - kvm: mmu: Fix overflow on kvm mmu page limit calculation (bsc#1135335). - kvmclock: fix TSC calibration for nested guests (bsc#1133860, jsc#PM-1211). - mm, page_alloc: fix has_unmovable_pages for HugePages (bsc#1127034). - powerpc/watchpoint: Restore NV GPRs while returning from exception (bsc#1140945, bsc#1141401, bsc#1141402, bsc#1141452, bsc#1141453, bsc#1141454). - qla2xxx: performance degradation when enabling blk-mq (bsc#1128977). - qlge: Deduplicate lbq_buf_size (bsc#1106061). - qlge: Deduplicate rx buffer queue management (bsc#1106061). - qlge: Factor out duplicated expression (bsc#1106061). - qlge: Fix dma_sync_single calls (bsc#1106061). - qlge: Fix irq masking in INTx mode (bsc#1106061). - qlge: Refill empty buffer queues from wq (bsc#1106061). - qlge: Refill rx buffers up to multiple of 16 (bsc#1106061). - qlge: Remove bq_desc.maplen (bsc#1106061). - qlge: Remove irq_cnt (bsc#1106061). - qlge: Remove page_chunk.last_flag (bsc#1106061). - qlge: Remove qlge_bq.len size (bsc#1106061). - qlge: Remove rx_ring.sbq_buf_size (bsc#1106061). - qlge: Remove rx_ring.type (bsc#1106061). - qlge: Remove useless dma synchronization calls (bsc#1106061). - qlge: Remove useless memset (bsc#1106061). - qlge: Replace memset with assignment (bsc#1106061). - qlge: Update buffer queue prod index despite oom (bsc#1106061). - rbd: flush rbd_dev->watch_dwork after watch is unregistered (bsc#1143333). - rbd: retry watch re-registration periodically (bsc#1143333). - sched/fair: Do not free p->numa_faults with concurrent readers (bsc#1144920). - sched/fair: Use RCU accessors consistently for ->numa_group (bsc#1144920). - scsi: virtio_scsi: let host do exception handling (bsc#1141181). - x86: mm: fix fast GUP with hyper-based TLB flushing (VM Functionality, bsc#1140903). - x86: tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flag (bsc#1133860, jsc#PM-1211). - xen: let alloc_xenballooned_pages() fail if not enough memory free (XSA-300).
Family:unixClass:patch
Status:Reference(s):1101644
1101645
1101651
1101656
1106061
1109893
1110542
1111177
1111319
1111586
1112142
1112143
1112144
1112146
1112147
1112152
1112153
1112911
1113246
1113296
1114710
1118597
1120281
1120629
1120630
1120631
1121567
1123161
1125674
1127034
1127155
1128977
1130246
1130972
1131823
1132256
1133719
1133860
1134226
1134399
1135335
1135365
1137137
1137584
1137977
1138734
1139358
1139826
1140652
1140903
1140945
1141181
1141401
1141402
1141452
1141453
1141454
1142023
1142254
1142857
1143045
1143048
1143189
1143191
1143333
1144257
1144273
1144288
1144920
1145586
1145920
1145922
1146358
1146359
1149100
1150011
1154093
1155419
1160471
1161167
1168683
1170170
1170441
990204
CVE-2018-1000845
CVE-2018-13785
CVE-2018-14662
CVE-2018-16435
CVE-2018-16846
CVE-2018-16889
CVE-2018-17095
CVE-2018-19870
CVE-2018-19872
CVE-2018-20532
CVE-2018-20533
CVE-2018-20534
CVE-2018-20855
CVE-2018-20856
CVE-2018-2938
CVE-2018-2940
CVE-2018-2952
CVE-2018-2973
CVE-2018-3136
CVE-2018-3139
CVE-2018-3149
CVE-2018-3169
CVE-2018-3180
CVE-2018-3214
CVE-2018-3639
CVE-2019-10207
CVE-2019-11070
CVE-2019-1125
CVE-2019-11810
CVE-2019-13631
CVE-2019-13648
CVE-2019-14283
CVE-2019-14284
CVE-2019-14822
CVE-2019-15117
CVE-2019-15118
CVE-2019-15681
CVE-2019-15690
CVE-2019-20788
CVE-2019-3819
CVE-2019-6201
CVE-2019-6251
CVE-2019-7285
CVE-2019-7292
CVE-2019-8503
CVE-2019-8506
CVE-2019-8515
CVE-2019-8524
CVE-2019-8535
CVE-2019-8536
CVE-2019-8544
CVE-2019-8551
CVE-2019-8558
CVE-2019-8559
CVE-2019-8563
CVE-2019-8675
CVE-2019-8696
CVE-2020-0569
CVE-2020-10703
CVE-2020-12059
SUSE-SU-2018:3588-2
SUSE-SU-2019:0049-1
SUSE-SU-2019:1155-1
SUSE-SU-2019:1972-1
SUSE-SU-2019:2263-1
SUSE-SU-2019:3057-1
SUSE-SU-2020:1165-1
SUSE-SU-2020:1289-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.2 NonFree
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 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Module for Web Scripting 15
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 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 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-ESPOS
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-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 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 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-ESPOS
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 5
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
  • alsa-1.0.29-8.1 is installed
  • OR alsa-devel-1.0.29-8.1 is installed
  • OR libasound2-1.0.29-8.1 is installed
  • OR libasound2-32bit-1.0.29-8.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • cpp48-4.8.5-22.1 is installed
  • OR gcc48-4.8.5-22.1 is installed
  • OR gcc48-c++-4.8.5-22.1 is installed
  • OR gcc48-fortran-4.8.5-22.1 is installed
  • OR gcc48-gij-4.8.5-22.1 is installed
  • OR gcc48-info-4.8.5-22.1 is installed
  • OR gcc48-java-4.8.5-22.1 is installed
  • OR gcc48-locale-4.8.5-22.1 is installed
  • OR gcc48-objc-4.8.5-22.1 is installed
  • OR libasan0-4.8.5-22.1 is installed
  • OR libgcc_s1-gcc48-32bit-4.8.5-22.1 is installed
  • OR libgcj48-4.8.5-22.1 is installed
  • OR libgcj48-devel-4.8.5-22.1 is installed
  • OR libgcj48-jar-4.8.5-22.1 is installed
  • OR libgcj_bc1-gcc48-4.8.5-22.1 is installed
  • OR libobjc4-4.8.5-22.1 is installed
  • OR libstdc++48-devel-4.8.5-22.1 is installed
  • OR libstdc++6-gcc48-locale-4.8.5-22.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 NonFree is installed
  • AND Package Information
  • libunrar-devel-5.5.5-3.1 is installed
  • OR libunrar5_5_5-5.5.5-3.1 is installed
  • OR unrar-5.5.5-3.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND apache-commons-daemon-1.0.15-15.2 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • dnsmasq-2.71-4 is installed
  • OR dnsmasq-utils-2.71-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • bind-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND ft2demos-2.5.3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • colord-1.1.7-5 is installed
  • OR colord-gtk-lang-0.1.25-3 is installed
  • OR colord-lang-1.1.7-5 is installed
  • OR libcolord-gtk1-0.1.25-3 is installed
  • OR libcolord2-1.1.7-5 is installed
  • OR libcolord2-32bit-1.1.7-5 is installed
  • OR libcolorhug2-1.1.7-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND perl-YAML-LibYAML-0.38-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • alsa-1.0.27.2-15 is installed
  • OR libasound2-1.0.27.2-15 is installed
  • OR libasound2-32bit-1.0.27.2-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • ocfs2-1.6-0.28.7 is installed
  • OR ocfs2-kmp-bigmem-1.6_3.0.101_108.87-0.28.7 is installed
  • OR ocfs2-kmp-default-1.6_3.0.101_108.87-0.28.7 is installed
  • OR ocfs2-kmp-pae-1.6_3.0.101_108.87-0.28.7 is installed
  • OR ocfs2-kmp-ppc64-1.6_3.0.101_108.87-0.28.7 is installed
  • OR ocfs2-kmp-trace-1.6_3.0.101_108.87-0.28.7 is installed
  • OR ocfs2-kmp-xen-1.6_3.0.101_108.87-0.28.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • python2-salt-2018.3.0-3 is installed
  • OR python3-salt-2018.3.0-3 is installed
  • OR salt-2018.3.0-3 is installed
  • OR salt-bash-completion-2018.3.0-3 is installed
  • OR salt-doc-2018.3.0-3 is installed
  • OR salt-minion-2018.3.0-3 is installed
  • OR salt-zsh-completion-2018.3.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • libndp-devel-1.6-1 is installed
  • OR libndp0-1.6-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND binutils-devel-32bit-2.29.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.2-8 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.2-8 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.2-8 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.2-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.51-52.39 is installed
  • OR kernel-ec2-devel-3.12.51-52.39 is installed
  • OR kernel-ec2-extra-3.12.51-52.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND Package Information
  • apache2-mod_wsgi-4.5.18-2 is installed
  • OR apache2-mod_wsgi-python3-4.5.18-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • gtk-vnc-devel-0.7.2-1 is installed
  • OR libgvncpulse-1_0-0-0.7.2-1 is installed
  • OR typelib-1_0-GVnc-1_0-0.7.2-1 is installed
  • OR typelib-1_0-GVncPulse-1_0-0.7.2-1 is installed
  • OR typelib-1_0-GtkVnc-1_0-0.7.2-1 is installed
  • OR typelib-1_0-GtkVnc-2_0-0.7.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php7-7.0.7-50.9 is installed
  • OR php7-7.0.7-50.9 is installed
  • OR php7-bcmath-7.0.7-50.9 is installed
  • OR php7-bz2-7.0.7-50.9 is installed
  • OR php7-calendar-7.0.7-50.9 is installed
  • OR php7-ctype-7.0.7-50.9 is installed
  • OR php7-curl-7.0.7-50.9 is installed
  • OR php7-dba-7.0.7-50.9 is installed
  • OR php7-dom-7.0.7-50.9 is installed
  • OR php7-enchant-7.0.7-50.9 is installed
  • OR php7-exif-7.0.7-50.9 is installed
  • OR php7-fastcgi-7.0.7-50.9 is installed
  • OR php7-fileinfo-7.0.7-50.9 is installed
  • OR php7-fpm-7.0.7-50.9 is installed
  • OR php7-ftp-7.0.7-50.9 is installed
  • OR php7-gd-7.0.7-50.9 is installed
  • OR php7-gettext-7.0.7-50.9 is installed
  • OR php7-gmp-7.0.7-50.9 is installed
  • OR php7-iconv-7.0.7-50.9 is installed
  • OR php7-imap-7.0.7-50.9 is installed
  • OR php7-intl-7.0.7-50.9 is installed
  • OR php7-json-7.0.7-50.9 is installed
  • OR php7-ldap-7.0.7-50.9 is installed
  • OR php7-mbstring-7.0.7-50.9 is installed
  • OR php7-mcrypt-7.0.7-50.9 is installed
  • OR php7-mysql-7.0.7-50.9 is installed
  • OR php7-odbc-7.0.7-50.9 is installed
  • OR php7-opcache-7.0.7-50.9 is installed
  • OR php7-openssl-7.0.7-50.9 is installed
  • OR php7-pcntl-7.0.7-50.9 is installed
  • OR php7-pdo-7.0.7-50.9 is installed
  • OR php7-pear-7.0.7-50.9 is installed
  • OR php7-pear-Archive_Tar-7.0.7-50.9 is installed
  • OR php7-pgsql-7.0.7-50.9 is installed
  • OR php7-phar-7.0.7-50.9 is installed
  • OR php7-posix-7.0.7-50.9 is installed
  • OR php7-pspell-7.0.7-50.9 is installed
  • OR php7-shmop-7.0.7-50.9 is installed
  • OR php7-snmp-7.0.7-50.9 is installed
  • OR php7-soap-7.0.7-50.9 is installed
  • OR php7-sockets-7.0.7-50.9 is installed
  • OR php7-sqlite-7.0.7-50.9 is installed
  • OR php7-sysvmsg-7.0.7-50.9 is installed
  • OR php7-sysvsem-7.0.7-50.9 is installed
  • OR php7-sysvshm-7.0.7-50.9 is installed
  • OR php7-tokenizer-7.0.7-50.9 is installed
  • OR php7-wddx-7.0.7-50.9 is installed
  • OR php7-xmlreader-7.0.7-50.9 is installed
  • OR php7-xmlrpc-7.0.7-50.9 is installed
  • OR php7-xmlwriter-7.0.7-50.9 is installed
  • OR php7-xsl-7.0.7-50.9 is installed
  • OR php7-zip-7.0.7-50.9 is installed
  • OR php7-zlib-7.0.7-50.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND Package Information
  • apache2-mod_php7-7.2.5-4.6 is installed
  • OR php7-7.2.5-4.6 is installed
  • OR php7-bcmath-7.2.5-4.6 is installed
  • OR php7-bz2-7.2.5-4.6 is installed
  • OR php7-calendar-7.2.5-4.6 is installed
  • OR php7-ctype-7.2.5-4.6 is installed
  • OR php7-curl-7.2.5-4.6 is installed
  • OR php7-dba-7.2.5-4.6 is installed
  • OR php7-devel-7.2.5-4.6 is installed
  • OR php7-dom-7.2.5-4.6 is installed
  • OR php7-enchant-7.2.5-4.6 is installed
  • OR php7-exif-7.2.5-4.6 is installed
  • OR php7-fastcgi-7.2.5-4.6 is installed
  • OR php7-fileinfo-7.2.5-4.6 is installed
  • OR php7-fpm-7.2.5-4.6 is installed
  • OR php7-ftp-7.2.5-4.6 is installed
  • OR php7-gd-7.2.5-4.6 is installed
  • OR php7-gettext-7.2.5-4.6 is installed
  • OR php7-gmp-7.2.5-4.6 is installed
  • OR php7-iconv-7.2.5-4.6 is installed
  • OR php7-intl-7.2.5-4.6 is installed
  • OR php7-json-7.2.5-4.6 is installed
  • OR php7-ldap-7.2.5-4.6 is installed
  • OR php7-mbstring-7.2.5-4.6 is installed
  • OR php7-mysql-7.2.5-4.6 is installed
  • OR php7-odbc-7.2.5-4.6 is installed
  • OR php7-opcache-7.2.5-4.6 is installed
  • OR php7-openssl-7.2.5-4.6 is installed
  • OR php7-pcntl-7.2.5-4.6 is installed
  • OR php7-pdo-7.2.5-4.6 is installed
  • OR php7-pear-7.2.5-4.6 is installed
  • OR php7-pear-Archive_Tar-7.2.5-4.6 is installed
  • OR php7-pgsql-7.2.5-4.6 is installed
  • OR php7-phar-7.2.5-4.6 is installed
  • OR php7-posix-7.2.5-4.6 is installed
  • OR php7-shmop-7.2.5-4.6 is installed
  • OR php7-snmp-7.2.5-4.6 is installed
  • OR php7-soap-7.2.5-4.6 is installed
  • OR php7-sockets-7.2.5-4.6 is installed
  • OR php7-sqlite-7.2.5-4.6 is installed
  • OR php7-sysvmsg-7.2.5-4.6 is installed
  • OR php7-sysvsem-7.2.5-4.6 is installed
  • OR php7-sysvshm-7.2.5-4.6 is installed
  • OR php7-tokenizer-7.2.5-4.6 is installed
  • OR php7-wddx-7.2.5-4.6 is installed
  • OR php7-xmlreader-7.2.5-4.6 is installed
  • OR php7-xmlrpc-7.2.5-4.6 is installed
  • OR php7-xmlwriter-7.2.5-4.6 is installed
  • OR php7-xsl-7.2.5-4.6 is installed
  • OR php7-zip-7.2.5-4.6 is installed
  • OR php7-zlib-7.2.5-4.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.9.0esr-71 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71 is installed
  • OR libfreebl3-3.29.5-46 is installed
  • OR libsoftokn3-3.29.5-46 is installed
  • OR mozilla-nspr-4.13.1-32 is installed
  • OR mozilla-nss-3.29.5-46 is installed
  • OR mozilla-nss-tools-3.29.5-46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-69.24 is installed
  • OR kernel-rt-base-3.0.101.rt130-69.24 is installed
  • OR kernel-rt-devel-3.0.101.rt130-69.24 is installed
  • OR kernel-rt_trace-3.0.101.rt130-69.24 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-69.24 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-69.24 is installed
  • OR kernel-source-rt-3.0.101.rt130-69.24 is installed
  • OR kernel-syms-rt-3.0.101.rt130-69.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • evolution-data-server-2.24.1.1-11.8 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.8 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.8 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.8 is installed
  • OR gtkhtml2-3.24.1.1-3.23 is installed
  • OR gtkhtml2-lang-3.24.1.1-3.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • evolution-data-server-2.24.1.1-11.8 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.8 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.8 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.8 is installed
  • OR gtkhtml2-3.24.1.1-3.23 is installed
  • OR gtkhtml2-lang-3.24.1.1-3.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • ecryptfs-utils-61-1.33 is installed
  • OR ecryptfs-utils-32bit-61-1.33 is installed
  • OR ecryptfs-utils-x86-61-1.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ecryptfs-utils-61-1.33 is installed
  • OR ecryptfs-utils-32bit-61-1.33 is installed
  • OR ecryptfs-utils-x86-61-1.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • ecryptfs-utils-61-1.33 is installed
  • OR ecryptfs-utils-32bit-61-1.33 is installed
  • OR ecryptfs-utils-x86-61-1.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ecryptfs-utils-61-1.33 is installed
  • OR ecryptfs-utils-32bit-61-1.33 is installed
  • OR ecryptfs-utils-x86-61-1.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • gtk2-2.18.9-0.20.18 is installed
  • OR gtk2-32bit-2.18.9-0.20.18 is installed
  • OR gtk2-doc-2.18.9-0.20.18 is installed
  • OR gtk2-lang-2.18.9-0.20.18 is installed
  • OR gtk2-x86-2.18.9-0.20.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • gtk2-2.18.9-0.20.18 is installed
  • OR gtk2-32bit-2.18.9-0.20.18 is installed
  • OR gtk2-doc-2.18.9-0.20.18 is installed
  • OR gtk2-lang-2.18.9-0.20.18 is installed
  • OR gtk2-x86-2.18.9-0.20.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • gtk2-2.18.9-0.20.18 is installed
  • OR gtk2-32bit-2.18.9-0.20.18 is installed
  • OR gtk2-doc-2.18.9-0.20.18 is installed
  • OR gtk2-lang-2.18.9-0.20.18 is installed
  • OR gtk2-x86-2.18.9-0.20.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • libdrm-2.4.17-0.3 is installed
  • OR libdrm-32bit-2.4.17-0.3 is installed
  • OR libdrm-x86-2.4.17-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-38.2.0esr-10 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
  • OR MozillaFirefox-translations-38.2.0esr-10 is installed
  • OR firefox-gcc47-4.7.2_20130108-0.37 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
  • OR libfreebl3-3.19.2.0-0.7 is installed
  • OR libfreebl3-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-3.19.2.0-0.7 is installed
  • OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-devel-3.19.2.0-0.7 is installed
  • OR mozilla-nss-tools-3.19.2.0-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-38.2.0esr-10 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
  • OR MozillaFirefox-translations-38.2.0esr-10 is installed
  • OR firefox-gcc47-4.7.2_20130108-0.37 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
  • OR libfreebl3-3.19.2.0-0.7 is installed
  • OR libfreebl3-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-3.19.2.0-0.7 is installed
  • OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-devel-3.19.2.0-0.7 is installed
  • OR mozilla-nss-tools-3.19.2.0-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-38.2.0esr-10 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
  • OR MozillaFirefox-translations-38.2.0esr-10 is installed
  • OR firefox-gcc47-4.7.2_20130108-0.37 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
  • OR libfreebl3-3.19.2.0-0.7 is installed
  • OR libfreebl3-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-3.19.2.0-0.7 is installed
  • OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-devel-3.19.2.0-0.7 is installed
  • OR mozilla-nss-tools-3.19.2.0-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-38.2.0esr-10 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
  • OR MozillaFirefox-translations-38.2.0esr-10 is installed
  • OR firefox-gcc47-4.7.2_20130108-0.37 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
  • OR libfreebl3-3.19.2.0-0.7 is installed
  • OR libfreebl3-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-3.19.2.0-0.7 is installed
  • OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
  • OR mozilla-nss-devel-3.19.2.0-0.7 is installed
  • OR mozilla-nss-tools-3.19.2.0-0.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.45 is installed
  • OR libMagickCore1-6.4.3.6-78.45 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.45 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.45 is installed
  • OR libMagickCore1-6.4.3.6-78.45 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.45 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND apache2-mod_nss-1.0.8-0.4.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND apache2-mod_nss-1.0.8-0.4.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND apache2-mod_nss-1.0.8-0.4.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • libgnomesu-1.0.0-307.10 is installed
  • OR libgnomesu-lang-1.0.0-307.10 is installed
  • OR libgnomesu0-1.0.0-307.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.34 is installed
  • OR libMagickCore1-6.4.3.6-7.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.34 is installed
  • OR libMagickCore1-6.4.3.6-7.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND xalan-j2-2.7.0-217.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND xalan-j2-2.7.0-217.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND xalan-j2-2.7.0-217.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND xalan-j2-2.7.0-217.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND xalan-j2-2.7.0-217.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • PolicyKit-0.9-14.41 is installed
  • OR PolicyKit-32bit-0.9-14.41 is installed
  • OR PolicyKit-doc-0.9-14.39 is installed
  • OR PolicyKit-x86-0.9-14.41 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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.22 is installed
  • OR xen-doc-html-4.2.5_21-45.22 is installed
  • OR xen-doc-pdf-4.2.5_21-45.22 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-libs-4.2.5_21-45.22 is installed
  • OR xen-libs-32bit-4.2.5_21-45.22 is installed
  • OR xen-tools-4.2.5_21-45.22 is installed
  • OR xen-tools-domU-4.2.5_21-45.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.22 is installed
  • OR xen-doc-html-4.2.5_21-45.22 is installed
  • OR xen-doc-pdf-4.2.5_21-45.22 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-libs-4.2.5_21-45.22 is installed
  • OR xen-libs-32bit-4.2.5_21-45.22 is installed
  • OR xen-tools-4.2.5_21-45.22 is installed
  • OR xen-tools-domU-4.2.5_21-45.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • cpp43-4.3.4_20091019-37.9.1 is installed
  • OR gcc43-4.3.4_20091019-37.9.1 is installed
  • OR gcc43-32bit-4.3.4_20091019-37.9.1 is installed
  • OR gcc43-c++-4.3.4_20091019-37.9.1 is installed
  • OR gcc43-info-4.3.4_20091019-37.9.1 is installed
  • OR gcc43-locale-4.3.4_20091019-37.9.1 is installed
  • OR libstdc++43-devel-4.3.4_20091019-37.9.1 is installed
  • OR libstdc++43-devel-32bit-4.3.4_20091019-37.9.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • yast2-storage-2.17.147.1-9 is installed
  • OR yast2-storage-lib-2.17.147.1-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • yast2-storage-2.17.147.1-9 is installed
  • OR yast2-storage-lib-2.17.147.1-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • nagios-3.0.6-1.25.36 is installed
  • OR nagios-www-3.0.6-1.25.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.10-43.38 is installed
  • OR salt-doc-2016.11.10-43.38 is installed
  • OR salt-minion-2016.11.10-43.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.10-43.38 is installed
  • OR salt-doc-2016.11.10-43.38 is installed
  • OR salt-minion-2016.11.10-43.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • curl-7.37.0-70.41 is installed
  • OR libcurl4-7.37.0-70.41 is installed
  • OR libcurl4-32bit-7.37.0-70.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • curl-7.37.0-70.41 is installed
  • OR libcurl4-7.37.0-70.41 is installed
  • OR libcurl4-32bit-7.37.0-70.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 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
  • MozillaFirefox-31.1.0esr-1.20 is installed
  • OR MozillaFirefox-translations-31.1.0esr-1.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND busybox-1.21.1-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_29-default-5-3.1 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-5-3.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-5-3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • cups-pk-helper-0.2.5-3.75 is installed
  • OR cups-pk-helper-lang-0.2.5-3.75 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libsndfile-1.0.25-36.13 is installed
  • OR libsndfile1-1.0.25-36.13 is installed
  • OR libsndfile1-32bit-1.0.25-36.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libsndfile-1.0.25-36.13 is installed
  • OR libsndfile1-1.0.25-36.13 is installed
  • OR libsndfile1-32bit-1.0.25-36.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • kernel-default-4.4.180-94.103 is installed
  • OR kernel-default-base-4.4.180-94.103 is installed
  • OR kernel-default-devel-4.4.180-94.103 is installed
  • OR kernel-devel-4.4.180-94.103 is installed
  • OR kernel-macros-4.4.180-94.103 is installed
  • OR kernel-source-4.4.180-94.103 is installed
  • OR kernel-syms-4.4.180-94.103 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • kernel-default-4.4.180-94.103 is installed
  • OR kernel-default-base-4.4.180-94.103 is installed
  • OR kernel-default-devel-4.4.180-94.103 is installed
  • OR kernel-devel-4.4.180-94.103 is installed
  • OR kernel-macros-4.4.180-94.103 is installed
  • OR kernel-source-4.4.180-94.103 is installed
  • OR kernel-syms-4.4.180-94.103 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • avahi-0.6.32-32.3 is installed
  • OR avahi-glib2-0.6.32-32.3 is installed
  • OR avahi-lang-0.6.32-32.3 is installed
  • OR avahi-utils-0.6.32-32.3 is installed
  • OR libavahi-client3-0.6.32-32.3 is installed
  • OR libavahi-client3-32bit-0.6.32-32.3 is installed
  • OR libavahi-common3-0.6.32-32.3 is installed
  • OR libavahi-common3-32bit-0.6.32-32.3 is installed
  • OR libavahi-core7-0.6.32-32.3 is installed
  • OR libavahi-glib1-0.6.32-32.3 is installed
  • OR libavahi-glib1-32bit-0.6.32-32.3 is installed
  • OR libdns_sd-0.6.32-32.3 is installed
  • OR libdns_sd-32bit-0.6.32-32.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • avahi-0.6.32-32.3 is installed
  • OR avahi-glib2-0.6.32-32.3 is installed
  • OR avahi-lang-0.6.32-32.3 is installed
  • OR avahi-utils-0.6.32-32.3 is installed
  • OR libavahi-client3-0.6.32-32.3 is installed
  • OR libavahi-client3-32bit-0.6.32-32.3 is installed
  • OR libavahi-common3-0.6.32-32.3 is installed
  • OR libavahi-common3-32bit-0.6.32-32.3 is installed
  • OR libavahi-core7-0.6.32-32.3 is installed
  • OR libavahi-glib1-0.6.32-32.3 is installed
  • OR libavahi-glib1-32bit-0.6.32-32.3 is installed
  • OR libdns_sd-0.6.32-32.3 is installed
  • OR libdns_sd-32bit-0.6.32-32.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • audiofile-0.3.6-11.3 is installed
  • OR libaudiofile1-0.3.6-11.3 is installed
  • OR libaudiofile1-32bit-0.3.6-11.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • audiofile-0.3.6-11.3 is installed
  • OR libaudiofile1-0.3.6-11.3 is installed
  • OR libaudiofile1-32bit-0.3.6-11.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
  • AND
  • libxerces-c-3_1-3.1.1-13.3 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-13.3 is installed
  • OR xerces-c-3.1.1-13.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
  • AND
  • libxerces-c-3_1-3.1.1-13.3 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-13.3 is installed
  • OR xerces-c-3.1.1-13.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • ibus-1.5.13-15.11 is installed
  • OR ibus-gtk-1.5.13-15.11 is installed
  • OR ibus-gtk3-1.5.13-15.11 is installed
  • OR ibus-lang-1.5.13-15.11 is installed
  • OR libibus-1_0-5-1.5.13-15.11 is installed
  • OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • ibus-1.5.13-15.11 is installed
  • OR ibus-gtk-1.5.13-15.11 is installed
  • OR ibus-gtk3-1.5.13-15.11 is installed
  • OR ibus-lang-1.5.13-15.11 is installed
  • OR libibus-1_0-5-1.5.13-15.11 is installed
  • OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_45-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_13-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_45-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_13-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-45.5.0esr-88 is installed
  • OR MozillaFirefox-translations-45.5.0esr-88 is installed
  • OR libfreebl3-3.21.3-50 is installed
  • OR libfreebl3-hmac-3.21.3-50 is installed
  • OR libsoftokn3-3.21.3-50 is installed
  • OR libsoftokn3-hmac-3.21.3-50 is installed
  • OR mozilla-nss-3.21.3-50 is installed
  • OR mozilla-nss-certs-3.21.3-50 is installed
  • OR mozilla-nss-sysinit-3.21.3-50 is installed
  • OR mozilla-nss-tools-3.21.3-50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.36 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_31-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_9-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_121-92_73-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • freetype2-devel-2.3.7-25.32 is installed
  • OR freetype2-devel-32bit-2.3.7-25.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • curl-7.19.7-1.46 is installed
  • OR libcurl-devel-7.19.7-1.46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND apache2-mod_fcgid-2.2-31.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.38-44 is installed
  • OR kernel-default-extra-3.12.38-44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.635-140 is installed
  • OR flash-player-gnome-11.2.202.635-140 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libuuid-devel-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libuuid-devel-2.29.2-3.8 is installed
  • OR util-linux-2.29.2-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.37-2.3 is installed
  • OR libmysqlclient_r18-32bit-10.0.37-2.3 is installed
  • OR mariadb-100-10.0.37-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • libIlmImf-Imf_2_1-21-32bit-2.1.0-6.20 is installed
  • OR openexr-2.1.0-6.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND imobiledevice-tools-1.2.0+git20170122.45fda81-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND mongodb-2.4.3-0.25 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-pycrypto-2.6.1-2.2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-aodh-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-api-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-doc-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-evaluator-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-expirer-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-listener-3.0.4~a0~dev1-2.3.1 is installed
  • OR openstack-aodh-notifier-3.0.4~a0~dev1-2.3.1 is installed
  • OR python-aodh-3.0.4~a0~dev1-2.3.1 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
  • kcoreaddons-5.20.0-6 is installed
  • OR kcoreaddons-devel-5.20.0-6 is installed
  • OR kcoreaddons-devel-32bit-5.21.0-18 is installed
  • OR kcoreaddons-lang-5.20.0-6 is installed
  • OR libKF5CoreAddons5-5.20.0-6 is installed
  • OR libKF5CoreAddons5-32bit-5.21.0-18 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • mongodb-3.4.10-5 is installed
  • OR mongodb-mongoperf-3.4.10-5 is installed
  • OR mongodb-mongos-3.4.10-5 is installed
  • OR mongodb-server-3.4.10-5 is installed
  • OR mongodb-shell-3.4.10-5 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • chromedriver-79.0.3945.88-22 is installed
  • OR chromium-79.0.3945.88-22 is installed
  • BACK