Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for kernel-source (Important) |
Description: |
The SUSE Linux Enterprise 11 SP1 Teradata Kernel was updated to fix bugs and security issues.
The following security bugs were fixed:
- CVE-2019-11477: A vulnerability was detected which relates to the TCP Selective Acknowledgement (SACK) and minimum segment size (MSS) capabilities. The most serious, dubbed 'SACK' allows a remotely-triggered kernel panic on recent Linux kernels (bsc#1137586)
- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS): Store buffers on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access (bsc#1111331)
- CVE-2018-12127: Microarchitectural Load Port Data Sampling (MLPDS): Load ports on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access (bsc#1111331)
- CVE-2018-12130: Microarchitectural Fill Buffer Data Sampling (MFBDS): Fill buffers on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access (bsc#1111331)
- CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM): Uncacheable memory on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access (bsc#1111331)
- CVE-2019-5489: The mincore() implementation in mm/mincore.c in the Linux kernel through 4.19.13 allowed local attackers to observe page cache access patterns of other processes on the same system, potentially allowing sniffing of secret information. (Fixing this affects the output of the fincore program.) Limited remote exploitation may be possible, as demonstrated by latency differences in accessing public files from an Apache HTTP Server (bsc#1120843)
- CVE-2019-11190: The Linux kernel before 4.8 allows local users to bypass ASLR on setuid programs (such as /bin/su) because install_exec_creds() is called too late in load_elf_binary() in fs/binfmt_elf.c, and thus the ptrace_may_access() check has a race condition when reading /proc/pid/stat (bsc#1132472)
- CVE-2019-11884: The do_hidp_sock_ioctl function in net/bluetooth/hidp/sock.c in the Linux kernel before 5.0.15 allows a local user to obtain potentially sensitive information from kernel stack memory via a HIDPCONNADD command, because a name field may not end with a '\0' character (bsc#1134848)
- CVE-2018-17972: An issue was discovered in the proc_pid_stack function in fs/proc/base.c in the Linux kernel through 4.18.11. It does not ensure that only root may inspect the kernel stack of an arbitrary task, allowing a local attacker to exploit racy stack unwinding and leak kernel task stack contents (bsc#1110785)
- CVE-2019-9213: In the Linux kernel before 4.20.14, expand_downwards in mm/mmap.c lacks a check for the mmap minimum address, which makes it easier for attackers to exploit kernel NULL pointer dereferences on non-SMAP platforms. This is related to a capability check for the wrong task (bsc#1128166)
- CVE-2004-0230: TCP, when using a large Window Size, makes it easier for remote attackers to guess sequence numbers and cause a denial of service (connection loss) to persistent TCP connections by repeatedly injecting a TCP RST packet, especially in protocols that use long-lived connections, such as BGP (bsc#969340)
- CVE-2016-5696: net/ipv4/tcp_input.c in the Linux kernel before 4.7 does not properly determine the rate of challenge ACK segments, which makes it easier for remote attackers to hijack TCP sessions via a blind in-window attack (bsc#969340)
- CVE-2018-19985: The function hso_get_config_data in drivers/net/usb/hso.c in the Linux kernel through 4.19.8 reads if_num from the USB device (as a u8) and uses it to index a small array, resulting in an object out-of-bounds (OOB) read that potentially allows arbitrary read in the kernel address space. (bsc#1120743)
- CVE-2018-20169: An issue was discovered in the Linux kernel before 4.19.9. The USB subsystem mishandles size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bsc#1119714)
- CVE-2015-7799: The slhc_init function in drivers/net/slip/slhc.c in the Linux kernel through 4.2.3 does not ensure that certain slot numbers are valid, which allows local users to cause a denial of service (NULL pointer dereference and system crash) via a crafted PPPIOCSMAXCID ioctl call. (bsc#949936)
- CVE-2018-18710: An issue was discovered in the Linux kernel through 4.19. An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. (bsc#1113751)
- CVE-2017-7273: The cp_report_fixup function in drivers/hid/hid-cypress.c in the Linux kernel 4.x before 4.9.4 allows physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report. (bsc#1031240)
- CVE-2017-16533: The usbhid_parse function in drivers/hid/usbhid/hid-core.c in the Linux kernel before 4.13.8 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device. (bsc#1066674)
- CVE-2017-1000407: The Linux Kernel 2.6.32 and later are affected by a denial of service, by flooding the diagnostic port 0x80 an exception can be triggered leading to a kernel panic (bsc#1071021)
- CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bsc#1108498)
- CVE-2018-12896: An issue was discovered in the Linux kernel through 4.17.3. An Integer Overflow in kernel/time/posix-timers.c in the POSIX timer code is caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically makes the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. For example, a local user can cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bsc#1099922)
- CVE-2017-2647, CVE-2017-6951: The KEYS subsystem in the Linux kernel before 3.18 allows local users to gain privileges or cause a denial of service (NULL pointer dereference and system crash) via vectors involving a NULL value for a certain match field, related to the keyring_search_iterator function in keyring.c (bsc#1030593)
- CVE-2017-7472: The KEYS subsystem in the Linux kernel before 4.10.13 allows local users to cause a denial of service (memory consumption) via a series of KEY_REQKEY_DEFL_THREAD_KEYRING keyctl_set_reqkey_keyring calls (bsc#1034862)
Additional changes:
- Support was added for 'mitigations=' cmdline option (bsc#1112178)
- Related to the following security fixes: CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091:
* Adds mds=full,nosmt cmdline option (bsc#1111331) * Adds mitigation mode VMWERV (bsc#1111331)
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000677 1001912 1003077 1003925 1004499 1005857 1005878 1015187 1019334 1021641 1027038 1030593 1031240 1034862 1048457 1049796 1050116 1050139 1050632 1051441 1051847 1052450 1052553 1052689 1052758 1052764 1054757 1055214 1056432 1057719 1057729 1057730 1058485 1058637 1059666 1059778 1059893 1060577 1066003 1066674 1067181 1067184 1071021 1099922 1108498 1110785 1111331 1112178 1113751 1119714 1119974 1120743 1120843 1128166 1132472 1134848 1137586 1158328 1158527 1161982 777468 839104 851803 864391 864655 864769 864805 864811 864845 864846 864847 864850 864851 864852 864853 877642 889013 897654 901508 902737 920110 923775 930770 930821 931130 937256 937444 940946 945989 949936 957162 957988 958007 958009 958491 958523 959005 959888 960689 960707 960725 960861 960862 961691 963782 965315 965317 967013 967630 967716 969340 969350 971354 976942 976943 977614 977615 977616 977617 977621 979475 980371 982575 982745 983249 984663 986337 986362 986365 989152 990419 991608 991665 993819 993890 993891 994296 994618 994749 994759 994844 995075 995324 995359 995377 998190 999665 999666 999668 999932 CVE-2004-0230 CVE-2009-0689 CVE-2012-3461 CVE-2013-4164 CVE-2013-4312 CVE-2013-4533 CVE-2013-4534 CVE-2013-4537 CVE-2013-4538 CVE-2013-4539 CVE-2014-0060 CVE-2014-0061 CVE-2014-0062 CVE-2014-0063 CVE-2014-0064 CVE-2014-0065 CVE-2014-0066 CVE-2014-0222 CVE-2014-3640 CVE-2014-3689 CVE-2014-7815 CVE-2015-0239 CVE-2015-5278 CVE-2015-7512 CVE-2015-7513 CVE-2015-7575 CVE-2015-7799 CVE-2015-8504 CVE-2015-8550 CVE-2015-8554 CVE-2015-8555 CVE-2015-8558 CVE-2015-8743 CVE-2015-8745 CVE-2015-8956 CVE-2016-0823 CVE-2016-1570 CVE-2016-1571 CVE-2016-1714 CVE-2016-1981 CVE-2016-2105 CVE-2016-2106 CVE-2016-2107 CVE-2016-2108 CVE-2016-2109 CVE-2016-2177 CVE-2016-2178 CVE-2016-2179 CVE-2016-2180 CVE-2016-2181 CVE-2016-2182 CVE-2016-2183 CVE-2016-2270 CVE-2016-2271 CVE-2016-2391 CVE-2016-2841 CVE-2016-4805 CVE-2016-4997 CVE-2016-5696 CVE-2016-5696 CVE-2016-6302 CVE-2016-6303 CVE-2016-6304 CVE-2016-6306 CVE-2016-6480 CVE-2016-6828 CVE-2016-7056 CVE-2016-7117 CVE-2016-7425 CVE-2016-8610 CVE-2016-9933 CVE-2017-1000407 CVE-2017-11188 CVE-2017-11478 CVE-2017-11527 CVE-2017-11535 CVE-2017-11640 CVE-2017-11752 CVE-2017-12140 CVE-2017-12435 CVE-2017-12587 CVE-2017-12644 CVE-2017-12662 CVE-2017-12669 CVE-2017-12983 CVE-2017-13134 CVE-2017-13769 CVE-2017-14172 CVE-2017-14173 CVE-2017-14175 CVE-2017-14341 CVE-2017-14342 CVE-2017-14531 CVE-2017-14607 CVE-2017-14733 CVE-2017-15930 CVE-2017-16533 CVE-2017-16545 CVE-2017-16546 CVE-2017-2647 CVE-2017-6951 CVE-2017-7273 CVE-2017-7472 CVE-2017-7544 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-12896 CVE-2018-17972 CVE-2018-18710 CVE-2018-19985 CVE-2018-20169 CVE-2018-9516 CVE-2019-11091 CVE-2019-11190 CVE-2019-11477 CVE-2019-11745 CVE-2019-11884 CVE-2019-13722 CVE-2019-17005 CVE-2019-17008 CVE-2019-17009 CVE-2019-17010 CVE-2019-17011 CVE-2019-17012 CVE-2019-20433 CVE-2019-5489 CVE-2019-9213 SUSE-SU-2016:0189-1 SUSE-SU-2016:1154-1 SUSE-SU-2017:0585-1
|
Platform(s): | openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 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 Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise 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 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 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 SP2 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 OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
libfreebl3-3.28.5-41 is installed
OR libsoftokn3-3.28.5-41 is installed
OR mozilla-nss-3.28.5-41 is installed
OR mozilla-nss-certs-3.28.5-41 is installed
OR mozilla-nss-devel-3.28.5-41 is installed
OR mozilla-nss-tools-3.28.5-41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.6esr-0.4 is installed
OR MozillaFirefox-translations-17.0.6esr-0.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
ecryptfs-utils-61-1.35 is installed
OR ecryptfs-utils-32bit-61-1.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
sysconfig-0.83.7-2 is installed
OR sysconfig-netconfig-0.83.7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libpng16-16-1.6.8-5 is installed
OR libpng16-16-32bit-1.6.8-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cyrus-sasl-2.1.26-7 is installed
OR cyrus-sasl-32bit-2.1.26-7 is installed
OR cyrus-sasl-crammd5-2.1.26-7 is installed
OR cyrus-sasl-crammd5-32bit-2.1.26-7 is installed
OR cyrus-sasl-digestmd5-2.1.26-7 is installed
OR cyrus-sasl-digestmd5-32bit-2.1.26-7 is installed
OR cyrus-sasl-gssapi-2.1.26-7 is installed
OR cyrus-sasl-gssapi-32bit-2.1.26-7 is installed
OR cyrus-sasl-plain-2.1.26-7 is installed
OR cyrus-sasl-plain-32bit-2.1.26-7 is installed
OR cyrus-sasl-saslauthd-2.1.26-7 is installed
OR libsasl2-3-2.1.26-7 is installed
OR libsasl2-3-32bit-2.1.26-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libquicktime-1.2.4-14.3 is installed
OR libquicktime0-1.2.4-14.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libixion-0.14.1-13.9 is installed
OR libixion-0_14-0-0.14.1-13.9 is installed
OR liborcus-0.14.1-10.12 is installed
OR liborcus-0_14-0-0.14.1-10.12 is installed
OR libreoffice-6.2.3.2-43.49 is installed
OR libreoffice-base-6.2.3.2-43.49 is installed
OR libreoffice-base-drivers-postgresql-6.2.3.2-43.49 is installed
OR libreoffice-branding-upstream-6.2.3.2-43.49 is installed
OR libreoffice-calc-6.2.3.2-43.49 is installed
OR libreoffice-calc-extensions-6.2.3.2-43.49 is installed
OR libreoffice-draw-6.2.3.2-43.49 is installed
OR libreoffice-filters-optional-6.2.3.2-43.49 is installed
OR libreoffice-gnome-6.2.3.2-43.49 is installed
OR libreoffice-gtk2-6.2.3.2-43.49 is installed
OR libreoffice-icon-themes-6.2.3.2-43.49 is installed
OR libreoffice-impress-6.2.3.2-43.49 is installed
OR libreoffice-l10n-af-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ar-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ca-6.2.3.2-43.49 is installed
OR libreoffice-l10n-cs-6.2.3.2-43.49 is installed
OR libreoffice-l10n-da-6.2.3.2-43.49 is installed
OR libreoffice-l10n-de-6.2.3.2-43.49 is installed
OR libreoffice-l10n-en-6.2.3.2-43.49 is installed
OR libreoffice-l10n-es-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-gu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-it-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ja-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ko-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nb-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nn-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_BR-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_PT-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ro-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ru-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sv-6.2.3.2-43.49 is installed
OR libreoffice-l10n-xh-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_CN-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_TW-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zu-6.2.3.2-43.49 is installed
OR libreoffice-mailmerge-6.2.3.2-43.49 is installed
OR libreoffice-math-6.2.3.2-43.49 is installed
OR libreoffice-officebean-6.2.3.2-43.49 is installed
OR libreoffice-pyuno-6.2.3.2-43.49 is installed
OR libreoffice-writer-6.2.3.2-43.49 is installed
OR libreoffice-writer-extensions-6.2.3.2-43.49 is installed
OR libwps-0.4.10-10.13 is installed
OR libwps-0_4-4-0.4.10-10.13 is installed
OR myspell-af_NA-20190423-16.18 is installed
OR myspell-af_ZA-20190423-16.18 is installed
OR myspell-ar-20190423-16.18 is installed
OR myspell-ar_AE-20190423-16.18 is installed
OR myspell-ar_BH-20190423-16.18 is installed
OR myspell-ar_DZ-20190423-16.18 is installed
OR myspell-ar_EG-20190423-16.18 is installed
OR myspell-ar_IQ-20190423-16.18 is installed
OR myspell-ar_JO-20190423-16.18 is installed
OR myspell-ar_KW-20190423-16.18 is installed
OR myspell-ar_LB-20190423-16.18 is installed
OR myspell-ar_LY-20190423-16.18 is installed
OR myspell-ar_MA-20190423-16.18 is installed
OR myspell-ar_OM-20190423-16.18 is installed
OR myspell-ar_QA-20190423-16.18 is installed
OR myspell-ar_SA-20190423-16.18 is installed
OR myspell-ar_SD-20190423-16.18 is installed
OR myspell-ar_SY-20190423-16.18 is installed
OR myspell-ar_TN-20190423-16.18 is installed
OR myspell-ar_YE-20190423-16.18 is installed
OR myspell-be_BY-20190423-16.18 is installed
OR myspell-bg_BG-20190423-16.18 is installed
OR myspell-bn_BD-20190423-16.18 is installed
OR myspell-bn_IN-20190423-16.18 is installed
OR myspell-bs-20190423-16.18 is installed
OR myspell-bs_BA-20190423-16.18 is installed
OR myspell-ca-20190423-16.18 is installed
OR myspell-ca_AD-20190423-16.18 is installed
OR myspell-ca_ES-20190423-16.18 is installed
OR myspell-ca_ES_valencia-20190423-16.18 is installed
OR myspell-ca_FR-20190423-16.18 is installed
OR myspell-ca_IT-20190423-16.18 is installed
OR myspell-cs_CZ-20190423-16.18 is installed
OR myspell-da_DK-20190423-16.18 is installed
OR myspell-de-20190423-16.18 is installed
OR myspell-de_AT-20190423-16.18 is installed
OR myspell-de_CH-20190423-16.18 is installed
OR myspell-de_DE-20190423-16.18 is installed
OR myspell-dictionaries-20190423-16.18 is installed
OR myspell-el_GR-20190423-16.18 is installed
OR myspell-en-20190423-16.18 is installed
OR myspell-en_AU-20190423-16.18 is installed
OR myspell-en_BS-20190423-16.18 is installed
OR myspell-en_BZ-20190423-16.18 is installed
OR myspell-en_CA-20190423-16.18 is installed
OR myspell-en_GB-20190423-16.18 is installed
OR myspell-en_GH-20190423-16.18 is installed
OR myspell-en_IE-20190423-16.18 is installed
OR myspell-en_IN-20190423-16.18 is installed
OR myspell-en_JM-20190423-16.18 is installed
OR myspell-en_MW-20190423-16.18 is installed
OR myspell-en_NA-20190423-16.18 is installed
OR myspell-en_NZ-20190423-16.18 is installed
OR myspell-en_PH-20190423-16.18 is installed
OR myspell-en_TT-20190423-16.18 is installed
OR myspell-en_US-20190423-16.18 is installed
OR myspell-en_ZA-20190423-16.18 is installed
OR myspell-en_ZW-20190423-16.18 is installed
OR myspell-es-20190423-16.18 is installed
OR myspell-es_AR-20190423-16.18 is installed
OR myspell-es_BO-20190423-16.18 is installed
OR myspell-es_CL-20190423-16.18 is installed
OR myspell-es_CO-20190423-16.18 is installed
OR myspell-es_CR-20190423-16.18 is installed
OR myspell-es_CU-20190423-16.18 is installed
OR myspell-es_DO-20190423-16.18 is installed
OR myspell-es_EC-20190423-16.18 is installed
OR myspell-es_ES-20190423-16.18 is installed
OR myspell-es_GT-20190423-16.18 is installed
OR myspell-es_HN-20190423-16.18 is installed
OR myspell-es_MX-20190423-16.18 is installed
OR myspell-es_NI-20190423-16.18 is installed
OR myspell-es_PA-20190423-16.18 is installed
OR myspell-es_PE-20190423-16.18 is installed
OR myspell-es_PR-20190423-16.18 is installed
OR myspell-es_PY-20190423-16.18 is installed
OR myspell-es_SV-20190423-16.18 is installed
OR myspell-es_UY-20190423-16.18 is installed
OR myspell-es_VE-20190423-16.18 is installed
OR myspell-et_EE-20190423-16.18 is installed
OR myspell-fr_BE-20190423-16.18 is installed
OR myspell-fr_CA-20190423-16.18 is installed
OR myspell-fr_CH-20190423-16.18 is installed
OR myspell-fr_FR-20190423-16.18 is installed
OR myspell-fr_LU-20190423-16.18 is installed
OR myspell-fr_MC-20190423-16.18 is installed
OR myspell-gu_IN-20190423-16.18 is installed
OR myspell-he_IL-20190423-16.18 is installed
OR myspell-hi_IN-20190423-16.18 is installed
OR myspell-hr_HR-20190423-16.18 is installed
OR myspell-hu_HU-20190423-16.18 is installed
OR myspell-id-20190423-16.18 is installed
OR myspell-id_ID-20190423-16.18 is installed
OR myspell-it_IT-20190423-16.18 is installed
OR myspell-lightproof-en-20190423-16.18 is installed
OR myspell-lightproof-hu_HU-20190423-16.18 is installed
OR myspell-lightproof-pt_BR-20190423-16.18 is installed
OR myspell-lightproof-ru_RU-20190423-16.18 is installed
OR myspell-lo_LA-20190423-16.18 is installed
OR myspell-lt_LT-20190423-16.18 is installed
OR myspell-lv_LV-20190423-16.18 is installed
OR myspell-nb_NO-20190423-16.18 is installed
OR myspell-nl_BE-20190423-16.18 is installed
OR myspell-nl_NL-20190423-16.18 is installed
OR myspell-nn_NO-20190423-16.18 is installed
OR myspell-no-20190423-16.18 is installed
OR myspell-pl_PL-20190423-16.18 is installed
OR myspell-pt_AO-20190423-16.18 is installed
OR myspell-pt_BR-20190423-16.18 is installed
OR myspell-pt_PT-20190423-16.18 is installed
OR myspell-ro-20190423-16.18 is installed
OR myspell-ro_RO-20190423-16.18 is installed
OR myspell-ru_RU-20190423-16.18 is installed
OR myspell-sk_SK-20190423-16.18 is installed
OR myspell-sl_SI-20190423-16.18 is installed
OR myspell-sr-20190423-16.18 is installed
OR myspell-sr_CS-20190423-16.18 is installed
OR myspell-sr_Latn_CS-20190423-16.18 is installed
OR myspell-sr_Latn_RS-20190423-16.18 is installed
OR myspell-sr_RS-20190423-16.18 is installed
OR myspell-sv_FI-20190423-16.18 is installed
OR myspell-sv_SE-20190423-16.18 is installed
OR myspell-te-20190423-16.18 is installed
OR myspell-te_IN-20190423-16.18 is installed
OR myspell-th_TH-20190423-16.18 is installed
OR myspell-uk_UA-20190423-16.18 is installed
OR myspell-vi-20190423-16.18 is installed
OR myspell-vi_VN-20190423-16.18 is installed
OR myspell-zu_ZA-20190423-16.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
docker-distribution-2.6.2-13.6 is installed
OR docker-distribution-registry-2.6.2-13.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.26-37 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.26-37 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.26-37 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.26-37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.51-52.31 is installed
OR kernel-ec2-devel-3.12.51-52.31 is installed
OR kernel-ec2-extra-3.12.51-52.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-78 is installed
OR php5-5.5.14-78 is installed
OR php5-bcmath-5.5.14-78 is installed
OR php5-bz2-5.5.14-78 is installed
OR php5-calendar-5.5.14-78 is installed
OR php5-ctype-5.5.14-78 is installed
OR php5-curl-5.5.14-78 is installed
OR php5-dba-5.5.14-78 is installed
OR php5-dom-5.5.14-78 is installed
OR php5-enchant-5.5.14-78 is installed
OR php5-exif-5.5.14-78 is installed
OR php5-fastcgi-5.5.14-78 is installed
OR php5-fileinfo-5.5.14-78 is installed
OR php5-fpm-5.5.14-78 is installed
OR php5-ftp-5.5.14-78 is installed
OR php5-gd-5.5.14-78 is installed
OR php5-gettext-5.5.14-78 is installed
OR php5-gmp-5.5.14-78 is installed
OR php5-iconv-5.5.14-78 is installed
OR php5-imap-5.5.14-78 is installed
OR php5-intl-5.5.14-78 is installed
OR php5-json-5.5.14-78 is installed
OR php5-ldap-5.5.14-78 is installed
OR php5-mbstring-5.5.14-78 is installed
OR php5-mcrypt-5.5.14-78 is installed
OR php5-mysql-5.5.14-78 is installed
OR php5-odbc-5.5.14-78 is installed
OR php5-opcache-5.5.14-78 is installed
OR php5-openssl-5.5.14-78 is installed
OR php5-pcntl-5.5.14-78 is installed
OR php5-pdo-5.5.14-78 is installed
OR php5-pear-5.5.14-78 is installed
OR php5-pgsql-5.5.14-78 is installed
OR php5-phar-5.5.14-78 is installed
OR php5-posix-5.5.14-78 is installed
OR php5-pspell-5.5.14-78 is installed
OR php5-shmop-5.5.14-78 is installed
OR php5-snmp-5.5.14-78 is installed
OR php5-soap-5.5.14-78 is installed
OR php5-sockets-5.5.14-78 is installed
OR php5-sqlite-5.5.14-78 is installed
OR php5-suhosin-5.5.14-78 is installed
OR php5-sysvmsg-5.5.14-78 is installed
OR php5-sysvsem-5.5.14-78 is installed
OR php5-sysvshm-5.5.14-78 is installed
OR php5-tokenizer-5.5.14-78 is installed
OR php5-wddx-5.5.14-78 is installed
OR php5-xmlreader-5.5.14-78 is installed
OR php5-xmlrpc-5.5.14-78 is installed
OR php5-xmlwriter-5.5.14-78 is installed
OR php5-xsl-5.5.14-78 is installed
OR php5-zip-5.5.14-78 is installed
OR php5-zlib-5.5.14-78 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND perl-Config-General-2.33-2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND perl-Config-General-2.33-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND perl-Config-General-2.33-2 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-LTSS is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xorg-x11-libXt-7.4-1.19 is installed
OR xorg-x11-libXt-32bit-7.4-1.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14.3 is installed
OR libexif-32bit-0.6.17-2.14.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libexif-0.6.17-2.14.3 is installed
OR libexif-32bit-0.6.17-2.14.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ruby-1.8.7.p357-0.9.13 is installed
OR ruby-doc-html-1.8.7.p357-0.9.13 is installed
OR ruby-tk-1.8.7.p357-0.9.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND libotr2-3.2.0-10.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND libotr2-3.2.0-10.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND libotr2-3.2.0-10.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libapr-util1-1.3.4-12.22.21 is installed
OR libapr-util1-32bit-1.3.4-12.22.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
xen-4.1.6_08-26 is installed
OR xen-devel-4.1.6_08-26 is installed
OR xen-doc-html-4.1.6_08-26 is installed
OR xen-doc-pdf-4.1.6_08-26 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.37-26 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.37-26 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.37-26 is installed
OR xen-libs-4.1.6_08-26 is installed
OR xen-libs-32bit-4.1.6_08-26 is installed
OR xen-tools-4.1.6_08-26 is installed
OR xen-tools-domU-4.1.6_08-26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
xen-4.1.6_08-26 is installed
OR xen-devel-4.1.6_08-26 is installed
OR xen-doc-html-4.1.6_08-26 is installed
OR xen-doc-pdf-4.1.6_08-26 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.37-26 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.37-26 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.37-26 is installed
OR xen-libs-4.1.6_08-26 is installed
OR xen-libs-32bit-4.1.6_08-26 is installed
OR xen-tools-4.1.6_08-26 is installed
OR xen-tools-domU-4.1.6_08-26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libecpg6-9.1.12-0.3 is installed
OR libpq5-9.1.12-0.3 is installed
OR libpq5-32bit-9.1.12-0.3 is installed
OR postgresql91-9.1.12-0.3 is installed
OR postgresql91-contrib-9.1.12-0.3 is installed
OR postgresql91-docs-9.1.12-0.3 is installed
OR postgresql91-server-9.1.12-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libecpg6-9.1.12-0.3 is installed
OR libpq5-9.1.12-0.3 is installed
OR libpq5-32bit-9.1.12-0.3 is installed
OR postgresql91-9.1.12-0.3 is installed
OR postgresql91-contrib-9.1.12-0.3 is installed
OR postgresql91-docs-9.1.12-0.3 is installed
OR postgresql91-server-9.1.12-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libecpg6-9.1.12-0.3 is installed
OR libpq5-9.1.12-0.3 is installed
OR libpq5-32bit-9.1.12-0.3 is installed
OR postgresql91-9.1.12-0.3 is installed
OR postgresql91-contrib-9.1.12-0.3 is installed
OR postgresql91-docs-9.1.12-0.3 is installed
OR postgresql91-server-9.1.12-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libecpg6-9.1.12-0.3 is installed
OR libpq5-9.1.12-0.3 is installed
OR libpq5-32bit-9.1.12-0.3 is installed
OR postgresql91-9.1.12-0.3 is installed
OR postgresql91-contrib-9.1.12-0.3 is installed
OR postgresql91-docs-9.1.12-0.3 is installed
OR postgresql91-server-9.1.12-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libecpg6-9.1.12-0.3 is installed
OR libpq5-9.1.12-0.3 is installed
OR libpq5-32bit-9.1.12-0.3 is installed
OR postgresql91-9.1.12-0.3 is installed
OR postgresql91-contrib-9.1.12-0.3 is installed
OR postgresql91-docs-9.1.12-0.3 is installed
OR postgresql91-server-9.1.12-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
guestfs-data-1.20.4-0.18 is installed
OR guestfs-tools-1.20.4-0.18 is installed
OR guestfsd-1.20.4-0.18 is installed
OR libguestfs0-1.20.4-0.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
guestfs-data-1.20.4-0.18 is installed
OR guestfs-tools-1.20.4-0.18 is installed
OR guestfsd-1.20.4-0.18 is installed
OR libguestfs0-1.20.4-0.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
guestfs-data-1.20.4-0.18 is installed
OR guestfs-tools-1.20.4-0.18 is installed
OR guestfsd-1.20.4-0.18 is installed
OR libguestfs0-1.20.4-0.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
guestfs-data-1.20.4-0.18 is installed
OR guestfs-tools-1.20.4-0.18 is installed
OR guestfsd-1.20.4-0.18 is installed
OR libguestfs0-1.20.4-0.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_jk-1.2.26-1.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-41 is installed
OR xen-doc-html-4.2.5_21-41 is installed
OR xen-doc-pdf-4.2.5_21-41 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.99-41 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.99-41 is installed
OR xen-libs-4.2.5_21-41 is installed
OR xen-libs-32bit-4.2.5_21-41 is installed
OR xen-tools-4.2.5_21-41 is installed
OR xen-tools-domU-4.2.5_21-41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-41 is installed
OR xen-doc-html-4.2.5_21-41 is installed
OR xen-doc-pdf-4.2.5_21-41 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.99-41 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.99-41 is installed
OR xen-libs-4.2.5_21-41 is installed
OR xen-libs-32bit-4.2.5_21-41 is installed
OR xen-tools-4.2.5_21-41 is installed
OR xen-tools-domU-4.2.5_21-41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-160.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND LibVNCServer-0.9.1-160.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND binutils-2.24-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND LibVNCServer-0.9.1-160.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND LibVNCServer-0.9.1-160.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.27 is installed
OR libcurl4-openssl1-7.37.0-70.27 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
OR libcurl4-openssl1-x86-7.37.0-70.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.27 is installed
OR libcurl4-openssl1-7.37.0-70.27 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
OR libcurl4-openssl1-x86-7.37.0-70.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
gnome-settings-daemon-3.10.2-20 is installed
OR gnome-settings-daemon-lang-3.10.2-20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
gnome-settings-daemon-3.10.2-20 is installed
OR gnome-settings-daemon-lang-3.10.2-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
kernel-default-3.12.28-4 is installed
OR kernel-default-base-3.12.28-4 is installed
OR kernel-default-devel-3.12.28-4 is installed
OR kernel-default-man-3.12.28-4 is installed
OR kernel-devel-3.12.28-4 is installed
OR kernel-macros-3.12.28-4 is installed
OR kernel-source-3.12.28-4 is installed
OR kernel-syms-3.12.28-4 is installed
OR kernel-xen-3.12.28-4 is installed
OR kernel-xen-base-3.12.28-4 is installed
OR kernel-xen-devel-3.12.28-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
tar-1.27.1-11 is installed
OR tar-lang-1.27.1-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
tar-1.27.1-11 is installed
OR tar-lang-1.27.1-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
cracklib-2.9.0-7 is installed
OR libcrack2-2.9.0-7 is installed
OR libcrack2-32bit-2.9.0-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_21-default-7-3 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-7-3 is installed
OR kgraft-patch-SLE12-SP1_Update_10-7-3 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_21-default-7-3 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-7-3 is installed
OR kgraft-patch-SLE12-SP1_Update_10-7-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
ImageMagick-6.8.8.1-59 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-59 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
ImageMagick-6.8.8.1-59 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-59 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
cracklib-2.9.0-7 is installed
OR libcrack2-2.9.0-7 is installed
OR libcrack2-32bit-2.9.0-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS 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-ESPOS 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 SP2-LTSS 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-LTSS 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-LTSS is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
MozillaFirefox-52.3.0esr-109.3 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
MozillaFirefox-52.3.0esr-109.3 is installed
OR MozillaFirefox-translations-52.3.0esr-109.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND dnsmasq-2.76-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
xen-4.11.0_08-1 is installed
OR xen-doc-html-4.11.0_08-1 is installed
OR xen-libs-4.11.0_08-1 is installed
OR xen-libs-32bit-4.11.0_08-1 is installed
OR xen-tools-4.11.0_08-1 is installed
OR xen-tools-domU-4.11.0_08-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_44-52_18-default-6-2 is installed
OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
OR kgraft-patch-SLE12_Update_7-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
cups-1.7.5-12 is installed
OR cups-client-1.7.5-12 is installed
OR cups-libs-1.7.5-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_61-52_69-default-3-3 is installed
OR kgraft-patch-3_12_61-52_69-xen-3-3 is installed
OR kgraft-patch-SLE12_Update_20-3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
evince-3.10.3-2.3 is installed
OR evince-lang-3.10.3-2.3 is installed
OR libevdocument3-4-3.10.3-2.3 is installed
OR libevview3-3-3.10.3-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 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 Linux Enterprise Workstation Extension 12 SP1 is installed
AND libgio-fam-2.38.2-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
dia-0.97.3-15 is installed
OR dia-lang-0.97.3-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
finch-2.12.0-1 is installed
OR libpurple-2.12.0-1 is installed
OR libpurple-branding-upstream-2.12.0-1 is installed
OR libpurple-lang-2.12.0-1 is installed
OR libpurple-plugin-sametime-2.12.0-1 is installed
OR libpurple-tcl-2.12.0-1 is installed
OR pidgin-2.12.0-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
kernel-default-4.4.121-92.92 is installed
OR kernel-default-base-4.4.121-92.92 is installed
OR kernel-default-devel-4.4.121-92.92 is installed
OR kernel-default-man-4.4.121-92.92 is installed
OR kernel-devel-4.4.121-92.92 is installed
OR kernel-macros-4.4.121-92.92 is installed
OR kernel-source-4.4.121-92.92 is installed
OR kernel-syms-4.4.121-92.92 is installed
OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
OR lttng-modules-2.7.1-9.4 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
|