| Revision Date: | 2020-12-01 | Version: | 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-10638: In the Linux kernel, a device could be tracked by an attacker using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). An attack may have been conducted by hosting a crafted web page that uses WebRTC or gQUIC to force UDP traffic to attacker-controlled IP addresses (bnc#1140575 1140577). - CVE-2019-10639: The Linux kernel allowed Information Exposure (partial kernel address disclosure), that lead to a KASLR bypass. Specifically, it was possible to extract the KASLR kernel image offset using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic is sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). This key contains enough bits from a kernel address (of a static variable) so when the key is extracted (via enumeration), the offset of the kernel image is exposed. This attack could be carried out remotely, by the attacker forcing the target device to send UDP or ICMP (or certain other) traffic to attacker-controlled IP addresses. Forcing a server to send UDP traffic is trivial if the server is a DNS server. ICMP traffic is trivial if the server answers ICMP Echo requests (ping). For client targets, if the target visited the attacker's web page, then WebRTC or gQUIC could be used to force UDP traffic to attacker-controlled IP addresses. NOTE: this attack against KASLR became viable because IP ID generation was changed to have a dependency on an address associated with a network namespace (bnc#1140577). - CVE-2019-10126: A flaw was found in the Linux kernel. A heap based buffer overflow in mwifiex_uap_parse_tail_ies function in drivers/net/wireless/marvell/mwifiex/ie.c might have lead to memory corruption and possibly other consequences (bnc#1136935). - CVE-2018-20836: An issue was discovered in the Linux kernel There was a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free (bnc#1134395). - CVE-2019-11599: The coredump implementation in the Linux kernel did not use locking or other mechanisms to prevent vma layout or vma flags changes while it ran, which allowed local users to obtain sensitive information, cause a denial of service, or possibly have unspecified other impact by triggering a race condition with mmget_not_zero or get_task_mm call. This is related to fs/userfaultfd.c, mm/mmap.c, fs/proc/task_mmu.c, and drivers/infiniband/core/uverbs_main.c (bnc#1131645 1133738). - CVE-2019-12614: An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel There was an unchecked kstrdup of prop-name, which might have allowed an attacker to cause a denial of service (NULL pointer dereference and system crash) (bnc#1137194). - CVE-2019-12819: An issue was discovered in the Linux kernel The function __mdiobus_register() in drivers/net/phy/mdio_bus.c calls put_device(), which would trigger a fixed_mdio_bus_init use-after-free. This would cause a denial of service (bnc#1138291). - CVE-2019-12818: An issue was discovered in the Linux kernel The nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL. If the caller did not check for this, it would trigger a NULL pointer dereference. This would cause a denial of service. This affected nfc_llcp_build_gb in net/nfc/llcp_core.c (bnc#1138293). - CVE-2019-12456: A double-fetch bug in _ctl_ioctl_main() could lead to a local denial of service attack (bsc#1136922 CVE-2019-12456). - CVE-2019-12380: An issue was discovered in the efi subsystem in the Linux kernel phys_efi_set_virtual_address_map in arch/x86/platform/efi/efi.c and efi_call_phys_prolog in arch/x86/platform/efi/efi_64.c mishandle memory allocation failures. NOTE: This id is disputed as not being an issue because ;All the code touched by the referenced commit runs only at boot, before any user processes are started. Therefore, there is no possibility for an unprivileged user to control it (bnc#1136598). - CVE-2019-11487: The Linux kernel before allowed page-_refcount reference count overflow, with resultant use-after-free issues, if about 140 GiB of RAM exists. This is related to fs/fuse/dev.c, fs/pipe.c, fs/splice.c, include/linux/mm.h, include/linux/pipe_fs_i.h, kernel/trace/trace.c, mm/gup.c, and mm/hugetlb.c. It could occur with FUSE requests (bnc#1133190 1133191).
The following non-security bugs were fixed:
- Drop multiversion(kernel) from the KMP template (bsc#1127155). - Fix ixgbe backport (bsc#1133140) - Revert 'KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).' This reverts commit 4cc83da426b53d47f1fde9328112364eab1e9a19. - Update 'TCP SACK Panic' series - ACPI / CPPC: Check for valid PCC subspace only if PCC is used (bsc#1126961). - ACPI / CPPC: Fix KASAN global out of bounds warning (bsc#1126961). - ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDs (bsc#1126961). - ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id (bsc#1126961). - ACPI / CPPC: Use 64-bit arithmetic instead of 32-bit (bsc#1126961). - ACPI / CPPC: fix build issue with ktime_t used in logical operation (bsc#1126961). - ACPI: CPPC: remove initial assignment of pcc_ss_data (bsc#1126961). - at76c50x-usb: Do not register led_trigger if usb_register_driver failed (bsc#1135642). - ath6kl: Only use match sets when firmware supports it (bsc#1120902). - btrfs: check for refs on snapshot delete resume (bsc#1131335, bsc#1137004). - btrfs: run delayed items before dropping the snapshot (bsc#1121263, bsc#1111188, bsc#1137004). - btrfs: save drop_progress if we drop refs at all (bsc#1131336, bsc#1137004). - ceph: fix potential use-after-free in ceph_mdsc_build_path (bsc#1138681). - ceph: flush dirty inodes before proceeding with remount (bsc#1138681). - ceph: print inode number in __caps_issued_mask debugging messages (bsc#1138681). - cpu/hotplug: Provide cpus_read|write_[un]lock() (bsc#1138374, LTC#178199). - cpu/hotplug: Provide lockdep_assert_cpus_held() (bsc#1138374, LTC#178199). - cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC (bsc#1126961). - cpufreq: CPPC: fix build in absence of v3 support (bsc#1126961). - cpufreq: Replace 'max_transition_latency' with 'dynamic_switching' (bsc#1126961). - cpufreq: cn99xx: set platform specific sampling rate (bsc#1126961). - ibmvnic: Add device identification to requested IRQs (bsc#1137739). - ibmvnic: Do not close unopened driver during reset (bsc#1137752). - ibmvnic: Fix unchecked return codes of memory allocations (bsc#1137752). - ibmvnic: Refresh device multicast list after reset (bsc#1137752). - ibmvnic: remove set but not used variable 'netdev' (bsc#1137739). - iwiwifi: fix bad monitor buffer register addresses (bsc#1129770). - kabi: cpufreq: rename dynamic_switching to max_transition_latency (bsc#1126961). - kernel/sys.c: prctl: fix false positive in validate_prctl_map() (bsc#1137749). - libertas_tf: prevent underflow in process_cmdrequest() (bsc#1119086). - mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file (bsc#1126961). - mailbox: pcc: Drop uninformative output during boot (bsc#1126961). - mailbox: pcc: Fix crash when request PCC channel 0 (bsc#1126961). - mwl8k: Fix rate_idx underflow (bsc#1135642). - net/ibmvnic: Remove tests of member address (bsc#1137739). - net: Remove NO_IRQ from powerpc-only network drivers (bsc#1137739). - nvmet-fc: bring Disconnect into compliance with FC-NVME spec (bsc#1136889). - nvmet-fc: fix issues with targetport assoc_list list walking (bsc#1136889). - nvmet: fix fatal_err_work deadlock (bsc#1136889). - nvmet_fc: support target port removal with nvmet layer (bsc#1136889). - powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild (bsc#1138374, LTC#178199). - powerpc/eeh: Fix race with driver un/bind (bsc#1066223). - powerpc/perf: Add blacklisted events for Power9 DD2.1 (bsc#1053043). - powerpc/perf: Add blacklisted events for Power9 DD2.2 (bsc#1053043). - powerpc/perf: Fix MMCRA corruption by bhrb_filter (bsc#1053043). - powerpc/perf: Infrastructure to support addition of blacklisted events (bsc#1053043). - powerpc/process: Fix sparse address space warnings (bsc#1066223). - powerpc/pseries/mobility: prevent cpu hotplug during DT update (bsc#1138374, LTC#178199). - powerpc/pseries/mobility: rebuild cacheinfo hierarchy post-migration (bsc#1138374, LTC#178199). - rtlwifi: fix false rates in _rtl8821ae_mrate_idx_to_arfr_id() (bsc#1120902). - scsi: core: add new RDAC LENOVO/DE_Series device (bsc#1132390). - scsi: qla2xxx: Fix FC-AL connection target discovery (bsc#1094555). - scsi: qla2xxx: Fix N2N target discovery with Local loop (bsc#1094555). - signals: avoid random wakeups in sigsuspend() (bsc#1137915) - treewide: Use DEVICE_ATTR_WO (bsc#1137739). - x86/entry/64/compat: Fix stack switching for XEN PV (bsc#1108382).
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1012183 1012759 1018699 1018700 1018701 1018702 1034560 1042146 1053043 1057389 1066223 1083125 1085447 1090368 1090646 1094555 1096745 1108382 1109137 1111188 1119086 1120902 1121263 1122623 1125580 1126961 1127155 1129770 1131335 1131336 1131645 1132390 1133140 1133190 1133191 1133738 1134395 1135642 1136598 1136889 1136922 1136935 1137004 1137194 1137739 1137749 1137752 1137915 1138291 1138293 1138374 1138681 1139751 1140575 1140577 909214 919938 924828 929237 949669 949670 965748 974847 CVE-2014-8139 CVE-2014-8140 CVE-2014-8141 CVE-2015-0294 CVE-2015-2806 CVE-2015-3451 CVE-2015-5288 CVE-2015-5289 CVE-2016-3977 CVE-2016-8655 CVE-2016-9131 CVE-2016-9147 CVE-2016-9444 CVE-2016-9555 CVE-2017-1000251 CVE-2017-1000368 CVE-2017-13166 CVE-2018-12020 CVE-2018-20836 CVE-2018-8781 CVE-2018-8897 CVE-2019-10126 CVE-2019-10638 CVE-2019-10639 CVE-2019-11487 CVE-2019-11599 CVE-2019-12380 CVE-2019-12456 CVE-2019-12614 CVE-2019-12818 CVE-2019-12819 CVE-2019-3816 CVE-2019-3833 SUSE-SU-2015:0735-1 SUSE-SU-2015:0904-1 SUSE-SU-2015:1439-1 SUSE-SU-2015:1821-1 SUSE-SU-2016:1140-1 SUSE-SU-2016:3247-1 SUSE-SU-2017:0113-1 SUSE-SU-2017:1627-1 SUSE-SU-2017:2534-1 SUSE-SU-2018:1538-1 SUSE-SU-2018:1698-1 SUSE-SU-2019:0656-1
|
| Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 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 Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 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 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-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-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11-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-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 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 OpenStack Cloud 5 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 42.1 is installed AND Package Information
aria2-1.19.0-7.4 is installed
OR aria2-lang-1.19.0-7.4 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND Package Information
cups-filters-1.8.2-1.5 is installed
OR cups-filters-cups-browsed-1.8.2-1.5 is installed
OR cups-filters-foomatic-rip-1.8.2-1.5 is installed
OR cups-filters-ghostscript-1.8.2-1.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.7-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.7-0.3 is installed
OR libfreebl3-3.13.6-0.5 is installed
OR libfreebl3-32bit-3.13.6-0.5 is installed
OR mozilla-nspr-4.9.2-0.6 is installed
OR mozilla-nspr-32bit-4.9.2-0.6 is installed
OR mozilla-nss-3.13.6-0.5 is installed
OR mozilla-nss-32bit-3.13.6-0.5 is installed
OR mozilla-nss-tools-3.13.6-0.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
flash-player-11.2.202.569-0.35 is installed
OR flash-player-gnome-11.2.202.569-0.35 is installed
OR flash-player-kde4-11.2.202.569-0.35 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-1.16 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-1.16 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
file-5.19-9.1 is installed
OR file-magic-5.19-9.1 is installed
OR libmagic1-5.19-9.1 is installed
OR libmagic1-32bit-5.19-9.1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
dia-0.97.3-15.63 is installed
OR dia-lang-0.97.3-15.63 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
augeas-1.2.0-15.3 is installed
OR augeas-lenses-1.2.0-15.3 is installed
OR libaugeas0-1.2.0-15.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-45 is installed
OR salt-api-2016.11.4-45 is installed
OR salt-bash-completion-2016.11.4-45 is installed
OR salt-cloud-2016.11.4-45 is installed
OR salt-doc-2016.11.4-45 is installed
OR salt-master-2016.11.4-45 is installed
OR salt-minion-2016.11.4-45 is installed
OR salt-proxy-2016.11.4-45 is installed
OR salt-ssh-2016.11.4-45 is installed
OR salt-syndic-2016.11.4-45 is installed
OR salt-zsh-completion-2016.11.4-45 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 Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.61-52.101 is installed
OR kernel-ec2-devel-3.12.61-52.101 is installed
OR kernel-ec2-extra-3.12.61-52.101 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs4-4.6.0-8 is installed
OR nodejs4-devel-4.6.0-8 is installed
OR nodejs4-docs-4.6.0-8 is installed
OR npm4-4.6.0-8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-52.9.0esr-72.38 is installed
OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND
cifs-mount-3.2.7-11.21 is installed
OR ldapsmb-1.34b-11.21 is installed
OR libsmbclient0-3.2.7-11.21 is installed
OR libsmbclient0-32bit-3.2.7-11.21 is installed
OR libsmbclient0-x86-3.2.7-11.21 is installed
OR libtalloc1-3.2.7-11.21 is installed
OR libtalloc1-32bit-3.2.7-11.21 is installed
OR libtalloc1-x86-3.2.7-11.21 is installed
OR libtdb1-3.2.7-11.21 is installed
OR libtdb1-32bit-3.2.7-11.21 is installed
OR libtdb1-x86-3.2.7-11.21 is installed
OR libwbclient0-3.2.7-11.21 is installed
OR libwbclient0-32bit-3.2.7-11.21 is installed
OR libwbclient0-x86-3.2.7-11.21 is installed
OR samba-3.2.7-11.21 is installed
OR samba-32bit-3.2.7-11.21 is installed
OR samba-client-3.2.7-11.21 is installed
OR samba-client-32bit-3.2.7-11.21 is installed
OR samba-client-x86-3.2.7-11.21 is installed
OR samba-krb-printing-3.2.7-11.21 is installed
OR samba-winbind-3.2.7-11.21 is installed
OR samba-winbind-32bit-3.2.7-11.21 is installed
OR samba-winbind-x86-3.2.7-11.21 is installed
OR samba-x86-3.2.7-11.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
cifs-mount-3.2.7-11.21 is installed
OR ldapsmb-1.34b-11.21 is installed
OR libsmbclient0-3.2.7-11.21 is installed
OR libsmbclient0-32bit-3.2.7-11.21 is installed
OR libsmbclient0-x86-3.2.7-11.21 is installed
OR libtalloc1-3.2.7-11.21 is installed
OR libtalloc1-32bit-3.2.7-11.21 is installed
OR libtalloc1-x86-3.2.7-11.21 is installed
OR libtdb1-3.2.7-11.21 is installed
OR libtdb1-32bit-3.2.7-11.21 is installed
OR libtdb1-x86-3.2.7-11.21 is installed
OR libwbclient0-3.2.7-11.21 is installed
OR libwbclient0-32bit-3.2.7-11.21 is installed
OR libwbclient0-x86-3.2.7-11.21 is installed
OR samba-3.2.7-11.21 is installed
OR samba-32bit-3.2.7-11.21 is installed
OR samba-client-3.2.7-11.21 is installed
OR samba-client-32bit-3.2.7-11.21 is installed
OR samba-client-x86-3.2.7-11.21 is installed
OR samba-krb-printing-3.2.7-11.21 is installed
OR samba-winbind-3.2.7-11.21 is installed
OR samba-winbind-32bit-3.2.7-11.21 is installed
OR samba-winbind-x86-3.2.7-11.21 is installed
OR samba-x86-3.2.7-11.21 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-Xvnc-7.4-27.40.52 is installed
OR xorg-x11-server-7.4-27.40.52 is installed
OR xorg-x11-server-extra-7.4-27.40.52 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND libraptor1-1.4.18-28.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libraptor1-1.4.18-28.23 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libopensc2-0.11.6-5.27 is installed
OR libopensc2-32bit-0.11.6-5.27 is installed
OR libopensc2-x86-0.11.6-5.27 is installed
OR opensc-0.11.6-5.27 is installed
OR opensc-32bit-0.11.6-5.27 is installed
OR opensc-x86-0.11.6-5.27 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libopensc2-0.11.6-5.27 is installed
OR libopensc2-32bit-0.11.6-5.27 is installed
OR libopensc2-x86-0.11.6-5.27 is installed
OR opensc-0.11.6-5.27 is installed
OR opensc-32bit-0.11.6-5.27 is installed
OR opensc-x86-0.11.6-5.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libopensc2-0.11.6-5.27 is installed
OR libopensc2-32bit-0.11.6-5.27 is installed
OR libopensc2-x86-0.11.6-5.27 is installed
OR opensc-0.11.6-5.27 is installed
OR opensc-32bit-0.11.6-5.27 is installed
OR opensc-x86-0.11.6-5.27 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP1 is installed
AND fvwm2-2.5.26-1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.77.3 is installed
OR libxml2-32bit-2.7.6-0.77.3 is installed
OR libxml2-doc-2.7.6-0.77.3 is installed
OR libxml2-python-2.7.6-0.77.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxml2-2.7.6-0.77.3 is installed
OR libxml2-32bit-2.7.6-0.77.3 is installed
OR libxml2-doc-2.7.6-0.77.3 is installed
OR libxml2-python-2.7.6-0.77.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND clamav-0.97.8-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND clamav-0.97.8-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND clamav-0.97.8-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND clamav-0.97.8-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND clamav-0.97.8-0.2 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
nagios-nrpe-2.12-24.4.8 is installed
OR nagios-nrpe-doc-2.12-24.4.8 is installed
OR nagios-plugins-nrpe-2.12-24.4.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
nagios-nrpe-2.12-24.4.8 is installed
OR nagios-nrpe-doc-2.12-24.4.8 is installed
OR nagios-plugins-nrpe-2.12-24.4.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
nagios-nrpe-2.12-24.4.8 is installed
OR nagios-nrpe-doc-2.12-24.4.8 is installed
OR nagios-plugins-nrpe-2.12-24.4.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libvirt-0.9.6-0.21 is installed
OR libvirt-client-0.9.6-0.21 is installed
OR libvirt-client-32bit-0.9.6-0.21 is installed
OR libvirt-doc-0.9.6-0.21 is installed
OR libvirt-python-0.9.6-0.21 is installed
OR virt-manager-0.9.0-3.19 is installed
OR vm-install-0.5.10-0.5 is installed
OR xen-4.1.2_20-0.5 is installed
OR xen-doc-html-4.1.2_20-0.5 is installed
OR xen-doc-pdf-4.1.2_20-0.5 is installed
OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.2_20-0.5 is installed
OR xen-libs-32bit-4.1.2_20-0.5 is installed
OR xen-tools-4.1.2_20-0.5 is installed
OR xen-tools-domU-4.1.2_20-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libvirt-0.9.6-0.21 is installed
OR libvirt-client-0.9.6-0.21 is installed
OR libvirt-client-32bit-0.9.6-0.21 is installed
OR libvirt-doc-0.9.6-0.21 is installed
OR libvirt-python-0.9.6-0.21 is installed
OR virt-manager-0.9.0-3.19 is installed
OR vm-install-0.5.10-0.5 is installed
OR xen-4.1.2_20-0.5 is installed
OR xen-doc-html-4.1.2_20-0.5 is installed
OR xen-doc-pdf-4.1.2_20-0.5 is installed
OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
OR xen-libs-4.1.2_20-0.5 is installed
OR xen-libs-32bit-4.1.2_20-0.5 is installed
OR xen-tools-4.1.2_20-0.5 is installed
OR xen-tools-domU-4.1.2_20-0.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.28 is installed
OR apache2-doc-2.2.12-1.28 is installed
OR apache2-example-pages-2.2.12-1.28 is installed
OR apache2-prefork-2.2.12-1.28 is installed
OR apache2-utils-2.2.12-1.28 is installed
OR apache2-worker-2.2.12-1.28 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.6.1esr-33 is installed
OR MozillaFirefox-branding-SLED-38-15 is installed
OR MozillaFirefox-translations-38.6.1esr-33 is installed
OR libfreebl3-3.20.2-17 is installed
OR libfreebl3-32bit-3.20.2-17 is installed
OR mozilla-nss-3.20.2-17 is installed
OR mozilla-nss-32bit-3.20.2-17 is installed
OR mozilla-nss-devel-3.20.2-17 is installed
OR mozilla-nss-tools-3.20.2-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.6.1esr-33 is installed
OR MozillaFirefox-branding-SLED-38-15 is installed
OR MozillaFirefox-translations-38.6.1esr-33 is installed
OR libfreebl3-3.20.2-17 is installed
OR libfreebl3-32bit-3.20.2-17 is installed
OR mozilla-nss-3.20.2-17 is installed
OR mozilla-nss-32bit-3.20.2-17 is installed
OR mozilla-nss-devel-3.20.2-17 is installed
OR mozilla-nss-tools-3.20.2-17 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_security2-2.7.1-0.2.12 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
NetworkManager-kde4-0.9.svn1043876-1.3 is installed
OR NetworkManager-kde4-lang-0.9.svn1043876-1.3 is installed
OR NetworkManager-kde4-libs-0.9.svn1043876-1.3 is installed
OR NetworkManager-openvpn-kde4-0.9.svn1043876-1.3 is installed
OR NetworkManager-pptp-kde4-0.9.svn1043876-1.3 is installed
OR plasmoid-networkmanagement-0.9.svn1043876-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
NetworkManager-kde4-0.9.svn1043876-1.3 is installed
OR NetworkManager-kde4-lang-0.9.svn1043876-1.3 is installed
OR NetworkManager-kde4-libs-0.9.svn1043876-1.3 is installed
OR NetworkManager-openvpn-kde4-0.9.svn1043876-1.3 is installed
OR NetworkManager-pptp-kde4-0.9.svn1043876-1.3 is installed
OR plasmoid-networkmanagement-0.9.svn1043876-1.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
liblouis-1.7.0-1.3.13 is installed
OR liblouis0-1.7.0-1.3.13 is installed
OR python-louis-1.7.0-1.3.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
liblouis-1.7.0-1.3.13 is installed
OR liblouis0-1.7.0-1.3.13 is installed
OR python-louis-1.7.0-1.3.13 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
apache2-2.2.12-1.51.52 is installed
OR apache2-doc-2.2.12-1.51.52 is installed
OR apache2-example-pages-2.2.12-1.51.52 is installed
OR apache2-prefork-2.2.12-1.51.52 is installed
OR apache2-utils-2.2.12-1.51.52 is installed
OR apache2-worker-2.2.12-1.51.52 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND vsftpd-openssl1-2.0.7-4.43 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND unzip-6.00-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND unzip-6.00-28 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
libgoa-1_0-0-3.10.5-1 is installed
OR libgoa-backend-1_0-1-3.10.5-1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
grub2-2.02~beta2-73 is installed
OR grub2-i386-pc-2.02~beta2-73 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
OR grub2-s390x-emu-2.02~beta2-73 is installed
OR grub2-snapper-plugin-2.02~beta2-73 is installed
OR grub2-x86_64-efi-2.02~beta2-73 is installed
OR grub2-x86_64-xen-2.02~beta2-73 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
grub2-2.02~beta2-73 is installed
OR grub2-i386-pc-2.02~beta2-73 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
OR grub2-s390x-emu-2.02~beta2-73 is installed
OR grub2-snapper-plugin-2.02~beta2-73 is installed
OR grub2-x86_64-efi-2.02~beta2-73 is installed
OR grub2-x86_64-xen-2.02~beta2-73 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND apache-commons-httpclient-3.1-4 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_62-60_64_8-default-9-3 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_62-60_64_8-default-9-3 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-6-3.1 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-6-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_11-6-3.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND libarchive13-3.1.2-22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL 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-BCL 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-ESPOS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libncurses5-5.9-50 is installed
OR libncurses5-32bit-5.9-50 is installed
OR libncurses6-5.9-50 is installed
OR libncurses6-32bit-5.9-50 is installed
OR ncurses-5.9-50 is installed
OR ncurses-devel-5.9-50 is installed
OR ncurses-devel-32bit-5.9-50 is installed
OR ncurses-utils-5.9-50 is installed
OR tack-5.9-50 is installed
OR terminfo-5.9-50 is installed
OR terminfo-base-5.9-50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libncurses5-5.9-50 is installed
OR libncurses5-32bit-5.9-50 is installed
OR libncurses6-5.9-50 is installed
OR libncurses6-32bit-5.9-50 is installed
OR ncurses-5.9-50 is installed
OR ncurses-devel-5.9-50 is installed
OR ncurses-devel-32bit-5.9-50 is installed
OR ncurses-utils-5.9-50 is installed
OR tack-5.9-50 is installed
OR terminfo-5.9-50 is installed
OR terminfo-base-5.9-50 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_57-default-2-2 is installed
OR kgraft-patch-3_12_60-52_57-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_16-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_57-default-2-2 is installed
OR kgraft-patch-3_12_60-52_57-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_16-2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
xen-4.4.4_21-22.42 is installed
OR xen-doc-html-4.4.4_21-22.42 is installed
OR xen-kmp-default-4.4.4_21_k3.12.61_52.77-22.42 is installed
OR xen-libs-4.4.4_21-22.42 is installed
OR xen-libs-32bit-4.4.4_21-22.42 is installed
OR xen-tools-4.4.4_21-22.42 is installed
OR xen-tools-domU-4.4.4_21-22.42 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
xorg-x11-libxcb-devel-7.4-1.22.5 is installed
OR xorg-x11-libxcb-devel-32bit-7.4-1.22.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
ImageMagick-6.4.3.6-7.30 is installed
OR ImageMagick-devel-6.4.3.6-7.30 is installed
OR libMagick++-devel-6.4.3.6-7.30 is installed
OR libMagick++1-6.4.3.6-7.30 is installed
OR libMagickWand1-6.4.3.6-7.30 is installed
OR libMagickWand1-32bit-6.4.3.6-7.30 is installed
OR perl-PerlMagick-6.4.3.6-7.30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND java-1_7_1-ibm-devel-1.7.1_sr3.0-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
kernel-docs-4.4.180-94.100 is installed
OR kernel-obs-build-4.4.180-94.100 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
ImageMagick-6.8.8.1-5 is installed
OR libMagick++-6_Q16-3-6.8.8.1-5 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
gimp-2.8.10-1 is installed
OR gimp-lang-2.8.10-1 is installed
OR gimp-plugins-python-2.8.10-1 is installed
OR libgimp-2_0-0-2.8.10-1 is installed
OR libgimpui-2_0-0-2.8.10-1 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
ImageMagick-6.8.8.1-33 is installed
OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
NetworkManager-1.0.12-12 is installed
OR NetworkManager-lang-1.0.12-12 is installed
OR typelib-1_0-NM-1_0-1.0.12-12 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 5 is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr10.1-61.1 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.1-61.1 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.1-61.1 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.1-61.1 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.1-61.1 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-70.0.3538.110-77 is installed
OR chromium-70.0.3538.110-77 is installed
|