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



The SUSE Linux Enterprise 12 SP5 kernel was updated.

The following security bugs were fixed:

- CVE-2021-4083: Fixed a race condition with Unix domain socket garbage collection that can lead to read memory after free. (bsc#1193727) - CVE-2021-4149: Fixed an improper lock operation in btrfs which allows users to crash the kernel or deadlock the system. (bsc#1194001) - CVE-2021-45485: Fixed an information leak because of certain use of a hash table which use IPv6 source addresses. (bsc#1194094) - CVE-2021-45486: Fixed an information leak because the hash table is very small in net/ipv4/route.c. (bsc#1194087) - CVE-2021-0920: Fixed a local privilege escalation due to an use after free bug in unix_gc. (bsc#1193731) - CVE-2021-28715: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by do not queueing unlimited number of packages. (bsc#1193442) - CVE-2021-28714: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by fixing rx queue stall detection. (bsc#1193442) - CVE-2021-28713: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening hvc_xen against event channel storms. (bsc#1193440) - CVE-2021-28712: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening netfront against event channel storms. (bsc#1193440) - CVE-2021-28711: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening blkfront against event channel storms. (bsc#1193440) - CVE-2018-25020: Fixed an issue in the BPF subsystem in the Linux kernel mishandled situations with a long jump over an instruction sequence where inner instructions require substantial expansions into multiple BPF instructions, leading to an overflow. (bsc#1193575) - CVE-2021-4002: Added a missing TLB flush that could lead to leak or corruption of data in hugetlbfs. (bsc#1192946) - CVE-2021-0935: Fixed out of bounds write due to a use after free which could lead to local escalation of privilege with System execution privileges needed in ip6_xmit. (bsc#1192032) - CVE-2019-15126: Fixed a vulnerability in Broadcom and Cypress Wi-Fi chips, used in RPi family of devices aka 'Kr00k'. (bsc#1167162) - CVE-2021-33098: Fixed a potential denial of service in Intel(R) Ethernet ixgbe driver due to improper input validation. (bsc#1192877) - CVE-2021-43975: Fixed a flaw in hw_atl_utils_fw_rpc_wait that could allow an attacker (who can introduce a crafted device) to trigger an out-of-bounds write via a crafted length value. (bsc#1192845) - CVE-2021-43976: Fixed a flaw that could allow an attacker (who can connect a crafted USB device) to cause a denial of service. (bsc#1192847) - CVE-2020-27820: Fixed a vulnerability where a use-after-frees in nouveau's postclose() handler could happen if removing device. (bsc#1179599)

The following non-security bugs were fixed:

- blk-mq: do not deactivate hctx if managed irq isn't used (bsc#1185762). - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22913) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22913). - cifs: Add new mount parameter 'acdirmax' to allow caching directory metadata (bsc#1190317). - cifs: Add new parameter 'acregmax' for distinct file and directory metadata timeout (bsc#1190317). - cifs: convert list_for_each to entry variant (jsc#SLE-20656). - cifs: convert revalidate of directories to using directory metadata cache timeout (bsc#1190317). - cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED (bsc#1190317). - cifs: fiemap: do not return EINVAL if get nothing (bsc#1190317). - cifs: Fix a potencially linear read overflow (git-fixes). - cifs: fix a sign extension bug (git-fixes). - cifs: fix incorrect check for null pointer in header_assemble (bsc#1190317). - cifs: fix memory leak of smb3_fs_context_dup::server_hostname (bsc#1190317). - cifs: fix missed refcounting of ipc tcon (git-fixes). - cifs: fix potential use-after-free bugs (jsc#SLE-20656). - cifs: fix print of hdr_flags in dfscache_proc_show() (jsc#SLE-20656). - cifs: fix wrong release in sess_alloc_buffer() failed path (bsc#1190317). - cifs: for compound requests, use open handle if possible (bsc#1190317). - cifs: introduce new helper for cifs_reconnect() (jsc#SLE-20656). - cifs: move to generic async completion (bsc#1190317). - cifs: nosharesock should be set on new server (git-fixes). - cifs: nosharesock should not share socket with future sessions (bsc#1190317). - cifs: On cifs_reconnect, resolve the hostname again (bsc#1190317). - cifs: properly invalidate cached root handle when closing it (bsc#1190317). - cifs: release lock earlier in dequeue_mid error case (bsc#1190317). - cifs: set a minimum of 120s for next dns resolution (bsc#1190317). - cifs: Simplify reconnect code when dfs upcall is enabled (bsc#1190317). - cifs: split out dfs code from cifs_reconnect() (jsc#SLE-20656). - cifs: support nested dfs links over reconnect (jsc#SLE-20656). - cifs: support share failover when remounting (jsc#SLE-20656). - cifs: To match file servers, make sure the server hostname matches (bsc#1190317). - config: disable unprivileged BPF by default (jsc#SLE-22913) Backport of mainline commit 8a03e56b253e ('bpf: Disallow unprivileged bpf by default') only changes kconfig default, used e.g. for 'make oldconfig' when the config option is missing, but does not update our kernel configs used for build. Update also these to make sure unprivileged BPF is really disabled by default. - config: INPUT_EVBUG=n (bsc#1192974). Debug driver unsuitable for production, only enabled on ppc64. - constraints: Build aarch64 on recent ARMv8.1 builders. Request asimdrdm feature which is available only on recent ARMv8.1 CPUs. This should prevent scheduling the kernel on an older slower builder. - cred: allow get_cred() and put_cred() to be given NULL (git-fixes). - EDAC/amd64: Handle three rank interleaving mode (bsc#1114648). - elfcore: correct reference to CONFIG_UML (git-fixes). - elfcore: fix building with clang (bsc#1169514). - fuse: release pipe buf after last use (bsc#1193318). - genirq: Move initial affinity setup to irq_startup() (bsc#1193231). - genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1193231). - genirq: Remove mask argument from setup_affinity() (bsc#1193231). - genirq: Rename setup_affinity() to irq_setup_affinity() (bsc#1193231). - genirq: Split out irq_startup() code (bsc#1193231). - kprobes: Limit max data_size of the kretprobe instances (bsc#1193669). - lpfc: Reintroduce old IRQ probe logic (bsc#1183897). - md: fix a lock order reversal in md_alloc (git-fixes). - net: hso: fix control-request directions (git-fixes). - net: hso: fix muxed tty registration (git-fixes). - net: lan78xx: fix division by zero in send path (git-fixes). - net: mana: Allow setting the number of queues while the NIC is down (jsc#SLE-18779, bsc#1185727). - net: mana: Fix spelling mistake 'calledd' -> 'called' (jsc#SLE-18779, bsc#1185727). - net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (jsc#SLE-18779, bsc#1185727). - net: mana: Improve the HWC error handling (jsc#SLE-18779, bsc#1185727). - net: mana: Support hibernation and kexec (jsc#SLE-18779, bsc#1185727). - net: mana: Use kcalloc() instead of kzalloc() (jsc#SLE-18779, bsc#1185727). - net: pegasus: fix uninit-value in get_interrupt_interval (git-fixes). - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of '0' if no IRQ is available (git-fixes). - nfsd: do not alloc under spinlock in rpc_parse_scope_id (git-fixes). - nfsd: Handle the NFSv4 READDIR 'dircount' hint being zero (git-fixes). - nvme-fc: avoid race between time out and tear down (bsc#1185762). - nvme-fc: remove freeze/unfreeze around update_nr_hw_queues (bsc#1185762). - nvme-fc: update hardware queues before using them (bsc#1185762). - nvme-fc: wait for queues to freeze before calling update_hr_hw_queues (bsc#1183678). - nvme-pci: add NO APST quirk for Kioxia device (git-fixes). - objtool: Support Clang non-section symbols in ORC generation (bsc#1169514). - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' (git-fixes). - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes). - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds (git-fixes). - printk: Remove printk.h inclusion in percpu.h (bsc#1192987). - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request (git-fixes). - scsi: core: Fix bad pointer dereference when ehandler kthread is invalid (git-fixes). - scsi: core: Put LLD module refcnt after SCSI device is released (git-fixes). - scsi: iscsi: Adjust iface sysfs attr detection (git-fixes). - scsi: lpfc: Add additional debugfs support for CMF (bsc1192145). - scsi: lpfc: Adjust CMF total bytes and rxmonitor (bsc1192145). - scsi: lpfc: Cap CMF read bytes to MBPI (bsc1192145). - scsi: lpfc: Change return code on I/Os received during link bounce (bsc1192145). - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (bsc1192145). - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (bsc1192145). - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (bsc#1189126). - scsi: lpfc: Fix NPIV port deletion crash (bsc1192145). - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (bsc1192145). - scsi: lpfc: Update lpfc version to 14.0.0.4 (bsc1192145). - scsi: mpt3sas: Fix kernel panic during drive powercycle test (git-fixes). - scsi: qla2xxx: edif: Fix app start delay (git-fixes). - scsi: qla2xxx: edif: Fix app start fail (git-fixes). - scsi: qla2xxx: edif: Fix EDIF bsg (git-fixes). - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() (git-fixes). - scsi: qla2xxx: edif: Flush stale events and msgs on session down (git-fixes). - scsi: qla2xxx: edif: Increase ELS payload (git-fixes). - scsi: qla2xxx: Fix gnl list corruption (git-fixes). - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() (git-fixes). - scsi: qla2xxx: Format log strings only if needed (git-fixes). - scsi: qla2xxx: Relogin during fabric disturbance (git-fixes). - smb3: add additional null check in SMB2_ioctl (bsc#1190317). - smb3: add additional null check in SMB2_open (bsc#1190317). - smb3: add additional null check in SMB2_tcon (bsc#1190317). - smb3: correct server pointer dereferencing check to be more consistent (bsc#1190317). - smb3: correct smb3 ACL security descriptor (bsc#1190317). - smb3: do not error on fsync when readonly (bsc#1190317). - smb3: remove trivial dfs compile warning (jsc#SLE-20656). - SUNRPC: async tasks mustn't block waiting for memory (bsc#1191876 bsc#1192866). - SUNRPC: async tasks mustn't block waiting for memory (bsc#1191876 bsc#1192866). - SUNRPC: async tasks mustn't block waiting for memory (bsc#1191876 bsc#1192866). - SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC (bsc#1191876 bsc#1192866). - swiotlb-xen: avoid double free (git-fixes). - tracing: Check pid filtering when creating events (git-fixes). - tracing: Fix pid filtering when triggers are attached (git-fixes). - tracing: use %ps format string to print symbols (git-fixes). - tty: hvc: replace BUG_ON() with negative return value (git-fixes). - USB: Add compatibility quirk flags for iODD 2531/2541 (git-fixes). - USB: dwc2: hcd_queue: Fix use of floating point literal (git-fixes). - USB: serial: option: add Fibocom FM101-GL variants (git-fixes). - USB: serial: option: add prod. id for Quectel EG91 (git-fixes). - USB: serial: option: add Quectel EC200S-CN module support (git-fixes). - USB: serial: option: add Telit LE910Cx composition 0x1204 (git-fixes). - USB: serial: option: add Telit LE910S1 0x9200 composition (git-fixes). - USB: serial: qcserial: add EM9191 QDL support (git-fixes). - x86/msi: Force affinity setup before startup (bsc#1193231). - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT (bsc#1114648). - x86/sme: Explicitly map new EFI memmap table as encrypted (bsc#1114648). - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() (bsc#1114648). - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (bsc#1169514). - x86/xen: swap NX determination and GDT setup on BSP (git-fixes). - xen-pciback: redo VF placement in the virtual topology (git-fixes). - xen: sync include/xen/interface/io/ring.h with Xen's newest version (git-fixes). - xen/blkfront: do not take local copy of a request from the ring page (git-fixes). - xen/blkfront: do not trust the backend response data blindly (git-fixes). - xen/blkfront: read response from backend only once (git-fixes). - xen/netfront: disentangle tx_skb_freelist (git-fixes). - xen/netfront: do not read data from request on the ring page (git-fixes). - xen/netfront: do not trust the backend response data blindly (git-fixes). - xen/netfront: read response from backend only once (git-fixes). - xen/x86: fix PV trap handling on secondary processors (git-fixes).
Family:unixClass:patch
Status:Reference(s):1004924
1005274
1005480
1005893
1006221
1016366
1016369
1024130
1056277
1085130
1085671
1087059
1094204
1094237
1095812
1098545
1098546
1100365
1102003
1102004
1102005
1102007
1104199
1114648
1117951
1124431
1127080
1131291
1139073
1141035
1155988
1167162
1169514
1172073
1172906
1172935
1173197
1179599
1183678
1183897
1184804
1185727
1185762
1187167
1189126
1189158
1189305
1189841
1190317
1190358
1190428
1191229
1191384
1191731
1191876
1192032
1192145
1192267
1192740
1192845
1192847
1192866
1192877
1192946
1192974
1192987
1193231
1193306
1193318
1193440
1193442
1193575
1193669
1193727
1193731
1194001
1194087
1194094
801663
803712
808085
808269
817210
820917
820919
820920
823011
823608
823786
824676
826882
828623
833251
833796
834751
839596
839600
839618
840196
840592
841766
842511
845520
890228
897262
899756
924663
928962
930721
934401
938412
938906
942317
950944
956988
961721
962736
962737
962738
962739
CVE-2013-1432
CVE-2013-1442
CVE-2013-2194
CVE-2013-2195
CVE-2013-2196
CVE-2013-2211
CVE-2013-4329
CVE-2013-4355
CVE-2013-4361
CVE-2013-4368
CVE-2013-4416
CVE-2014-3634
CVE-2014-3683
CVE-2014-9761
CVE-2015-2582
CVE-2015-2611
CVE-2015-2617
CVE-2015-2620
CVE-2015-2639
CVE-2015-2641
CVE-2015-2643
CVE-2015-2648
CVE-2015-2661
CVE-2015-3152
CVE-2015-4000
CVE-2015-4737
CVE-2015-4752
CVE-2015-4756
CVE-2015-4757
CVE-2015-4761
CVE-2015-4767
CVE-2015-4769
CVE-2015-4771
CVE-2015-4772
CVE-2015-7547
CVE-2015-8776
CVE-2015-8777
CVE-2015-8778
CVE-2015-8779
CVE-2016-10009
CVE-2016-10011
CVE-2016-6911
CVE-2016-8670
CVE-2016-8858
CVE-2017-13758
CVE-2017-18271
CVE-2017-3135
CVE-2018-10805
CVE-2018-10915
CVE-2018-11251
CVE-2018-12599
CVE-2018-12600
CVE-2018-14348
CVE-2018-14434
CVE-2018-14435
CVE-2018-14436
CVE-2018-14437
CVE-2018-25020
CVE-2018-5125
CVE-2018-5127
CVE-2018-5129
CVE-2018-5130
CVE-2018-5131
CVE-2018-5144
CVE-2018-5145
CVE-2018-5146
CVE-2018-5147
CVE-2018-5148
CVE-2019-11135
CVE-2019-11139
CVE-2019-15126
CVE-2019-1559
CVE-2020-14093
CVE-2020-14154
CVE-2020-14954
CVE-2020-27820
CVE-2021-0920
CVE-2021-0935
CVE-2021-28711
CVE-2021-28712
CVE-2021-28713
CVE-2021-28714
CVE-2021-28715
CVE-2021-33098
CVE-2021-4002
CVE-2021-4083
CVE-2021-4149
CVE-2021-43975
CVE-2021-43976
CVE-2021-45485
CVE-2021-45486
SUSE-SU-2015:1788-1
SUSE-SU-2016:0472-1
SUSE-SU-2017:0595-1
SUSE-SU-2018:0907-1
SUSE-SU-2018:2142-1
SUSE-SU-2019:14217-1
SUSE-SU-2020:14414-1
SUSE-SU-2022:0080-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
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 Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Basesystem 15 SP1
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Desktop Applications 15 SP1
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Development Tools 15 SP1
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
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-BCL
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 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
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-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
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 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 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
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 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 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 Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 6-LTSS
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud Crowbar 9
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • gnutls-3.6.7-lp150.9 is installed
  • OR gnutls-guile-3.6.7-lp150.9 is installed
  • OR libgnutls-dane-devel-3.6.7-lp150.9 is installed
  • OR libgnutls-dane0-3.6.7-lp150.9 is installed
  • OR libgnutls-devel-3.6.7-lp150.9 is installed
  • OR libgnutls-devel-32bit-3.6.7-lp150.9 is installed
  • OR libgnutls30-3.6.7-lp150.9 is installed
  • OR libgnutls30-32bit-3.6.7-lp150.9 is installed
  • OR libgnutlsxx-devel-3.6.7-lp150.9 is installed
  • OR libgnutlsxx28-3.6.7-lp150.9 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • MozillaFirefox-52.2-58 is installed
  • OR MozillaFirefox-translations-common-52.2-58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND gzip-1.6-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • boost-1.54.0-15 is installed
  • OR boost-license1_54_0-1.54.0-15 is installed
  • OR cmis-client-0.5.1-8 is installed
  • OR hunspell-1.3.2-18 is installed
  • OR hunspell-32bit-1.3.2-18 is installed
  • OR hunspell-tools-1.3.2-18 is installed
  • OR hyphen-2.8.8-12 is installed
  • OR libOpenCOLLADA0-1_3335ac1-2 is installed
  • OR libboost_atomic1_54_0-1.54.0-15 is installed
  • OR libboost_date_time1_54_0-1.54.0-15 is installed
  • OR libboost_filesystem1_54_0-1.54.0-15 is installed
  • OR libboost_iostreams1_54_0-1.54.0-15 is installed
  • OR libboost_program_options1_54_0-1.54.0-15 is installed
  • OR libboost_regex1_54_0-1.54.0-15 is installed
  • OR libboost_signals1_54_0-1.54.0-15 is installed
  • OR libboost_system1_54_0-1.54.0-15 is installed
  • OR libboost_thread1_54_0-1.54.0-15 is installed
  • OR libcmis-0_5-5-0.5.1-8 is installed
  • OR libetonyek-0.1.6-6 is installed
  • OR libetonyek-0_1-1-0.1.6-6 is installed
  • OR libhyphen0-2.8.8-12 is installed
  • OR libixion-0.11.0-6 is installed
  • OR libixion-0_11-0-0.11.0-6 is installed
  • OR liborcus-0.11.0-6 is installed
  • OR liborcus-0_11-0-0.11.0-6 is installed
  • OR libreoffice-5.1.3.2-22 is installed
  • OR libreoffice-base-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-mysql-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-postgresql-5.1.3.2-22 is installed
  • OR libreoffice-calc-5.1.3.2-22 is installed
  • OR libreoffice-calc-extensions-5.1.3.2-22 is installed
  • OR libreoffice-draw-5.1.3.2-22 is installed
  • OR libreoffice-filters-optional-5.1.3.2-22 is installed
  • OR libreoffice-gnome-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-galaxy-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-tango-5.1.3.2-22 is installed
  • OR libreoffice-impress-5.1.3.2-22 is installed
  • OR libreoffice-l10n-af-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ar-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ca-5.1.3.2-22 is installed
  • OR libreoffice-l10n-cs-5.1.3.2-22 is installed
  • OR libreoffice-l10n-da-5.1.3.2-22 is installed
  • OR libreoffice-l10n-de-5.1.3.2-22 is installed
  • OR libreoffice-l10n-en-5.1.3.2-22 is installed
  • OR libreoffice-l10n-es-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fr-5.1.3.2-22 is installed
  • OR libreoffice-l10n-gu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-it-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ja-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ko-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nb-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nn-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-BR-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-PT-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ru-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sk-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sv-5.1.3.2-22 is installed
  • OR libreoffice-l10n-xh-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hans-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hant-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zu-5.1.3.2-22 is installed
  • OR libreoffice-mailmerge-5.1.3.2-22 is installed
  • OR libreoffice-math-5.1.3.2-22 is installed
  • OR libreoffice-officebean-5.1.3.2-22 is installed
  • OR libreoffice-pyuno-5.1.3.2-22 is installed
  • OR libreoffice-writer-5.1.3.2-22 is installed
  • OR libreoffice-writer-extensions-5.1.3.2-22 is installed
  • OR libvisio-0.1.5-7 is installed
  • OR libvisio-0_1-1-0.1.5-7 is installed
  • OR libwps-0.4.2-6 is installed
  • OR libwps-0_4-4-0.4.2-6 is installed
  • OR myspell-af_NA-20160511-11 is installed
  • OR myspell-af_ZA-20160511-11 is installed
  • OR myspell-ar-20160511-11 is installed
  • OR myspell-ar_AE-20160511-11 is installed
  • OR myspell-ar_BH-20160511-11 is installed
  • OR myspell-ar_DZ-20160511-11 is installed
  • OR myspell-ar_EG-20160511-11 is installed
  • OR myspell-ar_IQ-20160511-11 is installed
  • OR myspell-ar_JO-20160511-11 is installed
  • OR myspell-ar_KW-20160511-11 is installed
  • OR myspell-ar_LB-20160511-11 is installed
  • OR myspell-ar_LY-20160511-11 is installed
  • OR myspell-ar_MA-20160511-11 is installed
  • OR myspell-ar_OM-20160511-11 is installed
  • OR myspell-ar_QA-20160511-11 is installed
  • OR myspell-ar_SA-20160511-11 is installed
  • OR myspell-ar_SD-20160511-11 is installed
  • OR myspell-ar_SY-20160511-11 is installed
  • OR myspell-ar_TN-20160511-11 is installed
  • OR myspell-ar_YE-20160511-11 is installed
  • OR myspell-be_BY-20160511-11 is installed
  • OR myspell-bg_BG-20160511-11 is installed
  • OR myspell-bn_BD-20160511-11 is installed
  • OR myspell-bn_IN-20160511-11 is installed
  • OR myspell-bs-20160511-11 is installed
  • OR myspell-bs_BA-20160511-11 is installed
  • OR myspell-ca-20160511-11 is installed
  • OR myspell-ca_AD-20160511-11 is installed
  • OR myspell-ca_ES-20160511-11 is installed
  • OR myspell-ca_ES_valencia-20160511-11 is installed
  • OR myspell-ca_FR-20160511-11 is installed
  • OR myspell-ca_IT-20160511-11 is installed
  • OR myspell-cs_CZ-20160511-11 is installed
  • OR myspell-da_DK-20160511-11 is installed
  • OR myspell-de-20160511-11 is installed
  • OR myspell-de_AT-20160511-11 is installed
  • OR myspell-de_CH-20160511-11 is installed
  • OR myspell-de_DE-20160511-11 is installed
  • OR myspell-dictionaries-20160511-11 is installed
  • OR myspell-el_GR-20160511-11 is installed
  • OR myspell-en-20160511-11 is installed
  • OR myspell-en_AU-20160511-11 is installed
  • OR myspell-en_BS-20160511-11 is installed
  • OR myspell-en_BZ-20160511-11 is installed
  • OR myspell-en_CA-20160511-11 is installed
  • OR myspell-en_GB-20160511-11 is installed
  • OR myspell-en_GH-20160511-11 is installed
  • OR myspell-en_IE-20160511-11 is installed
  • OR myspell-en_IN-20160511-11 is installed
  • OR myspell-en_JM-20160511-11 is installed
  • OR myspell-en_MW-20160511-11 is installed
  • OR myspell-en_NA-20160511-11 is installed
  • OR myspell-en_NZ-20160511-11 is installed
  • OR myspell-en_PH-20160511-11 is installed
  • OR myspell-en_TT-20160511-11 is installed
  • OR myspell-en_US-20160511-11 is installed
  • OR myspell-en_ZA-20160511-11 is installed
  • OR myspell-en_ZW-20160511-11 is installed
  • OR myspell-es-20160511-11 is installed
  • OR myspell-es_AR-20160511-11 is installed
  • OR myspell-es_BO-20160511-11 is installed
  • OR myspell-es_CL-20160511-11 is installed
  • OR myspell-es_CO-20160511-11 is installed
  • OR myspell-es_CR-20160511-11 is installed
  • OR myspell-es_CU-20160511-11 is installed
  • OR myspell-es_DO-20160511-11 is installed
  • OR myspell-es_EC-20160511-11 is installed
  • OR myspell-es_ES-20160511-11 is installed
  • OR myspell-es_GT-20160511-11 is installed
  • OR myspell-es_HN-20160511-11 is installed
  • OR myspell-es_MX-20160511-11 is installed
  • OR myspell-es_NI-20160511-11 is installed
  • OR myspell-es_PA-20160511-11 is installed
  • OR myspell-es_PE-20160511-11 is installed
  • OR myspell-es_PR-20160511-11 is installed
  • OR myspell-es_PY-20160511-11 is installed
  • OR myspell-es_SV-20160511-11 is installed
  • OR myspell-es_UY-20160511-11 is installed
  • OR myspell-es_VE-20160511-11 is installed
  • OR myspell-et_EE-20160511-11 is installed
  • OR myspell-fr_BE-20160511-11 is installed
  • OR myspell-fr_CA-20160511-11 is installed
  • OR myspell-fr_CH-20160511-11 is installed
  • OR myspell-fr_FR-20160511-11 is installed
  • OR myspell-fr_LU-20160511-11 is installed
  • OR myspell-fr_MC-20160511-11 is installed
  • OR myspell-gu_IN-20160511-11 is installed
  • OR myspell-he_IL-20160511-11 is installed
  • OR myspell-hi_IN-20160511-11 is installed
  • OR myspell-hr_HR-20160511-11 is installed
  • OR myspell-hu_HU-20160511-11 is installed
  • OR myspell-it_IT-20160511-11 is installed
  • OR myspell-lightproof-en-20160511-11 is installed
  • OR myspell-lightproof-hu_HU-20160511-11 is installed
  • OR myspell-lightproof-pt_BR-20160511-11 is installed
  • OR myspell-lightproof-ru_RU-20160511-11 is installed
  • OR myspell-lo_LA-20160511-11 is installed
  • OR myspell-lt_LT-20160511-11 is installed
  • OR myspell-lv_LV-20160511-11 is installed
  • OR myspell-nb_NO-20160511-11 is installed
  • OR myspell-nl_BE-20160511-11 is installed
  • OR myspell-nl_NL-20160511-11 is installed
  • OR myspell-nn_NO-20160511-11 is installed
  • OR myspell-no-20160511-11 is installed
  • OR myspell-pl_PL-20160511-11 is installed
  • OR myspell-pt_AO-20160511-11 is installed
  • OR myspell-pt_BR-20160511-11 is installed
  • OR myspell-pt_PT-20160511-11 is installed
  • OR myspell-ro-20160511-11 is installed
  • OR myspell-ro_RO-20160511-11 is installed
  • OR myspell-ru_RU-20160511-11 is installed
  • OR myspell-sk_SK-20160511-11 is installed
  • OR myspell-sl_SI-20160511-11 is installed
  • OR myspell-sr-20160511-11 is installed
  • OR myspell-sr_CS-20160511-11 is installed
  • OR myspell-sr_Latn_CS-20160511-11 is installed
  • OR myspell-sr_Latn_RS-20160511-11 is installed
  • OR myspell-sr_RS-20160511-11 is installed
  • OR myspell-sv_FI-20160511-11 is installed
  • OR myspell-sv_SE-20160511-11 is installed
  • OR myspell-te-20160511-11 is installed
  • OR myspell-te_IN-20160511-11 is installed
  • OR myspell-th_TH-20160511-11 is installed
  • OR myspell-vi-20160511-11 is installed
  • OR myspell-vi_VN-20160511-11 is installed
  • OR myspell-zu_ZA-20160511-11 is installed
  • OR openCOLLADA-1_3335ac1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libcares2-1.9.1-8 is installed
  • OR libcares2-32bit-1.9.1-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND tcpdump-4.9.2-14.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • shotwell-0.22.0+git.20160103-15.6 is installed
  • OR shotwell-lang-0.22.0+git.20160103-15.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • elfutils-0.168-2 is installed
  • OR elfutils-lang-0.168-2 is installed
  • OR libasm-devel-0.168-2 is installed
  • OR libasm1-0.168-2 is installed
  • OR libdw-devel-0.168-2 is installed
  • OR libdw1-0.168-2 is installed
  • OR libdw1-32bit-0.168-2 is installed
  • OR libebl-devel-0.168-2 is installed
  • OR libebl-plugins-0.168-2 is installed
  • OR libebl-plugins-32bit-0.168-2 is installed
  • OR libelf-devel-0.168-2 is installed
  • OR libelf1-0.168-2 is installed
  • OR libelf1-32bit-0.168-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • libsystemd0-234-24.25 is installed
  • OR libsystemd0-32bit-234-24.25 is installed
  • OR libudev-devel-234-24.25 is installed
  • OR libudev1-234-24.25 is installed
  • OR libudev1-32bit-234-24.25 is installed
  • OR systemd-234-24.25 is installed
  • OR systemd-32bit-234-24.25 is installed
  • OR systemd-bash-completion-234-24.25 is installed
  • OR systemd-container-234-24.25 is installed
  • OR systemd-coredump-234-24.25 is installed
  • OR systemd-devel-234-24.25 is installed
  • OR systemd-sysvinit-234-24.25 is installed
  • OR udev-234-24.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • gd-2.2.5-2 is installed
  • OR gd-devel-2.2.5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND Package Information
  • python3-cupshelpers-1.5.7-6 is installed
  • OR system-config-printer-common-1.5.7-6 is installed
  • OR system-config-printer-common-lang-1.5.7-6 is installed
  • OR system-config-printer-dbus-service-1.5.7-6 is installed
  • OR udev-configure-printer-1.5.7-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND aaa_base-malloccheck-84.87+git20180409.04c9dae-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
  • AND Package Information
  • glibc-devel-32bit-2.26-8 is installed
  • OR glibc-devel-static-2.26-13.19 is installed
  • OR glibc-utils-2.26-13.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • python-numpy_1_13_3-gnu-hpc-1.13.3-4.9 is installed
  • OR python-numpy_1_13_3-gnu-hpc-devel-1.13.3-4.9 is installed
  • OR python2-numpy-gnu-hpc-1.13.3-4.9 is installed
  • OR python2-numpy-gnu-hpc-devel-1.13.3-4.9 is installed
  • OR python3-numpy-gnu-hpc-1.13.3-4.9 is installed
  • OR python3-numpy-gnu-hpc-devel-1.13.3-4.9 is installed
  • OR python3-numpy_1_13_3-gnu-hpc-1.13.3-4.9 is installed
  • OR python3-numpy_1_13_3-gnu-hpc-devel-1.13.3-4.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-66 is installed
  • OR libopenssl0_9_8-0.9.8j-66 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr5.30-3.16 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.30-3.16 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.30-3.16 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.30-3.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • ceph-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-base-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-fuse-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-mds-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-mgr-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-mon-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-osd-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-radosgw-13.2.4.125+gad802694f5-3.7 is installed
  • OR ceph-resource-agents-13.2.4.125+gad802694f5-3.7 is installed
  • OR rbd-fuse-13.2.4.125+gad802694f5-3.7 is installed
  • OR rbd-mirror-13.2.4.125+gad802694f5-3.7 is installed
  • OR rbd-nbd-13.2.4.125+gad802694f5-3.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.59-60.45 is installed
  • OR kernel-ec2-devel-3.12.59-60.45 is installed
  • OR kernel-ec2-extra-3.12.59-60.45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND apache2-mod_security2-2.9.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • libshibsp-lite7-2.6.1-1 is installed
  • OR libshibsp7-2.6.1-1 is installed
  • OR shibboleth-sp-2.6.1-1 is installed
  • OR shibboleth-sp-devel-2.6.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND python3-3.4.1-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • xen-4.1.6_02-0.5 is installed
  • OR xen-doc-html-4.1.6_02-0.5 is installed
  • OR xen-doc-pdf-4.1.6_02-0.5 is installed
  • OR xen-kmp-default-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-kmp-pae-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-libs-4.1.6_02-0.5 is installed
  • OR xen-libs-32bit-4.1.6_02-0.5 is installed
  • OR xen-tools-4.1.6_02-0.5 is installed
  • OR xen-tools-domU-4.1.6_02-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • xen-4.1.6_02-0.5 is installed
  • OR xen-doc-html-4.1.6_02-0.5 is installed
  • OR xen-doc-pdf-4.1.6_02-0.5 is installed
  • OR xen-kmp-default-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-kmp-pae-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-libs-4.1.6_02-0.5 is installed
  • OR xen-libs-32bit-4.1.6_02-0.5 is installed
  • OR xen-tools-4.1.6_02-0.5 is installed
  • OR xen-tools-domU-4.1.6_02-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • xen-4.1.6_02-0.5 is installed
  • OR xen-doc-html-4.1.6_02-0.5 is installed
  • OR xen-doc-pdf-4.1.6_02-0.5 is installed
  • OR xen-kmp-default-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-kmp-pae-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.6_02_3.0.93_0.5-0.5 is installed
  • OR xen-libs-4.1.6_02-0.5 is installed
  • OR xen-libs-32bit-4.1.6_02-0.5 is installed
  • OR xen-tools-4.1.6_02-0.5 is installed
  • OR xen-tools-domU-4.1.6_02-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • rsyslog-5.10.1-0.11 is installed
  • OR rsyslog-diag-tools-5.10.1-0.11 is installed
  • OR rsyslog-doc-5.10.1-0.11 is installed
  • OR rsyslog-module-gssapi-5.10.1-0.11 is installed
  • OR rsyslog-module-gtls-5.10.1-0.11 is installed
  • OR rsyslog-module-mysql-5.10.1-0.11 is installed
  • OR rsyslog-module-pgsql-5.10.1-0.11 is installed
  • OR rsyslog-module-relp-5.10.1-0.11 is installed
  • OR rsyslog-module-snmp-5.10.1-0.11 is installed
  • OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • rsyslog-5.10.1-0.11 is installed
  • OR rsyslog-diag-tools-5.10.1-0.11 is installed
  • OR rsyslog-doc-5.10.1-0.11 is installed
  • OR rsyslog-module-gssapi-5.10.1-0.11 is installed
  • OR rsyslog-module-gtls-5.10.1-0.11 is installed
  • OR rsyslog-module-mysql-5.10.1-0.11 is installed
  • OR rsyslog-module-pgsql-5.10.1-0.11 is installed
  • OR rsyslog-module-relp-5.10.1-0.11 is installed
  • OR rsyslog-module-snmp-5.10.1-0.11 is installed
  • OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • rsyslog-5.10.1-0.11 is installed
  • OR rsyslog-diag-tools-5.10.1-0.11 is installed
  • OR rsyslog-doc-5.10.1-0.11 is installed
  • OR rsyslog-module-gssapi-5.10.1-0.11 is installed
  • OR rsyslog-module-gtls-5.10.1-0.11 is installed
  • OR rsyslog-module-mysql-5.10.1-0.11 is installed
  • OR rsyslog-module-pgsql-5.10.1-0.11 is installed
  • OR rsyslog-module-relp-5.10.1-0.11 is installed
  • OR rsyslog-module-snmp-5.10.1-0.11 is installed
  • OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • rsyslog-5.10.1-0.11 is installed
  • OR rsyslog-diag-tools-5.10.1-0.11 is installed
  • OR rsyslog-doc-5.10.1-0.11 is installed
  • OR rsyslog-module-gssapi-5.10.1-0.11 is installed
  • OR rsyslog-module-gtls-5.10.1-0.11 is installed
  • OR rsyslog-module-mysql-5.10.1-0.11 is installed
  • OR rsyslog-module-pgsql-5.10.1-0.11 is installed
  • OR rsyslog-module-relp-5.10.1-0.11 is installed
  • OR rsyslog-module-snmp-5.10.1-0.11 is installed
  • OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • rsyslog-5.10.1-0.11 is installed
  • OR rsyslog-diag-tools-5.10.1-0.11 is installed
  • OR rsyslog-doc-5.10.1-0.11 is installed
  • OR rsyslog-module-gssapi-5.10.1-0.11 is installed
  • OR rsyslog-module-gtls-5.10.1-0.11 is installed
  • OR rsyslog-module-mysql-5.10.1-0.11 is installed
  • OR rsyslog-module-pgsql-5.10.1-0.11 is installed
  • OR rsyslog-module-relp-5.10.1-0.11 is installed
  • OR rsyslog-module-snmp-5.10.1-0.11 is installed
  • OR rsyslog-module-udpspoof-5.10.1-0.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.56 is installed
  • OR libMagickCore1-6.4.3.6-78.56 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.56 is installed
  • OR libMagickCore1-6.4.3.6-78.56 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-52.7.3esr-72.27 is installed
  • OR MozillaFirefox-translations-52.7.3esr-72.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-52.7.3esr-72.27 is installed
  • OR MozillaFirefox-translations-52.7.3esr-72.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND microcode_ctl-1.17-102.83.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND microcode_ctl-1.17-102.83.47 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-25 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-25 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-25 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-25 is installed
  • OR openssl-1.0.1i-25 is installed
  • OR openssl-doc-1.0.1i-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-25 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-25 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-25 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-25 is installed
  • OR openssl-1.0.1i-25 is installed
  • OR openssl-doc-1.0.1i-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND kbd-1.15.5-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • apache-commons-beanutils-1.9.2-1 is installed
  • OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • ntp-4.2.8p12-64.8 is installed
  • OR ntp-doc-4.2.8p12-64.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • ntp-4.2.8p12-64.8 is installed
  • OR ntp-doc-4.2.8p12-64.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • openssh-7.2p2-74.25 is installed
  • OR openssh-askpass-gnome-7.2p2-74.25 is installed
  • OR openssh-fips-7.2p2-74.25 is installed
  • OR openssh-helpers-7.2p2-74.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • kgraft-patch-4_4_90-92_45-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • kernel-default-4.4.180-94.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-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.100 is installed
  • OR kernel-default-base-4.4.180-94.100 is installed
  • OR kernel-default-devel-4.4.180-94.100 is installed
  • OR kernel-default-man-4.4.180-94.100 is installed
  • OR kernel-devel-4.4.180-94.100 is installed
  • OR kernel-macros-4.4.180-94.100 is installed
  • OR kernel-source-4.4.180-94.100 is installed
  • OR kernel-syms-4.4.180-94.100 is installed
  • OR kgraft-patch-4_4_180-94_100-default-1-4.3 is installed
  • OR kgraft-patch-SLE12-SP3_Update_27-1-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • curl-7.37.0-37.3 is installed
  • OR libcurl4-7.37.0-37.3 is installed
  • OR libcurl4-32bit-7.37.0-37.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • curl-7.37.0-37.3 is installed
  • OR libcurl4-7.37.0-37.3 is installed
  • OR libcurl4-32bit-7.37.0-37.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND busybox-1.21.1-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libsolv-0.6.36-2.27.19 is installed
  • OR libsolv-tools-0.6.36-2.27.19 is installed
  • OR libzypp-16.20.2-27.60 is installed
  • OR perl-solv-0.6.36-2.27.19 is installed
  • OR python-solv-0.6.36-2.27.19 is installed
  • OR zypper-1.13.54-18.40 is installed
  • OR zypper-log-1.13.54-18.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libsolv-0.6.36-2.27.19 is installed
  • OR libsolv-tools-0.6.36-2.27.19 is installed
  • OR libzypp-16.20.2-27.60 is installed
  • OR perl-solv-0.6.36-2.27.19 is installed
  • OR python-solv-0.6.36-2.27.19 is installed
  • OR zypper-1.13.54-18.40 is installed
  • OR zypper-log-1.13.54-18.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_156-94_57-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_18-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_64-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_156-94_64-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.8 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
  • OR python-2.7.13-28.8 is installed
  • OR python-32bit-2.7.13-28.8 is installed
  • OR python-base-2.7.13-28.8 is installed
  • OR python-base-32bit-2.7.13-28.8 is installed
  • OR python-curses-2.7.13-28.8 is installed
  • OR python-demo-2.7.13-28.8 is installed
  • OR python-doc-2.7.13-28.8 is installed
  • OR python-doc-pdf-2.7.13-28.8 is installed
  • OR python-gdbm-2.7.13-28.8 is installed
  • OR python-idle-2.7.13-28.8 is installed
  • OR python-tk-2.7.13-28.8 is installed
  • OR python-xml-2.7.13-28.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.8 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
  • OR python-2.7.13-28.8 is installed
  • OR python-32bit-2.7.13-28.8 is installed
  • OR python-base-2.7.13-28.8 is installed
  • OR python-base-32bit-2.7.13-28.8 is installed
  • OR python-curses-2.7.13-28.8 is installed
  • OR python-demo-2.7.13-28.8 is installed
  • OR python-doc-2.7.13-28.8 is installed
  • OR python-doc-pdf-2.7.13-28.8 is installed
  • OR python-gdbm-2.7.13-28.8 is installed
  • OR python-idle-2.7.13-28.8 is installed
  • OR python-tk-2.7.13-28.8 is installed
  • OR python-xml-2.7.13-28.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • libQt5Concurrent5-5.6.2-6.15 is installed
  • OR libQt5Core5-5.6.2-6.15 is installed
  • OR libQt5DBus5-5.6.2-6.15 is installed
  • OR libQt5Gui5-5.6.2-6.15 is installed
  • OR libQt5Network5-5.6.2-6.15 is installed
  • OR libQt5OpenGL5-5.6.2-6.15 is installed
  • OR libQt5PrintSupport5-5.6.2-6.15 is installed
  • OR libQt5Sql5-5.6.2-6.15 is installed
  • OR libQt5Sql5-mysql-5.6.2-6.15 is installed
  • OR libQt5Sql5-postgresql-5.6.2-6.15 is installed
  • OR libQt5Sql5-sqlite-5.6.2-6.15 is installed
  • OR libQt5Sql5-unixODBC-5.6.2-6.15 is installed
  • OR libQt5Test5-5.6.2-6.15 is installed
  • OR libQt5Widgets5-5.6.2-6.15 is installed
  • OR libQt5Xml5-5.6.2-6.15 is installed
  • OR libqt5-qtbase-5.6.2-6.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libgcrypt-1.6.1-16.62 is installed
  • OR libgcrypt20-1.6.1-16.62 is installed
  • OR libgcrypt20-32bit-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-32bit-1.6.1-16.62 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libgcrypt-1.6.1-16.62 is installed
  • OR libgcrypt20-1.6.1-16.62 is installed
  • OR libgcrypt20-32bit-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-1.6.1-16.62 is installed
  • OR libgcrypt20-hmac-32bit-1.6.1-16.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-8.7 is installed
  • OR cyrus-sasl-32bit-2.1.26-8.7 is installed
  • OR cyrus-sasl-crammd5-2.1.26-8.7 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-8.7 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-8.7 is installed
  • OR cyrus-sasl-gssapi-2.1.26-8.7 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-8.7 is installed
  • OR cyrus-sasl-otp-2.1.26-8.7 is installed
  • OR cyrus-sasl-otp-32bit-2.1.26-8.7 is installed
  • OR cyrus-sasl-plain-2.1.26-8.7 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-8.7 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-8.7 is installed
  • OR cyrus-sasl-sqlauxprop-2.1.26-8.7 is installed
  • OR cyrus-sasl-sqlauxprop-32bit-2.1.26-8.7 is installed
  • OR libsasl2-3-2.1.26-8.7 is installed
  • OR libsasl2-3-32bit-2.1.26-8.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • kernel-azure-4.12.14-16.85.1 is installed
  • OR kernel-azure-base-4.12.14-16.85.1 is installed
  • OR kernel-azure-devel-4.12.14-16.85.1 is installed
  • OR kernel-devel-azure-4.12.14-16.85.1 is installed
  • OR kernel-source-azure-4.12.14-16.85.1 is installed
  • OR kernel-syms-azure-4.12.14-16.85.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • kernel-azure-4.12.14-16.85.1 is installed
  • OR kernel-azure-base-4.12.14-16.85.1 is installed
  • OR kernel-azure-devel-4.12.14-16.85.1 is installed
  • OR kernel-devel-azure-4.12.14-16.85.1 is installed
  • OR kernel-source-azure-4.12.14-16.85.1 is installed
  • OR kernel-syms-azure-4.12.14-16.85.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND autofs-5.1.3-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.27-20.13 is installed
  • OR libmysqlclient18-10.0.27-20.13 is installed
  • OR libmysqlclient18-32bit-10.0.27-20.13 is installed
  • OR libmysqlclient_r18-10.0.27-20.13 is installed
  • OR libmysqld-devel-10.0.27-20.13 is installed
  • OR libmysqld18-10.0.27-20.13 is installed
  • OR mariadb-10.0.27-20.13 is installed
  • OR mariadb-client-10.0.27-20.13 is installed
  • OR mariadb-errormessages-10.0.27-20.13 is installed
  • OR mariadb-tools-10.0.27-20.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.27-20.13 is installed
  • OR libmysqlclient18-10.0.27-20.13 is installed
  • OR libmysqlclient18-32bit-10.0.27-20.13 is installed
  • OR libmysqlclient_r18-10.0.27-20.13 is installed
  • OR libmysqld-devel-10.0.27-20.13 is installed
  • OR libmysqld18-10.0.27-20.13 is installed
  • OR mariadb-10.0.27-20.13 is installed
  • OR mariadb-client-10.0.27-20.13 is installed
  • OR mariadb-errormessages-10.0.27-20.13 is installed
  • OR mariadb-tools-10.0.27-20.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-28 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_34-default-6-2 is installed
  • OR kgraft-patch-3_12_51-52_34-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_10-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.74-60.64.51 is installed
  • OR kernel-default-base-3.12.74-60.64.51 is installed
  • OR kernel-default-devel-3.12.74-60.64.51 is installed
  • OR kernel-devel-3.12.74-60.64.51 is installed
  • OR kernel-macros-3.12.74-60.64.51 is installed
  • OR kernel-source-3.12.74-60.64.51 is installed
  • OR kernel-syms-3.12.74-60.64.51 is installed
  • OR kernel-xen-3.12.74-60.64.51 is installed
  • OR kernel-xen-base-3.12.74-60.64.51 is installed
  • OR kernel-xen-devel-3.12.74-60.64.51 is installed
  • OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_29-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND bogofilter-1.2.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND python-devel-2.7.9-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.21-90 is installed
  • OR kernel-default-extra-4.4.21-90 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-70 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libmikmod3-3.2.0-4 is installed
  • OR libmikmod3-32bit-3.2.0-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • evolution-3.22.6-19.9 is installed
  • OR evolution-lang-3.22.6-19.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND gnome-shell-calendar-3.26.2+20180130.0d9c74212-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • gnome-online-accounts-3.26.2-3 is installed
  • OR gnome-online-accounts-lang-3.26.2-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • python-defusedxml-0.4.1-2 is installed
  • OR python-pysaml2-2.4.0-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6-LTSS is installed
  • AND python-setuptools-18.0.1-4.8 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND python-XStatic-jquery-ui-1.11.0.1-2.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud Crowbar 9 is installed
  • AND python-Twisted-15.2.1-9.5 is installed
  • BACK