Revision Date: | 2021-07-22 | 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-2021-22555: Fixed an heap out-of-bounds write in net/netfilter/x_tables.c that could allow local provilege escalation. (bsc#1188116) - CVE-2021-33909: Fixed an out-of-bounds write in the filesystem layer that allows to obtain full root privileges. (bsc#1188062) - CVE-2021-3609: Fixed a race condition in the CAN BCM networking protocol which allows for local privilege escalation. (bsc#1187215) - CVE-2021-0605: Fixed an out-of-bounds read which could lead to local information disclosure in the kernel with System execution privileges needed. (bsc#1187601) - CVE-2021-0512: Fixed a possible out-of-bounds write which could lead to local escalation of privilege with no additional execution privileges needed. (bsc#1187595) - CVE-2021-34693: Fixed a bug in net/can/bcm.c which could allow local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized. (bsc#1187452) - CVE-2020-36385: Fixed a use-after-free flaw in ucma.c which allows for local privilege escalation. (bsc#1187050) - CVE-2021-0129: Fixed an improper access control in BlueZ that may have allowed an authenticated user to potentially enable information disclosure via adjacent access. (bsc#1186463) - CVE-2020-26558: Fixed a flaw in the Bluetooth LE and BR/EDR secure pairing that could permit a nearby man-in-the-middle attacker to identify the Passkey used during pairing. (bsc#1179610) - CVE-2020-36386: Fixed an out-of-bounds read in hci_extended_inquiry_result_evt. (bsc#1187038) - CVE-2020-24588: Fixed a bug that could allow an adversary to abuse devices that support receiving non-SSP A-MSDU frames to inject arbitrary network packets. (bsc#1185861) - CVE-2021-32399: Fixed a race condition in net/bluetooth/hci_request.c for removal of the HCI controller. (bsc#1184611) - CVE-2021-33034: Fixed an issue in net/bluetooth/hci_event.c where a use-after-free leads to writing an arbitrary value. (bsc#1186111) - CVE-2020-26139: Fixed a bug that allows an Access Point (AP) to forward EAPOL frames to other clients even though the sender has not yet successfully authenticated. This might be abused in projected Wi-Fi networks to launch denial-of-service attacks against connected clients and made it easier to exploit other vulnerabilities in connected clients. (bsc#1186062) - CVE-2021-23134: Fixed a use After Free vulnerability in nfc sockets which allows local attackers to elevate their privileges. (bsc#1186060) - CVE-2020-24586: Fixed a bug that, under the right circumstances, allows to inject arbitrary network packets and/or exfiltrate user data when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP. (bsc#1185859) - CVE-2020-26141: Fixed a flaw that could allows an adversary to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol. (bsc#1185987) - CVE-2020-26145: Fixed a bug in the WEP, WPA, WPA2, and WPA3 implementations that could allows an adversary to inject arbitrary network packets. (bsc#1185860) - CVE-2020-24587: Fixed a bug that allows an adversary to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed. (bsc#1185862) - CVE-2020-26147: Fixed a bug in the WEP, WPA, WPA2, and WPA3 implementations that could allows an adversary to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames. (bsc#1185987)
The following non-security bugs were fixed:
- Bluetooth: SMP: Fail if remote and local public keys are identical (git-fixes). - Drivers: hv: vmbus: Increase wait time for VMbus unload (bsc#1185724). - Drivers: hv: vmbus: Initialize unload_event statically (bsc#1185724). - hv_netvsc: Add handlers for ethtool get/set msg level (bsc#1175462). - hv_netvsc: avoid retry on send during shutdown (bsc#1175462). - hv_netvsc: avoid unnecessary wakeups on subchannel creation (bsc#1175462). - hv_netvsc: cancel subchannel setup before halting device (bsc#1175462). - hv_netvsc: change GPAD teardown order on older versions (bsc#1175462). - hv_netvsc: common detach logic (bsc#1175462). - hv_netvsc: delay setup of VF device (bsc#1175462). - hv_netvsc: disable NAPI before channel close (bsc#1175462). - hv_netvsc: Ensure correct teardown message sequence order (bsc#1175462). - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe() (bsc#1175462). - hv_netvsc: Fix a network regression after ifdown/ifup (bsc#1175462). - hv_netvsc: fix deadlock on hotplug (bsc#1175462). - hv_netvsc: Fix error handling in netvsc_attach() (bsc#1175462). - hv_netvsc: fix error unwind handling if vmbus_open fails (bsc#1175462). - hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback() (bsc#1175462). - hv_netvsc: fix handling of fallback to single queue mode (bsc#1175462). - hv_netvsc: Fix hash key value reset after other ops (bsc#1175462). - hv_netvsc: Fix IP header checksum for coalesced packets (bsc#1175462). - hv_netvsc: Fix net device attach on older Windows hosts (bsc#1175462). - hv_netvsc: fix network namespace issues with VF support (bsc#1175462). - hv_netvsc: Fix NULL dereference at single queue mode fallback (bsc#1175462). - hv_netvsc: fix race during initialization (bsc#1175462). - hv_netvsc: fix race on sub channel creation (bsc#1175462). - hv_netvsc: fix race that may miss tx queue wakeup (bsc#1175462). - hv_netvsc: fix schedule in RCU context (bsc#1175462). - hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload (bsc#1175462). - hv_netvsc: Fix tx_table init in rndis_set_subchannel() (bsc#1175462). - hv_netvsc: Fix unwanted wakeup after tx_disable (bsc#1175462). - hv_netvsc: Fix unwanted wakeup in netvsc_attach() (bsc#1175462). - hv_netvsc: flag software created hash value (bsc#1175462). - hv_netvsc: netvsc_teardown_gpadl() split (bsc#1175462). - hv_netvsc: only wake transmit queue if link is up (bsc#1175462). - hv_netvsc: pass netvsc_device to rndis halt (bsc#1175462). - hv_netvsc: preserve hw_features on mtu/channels/ringparam changes (bsc#1175462). - hv_netvsc: Refactor assignments of struct netvsc_device_info (bsc#1175462). - hv_netvsc: set master device (bsc#1175462). - hv_netvsc: Set tx_table to equal weight after subchannels open (bsc#1175462). - hv_netvsc: Simplify num_chn checking in rndis_filter_device_add() (bsc#1175462). - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() (bsc#1175462). - hv_netvsc: split sub-channel setup into async and sync (bsc#1175462). - hv_netvsc: typo in NDIS RSS parameters structure (bsc#1175462). - hv_netvsc: use RCU to fix concurrent rx and queue changes (bsc#1175462). - hv_netvsc: use reciprocal divide to speed up percent calculation (bsc#1175462). - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown (bsc#1175462). - kgraft: truncate the output from state_show() sysfs attr (bsc#1186235). - mm, memory_hotplug: do not clear numa_node association after hot_remove (bsc#1115026). - mm: consider __HW_POISON pages when allocating from pcp lists (bsc#1187388). - scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes (bsc#1187193). - video: hyperv_fb: Add ratelimit on error message (bsc#1185724).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012917 1013018 1022967 1024450 1031358 1036286 1036629 1037441 1037667 1037669 1037994 1039514 1039515 1039803 1040609 1042863 1045154 1045205 1045327 1045538 1047523 1050381 1050431 1051133 1051932 1052311 1052365 1052370 1052593 1053148 1053152 1053317 1053802 1053933 1054070 1054076 1054093 1054247 1054305 1054706 1056230 1056504 1056588 1057179 1057796 1058524 1059051 1059809 1059811 1059812 1060245 1060665 1061017 1061180 1062520 1062842 1063301 1063544 1063667 1064803 1064861 1065180 1066471 1066472 1066573 1066606 1066618 1066625 1066650 1066671 1066700 1066705 1067085 1067816 1067888 1074171 1075737 1075738 1075739 1075748 1084632 1085207 1091072 1108753 1111331 1115026 1128829 1128963 1129622 1130675 1168994 1173812 1174463 1174570 1175462 1179610 1184611 1185724 1185859 1185860 1185861 1185862 1185863 1185898 1185987 1186060 1186062 1186111 1186235 1186390 1186463 1187038 1187050 1187193 1187215 1187388 1187452 1187595 1187601 1187934 1188062 1188063 1188116 909484 945849 947966 984530 996376 CVE-2006-4182 CVE-2006-4811 CVE-2006-5295 CVE-2006-5874 CVE-2007-0897 CVE-2007-0898 CVE-2007-1536 CVE-2007-1745 CVE-2007-1997 CVE-2007-2799 CVE-2007-6335 CVE-2007-6336 CVE-2007-6337 CVE-2007-6595 CVE-2007-6596 CVE-2008-0318 CVE-2008-0728 CVE-2008-1100 CVE-2008-2713 CVE-2009-0945 CVE-2009-3560 CVE-2009-3720 CVE-2009-3736 CVE-2010-0405 CVE-2010-3493 CVE-2011-1015 CVE-2011-1521 CVE-2011-2721 CVE-2011-3193 CVE-2011-3627 CVE-2014-9745 CVE-2014-9747 CVE-2016-1000031 CVE-2017-1000112 CVE-2017-10661 CVE-2017-12762 CVE-2017-13080 CVE-2017-14051 CVE-2017-14140 CVE-2017-14160 CVE-2017-14340 CVE-2017-14489 CVE-2017-14632 CVE-2017-14633 CVE-2017-15102 CVE-2017-15265 CVE-2017-15274 CVE-2017-16525 CVE-2017-16527 CVE-2017-16529 CVE-2017-16531 CVE-2017-16535 CVE-2017-16536 CVE-2017-16537 CVE-2017-16649 CVE-2017-17935 CVE-2017-5715 CVE-2017-8831 CVE-2017-9022 CVE-2017-9023 CVE-2018-10393 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-17082 CVE-2018-20815 CVE-2018-5334 CVE-2018-5335 CVE-2018-5336 CVE-2019-11091 CVE-2019-9824 CVE-2020-10713 CVE-2020-14308 CVE-2020-14309 CVE-2020-14310 CVE-2020-14311 CVE-2020-15706 CVE-2020-15707 CVE-2020-24586 CVE-2020-24587 CVE-2020-24588 CVE-2020-26139 CVE-2020-26141 CVE-2020-26145 CVE-2020-26147 CVE-2020-26558 CVE-2020-36385 CVE-2020-36386 CVE-2021-0129 CVE-2021-0512 CVE-2021-0605 CVE-2021-22555 CVE-2021-23134 CVE-2021-32399 CVE-2021-33034 CVE-2021-33909 CVE-2021-34693 CVE-2021-3609 SUSE-SU-2016:1149-1 SUSE-SU-2017:1471-1 SUSE-SU-2017:3265-1 SUSE-SU-2018:0016-1 SUSE-SU-2018:0179-1 SUSE-SU-2018:0705-1 SUSE-SU-2018:3018-1 SUSE-SU-2019:14044-1 SUSE-SU-2019:14052-1 SUSE-SU-2020:14440-1 SUSE-SU-2021:2451-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 Desktop 12 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 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-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS 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-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS 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 OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND argyllcms-1.9.2-lp150.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND busybox-1.21.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
acroread-9.5.5-0.5.5 is installed
OR acroread-cmaps-9.4.6-0.4.5 is installed
OR acroread-fonts-ja-9.4.6-0.4.5 is installed
OR acroread-fonts-ko-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_CN-9.4.6-0.4.5 is installed
OR acroread-fonts-zh_TW-9.4.6-0.4.5 is installed
OR acroread_ja-9.4.2-0.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND dnsmasq-2.71-0.12.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
grub2-2.00-0.54 is installed
OR grub2-x86_64-efi-2.00-0.54 is installed
OR grub2-x86_64-xen-2.00-0.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
cups-1.7.5-5 is installed
OR cups-client-1.7.5-5 is installed
OR cups-libs-1.7.5-5 is installed
OR cups-libs-32bit-1.7.5-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
MozillaFirefox-45.2.0esr-75 is installed
OR MozillaFirefox-branding-SLE-45.0-28 is installed
OR MozillaFirefox-translations-45.2.0esr-75 is installed
OR libfreebl3-3.21.1-46 is installed
OR libfreebl3-32bit-3.21.1-46 is installed
OR libsoftokn3-3.21.1-46 is installed
OR libsoftokn3-32bit-3.21.1-46 is installed
OR mozilla-nspr-4.12-15 is installed
OR mozilla-nspr-32bit-4.12-15 is installed
OR mozilla-nss-3.21.1-46 is installed
OR mozilla-nss-32bit-3.21.1-46 is installed
OR mozilla-nss-certs-3.21.1-46 is installed
OR mozilla-nss-certs-32bit-3.21.1-46 is installed
OR mozilla-nss-sysinit-3.21.1-46 is installed
OR mozilla-nss-sysinit-32bit-3.21.1-46 is installed
OR mozilla-nss-tools-3.21.1-46 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gvim-7.4.326-16 is installed
OR vim-7.4.326-16 is installed
OR vim-data-7.4.326-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libwireshark9-2.4.10-48.32 is installed
OR libwiretap7-2.4.10-48.32 is installed
OR libwscodecs1-2.4.10-48.32 is installed
OR libwsutil8-2.4.10-48.32 is installed
OR wireshark-2.4.10-48.32 is installed
OR wireshark-gtk-2.4.10-48.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND facter-2.0.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
bzip2-1.0.6-3 is installed
OR libbz2-1-1.0.6-3 is installed
OR libbz2-1-32bit-1.0.6-3 is installed
OR libbz2-devel-1.0.6-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
clamav-0.95.1-0.1 is installed
OR libgcc43-4.3.3_20081022-11 is installed
OR libgcc43-32bit-4.3.3_20081022-11 is installed
OR libgcc43-x86-4.3.3_20081022-11 is installed
OR libstdc++43-4.3.3_20081022-11 is installed
OR libstdc++43-32bit-4.3.3_20081022-11 is installed
OR libstdc++43-x86-4.3.3_20081022-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
clamav-0.95.1-0.1 is installed
OR libgcc43-4.3.3_20081022-11 is installed
OR libgcc43-32bit-4.3.3_20081022-11 is installed
OR libgcc43-x86-4.3.3_20081022-11 is installed
OR libstdc++43-4.3.3_20081022-11 is installed
OR libstdc++43-32bit-4.3.3_20081022-11 is installed
OR libstdc++43-x86-4.3.3_20081022-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND ed-0.2-1001.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND ed-0.2-1001.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND ed-0.2-1001.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
file-4.24-43 is installed
OR file-32bit-4.24-43 is installed
OR file-x86-4.24-43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.5 is installed
OR libMagickCore1-6.4.3.6-7.78.5 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.5 is installed
OR libMagickCore1-6.4.3.6-7.78.5 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND clamav-0.97.3-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
xen-4.1.6_08-17 is installed
OR xen-devel-4.1.6_08-17 is installed
OR xen-doc-html-4.1.6_08-17 is installed
OR xen-doc-pdf-4.1.6_08-17 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-libs-4.1.6_08-17 is installed
OR xen-libs-32bit-4.1.6_08-17 is installed
OR xen-tools-4.1.6_08-17 is installed
OR xen-tools-domU-4.1.6_08-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
xen-4.1.6_08-17 is installed
OR xen-devel-4.1.6_08-17 is installed
OR xen-doc-html-4.1.6_08-17 is installed
OR xen-doc-pdf-4.1.6_08-17 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-libs-4.1.6_08-17 is installed
OR xen-libs-32bit-4.1.6_08-17 is installed
OR xen-tools-4.1.6_08-17 is installed
OR xen-tools-domU-4.1.6_08-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
kde4-l10n-ar-4.3.5-0.3 is installed
OR kde4-l10n-bg-4.3.5-0.3 is installed
OR kde4-l10n-ca-4.3.5-0.3 is installed
OR kde4-l10n-cs-4.3.5-0.3 is installed
OR kde4-l10n-csb-4.3.5-0.3 is installed
OR kde4-l10n-da-4.3.5-0.3 is installed
OR kde4-l10n-de-4.3.5-0.3 is installed
OR kde4-l10n-el-4.3.5-0.3 is installed
OR kde4-l10n-en_GB-4.3.5-0.3 is installed
OR kde4-l10n-es-4.3.5-0.3 is installed
OR kde4-l10n-et-4.3.5-0.3 is installed
OR kde4-l10n-eu-4.3.5-0.3 is installed
OR kde4-l10n-fi-4.3.5-0.3 is installed
OR kde4-l10n-fr-4.3.5-0.3 is installed
OR kde4-l10n-ga-4.3.5-0.3 is installed
OR kde4-l10n-gl-4.3.5-0.3 is installed
OR kde4-l10n-hi-4.3.5-0.3 is installed
OR kde4-l10n-hu-4.3.5-0.3 is installed
OR kde4-l10n-is-4.3.5-0.3 is installed
OR kde4-l10n-it-4.3.5-0.3 is installed
OR kde4-l10n-ja-4.3.5-0.3 is installed
OR kde4-l10n-kk-4.3.5-0.3 is installed
OR kde4-l10n-km-4.3.5-0.3 is installed
OR kde4-l10n-ko-4.3.5-0.3 is installed
OR kde4-l10n-ku-4.3.5-0.3 is installed
OR kde4-l10n-lt-4.3.5-0.3 is installed
OR kde4-l10n-lv-4.3.5-0.3 is installed
OR kde4-l10n-mk-4.3.5-0.3 is installed
OR kde4-l10n-ml-4.3.5-0.3 is installed
OR kde4-l10n-nb-4.3.5-0.3 is installed
OR kde4-l10n-nds-4.3.5-0.3 is installed
OR kde4-l10n-nl-4.3.5-0.3 is installed
OR kde4-l10n-nn-4.3.5-0.3 is installed
OR kde4-l10n-pa-4.3.5-0.3 is installed
OR kde4-l10n-pl-4.3.5-0.3 is installed
OR kde4-l10n-pt-4.3.5-0.3 is installed
OR kde4-l10n-pt_BR-4.3.5-0.3 is installed
OR kde4-l10n-ro-4.3.5-0.3 is installed
OR kde4-l10n-ru-4.3.5-0.3 is installed
OR kde4-l10n-sl-4.3.5-0.3 is installed
OR kde4-l10n-sv-4.3.5-0.3 is installed
OR kde4-l10n-th-4.3.5-0.3 is installed
OR kde4-l10n-tr-4.3.5-0.3 is installed
OR kde4-l10n-uk-4.3.5-0.3 is installed
OR kde4-l10n-wa-4.3.5-0.3 is installed
OR kde4-l10n-zh_CN-4.3.5-0.3 is installed
OR kde4-l10n-zh_TW-4.3.5-0.3 is installed
OR kdebase4-runtime-4.3.5-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
kde4-l10n-ar-4.3.5-0.3 is installed
OR kde4-l10n-bg-4.3.5-0.3 is installed
OR kde4-l10n-ca-4.3.5-0.3 is installed
OR kde4-l10n-cs-4.3.5-0.3 is installed
OR kde4-l10n-csb-4.3.5-0.3 is installed
OR kde4-l10n-da-4.3.5-0.3 is installed
OR kde4-l10n-de-4.3.5-0.3 is installed
OR kde4-l10n-el-4.3.5-0.3 is installed
OR kde4-l10n-en_GB-4.3.5-0.3 is installed
OR kde4-l10n-es-4.3.5-0.3 is installed
OR kde4-l10n-et-4.3.5-0.3 is installed
OR kde4-l10n-eu-4.3.5-0.3 is installed
OR kde4-l10n-fi-4.3.5-0.3 is installed
OR kde4-l10n-fr-4.3.5-0.3 is installed
OR kde4-l10n-ga-4.3.5-0.3 is installed
OR kde4-l10n-gl-4.3.5-0.3 is installed
OR kde4-l10n-hi-4.3.5-0.3 is installed
OR kde4-l10n-hu-4.3.5-0.3 is installed
OR kde4-l10n-is-4.3.5-0.3 is installed
OR kde4-l10n-it-4.3.5-0.3 is installed
OR kde4-l10n-ja-4.3.5-0.3 is installed
OR kde4-l10n-kk-4.3.5-0.3 is installed
OR kde4-l10n-km-4.3.5-0.3 is installed
OR kde4-l10n-ko-4.3.5-0.3 is installed
OR kde4-l10n-ku-4.3.5-0.3 is installed
OR kde4-l10n-lt-4.3.5-0.3 is installed
OR kde4-l10n-lv-4.3.5-0.3 is installed
OR kde4-l10n-mk-4.3.5-0.3 is installed
OR kde4-l10n-ml-4.3.5-0.3 is installed
OR kde4-l10n-nb-4.3.5-0.3 is installed
OR kde4-l10n-nds-4.3.5-0.3 is installed
OR kde4-l10n-nl-4.3.5-0.3 is installed
OR kde4-l10n-nn-4.3.5-0.3 is installed
OR kde4-l10n-pa-4.3.5-0.3 is installed
OR kde4-l10n-pl-4.3.5-0.3 is installed
OR kde4-l10n-pt-4.3.5-0.3 is installed
OR kde4-l10n-pt_BR-4.3.5-0.3 is installed
OR kde4-l10n-ro-4.3.5-0.3 is installed
OR kde4-l10n-ru-4.3.5-0.3 is installed
OR kde4-l10n-sl-4.3.5-0.3 is installed
OR kde4-l10n-sv-4.3.5-0.3 is installed
OR kde4-l10n-th-4.3.5-0.3 is installed
OR kde4-l10n-tr-4.3.5-0.3 is installed
OR kde4-l10n-uk-4.3.5-0.3 is installed
OR kde4-l10n-wa-4.3.5-0.3 is installed
OR kde4-l10n-zh_CN-4.3.5-0.3 is installed
OR kde4-l10n-zh_TW-4.3.5-0.3 is installed
OR kdebase4-runtime-4.3.5-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
kde4-l10n-ar-4.3.5-0.3 is installed
OR kde4-l10n-bg-4.3.5-0.3 is installed
OR kde4-l10n-ca-4.3.5-0.3 is installed
OR kde4-l10n-cs-4.3.5-0.3 is installed
OR kde4-l10n-csb-4.3.5-0.3 is installed
OR kde4-l10n-da-4.3.5-0.3 is installed
OR kde4-l10n-de-4.3.5-0.3 is installed
OR kde4-l10n-el-4.3.5-0.3 is installed
OR kde4-l10n-en_GB-4.3.5-0.3 is installed
OR kde4-l10n-es-4.3.5-0.3 is installed
OR kde4-l10n-et-4.3.5-0.3 is installed
OR kde4-l10n-eu-4.3.5-0.3 is installed
OR kde4-l10n-fi-4.3.5-0.3 is installed
OR kde4-l10n-fr-4.3.5-0.3 is installed
OR kde4-l10n-ga-4.3.5-0.3 is installed
OR kde4-l10n-gl-4.3.5-0.3 is installed
OR kde4-l10n-hi-4.3.5-0.3 is installed
OR kde4-l10n-hu-4.3.5-0.3 is installed
OR kde4-l10n-is-4.3.5-0.3 is installed
OR kde4-l10n-it-4.3.5-0.3 is installed
OR kde4-l10n-ja-4.3.5-0.3 is installed
OR kde4-l10n-kk-4.3.5-0.3 is installed
OR kde4-l10n-km-4.3.5-0.3 is installed
OR kde4-l10n-ko-4.3.5-0.3 is installed
OR kde4-l10n-ku-4.3.5-0.3 is installed
OR kde4-l10n-lt-4.3.5-0.3 is installed
OR kde4-l10n-lv-4.3.5-0.3 is installed
OR kde4-l10n-mk-4.3.5-0.3 is installed
OR kde4-l10n-ml-4.3.5-0.3 is installed
OR kde4-l10n-nb-4.3.5-0.3 is installed
OR kde4-l10n-nds-4.3.5-0.3 is installed
OR kde4-l10n-nl-4.3.5-0.3 is installed
OR kde4-l10n-nn-4.3.5-0.3 is installed
OR kde4-l10n-pa-4.3.5-0.3 is installed
OR kde4-l10n-pl-4.3.5-0.3 is installed
OR kde4-l10n-pt-4.3.5-0.3 is installed
OR kde4-l10n-pt_BR-4.3.5-0.3 is installed
OR kde4-l10n-ro-4.3.5-0.3 is installed
OR kde4-l10n-ru-4.3.5-0.3 is installed
OR kde4-l10n-sl-4.3.5-0.3 is installed
OR kde4-l10n-sv-4.3.5-0.3 is installed
OR kde4-l10n-th-4.3.5-0.3 is installed
OR kde4-l10n-tr-4.3.5-0.3 is installed
OR kde4-l10n-uk-4.3.5-0.3 is installed
OR kde4-l10n-wa-4.3.5-0.3 is installed
OR kde4-l10n-zh_CN-4.3.5-0.3 is installed
OR kde4-l10n-zh_TW-4.3.5-0.3 is installed
OR kdebase4-runtime-4.3.5-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
kde4-l10n-ar-4.3.5-0.3 is installed
OR kde4-l10n-bg-4.3.5-0.3 is installed
OR kde4-l10n-ca-4.3.5-0.3 is installed
OR kde4-l10n-cs-4.3.5-0.3 is installed
OR kde4-l10n-csb-4.3.5-0.3 is installed
OR kde4-l10n-da-4.3.5-0.3 is installed
OR kde4-l10n-de-4.3.5-0.3 is installed
OR kde4-l10n-el-4.3.5-0.3 is installed
OR kde4-l10n-en_GB-4.3.5-0.3 is installed
OR kde4-l10n-es-4.3.5-0.3 is installed
OR kde4-l10n-et-4.3.5-0.3 is installed
OR kde4-l10n-eu-4.3.5-0.3 is installed
OR kde4-l10n-fi-4.3.5-0.3 is installed
OR kde4-l10n-fr-4.3.5-0.3 is installed
OR kde4-l10n-ga-4.3.5-0.3 is installed
OR kde4-l10n-gl-4.3.5-0.3 is installed
OR kde4-l10n-hi-4.3.5-0.3 is installed
OR kde4-l10n-hu-4.3.5-0.3 is installed
OR kde4-l10n-is-4.3.5-0.3 is installed
OR kde4-l10n-it-4.3.5-0.3 is installed
OR kde4-l10n-ja-4.3.5-0.3 is installed
OR kde4-l10n-kk-4.3.5-0.3 is installed
OR kde4-l10n-km-4.3.5-0.3 is installed
OR kde4-l10n-ko-4.3.5-0.3 is installed
OR kde4-l10n-ku-4.3.5-0.3 is installed
OR kde4-l10n-lt-4.3.5-0.3 is installed
OR kde4-l10n-lv-4.3.5-0.3 is installed
OR kde4-l10n-mk-4.3.5-0.3 is installed
OR kde4-l10n-ml-4.3.5-0.3 is installed
OR kde4-l10n-nb-4.3.5-0.3 is installed
OR kde4-l10n-nds-4.3.5-0.3 is installed
OR kde4-l10n-nl-4.3.5-0.3 is installed
OR kde4-l10n-nn-4.3.5-0.3 is installed
OR kde4-l10n-pa-4.3.5-0.3 is installed
OR kde4-l10n-pl-4.3.5-0.3 is installed
OR kde4-l10n-pt-4.3.5-0.3 is installed
OR kde4-l10n-pt_BR-4.3.5-0.3 is installed
OR kde4-l10n-ro-4.3.5-0.3 is installed
OR kde4-l10n-ru-4.3.5-0.3 is installed
OR kde4-l10n-sl-4.3.5-0.3 is installed
OR kde4-l10n-sv-4.3.5-0.3 is installed
OR kde4-l10n-th-4.3.5-0.3 is installed
OR kde4-l10n-tr-4.3.5-0.3 is installed
OR kde4-l10n-uk-4.3.5-0.3 is installed
OR kde4-l10n-wa-4.3.5-0.3 is installed
OR kde4-l10n-zh_CN-4.3.5-0.3 is installed
OR kde4-l10n-zh_TW-4.3.5-0.3 is installed
OR kdebase4-runtime-4.3.5-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
kde4-l10n-ar-4.3.5-0.3 is installed
OR kde4-l10n-bg-4.3.5-0.3 is installed
OR kde4-l10n-ca-4.3.5-0.3 is installed
OR kde4-l10n-cs-4.3.5-0.3 is installed
OR kde4-l10n-csb-4.3.5-0.3 is installed
OR kde4-l10n-da-4.3.5-0.3 is installed
OR kde4-l10n-de-4.3.5-0.3 is installed
OR kde4-l10n-el-4.3.5-0.3 is installed
OR kde4-l10n-en_GB-4.3.5-0.3 is installed
OR kde4-l10n-es-4.3.5-0.3 is installed
OR kde4-l10n-et-4.3.5-0.3 is installed
OR kde4-l10n-eu-4.3.5-0.3 is installed
OR kde4-l10n-fi-4.3.5-0.3 is installed
OR kde4-l10n-fr-4.3.5-0.3 is installed
OR kde4-l10n-ga-4.3.5-0.3 is installed
OR kde4-l10n-gl-4.3.5-0.3 is installed
OR kde4-l10n-hi-4.3.5-0.3 is installed
OR kde4-l10n-hu-4.3.5-0.3 is installed
OR kde4-l10n-is-4.3.5-0.3 is installed
OR kde4-l10n-it-4.3.5-0.3 is installed
OR kde4-l10n-ja-4.3.5-0.3 is installed
OR kde4-l10n-kk-4.3.5-0.3 is installed
OR kde4-l10n-km-4.3.5-0.3 is installed
OR kde4-l10n-ko-4.3.5-0.3 is installed
OR kde4-l10n-ku-4.3.5-0.3 is installed
OR kde4-l10n-lt-4.3.5-0.3 is installed
OR kde4-l10n-lv-4.3.5-0.3 is installed
OR kde4-l10n-mk-4.3.5-0.3 is installed
OR kde4-l10n-ml-4.3.5-0.3 is installed
OR kde4-l10n-nb-4.3.5-0.3 is installed
OR kde4-l10n-nds-4.3.5-0.3 is installed
OR kde4-l10n-nl-4.3.5-0.3 is installed
OR kde4-l10n-nn-4.3.5-0.3 is installed
OR kde4-l10n-pa-4.3.5-0.3 is installed
OR kde4-l10n-pl-4.3.5-0.3 is installed
OR kde4-l10n-pt-4.3.5-0.3 is installed
OR kde4-l10n-pt_BR-4.3.5-0.3 is installed
OR kde4-l10n-ro-4.3.5-0.3 is installed
OR kde4-l10n-ru-4.3.5-0.3 is installed
OR kde4-l10n-sl-4.3.5-0.3 is installed
OR kde4-l10n-sv-4.3.5-0.3 is installed
OR kde4-l10n-th-4.3.5-0.3 is installed
OR kde4-l10n-tr-4.3.5-0.3 is installed
OR kde4-l10n-uk-4.3.5-0.3 is installed
OR kde4-l10n-wa-4.3.5-0.3 is installed
OR kde4-l10n-zh_CN-4.3.5-0.3 is installed
OR kde4-l10n-zh_TW-4.3.5-0.3 is installed
OR kdebase4-runtime-4.3.5-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND microcode_ctl-1.17-102.83.15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND microcode_ctl-1.17-102.83.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND microcode_ctl-1.17-102.83.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND microcode_ctl-1.17-102.83.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.2.0esr-45 is installed
OR MozillaFirefox-branding-SLED-45.0-23 is installed
OR MozillaFirefox-translations-45.2.0esr-45 is installed
OR firefox-fontconfig-2.11.0-2 is installed
OR libfreebl3-3.21.1-35 is installed
OR libfreebl3-32bit-3.21.1-35 is installed
OR libsoftokn3-3.21.1-35 is installed
OR libsoftokn3-32bit-3.21.1-35 is installed
OR mozilla-nspr-4.12-29 is installed
OR mozilla-nspr-32bit-4.12-29 is installed
OR mozilla-nss-3.21.1-35 is installed
OR mozilla-nss-32bit-3.21.1-35 is installed
OR mozilla-nss-tools-3.21.1-35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libvorbis-1.2.0-79.20.11 is installed
OR libvorbis-32bit-1.2.0-79.20.11 is installed
OR libvorbis-doc-1.2.0-79.20.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libvorbis-1.2.0-79.20.11 is installed
OR libvorbis-32bit-1.2.0-79.20.11 is installed
OR libvorbis-doc-1.2.0-79.20.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
freetype2-2.3.7-25.41 is installed
OR freetype2-32bit-2.3.7-25.41 is installed
OR freetype2-x86-2.3.7-25.41 is installed
OR ft2demos-2.3.7-25.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
freetype2-2.3.7-25.41 is installed
OR freetype2-32bit-2.3.7-25.41 is installed
OR freetype2-x86-2.3.7-25.41 is installed
OR ft2demos-2.3.7-25.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND a2ps-4.13-1326.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
grub2-2.00-0.66.15 is installed
OR grub2-x86_64-efi-2.00-0.66.15 is installed
OR grub2-x86_64-xen-2.00-0.66.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
grub2-2.00-0.66.15 is installed
OR grub2-x86_64-efi-2.00-0.66.15 is installed
OR grub2-x86_64-xen-2.00-0.66.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
xorg-x11-server-7.6_1.15.2-21 is installed
OR xorg-x11-server-extra-7.6_1.15.2-21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
xorg-x11-server-7.6_1.15.2-21 is installed
OR xorg-x11-server-extra-7.6_1.15.2-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
libXcursor1-1.1.14-3 is installed
OR libXcursor1-32bit-1.1.14-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
gpg2-2.0.24-3 is installed
OR gpg2-lang-2.0.24-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
gpg2-2.0.24-3 is installed
OR gpg2-lang-2.0.24-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
accountsservice-0.6.35-3 is installed
OR accountsservice-lang-0.6.35-3 is installed
OR libaccountsservice0-0.6.35-3 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_18-default-12-2 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-12-2 is installed
OR kgraft-patch-SLE12-SP1_Update_9-12-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_18-default-12-2 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-12-2 is installed
OR kgraft-patch-SLE12-SP1_Update_9-12-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
qemu-2.6.2-31 is installed
OR qemu-arm-2.6.2-31 is installed
OR qemu-block-curl-2.6.2-31 is installed
OR qemu-block-rbd-2.6.2-31 is installed
OR qemu-block-ssh-2.6.2-31 is installed
OR qemu-guest-agent-2.6.2-31 is installed
OR qemu-ipxe-1.0.0-31 is installed
OR qemu-kvm-2.6.2-31 is installed
OR qemu-lang-2.6.2-31 is installed
OR qemu-ppc-2.6.2-31 is installed
OR qemu-s390-2.6.2-31 is installed
OR qemu-seabios-1.9.1-31 is installed
OR qemu-sgabios-8-31 is installed
OR qemu-tools-2.6.2-31 is installed
OR qemu-vgabios-1.9.1-31 is installed
OR qemu-x86-2.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
colord-gtk-lang-0.1.26-6 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-10 is installed
OR libcolord2-32bit-1.3.3-10 is installed
OR libcolorhug2-1.3.3-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-demo-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-devel-1.8.0.181-27.26 is installed
OR java-1_8_0-openjdk-headless-1.8.0.181-27.26 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
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
perl-5.18.2-12.14 is installed
OR perl-32bit-5.18.2-12.14 is installed
OR perl-base-5.18.2-12.14 is installed
OR perl-doc-5.18.2-12.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cron-4.2-58 is installed
OR cronie-1.4.11-58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND Package Information
kernel-default-4.4.180-94.147.1 is installed
OR kernel-default-base-4.4.180-94.147.1 is installed
OR kernel-default-devel-4.4.180-94.147.1 is installed
OR kernel-default-kgraft-4.4.180-94.147.1 is installed
OR kernel-default-man-4.4.180-94.147.1 is installed
OR kernel-devel-4.4.180-94.147.1 is installed
OR kernel-macros-4.4.180-94.147.1 is installed
OR kernel-source-4.4.180-94.147.1 is installed
OR kernel-syms-4.4.180-94.147.1 is installed
OR kgraft-patch-4_4_180-94_147-default-1-4.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND unzip-6.00-33.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND unzip-6.00-33.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libsystemd0-228-150.53 is installed
OR libsystemd0-32bit-228-150.53 is installed
OR libudev1-228-150.53 is installed
OR libudev1-32bit-228-150.53 is installed
OR systemd-228-150.53 is installed
OR systemd-32bit-228-150.53 is installed
OR systemd-bash-completion-228-150.53 is installed
OR systemd-sysvinit-228-150.53 is installed
OR udev-228-150.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libsystemd0-228-150.53 is installed
OR libsystemd0-32bit-228-150.53 is installed
OR libudev1-228-150.53 is installed
OR libudev1-32bit-228-150.53 is installed
OR systemd-228-150.53 is installed
OR systemd-32bit-228-150.53 is installed
OR systemd-bash-completion-228-150.53 is installed
OR systemd-sysvinit-228-150.53 is installed
OR udev-228-150.53 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND cifs-utils-6.5-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
postgresql93-9.3.14-19 is installed
OR postgresql93-contrib-9.3.14-19 is installed
OR postgresql93-docs-9.3.14-19 is installed
OR postgresql93-server-9.3.14-19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
postgresql93-9.3.14-19 is installed
OR postgresql93-contrib-9.3.14-19 is installed
OR postgresql93-docs-9.3.14-19 is installed
OR postgresql93-server-9.3.14-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_55-52_42-default-5-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_12-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_51-default-3-4 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-3-4 is installed
OR kgraft-patch-SLE12-SP1_Update_18-3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_155-94_50-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
compat-openssl098-0.9.8j-106.15 is installed
OR libopenssl0_9_8-0.9.8j-106.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libjavascriptcoregtk-1_0-0-2.4.8-16 is installed
OR libjavascriptcoregtk-1_0-0-32bit-2.4.8-16 is installed
OR libwebkit2gtk-3_0-25-2.4.8-16 is installed
OR libwebkitgtk-1_0-0-2.4.8-16 is installed
OR libwebkitgtk-1_0-0-32bit-2.4.8-16 is installed
OR libwebkitgtk2-lang-2.4.8-16 is installed
OR typelib-1_0-JavaScriptCore-3_0-2.4.8-16 is installed
OR typelib-1_0-WebKit-3_0-2.4.8-16 is installed
OR webkitgtk-2.4.8-16 is installed
OR webkitgtk3-2.4.8-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.621-130 is installed
OR flash-player-gnome-11.2.202.621-130 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 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 Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.33-29.13 is installed
OR libmysqlclient_r18-32bit-10.0.33-29.13 is installed
OR mariadb-10.0.33-29.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwebkit2gtk3-lang-2.22.6-2.35 is installed
OR webkit2gtk3-2.22.6-2.35 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|