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): | 1000106 1000893 1003030 1003032 1005004 1005005 1007157 1007160 1007276 1009100 1009103 1009107 1009109 1009111 1011652 1011839 1011846 1012651 1014298 1016340 1017689 1017690 1019611 1024724 1025068 1027519 1031263 1031382 1035442 1061081 1068032 1070158 1070159 1070160 1070163 1074562 1076116 1076180 1080635 1080662 1082332 1082825 1086408 1115026 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 295284 895528 912457 934299 936909 948244 949022 953382 954872 956832 957988 958007 958009 958493 958523 958582 958583 958584 958586 959006 959695 959928 960726 960861 960862 961332 961600 961692 962335 962360 962611 962627 962642 962758 963161 963783 964431 964452 964644 964746 964925 964929 964947 964950 965112 965156 965315 965317 967090 967101 967630 968004 969351 973188 973631 974038 974621 975130 975138 976470 978160 978164 978295 978413 980716 980724 981264 982224 982225 982960 983984 985503 988675 990843 990923 995785 995792 CVE-2006-4811 CVE-2007-0235 CVE-2007-4134 CVE-2007-4770 CVE-2007-4771 CVE-2007-4783 CVE-2007-4840 CVE-2007-4887 CVE-2008-0599 CVE-2008-1036 CVE-2008-4309 CVE-2008-5624 CVE-2008-5625 CVE-2008-5814 CVE-2008-6123 CVE-2009-0153 CVE-2009-0945 CVE-2009-1271 CVE-2009-1272 CVE-2009-2626 CVE-2009-3235 CVE-2009-3546 CVE-2009-4017 CVE-2009-4142 CVE-2010-4409 CVE-2011-1006 CVE-2011-1022 CVE-2011-3193 CVE-2011-3372 CVE-2011-3922 CVE-2012-0804 CVE-2012-2141 CVE-2013-4527 CVE-2013-4529 CVE-2013-4530 CVE-2013-4533 CVE-2013-4534 CVE-2013-4537 CVE-2013-4538 CVE-2013-4539 CVE-2014-0222 CVE-2014-3615 CVE-2014-3640 CVE-2014-3672 CVE-2014-3689 CVE-2014-7815 CVE-2014-8128 CVE-2014-9718 CVE-2015-5252 CVE-2015-5278 CVE-2015-5296 CVE-2015-5299 CVE-2015-5330 CVE-2015-6855 CVE-2015-7512 CVE-2015-7554 CVE-2015-8345 CVE-2015-8504 CVE-2015-8550 CVE-2015-8554 CVE-2015-8555 CVE-2015-8558 CVE-2015-8743 CVE-2016-10013 CVE-2016-10024 CVE-2016-10095 CVE-2016-10266 CVE-2016-1568 CVE-2016-1570 CVE-2016-1571 CVE-2016-1714 CVE-2016-1981 CVE-2016-2270 CVE-2016-2271 CVE-2016-2391 CVE-2016-2392 CVE-2016-2538 CVE-2016-2841 CVE-2016-3158 CVE-2016-3159 CVE-2016-3632 CVE-2016-3710 CVE-2016-3712 CVE-2016-3960 CVE-2016-4001 CVE-2016-4002 CVE-2016-4439 CVE-2016-4441 CVE-2016-4453 CVE-2016-4454 CVE-2016-4480 CVE-2016-5238 CVE-2016-5318 CVE-2016-5338 CVE-2016-5403 CVE-2016-6258 CVE-2016-6351 CVE-2016-7092 CVE-2016-7094 CVE-2016-7777 CVE-2016-7908 CVE-2016-7909 CVE-2016-8331 CVE-2016-8667 CVE-2016-8669 CVE-2016-8909 CVE-2016-8910 CVE-2016-9379 CVE-2016-9380 CVE-2016-9381 CVE-2016-9382 CVE-2016-9383 CVE-2016-9386 CVE-2016-9535 CVE-2016-9540 CVE-2016-9637 CVE-2016-9932 CVE-2017-11613 CVE-2017-15595 CVE-2017-17563 CVE-2017-17564 CVE-2017-17565 CVE-2017-17566 CVE-2017-18030 CVE-2017-2626 CVE-2017-5225 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-5953 CVE-2018-5683 CVE-2018-7456 CVE-2018-8905 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:0164-1 SUSE-SU-2017:1775-1 SUSE-SU-2018:0638-1 SUSE-SU-2018:1835-1 SUSE-SU-2021:2451-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Legacy Software 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-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 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 SP3 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
bluez-5.48-lp150.3 is installed
OR libbluetooth3-5.48-lp150.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
aria2-1.24.0-3 is installed
OR aria2-lang-1.24.0-3 is installed
OR libaria2-0-1.24.0-3 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND python-pymongo-2.6.3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
libfreebl3-3.15.3.1-0.4.2 is installed
OR libfreebl3-32bit-3.15.3.1-0.4.2 is installed
OR mozilla-nss-3.15.3.1-0.4.2 is installed
OR mozilla-nss-32bit-3.15.3.1-0.4.2 is installed
OR mozilla-nss-tools-3.15.3.1-0.4.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
dhcp-4.2.4.P2-0.24 is installed
OR dhcp-client-4.2.4.P2-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.6.1esr-34 is installed
OR MozillaFirefox-translations-38.6.1esr-34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
MozillaFirefox-38.6.1esr-60 is installed
OR MozillaFirefox-translations-38.6.1esr-60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.5 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.5 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.5 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libreoffice-6.0.5.2-43.38 is installed
OR libreoffice-base-6.0.5.2-43.38 is installed
OR libreoffice-base-drivers-mysql-6.0.5.2-43.38 is installed
OR libreoffice-base-drivers-postgresql-6.0.5.2-43.38 is installed
OR libreoffice-branding-upstream-6.0.5.2-43.38 is installed
OR libreoffice-calc-6.0.5.2-43.38 is installed
OR libreoffice-calc-extensions-6.0.5.2-43.38 is installed
OR libreoffice-draw-6.0.5.2-43.38 is installed
OR libreoffice-filters-optional-6.0.5.2-43.38 is installed
OR libreoffice-gnome-6.0.5.2-43.38 is installed
OR libreoffice-gtk2-6.0.5.2-43.38 is installed
OR libreoffice-icon-themes-6.0.5.2-43.38 is installed
OR libreoffice-impress-6.0.5.2-43.38 is installed
OR libreoffice-l10n-af-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ar-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ca-6.0.5.2-43.38 is installed
OR libreoffice-l10n-cs-6.0.5.2-43.38 is installed
OR libreoffice-l10n-da-6.0.5.2-43.38 is installed
OR libreoffice-l10n-de-6.0.5.2-43.38 is installed
OR libreoffice-l10n-en-6.0.5.2-43.38 is installed
OR libreoffice-l10n-es-6.0.5.2-43.38 is installed
OR libreoffice-l10n-fi-6.0.5.2-43.38 is installed
OR libreoffice-l10n-fr-6.0.5.2-43.38 is installed
OR libreoffice-l10n-gu-6.0.5.2-43.38 is installed
OR libreoffice-l10n-hi-6.0.5.2-43.38 is installed
OR libreoffice-l10n-hu-6.0.5.2-43.38 is installed
OR libreoffice-l10n-it-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ja-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ko-6.0.5.2-43.38 is installed
OR libreoffice-l10n-nb-6.0.5.2-43.38 is installed
OR libreoffice-l10n-nl-6.0.5.2-43.38 is installed
OR libreoffice-l10n-nn-6.0.5.2-43.38 is installed
OR libreoffice-l10n-pl-6.0.5.2-43.38 is installed
OR libreoffice-l10n-pt_BR-6.0.5.2-43.38 is installed
OR libreoffice-l10n-pt_PT-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ro-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ru-6.0.5.2-43.38 is installed
OR libreoffice-l10n-sk-6.0.5.2-43.38 is installed
OR libreoffice-l10n-sv-6.0.5.2-43.38 is installed
OR libreoffice-l10n-xh-6.0.5.2-43.38 is installed
OR libreoffice-l10n-zh_CN-6.0.5.2-43.38 is installed
OR libreoffice-l10n-zh_TW-6.0.5.2-43.38 is installed
OR libreoffice-l10n-zu-6.0.5.2-43.38 is installed
OR libreoffice-mailmerge-6.0.5.2-43.38 is installed
OR libreoffice-math-6.0.5.2-43.38 is installed
OR libreoffice-officebean-6.0.5.2-43.38 is installed
OR libreoffice-pyuno-6.0.5.2-43.38 is installed
OR libreoffice-writer-6.0.5.2-43.38 is installed
OR libreoffice-writer-extensions-6.0.5.2-43.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
dbus-1-1.12.2-1 is installed
OR dbus-1-devel-1.12.2-1 is installed
OR dbus-1-x11-1.12.2-1 is installed
OR libdbus-1-3-1.12.2-1 is installed
OR libdbus-1-3-32bit-1.12.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
NetworkManager-1.10.6-3 is installed
OR NetworkManager-devel-1.10.6-3 is installed
OR libnm-glib-vpn1-1.10.6-3 is installed
OR libnm-glib4-1.10.6-3 is installed
OR libnm-util2-1.10.6-3 is installed
OR typelib-1_0-NMClient-1_0-1.10.6-3 is installed
OR typelib-1_0-NetworkManager-1_0-1.10.6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND perl-DNS-LDNS-1.7.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND syslog-ng-3.4.5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
pam-modules-12.1-3 is installed
OR pam-modules-32bit-12.1-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND cron-4.1-194.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND cron-4.1-194.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libupsclient1-2.6.2-0.2.4 is installed
OR nut-2.6.2-0.2.4 is installed
OR nut-classic-2.6.2-0.2.4 is installed
OR nut-drivers-net-2.6.2-0.2.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
apache2-mod_php5-5.2.6-50.24 is installed
OR php5-5.2.6-50.24 is installed
OR php5-bcmath-5.2.6-50.24 is installed
OR php5-bz2-5.2.6-50.24 is installed
OR php5-calendar-5.2.6-50.24 is installed
OR php5-ctype-5.2.6-50.24 is installed
OR php5-curl-5.2.6-50.24 is installed
OR php5-dba-5.2.6-50.24 is installed
OR php5-dbase-5.2.6-50.24 is installed
OR php5-dom-5.2.6-50.24 is installed
OR php5-exif-5.2.6-50.24 is installed
OR php5-fastcgi-5.2.6-50.24 is installed
OR php5-ftp-5.2.6-50.24 is installed
OR php5-gd-5.2.6-50.24 is installed
OR php5-gettext-5.2.6-50.24 is installed
OR php5-gmp-5.2.6-50.24 is installed
OR php5-hash-5.2.6-50.24 is installed
OR php5-iconv-5.2.6-50.24 is installed
OR php5-json-5.2.6-50.24 is installed
OR php5-ldap-5.2.6-50.24 is installed
OR php5-mbstring-5.2.6-50.24 is installed
OR php5-mcrypt-5.2.6-50.24 is installed
OR php5-mysql-5.2.6-50.24 is installed
OR php5-odbc-5.2.6-50.24 is installed
OR php5-openssl-5.2.6-50.24 is installed
OR php5-pcntl-5.2.6-50.24 is installed
OR php5-pdo-5.2.6-50.24 is installed
OR php5-pear-5.2.6-50.24 is installed
OR php5-pgsql-5.2.6-50.24 is installed
OR php5-pspell-5.2.6-50.24 is installed
OR php5-shmop-5.2.6-50.24 is installed
OR php5-snmp-5.2.6-50.24 is installed
OR php5-soap-5.2.6-50.24 is installed
OR php5-suhosin-5.2.6-50.24 is installed
OR php5-sysvmsg-5.2.6-50.24 is installed
OR php5-sysvsem-5.2.6-50.24 is installed
OR php5-sysvshm-5.2.6-50.24 is installed
OR php5-tokenizer-5.2.6-50.24 is installed
OR php5-wddx-5.2.6-50.24 is installed
OR php5-xmlreader-5.2.6-50.24 is installed
OR php5-xmlrpc-5.2.6-50.24 is installed
OR php5-xmlwriter-5.2.6-50.24 is installed
OR php5-xsl-5.2.6-50.24 is installed
OR php5-zip-5.2.6-50.24 is installed
OR php5-zlib-5.2.6-50.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libQtWebKit4-4.6.3-5.12 is installed
OR libQtWebKit4-32bit-4.6.3-5.12 is installed
OR libQtWebKit4-x86-4.6.3-5.12 is installed
OR libqt4-4.6.3-5.12 is installed
OR libqt4-32bit-4.6.3-5.12 is installed
OR libqt4-qt3support-4.6.3-5.12 is installed
OR libqt4-qt3support-32bit-4.6.3-5.12 is installed
OR libqt4-qt3support-x86-4.6.3-5.12 is installed
OR libqt4-sql-4.6.3-5.12 is installed
OR libqt4-sql-32bit-4.6.3-5.12 is installed
OR libqt4-sql-sqlite-4.6.3-5.12 is installed
OR libqt4-sql-x86-4.6.3-5.12 is installed
OR libqt4-x11-4.6.3-5.12 is installed
OR libqt4-x11-32bit-4.6.3-5.12 is installed
OR libqt4-x11-x86-4.6.3-5.12 is installed
OR libqt4-x86-4.6.3-5.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.22 is installed
OR bind-chrootenv-9.9.6P1-0.22 is installed
OR bind-devel-9.9.6P1-0.22 is installed
OR bind-doc-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.22 is installed
OR bind-chrootenv-9.9.6P1-0.22 is installed
OR bind-devel-9.9.6P1-0.22 is installed
OR bind-doc-9.9.6P1-0.22 is installed
OR bind-libs-9.9.6P1-0.22 is installed
OR bind-libs-32bit-9.9.6P1-0.22 is installed
OR bind-utils-9.9.6P1-0.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
fuse-2.8.7-0.11 is installed
OR libfuse2-2.8.7-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
fuse-2.8.7-0.11 is installed
OR libfuse2-2.8.7-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
fuse-2.8.7-0.11 is installed
OR libfuse2-2.8.7-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
fuse-2.8.7-0.11 is installed
OR libfuse2-2.8.7-0.11 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
fuse-2.8.7-0.11 is installed
OR libfuse2-2.8.7-0.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
cyrus-imapd-2.3.11-60.65.64 is installed
OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
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
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND clamav-0.99.4-0.20.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_21-31 is installed
OR xen-doc-html-4.2.5_21-31 is installed
OR xen-doc-pdf-4.2.5_21-31 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.113.TDC-31 is installed
OR xen-libs-4.2.5_21-31 is installed
OR xen-tools-4.2.5_21-31 is installed
OR xen-tools-domU-4.2.5_21-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_21-31 is installed
OR xen-doc-html-4.2.5_21-31 is installed
OR xen-doc-pdf-4.2.5_21-31 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.113.TDC-31 is installed
OR xen-libs-4.2.5_21-31 is installed
OR xen-tools-4.2.5_21-31 is installed
OR xen-tools-domU-4.2.5_21-31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ldapsmb-1.34b-64 is installed
OR libldb1-3.6.3-64 is installed
OR libsmbclient0-3.6.3-64 is installed
OR libsmbclient0-32bit-3.6.3-64 is installed
OR libsmbclient0-x86-3.6.3-64 is installed
OR libtalloc2-3.6.3-64 is installed
OR libtalloc2-32bit-3.6.3-64 is installed
OR libtalloc2-x86-3.6.3-64 is installed
OR libtdb1-3.6.3-64 is installed
OR libtdb1-32bit-3.6.3-64 is installed
OR libtdb1-x86-3.6.3-64 is installed
OR libtevent0-3.6.3-64 is installed
OR libtevent0-32bit-3.6.3-64 is installed
OR libtevent0-x86-3.6.3-64 is installed
OR libwbclient0-3.6.3-64 is installed
OR libwbclient0-32bit-3.6.3-64 is installed
OR libwbclient0-x86-3.6.3-64 is installed
OR samba-3.6.3-64 is installed
OR samba-32bit-3.6.3-64 is installed
OR samba-client-3.6.3-64 is installed
OR samba-client-32bit-3.6.3-64 is installed
OR samba-client-x86-3.6.3-64 is installed
OR samba-doc-3.6.3-64 is installed
OR samba-krb-printing-3.6.3-64 is installed
OR samba-winbind-3.6.3-64 is installed
OR samba-winbind-32bit-3.6.3-64 is installed
OR samba-winbind-x86-3.6.3-64 is installed
OR samba-x86-3.6.3-64 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ldapsmb-1.34b-64 is installed
OR libldb1-3.6.3-64 is installed
OR libsmbclient0-3.6.3-64 is installed
OR libsmbclient0-32bit-3.6.3-64 is installed
OR libsmbclient0-x86-3.6.3-64 is installed
OR libtalloc2-3.6.3-64 is installed
OR libtalloc2-32bit-3.6.3-64 is installed
OR libtalloc2-x86-3.6.3-64 is installed
OR libtdb1-3.6.3-64 is installed
OR libtdb1-32bit-3.6.3-64 is installed
OR libtdb1-x86-3.6.3-64 is installed
OR libtevent0-3.6.3-64 is installed
OR libtevent0-32bit-3.6.3-64 is installed
OR libtevent0-x86-3.6.3-64 is installed
OR libwbclient0-3.6.3-64 is installed
OR libwbclient0-32bit-3.6.3-64 is installed
OR libwbclient0-x86-3.6.3-64 is installed
OR samba-3.6.3-64 is installed
OR samba-32bit-3.6.3-64 is installed
OR samba-client-3.6.3-64 is installed
OR samba-client-32bit-3.6.3-64 is installed
OR samba-client-x86-3.6.3-64 is installed
OR samba-doc-3.6.3-64 is installed
OR samba-krb-printing-3.6.3-64 is installed
OR samba-winbind-3.6.3-64 is installed
OR samba-winbind-32bit-3.6.3-64 is installed
OR samba-winbind-x86-3.6.3-64 is installed
OR samba-x86-3.6.3-64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
cvs-1.12.12-144.23.5 is installed
OR cvs-doc-1.12.12-144.23.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
rhnlib-2.5.84.4-8 is installed
OR spacecmd-2.5.5.5-14 is installed
OR spacewalk-backend-2.5.24.9-24 is installed
OR spacewalk-backend-libs-2.5.24.9-24 is installed
OR spacewalk-check-2.5.13.8-23 is installed
OR spacewalk-client-setup-2.5.13.8-23 is installed
OR spacewalk-client-tools-2.5.13.8-23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.30 is installed
OR libcurl4-openssl1-x86-7.37.0-70.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.30 is installed
OR libcurl4-openssl1-x86-7.37.0-70.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND mailx-openssl1-12.5-1.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
docker-1.3.2-9 is installed
OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
OR sle2docker-0.2.3-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
docker-1.3.2-9 is installed
OR ruby2.1-rubygem-sle2docker-0.2.3-5 is installed
OR sle2docker-0.2.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
accountsservice-0.6.35-1 is installed
OR accountsservice-lang-0.6.35-1 is installed
OR libaccountsservice0-0.6.35-1 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libdcerpc-binding0-4.2.4-26 is installed
OR libdcerpc-binding0-32bit-4.2.4-26 is installed
OR libdcerpc0-4.2.4-26 is installed
OR libdcerpc0-32bit-4.2.4-26 is installed
OR libgensec0-4.2.4-26 is installed
OR libgensec0-32bit-4.2.4-26 is installed
OR libndr-krb5pac0-4.2.4-26 is installed
OR libndr-krb5pac0-32bit-4.2.4-26 is installed
OR libndr-nbt0-4.2.4-26 is installed
OR libndr-nbt0-32bit-4.2.4-26 is installed
OR libndr-standard0-4.2.4-26 is installed
OR libndr-standard0-32bit-4.2.4-26 is installed
OR libndr0-4.2.4-26 is installed
OR libndr0-32bit-4.2.4-26 is installed
OR libnetapi0-4.2.4-26 is installed
OR libnetapi0-32bit-4.2.4-26 is installed
OR libregistry0-4.2.4-26 is installed
OR libsamba-credentials0-4.2.4-26 is installed
OR libsamba-credentials0-32bit-4.2.4-26 is installed
OR libsamba-hostconfig0-4.2.4-26 is installed
OR libsamba-hostconfig0-32bit-4.2.4-26 is installed
OR libsamba-passdb0-4.2.4-26 is installed
OR libsamba-passdb0-32bit-4.2.4-26 is installed
OR libsamba-util0-4.2.4-26 is installed
OR libsamba-util0-32bit-4.2.4-26 is installed
OR libsamdb0-4.2.4-26 is installed
OR libsamdb0-32bit-4.2.4-26 is installed
OR libsmbclient-raw0-4.2.4-26 is installed
OR libsmbclient-raw0-32bit-4.2.4-26 is installed
OR libsmbclient0-4.2.4-26 is installed
OR libsmbclient0-32bit-4.2.4-26 is installed
OR libsmbconf0-4.2.4-26 is installed
OR libsmbconf0-32bit-4.2.4-26 is installed
OR libsmbldap0-4.2.4-26 is installed
OR libsmbldap0-32bit-4.2.4-26 is installed
OR libtevent-util0-4.2.4-26 is installed
OR libtevent-util0-32bit-4.2.4-26 is installed
OR libwbclient0-4.2.4-26 is installed
OR libwbclient0-32bit-4.2.4-26 is installed
OR samba-4.2.4-26 is installed
OR samba-32bit-4.2.4-26 is installed
OR samba-client-4.2.4-26 is installed
OR samba-client-32bit-4.2.4-26 is installed
OR samba-doc-4.2.4-26 is installed
OR samba-libs-4.2.4-26 is installed
OR samba-libs-32bit-4.2.4-26 is installed
OR samba-winbind-4.2.4-26 is installed
OR samba-winbind-32bit-4.2.4-26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libdcerpc-binding0-4.2.4-26 is installed
OR libdcerpc-binding0-32bit-4.2.4-26 is installed
OR libdcerpc0-4.2.4-26 is installed
OR libdcerpc0-32bit-4.2.4-26 is installed
OR libgensec0-4.2.4-26 is installed
OR libgensec0-32bit-4.2.4-26 is installed
OR libndr-krb5pac0-4.2.4-26 is installed
OR libndr-krb5pac0-32bit-4.2.4-26 is installed
OR libndr-nbt0-4.2.4-26 is installed
OR libndr-nbt0-32bit-4.2.4-26 is installed
OR libndr-standard0-4.2.4-26 is installed
OR libndr-standard0-32bit-4.2.4-26 is installed
OR libndr0-4.2.4-26 is installed
OR libndr0-32bit-4.2.4-26 is installed
OR libnetapi0-4.2.4-26 is installed
OR libnetapi0-32bit-4.2.4-26 is installed
OR libregistry0-4.2.4-26 is installed
OR libsamba-credentials0-4.2.4-26 is installed
OR libsamba-credentials0-32bit-4.2.4-26 is installed
OR libsamba-hostconfig0-4.2.4-26 is installed
OR libsamba-hostconfig0-32bit-4.2.4-26 is installed
OR libsamba-passdb0-4.2.4-26 is installed
OR libsamba-passdb0-32bit-4.2.4-26 is installed
OR libsamba-util0-4.2.4-26 is installed
OR libsamba-util0-32bit-4.2.4-26 is installed
OR libsamdb0-4.2.4-26 is installed
OR libsamdb0-32bit-4.2.4-26 is installed
OR libsmbclient-raw0-4.2.4-26 is installed
OR libsmbclient-raw0-32bit-4.2.4-26 is installed
OR libsmbclient0-4.2.4-26 is installed
OR libsmbclient0-32bit-4.2.4-26 is installed
OR libsmbconf0-4.2.4-26 is installed
OR libsmbconf0-32bit-4.2.4-26 is installed
OR libsmbldap0-4.2.4-26 is installed
OR libsmbldap0-32bit-4.2.4-26 is installed
OR libtevent-util0-4.2.4-26 is installed
OR libtevent-util0-32bit-4.2.4-26 is installed
OR libwbclient0-4.2.4-26 is installed
OR libwbclient0-32bit-4.2.4-26 is installed
OR samba-4.2.4-26 is installed
OR samba-32bit-4.2.4-26 is installed
OR samba-client-4.2.4-26 is installed
OR samba-client-32bit-4.2.4-26 is installed
OR samba-doc-4.2.4-26 is installed
OR samba-libs-4.2.4-26 is installed
OR samba-libs-32bit-4.2.4-26 is installed
OR samba-winbind-4.2.4-26 is installed
OR samba-winbind-32bit-4.2.4-26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
bash-4.2-75 is installed
OR bash-doc-4.2-75 is installed
OR libreadline6-6.2-75 is installed
OR libreadline6-32bit-6.2-75 is installed
OR readline-doc-6.2-75 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_51-default-9-2 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-9-2 is installed
OR kgraft-patch-SLE12-SP1_Update_18-9-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_85-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_23-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_85-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_23-8-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-BCL 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-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
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND binutils-2.31-9.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
bind-9.11.2-3.10 is installed
OR bind-chrootenv-9.11.2-3.10 is installed
OR bind-doc-9.11.2-3.10 is installed
OR bind-utils-9.11.2-3.10 is installed
OR libbind9-160-9.11.2-3.10 is installed
OR libdns169-9.11.2-3.10 is installed
OR libirs160-9.11.2-3.10 is installed
OR libisc166-9.11.2-3.10 is installed
OR libisc166-32bit-9.11.2-3.10 is installed
OR libisccc160-9.11.2-3.10 is installed
OR libisccfg160-9.11.2-3.10 is installed
OR liblwres160-9.11.2-3.10 is installed
OR python-bind-9.11.2-3.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND apache2-mod_nss-1.0.14-10.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND apache2-mod_nss-1.0.14-10.14 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_115-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_115-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_34-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libpcrecpp0-8.39-7 is installed
OR libpcrecpp0-32bit-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gnome-shell-3.20.4-77.7 is installed
OR gnome-shell-calendar-3.20.4-77.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libraw-0.15.4-16 is installed
OR libraw9-0.15.4-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
ImageMagick-6.8.8.1-71.93 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.93 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libotr-devel-4.1.1-2 is installed
OR libotr5-4.1.1-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.27 is installed
OR bind-chrootenv-9.9.6P1-0.27 is installed
OR bind-doc-9.9.6P1-0.27 is installed
OR bind-libs-9.9.6P1-0.27 is installed
OR bind-libs-32bit-9.9.6P1-0.27 is installed
OR bind-utils-9.9.6P1-0.27 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
python3-rpm-4.11.2-16.21 is installed
OR rpm-4.11.2-16.21 is installed
OR rpm-32bit-4.11.2-16.21 is installed
OR rpm-build-4.11.2-16.21 is installed
OR rpm-python-4.11.2-16.21 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND Package Information
kafka-0.10.2.2-5.6 is installed
OR openstack-monasca-api-2.2.1~dev24-3.6 is installed
OR python-monasca-api-2.2.1~dev24-3.6 is installed
|