Oval Definition:oval:org.opensuse.security:def:23461
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):1010399
1010405
1010406
1010408
1010409
1010421
1010423
1010424
1010425
1010426
1025108
1027519
1043008
1047281
1074235
1091107
1092611
1103276
1106061
1111622
1111789
1114674
1120374
1122668
1123022
1123161
1124493
1125674
1127034
1128977
1130116
1130972
1133860
1134399
1135335
1135365
1137584
1137990
1139358
1139826
1140652
1140903
1140945
1141181
1141401
1141402
1141452
1141453
1141454
1142023
1142254
1142857
1143045
1143048
1143189
1143191
1143333
1144257
1144273
1144288
1144920
1145920
1145922
1149164
1149429
1152930
1153674
1154738
1162610
1172140
1172437
1173100
1173659
1173661
1173663
1173867
1173869
1173942
1173963
1174247
1174477
1174662
959933
983922
CVE-2016-2830
CVE-2016-5289
CVE-2016-5292
CVE-2016-9063
CVE-2016-9067
CVE-2016-9068
CVE-2016-9069
CVE-2016-9071
CVE-2016-9073
CVE-2016-9075
CVE-2016-9076
CVE-2016-9077
CVE-2017-7789
CVE-2018-18074
CVE-2018-18074
CVE-2018-18311
CVE-2018-20855
CVE-2018-20856
CVE-2018-3646
CVE-2018-5150
CVE-2018-5151
CVE-2018-5152
CVE-2018-5153
CVE-2018-5154
CVE-2018-5155
CVE-2018-5157
CVE-2018-5158
CVE-2018-5159
CVE-2018-5160
CVE-2018-5163
CVE-2018-5164
CVE-2018-5165
CVE-2018-5166
CVE-2018-5167
CVE-2018-5168
CVE-2018-5169
CVE-2018-5172
CVE-2018-5173
CVE-2018-5174
CVE-2018-5175
CVE-2018-5176
CVE-2018-5177
CVE-2018-5178
CVE-2018-5179
CVE-2018-5180
CVE-2018-5181
CVE-2018-5182
CVE-2018-5183
CVE-2019-0155
CVE-2019-10207
CVE-2019-1125
CVE-2019-11757
CVE-2019-11758
CVE-2019-11759
CVE-2019-11760
CVE-2019-11761
CVE-2019-11762
CVE-2019-11763
CVE-2019-11764
CVE-2019-11810
CVE-2019-13631
CVE-2019-13648
CVE-2019-14283
CVE-2019-14284
CVE-2019-14287
CVE-2019-14895
CVE-2019-14901
CVE-2019-15117
CVE-2019-15118
CVE-2019-15666
CVE-2019-15903
CVE-2019-16746
CVE-2019-18680
CVE-2019-19447
CVE-2019-3814
CVE-2019-3819
CVE-2019-3820
CVE-2019-7524
CVE-2019-9458
CVE-2020-10757
CVE-2020-11668
CVE-2020-14331
CVE-2020-14342
CVE-2020-8597
CVE-2020-9862
CVE-2020-9893
CVE-2020-9894
CVE-2020-9895
CVE-2020-9915
CVE-2020-9925
SUSE-SU-2019:2263-1
SUSE-SU-2019:2666-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
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 High Availability Extension 11 SP4
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 Development Tools 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for SAP Applications 15
SUSE Linux Enterprise Module for Toolchain 12
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 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 SP3
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS
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-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
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
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 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-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
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-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
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 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 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
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND dnsmasq-2.71-4.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • libmms-devel-0.6.4-4.4 is installed
  • OR libmms0-0.6.4-4.4 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-requests-2.3.0-1.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • dhcp-4.2.4.P2-0.11.13 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • bind-9.9.6P1-0.22 is installed
  • OR bind-libs-9.9.6P1-0.22 is installed
  • OR bind-libs-32bit-9.9.6P1-0.22 is installed
  • OR bind-utils-9.9.6P1-0.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-1 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libsoup-2_4-1-2.44.2-1 is installed
  • OR libsoup-2_4-1-32bit-2.44.2-1 is installed
  • OR libsoup-lang-2.44.2-1 is installed
  • OR typelib-1_0-Soup-2_4-2.44.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • accountsservice-0.6.42-14 is installed
  • OR accountsservice-lang-0.6.42-14 is installed
  • OR libaccountsservice0-0.6.42-14 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND coolkey-1.1.0-147 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND Package Information
  • hawk-0.6.1-0.17 is installed
  • OR hawk-templates-0.6.1-0.17 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
  • audit-devel-2.8.1-3 is installed
  • OR libaudit1-2.8.1-3 is installed
  • OR libaudit1-32bit-2.8.1-3 is installed
  • OR libauparse0-2.8.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12sp2-docker-image-1.0.2-20180821 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • libSDL2-2_0-0-2.0.8-1 is installed
  • OR libSDL2-devel-2.0.8-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • ImageMagick-7.0.7.34-3.17 is installed
  • OR perl-PerlMagick-7.0.7.34-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.62-60.64.8 is installed
  • OR kernel-ec2-devel-3.12.62-60.64.8 is installed
  • OR kernel-ec2-extra-3.12.62-60.64.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for SAP Applications 15 is installed
  • AND clamsap-0.99.25-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Toolchain 12 is installed
  • AND Package Information
  • cpp5-5.3.1+r233831-9 is installed
  • OR gcc5-5.3.1+r233831-9 is installed
  • OR gcc5-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-ada-5.3.1+r233831-9 is installed
  • OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-c++-5.3.1+r233831-9 is installed
  • OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-info-5.3.1+r233831-9 is installed
  • OR gcc5-locale-5.3.1+r233831-9 is installed
  • OR libada5-5.3.1+r233831-9 is installed
  • OR libada5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-7 is installed
  • OR php5-5.5.14-7 is installed
  • OR php5-bcmath-5.5.14-7 is installed
  • OR php5-bz2-5.5.14-7 is installed
  • OR php5-calendar-5.5.14-7 is installed
  • OR php5-ctype-5.5.14-7 is installed
  • OR php5-curl-5.5.14-7 is installed
  • OR php5-dba-5.5.14-7 is installed
  • OR php5-dom-5.5.14-7 is installed
  • OR php5-enchant-5.5.14-7 is installed
  • OR php5-exif-5.5.14-7 is installed
  • OR php5-fastcgi-5.5.14-7 is installed
  • OR php5-fileinfo-5.5.14-7 is installed
  • OR php5-fpm-5.5.14-7 is installed
  • OR php5-ftp-5.5.14-7 is installed
  • OR php5-gd-5.5.14-7 is installed
  • OR php5-gettext-5.5.14-7 is installed
  • OR php5-gmp-5.5.14-7 is installed
  • OR php5-iconv-5.5.14-7 is installed
  • OR php5-intl-5.5.14-7 is installed
  • OR php5-json-5.5.14-7 is installed
  • OR php5-ldap-5.5.14-7 is installed
  • OR php5-mbstring-5.5.14-7 is installed
  • OR php5-mcrypt-5.5.14-7 is installed
  • OR php5-mysql-5.5.14-7 is installed
  • OR php5-odbc-5.5.14-7 is installed
  • OR php5-openssl-5.5.14-7 is installed
  • OR php5-pcntl-5.5.14-7 is installed
  • OR php5-pdo-5.5.14-7 is installed
  • OR php5-pear-5.5.14-7 is installed
  • OR php5-pgsql-5.5.14-7 is installed
  • OR php5-pspell-5.5.14-7 is installed
  • OR php5-shmop-5.5.14-7 is installed
  • OR php5-snmp-5.5.14-7 is installed
  • OR php5-soap-5.5.14-7 is installed
  • OR php5-sockets-5.5.14-7 is installed
  • OR php5-sqlite-5.5.14-7 is installed
  • OR php5-suhosin-5.5.14-7 is installed
  • OR php5-sysvmsg-5.5.14-7 is installed
  • OR php5-sysvsem-5.5.14-7 is installed
  • OR php5-sysvshm-5.5.14-7 is installed
  • OR php5-tokenizer-5.5.14-7 is installed
  • OR php5-wddx-5.5.14-7 is installed
  • OR php5-xmlreader-5.5.14-7 is installed
  • OR php5-xmlrpc-5.5.14-7 is installed
  • OR php5-xmlwriter-5.5.14-7 is installed
  • OR php5-xsl-5.5.14-7 is installed
  • OR php5-zip-5.5.14-7 is installed
  • OR php5-zlib-5.5.14-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND jakarta-commons-fileupload-1.1.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-52.3.0esr-72.9 is installed
  • OR MozillaFirefox-branding-SLED-52-24.5 is installed
  • OR MozillaFirefox-translations-52.3.0esr-72.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • java-1_5_0-bea-1.5.0.13.1.2-0.1 is installed
  • OR java-1_5_0-bea-console-1.5.0.13.1.2-0.1 is installed
  • OR java-1_5_0-bea-fonts-1.5.0.13.1.2-0.1 is installed
  • OR java-1_5_0-bea-jdbc-1.5.0.13.1.2-0.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • java-1_5_0-bea-1.5.0.13.1.2-0.1 is installed
  • OR java-1_5_0-bea-console-1.5.0.13.1.2-0.1 is installed
  • OR java-1_5_0-bea-fonts-1.5.0.13.1.2-0.1 is installed
  • OR java-1_5_0-bea-jdbc-1.5.0.13.1.2-0.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND apache2-mod_python-3.3.1-147.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND apache2-mod_python-3.3.1-147.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND apache2-mod_python-3.3.1-147.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND apache2-mod_python-3.3.1-147.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • evince-2.28.2-0.7 is installed
  • OR evince-doc-2.28.2-0.7 is installed
  • OR evince-lang-2.28.2-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • evince-2.28.2-0.7 is installed
  • OR evince-doc-2.28.2-0.7 is installed
  • OR evince-lang-2.28.2-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • evince-2.28.2-0.7 is installed
  • OR evince-doc-2.28.2-0.7 is installed
  • OR evince-lang-2.28.2-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • NetworkManager-0.7.0.r4359-15.22 is installed
  • OR NetworkManager-glib-0.7.0.r4359-15.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-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
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.6esr-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.6esr-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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.33 is installed
  • OR libgnutls26-2.4.1-24.39.33 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.33 is installed
  • OR libgnutls26-x86-2.4.1-24.39.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libmysql55client18-5.5.45-0.11 is installed
  • OR libmysql55client18-32bit-5.5.45-0.11 is installed
  • OR libmysql55client18-x86-5.5.45-0.11 is installed
  • OR libmysql55client_r18-5.5.45-0.11 is installed
  • OR mysql-5.5.45-0.11 is installed
  • OR mysql-client-5.5.45-0.11 is installed
  • OR mysql-tools-5.5.45-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libmysql55client18-5.5.45-0.11 is installed
  • OR libmysql55client18-32bit-5.5.45-0.11 is installed
  • OR libmysql55client18-x86-5.5.45-0.11 is installed
  • OR libmysql55client_r18-5.5.45-0.11 is installed
  • OR mysql-5.5.45-0.11 is installed
  • OR mysql-client-5.5.45-0.11 is installed
  • OR mysql-tools-5.5.45-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libmysql55client18-5.5.45-0.11 is installed
  • OR libmysql55client18-32bit-5.5.45-0.11 is installed
  • OR libmysql55client18-x86-5.5.45-0.11 is installed
  • OR libmysql55client_r18-5.5.45-0.11 is installed
  • OR mysql-5.5.45-0.11 is installed
  • OR mysql-client-5.5.45-0.11 is installed
  • OR mysql-tools-5.5.45-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libmysql55client18-5.5.45-0.11 is installed
  • OR libmysql55client18-32bit-5.5.45-0.11 is installed
  • OR libmysql55client18-x86-5.5.45-0.11 is installed
  • OR libmysql55client_r18-5.5.45-0.11 is installed
  • OR mysql-5.5.45-0.11 is installed
  • OR mysql-client-5.5.45-0.11 is installed
  • OR mysql-tools-5.5.45-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libmysql55client18-5.5.45-0.11 is installed
  • OR libmysql55client18-32bit-5.5.45-0.11 is installed
  • OR libmysql55client18-x86-5.5.45-0.11 is installed
  • OR libmysql55client_r18-5.5.45-0.11 is installed
  • OR mysql-5.5.45-0.11 is installed
  • OR mysql-client-5.5.45-0.11 is installed
  • OR mysql-tools-5.5.45-0.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • glib2-2.22.5-0.8.8 is installed
  • OR glib2-doc-2.22.5-0.8.8 is installed
  • OR glib2-lang-2.22.5-0.8.8 is installed
  • OR libgio-2_0-0-2.22.5-0.8.8 is installed
  • OR libgio-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgio-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libglib-2_0-0-2.22.5-0.8.8 is installed
  • OR libglib-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libglib-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libgmodule-2_0-0-2.22.5-0.8.8 is installed
  • OR libgmodule-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgmodule-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libgobject-2_0-0-2.22.5-0.8.8 is installed
  • OR libgobject-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgobject-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libgthread-2_0-0-2.22.5-0.8.8 is installed
  • OR libgthread-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgthread-2_0-0-x86-2.22.5-0.8.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • salt-2016.11.4-43.7.1 is installed
  • OR salt-doc-2016.11.4-43.7.1 is installed
  • OR salt-minion-2016.11.4-43.7.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • libvirt-1.0.5.9-21.5 is installed
  • OR libvirt-client-1.0.5.9-21.5 is installed
  • OR libvirt-client-32bit-1.0.5.9-21.5 is installed
  • OR libvirt-doc-1.0.5.9-21.5 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-21.5 is installed
  • OR libvirt-python-1.0.5.9-21.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libvirt-1.0.5.9-21.5 is installed
  • OR libvirt-client-1.0.5.9-21.5 is installed
  • OR libvirt-client-32bit-1.0.5.9-21.5 is installed
  • OR libvirt-doc-1.0.5.9-21.5 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-21.5 is installed
  • OR libvirt-python-1.0.5.9-21.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • libvirt-1.0.5.9-21.5 is installed
  • OR libvirt-client-1.0.5.9-21.5 is installed
  • OR libvirt-client-32bit-1.0.5.9-21.5 is installed
  • OR libvirt-doc-1.0.5.9-21.5 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-21.5 is installed
  • OR libvirt-python-1.0.5.9-21.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libvirt-1.0.5.9-21.5 is installed
  • OR libvirt-client-1.0.5.9-21.5 is installed
  • OR libvirt-client-32bit-1.0.5.9-21.5 is installed
  • OR libvirt-doc-1.0.5.9-21.5 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-21.5 is installed
  • OR libvirt-python-1.0.5.9-21.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.16 is installed
  • OR xen-doc-html-4.2.5_21-45.16 is installed
  • OR xen-doc-pdf-4.2.5_21-45.16 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.8-45.16 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.8-45.16 is installed
  • OR xen-libs-4.2.5_21-45.16 is installed
  • OR xen-libs-32bit-4.2.5_21-45.16 is installed
  • OR xen-tools-4.2.5_21-45.16 is installed
  • OR xen-tools-domU-4.2.5_21-45.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.16 is installed
  • OR xen-doc-html-4.2.5_21-45.16 is installed
  • OR xen-doc-pdf-4.2.5_21-45.16 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.8-45.16 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.8-45.16 is installed
  • OR xen-libs-4.2.5_21-45.16 is installed
  • OR xen-libs-32bit-4.2.5_21-45.16 is installed
  • OR xen-tools-4.2.5_21-45.16 is installed
  • OR xen-tools-domU-4.2.5_21-45.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND clamav-0.99.2-0.19.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libopensc2-0.11.6-5.27.3 is installed
  • OR libopensc2-32bit-0.11.6-5.27.3 is installed
  • OR opensc-0.11.6-5.27.3 is installed
  • OR opensc-32bit-0.11.6-5.27.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libopensc2-0.11.6-5.27.3 is installed
  • OR libopensc2-32bit-0.11.6-5.27.3 is installed
  • OR opensc-0.11.6-5.27.3 is installed
  • OR opensc-32bit-0.11.6-5.27.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND LibVNCServer-0.9.1-160.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND LibVNCServer-0.9.1-160.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND libcgroup1-0.41.rc1-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND ant-1.9.4-1.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • ImageMagick-6.8.8.1-59 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-59 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • ImageMagick-6.8.8.1-59 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-59 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-59 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • bind-9.9.6P1-30.2 is installed
  • OR bind-chrootenv-9.9.6P1-30.2 is installed
  • OR bind-doc-9.9.6P1-30.2 is installed
  • OR bind-libs-9.9.6P1-30.2 is installed
  • OR bind-libs-32bit-9.9.6P1-30.2 is installed
  • OR bind-utils-9.9.6P1-30.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_85-default-6-2 is installed
  • OR kgraft-patch-3_12_74-60_64_85-xen-6-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_26-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_85-default-6-2 is installed
  • OR kgraft-patch-3_12_74-60_64_85-xen-6-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_26-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • xen-4.5.5_12-22.18.1 is installed
  • OR xen-doc-html-4.5.5_12-22.18.1 is installed
  • OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18.1 is installed
  • OR xen-libs-4.5.5_12-22.18.1 is installed
  • OR xen-libs-32bit-4.5.5_12-22.18.1 is installed
  • OR xen-tools-4.5.5_12-22.18.1 is installed
  • OR xen-tools-domU-4.5.5_12-22.18.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND rsync-3.1.0-13.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND rsync-3.1.0-13.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • bash-4.3-78.39 is installed
  • OR bash-doc-4.3-78.39 is installed
  • OR libreadline6-6.3-78.39 is installed
  • OR libreadline6-32bit-6.3-78.39 is installed
  • OR readline-doc-6.3-78.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • gnutls-3.2.15-18.6 is installed
  • OR libgnutls-openssl27-3.2.15-18.6 is installed
  • OR libgnutls28-3.2.15-18.6 is installed
  • OR libgnutls28-32bit-3.2.15-18.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • gnutls-3.2.15-18.6 is installed
  • OR libgnutls-openssl27-3.2.15-18.6 is installed
  • OR libgnutls28-3.2.15-18.6 is installed
  • OR libgnutls28-32bit-3.2.15-18.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libmysqlclient18-10.0.35-29.20 is installed
  • OR libmysqlclient18-32bit-10.0.35-29.20 is installed
  • OR mariadb-10.0.35-29.20 is installed
  • OR mariadb-client-10.0.35-29.20 is installed
  • OR mariadb-errormessages-10.0.35-29.20 is installed
  • OR mariadb-tools-10.0.35-29.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libmysqlclient18-10.0.35-29.20 is installed
  • OR libmysqlclient18-32bit-10.0.35-29.20 is installed
  • OR mariadb-10.0.35-29.20 is installed
  • OR mariadb-client-10.0.35-29.20 is installed
  • OR mariadb-errormessages-10.0.35-29.20 is installed
  • OR mariadb-tools-10.0.35-29.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_74-92_29-default-9-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-9-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-9-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-9-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libwireshark8-2.2.8-48.6 is installed
  • OR libwiretap6-2.2.8-48.6 is installed
  • OR libwscodecs1-2.2.8-48.6 is installed
  • OR libwsutil7-2.2.8-48.6 is installed
  • OR wireshark-2.2.8-48.6 is installed
  • OR wireshark-gtk-2.2.8-48.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libwireshark8-2.2.8-48.6 is installed
  • OR libwiretap6-2.2.8-48.6 is installed
  • OR libwscodecs1-2.2.8-48.6 is installed
  • OR libwsutil7-2.2.8-48.6 is installed
  • OR wireshark-2.2.8-48.6 is installed
  • OR wireshark-gtk-2.2.8-48.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_97-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-10-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_180-94_97-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_26-10-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS 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-default-man-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 kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS 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-default-man-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 kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • xen-4.9.2_10-3.41 is installed
  • OR xen-doc-html-4.9.2_10-3.41 is installed
  • OR xen-libs-4.9.2_10-3.41 is installed
  • OR xen-libs-32bit-4.9.2_10-3.41 is installed
  • OR xen-tools-4.9.2_10-3.41 is installed
  • OR xen-tools-domU-4.9.2_10-3.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • xen-4.9.2_10-3.41 is installed
  • OR xen-doc-html-4.9.2_10-3.41 is installed
  • OR xen-libs-4.9.2_10-3.41 is installed
  • OR xen-libs-32bit-4.9.2_10-3.41 is installed
  • OR xen-tools-4.9.2_10-3.41 is installed
  • OR xen-tools-domU-4.9.2_10-3.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND mailman-2.1.17-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND mailman-2.1.17-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-ESPOS 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-ESPOS 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 binutils-2.32-9.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND binutils-2.32-9.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND libvdpau1-1.1.1-6 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 SP2 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 12 is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-81 is installed
  • OR MozillaFirefox-translations-45.4.0esr-81 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-94 is installed
  • OR libopenssl0_9_8-0.9.8j-94 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_90-92_50-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_15-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26 is installed
  • OR ImageMagick-devel-6.4.3.6-7.26 is installed
  • OR libMagick++-devel-6.4.3.6-7.26 is installed
  • OR libMagick++1-6.4.3.6-7.26 is installed
  • OR libMagickWand1-6.4.3.6-7.26 is installed
  • OR libMagickWand1-32bit-6.4.3.6-7.26 is installed
  • OR perl-PerlMagick-6.4.3.6-7.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-devel-31.8.0esr-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-devel-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-devel-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • boost-devel-1.36.0-12.6 is installed
  • OR boost-devel-32bit-1.36.0-12.6 is installed
  • OR boost-doc-1.36.0-12.6 is installed
  • OR libboost_date_time1_36_0-1.36.0-12.6 is installed
  • OR libboost_date_time1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_filesystem1_36_0-1.36.0-12.6 is installed
  • OR libboost_filesystem1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_graph1_36_0-1.36.0-12.6 is installed
  • OR libboost_graph1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_iostreams1_36_0-1.36.0-12.6 is installed
  • OR libboost_iostreams1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_math1_36_0-1.36.0-12.6 is installed
  • OR libboost_math1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_mpi1_36_0-1.36.0-12.6 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.6 is installed
  • OR libboost_program_options1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_python1_36_0-1.36.0-12.6 is installed
  • OR libboost_python1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_regex1_36_0-1.36.0-12.6 is installed
  • OR libboost_regex1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_serialization1_36_0-1.36.0-12.6 is installed
  • OR libboost_serialization1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_signals1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_system1_36_0-1.36.0-12.6 is installed
  • OR libboost_system1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_test1_36_0-1.36.0-12.6 is installed
  • OR libboost_test1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_thread1_36_0-1.36.0-12.6 is installed
  • OR libboost_thread1_36_0-32bit-1.36.0-12.6 is installed
  • OR libboost_wave1_36_0-1.36.0-12.6 is installed
  • OR libboost_wave1_36_0-32bit-1.36.0-12.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.51-52.34 is installed
  • OR kernel-default-extra-3.12.51-52.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.644-149 is installed
  • OR flash-player-gnome-11.2.202.644-149 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gnome-shell-3.20.4-77.7 is installed
  • OR gnome-shell-calendar-3.20.4-77.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.65 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.65 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.65 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libqt4-4.8.7-8.13 is installed
  • OR libqt4-sql-mysql-32bit-4.8.7-8.13 is installed
  • OR libqt4-sql-plugins-4.8.7-8.13 is installed
  • OR libqt4-sql-postgresql-4.8.7-8.13 is installed
  • OR libqt4-sql-postgresql-32bit-4.8.7-8.13 is installed
  • OR libqt4-sql-sqlite-32bit-4.8.7-8.13 is installed
  • OR libqt4-sql-unixODBC-4.8.7-8.13 is installed
  • OR libqt4-sql-unixODBC-32bit-4.8.7-8.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • colord-1.4.2-1 is installed
  • OR colord-gtk-lang-0.1.26-1 is installed
  • OR colord-lang-1.4.2-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-Jinja2-2.7.3-15.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 phpMyAdmin-4.9.2-37 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
  • BACK