Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11 SP1 Teradata kernel was updated to receive various security and bugfixes.
This update adds mitigations for various side channel attacks against modern CPUs that could disclose content of otherwise unreadable memory (bsc#1068032).
- CVE-2017-5753: Local attackers on systems with modern CPUs featuring deep instruction pipelining could use attacker controllable speculative execution over code patterns in the Linux Kernel to leak content from otherwise not readable memory in the same address space, allowing retrieval of passwords, cryptographic keys and other secrets.
This problem is mitigated by adding speculative fencing on affected code paths throughout the Linux kernel.
- CVE-2017-5715: Local attackers on systems with modern CPUs featuring branch prediction could use mispredicted branches to speculatively execute code patterns that in turn could be made to leak other non-readable content in the same address space, an attack similar to CVE-2017-5753.
This problem is mitigated by disabling predictive branches, depending on CPU architecture either by firmware updates and/or fixes in the user-kernel privilege boundaries.
Please also check with your CPU / Hardware vendor on updated CPU microcode or BIOS packages regarding this issue.
As this feature can have a performance impact, it can be disabled using the 'nospec' kernel commandline option.
- CVE-2017-5754: Local attackers on systems with modern CPUs featuring deep instruction pipelining could use code patterns in userspace to speculative executive code that would read otherwise read protected memory, an attack similar to CVE-2017-5753.
This problem is mitigated by unmapping the Linux Kernel from the user address space during user code execution, following a approach called 'KAISER'. The terms used here are 'KAISER' / 'Kernel Address Isolation' and 'PTI' / 'Page Table Isolation'.
This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.
The fix for bsc#1049603, CVE-201711473 has been reverted, after there is no evidence that it affects Kernel 2.6.32 and the fix causes a regression.
The following security bugs were fixed:
- CVE-2017-17806: The HMAC implementation (crypto/hmac.c) in the Linux kernel did not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization (bsc#1073874). - CVE-2017-17805: The Salsa20 encryption algorithm in the Linux kernel did not correctly handle zero-length inputs, allowing a local attacker able to use the AF_ALG-based skcipher interface (CONFIG_CRYPTO_USER_API_SKCIPHER) to cause a denial of service (uninitialized-memory free and kernel crash) or have unspecified other impact by executing a crafted sequence of system calls that use the blkcipher_walk API. Both the generic implementation (crypto/salsa20_generic.c) and x86 implementation (arch/x86/crypto/salsa20_glue.c) of Salsa20 were vulnerable (bsc#1073792). - CVE-2015-7872: The key_gc_unused_keys function in security/keys/gc.c in the Linux kernel allowed local users to cause a denial of service (OOPS) via crafted keyctl commands (bsc#951440 951638 958463). - CVE-2014-9529: Race condition in the key_gc_unused_keys function in security/keys/gc.c in the Linux kernel allowed local users to cause a denial of service (memory corruption or panic) or possibly have unspecified other impact via keyctl commands that trigger access to a key structure member during garbage collection of a key (bsc#912202). - CVE-2017-13167: An elevation of privilege vulnerability in the kernel sound timer. (bsc#1072876). - CVE-2017-17558: The usb_destroy_configuration function in drivers/usb/core/config.c in the USB core subsystem in the Linux kernel did not consider the maximum number of configurations and interfaces before attempting to release resources, which allowed local users to cause a denial of service (out-of-bounds write access) or possibly have unspecified other impact via a crafted USB device (bsc#1072561). - CVE-2017-17450: net/netfilter/xt_osf.c in the Linux kernel did not require the CAP_NET_ADMIN capability for add_callback and remove_callback operations, which allowed local users to bypass intended access restrictions because the xt_osf_fingers data structure is shared across all net namespaces (bsc#1071695). - CVE-2017-8824: The dccp_disconnect function in net/dccp/proto.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state (bsc#1070771). - CVE-2017-16939: The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages (bsc#1069702). - CVE-2017-15115: The sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel did not check whether the intended netns is used in a peel-off action, which allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls (bsc#1068671). - CVE-2017-14106: The tcp_disconnect function in net/ipv4/tcp.c in the Linux kernel allowed local users to cause a denial of service (__tcp_select_window divide-by-zero error and system crash) by triggering a disconnect within a certain tcp_recvmsg code path (bsc#1056982). - CVE-2017-11600: net/xfrm/xfrm_policy.c in the Linux kernel did not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allowed local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message (bsc#1050231). - CVE-2017-16534: The cdc_parse_cdc_header function in drivers/usb/core/message.c in the Linux kernel allowed 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#1066693). - CVE-2018-1000004: alsa/seq: Make ioctls race-free (bsc#1076017).
The following non-security bugs were fixed:
- x86/cpu: Factor out application of forced CPU caps (bsc#1075994, bsc#1075091). - x86/cpu: Sync CPU feature flags late (bsc#1075994, bsc#1075091). - x86/microcode: Rescan feature flags upon late loading (bsc#1075994, bsc#1075091). - x86/spectre_v2: Fix ordering in IBRS initialization (bsc#1075994, bsc#1075091). - x86/spec_ctrl: handle late setting of X86_FEATURE_SPEC_CTRL properly (bsc#1075994, bsc#1075091). - x86/paravirt: Dont patch flush_tlb_single (bsc#1012382, bsc#1076154). - x86: increase robusteness of bad_iret fixup handler.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1010786 1010979 1010980 1011829 1012382 1020451 1020456 1020458 1020460 1031485 1045450 1049603 1050231 1052829 1056982 1057152 1064990 1066693 1067085 1068032 1068671 1069702 1070771 1071695 1072230 1072561 1072876 1073792 1073874 1075091 1075994 1076017 1076154 1082821 1088278 1089039 1092115 1104789 1110018 1113534 1113652 1114498 1115637 1117328 1120805 1120807 1139073 1141035 1155988 729190 748564 757576 796574 800335 884986 884987 884989 884990 884991 884992 885961 886059 886060 893849 893853 902357 902360 902368 910659 912202 914690 917150 918768 919080 921950 922451 922452 923945 924972 925109 928506 928511 931421 931452 931769 931772 931776 932483 933227 935074 935224 935226 935227 935229 935232 935234 935274 935275 938719 938721 942291 942296 945412 945428 948902 949961 951440 951638 952384 953527 954404 958463 960414 961368 961494 962313 965576 968284 969821 970632 971611 971612 971912 973351 973792 975394 975865 976996 976997 977003 977005 977991 977994 978827 978828 978829 978830 979688 980366 980373 980375 981050 981654 982010 982011 982012 982013 982162 983234 983253 983259 983292 983305 983308 983521 983523 983533 983739 983746 983752 983774 983794 983796 983799 983803 984018 984023 984028 984032 984035 984135 984137 984142 984144 984145 984150 984160 984166 984181 984184 984185 984186 984187 984193 984370 984372 984373 984374 984375 984379 984394 984398 984400 984401 984408 984409 984433 984436 985442 985448 985451 985456 985460 986608 986609 989363 992533 CVE-2004-1019 CVE-2006-7243 CVE-2012-0875 CVE-2012-2111 CVE-2013-4566 CVE-2014-0207 CVE-2014-3478 CVE-2014-3479 CVE-2014-3480 CVE-2014-3487 CVE-2014-3515 CVE-2014-3566 CVE-2014-3597 CVE-2014-3668 CVE-2014-3669 CVE-2014-3670 CVE-2014-4049 CVE-2014-4670 CVE-2014-4698 CVE-2014-4721 CVE-2014-5459 CVE-2014-8142 CVE-2014-9529 CVE-2014-9652 CVE-2014-9705 CVE-2014-9709 CVE-2014-9767 CVE-2014-9805 CVE-2014-9806 CVE-2014-9807 CVE-2014-9808 CVE-2014-9809 CVE-2014-9810 CVE-2014-9811 CVE-2014-9812 CVE-2014-9813 CVE-2014-9814 CVE-2014-9815 CVE-2014-9816 CVE-2014-9817 CVE-2014-9818 CVE-2014-9819 CVE-2014-9820 CVE-2014-9822 CVE-2014-9823 CVE-2014-9824 CVE-2014-9826 CVE-2014-9828 CVE-2014-9829 CVE-2014-9830 CVE-2014-9831 CVE-2014-9834 CVE-2014-9835 CVE-2014-9836 CVE-2014-9837 CVE-2014-9838 CVE-2014-9839 CVE-2014-9840 CVE-2014-9842 CVE-2014-9844 CVE-2014-9845 CVE-2014-9846 CVE-2014-9847 CVE-2014-9849 CVE-2014-9851 CVE-2014-9853 CVE-2014-9854 CVE-2015-0231 CVE-2015-0232 CVE-2015-0273 CVE-2015-1352 CVE-2015-2301 CVE-2015-2305 CVE-2015-2783 CVE-2015-2787 CVE-2015-3152 CVE-2015-3202 CVE-2015-3329 CVE-2015-3411 CVE-2015-3412 CVE-2015-4021 CVE-2015-4022 CVE-2015-4024 CVE-2015-4026 CVE-2015-4116 CVE-2015-4148 CVE-2015-4598 CVE-2015-4599 CVE-2015-4600 CVE-2015-4601 CVE-2015-4602 CVE-2015-4603 CVE-2015-4643 CVE-2015-4644 CVE-2015-5161 CVE-2015-5307 CVE-2015-5589 CVE-2015-5590 CVE-2015-6831 CVE-2015-6833 CVE-2015-6836 CVE-2015-6837 CVE-2015-6838 CVE-2015-7803 CVE-2015-7872 CVE-2015-7990 CVE-2015-8104 CVE-2015-8325 CVE-2015-8835 CVE-2015-8838 CVE-2015-8866 CVE-2015-8867 CVE-2015-8873 CVE-2015-8874 CVE-2015-8879 CVE-2015-8894 CVE-2015-8896 CVE-2015-8897 CVE-2015-8898 CVE-2015-8901 CVE-2015-8902 CVE-2015-8903 CVE-2016-1908 CVE-2016-2554 CVE-2016-3115 CVE-2016-3141 CVE-2016-3142 CVE-2016-3185 CVE-2016-4070 CVE-2016-4073 CVE-2016-4342 CVE-2016-4346 CVE-2016-4537 CVE-2016-4538 CVE-2016-4539 CVE-2016-4540 CVE-2016-4541 CVE-2016-4542 CVE-2016-4543 CVE-2016-4544 CVE-2016-4562 CVE-2016-4563 CVE-2016-4564 CVE-2016-5093 CVE-2016-5094 CVE-2016-5095 CVE-2016-5096 CVE-2016-5114 CVE-2016-5687 CVE-2016-5688 CVE-2016-5689 CVE-2016-5690 CVE-2016-5691 CVE-2016-5841 CVE-2016-5842 CVE-2016-6210 CVE-2016-6515 CVE-2016-8610 CVE-2016-9397 CVE-2016-9398 CVE-2016-9399 CVE-2016-9557 CVE-2017-11473 CVE-2017-11600 CVE-2017-12618 CVE-2017-13167 CVE-2017-14106 CVE-2017-14132 CVE-2017-15115 CVE-2017-16534 CVE-2017-16649 CVE-2017-16939 CVE-2017-17450 CVE-2017-17558 CVE-2017-17805 CVE-2017-17806 CVE-2017-18199 CVE-2017-5499 CVE-2017-5503 CVE-2017-5504 CVE-2017-5505 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-7753 CVE-2017-7779 CVE-2017-7782 CVE-2017-7784 CVE-2017-7785 CVE-2017-7786 CVE-2017-7787 CVE-2017-7791 CVE-2017-7792 CVE-2017-7798 CVE-2017-7800 CVE-2017-7801 CVE-2017-7802 CVE-2017-7803 CVE-2017-7804 CVE-2017-7807 CVE-2017-8824 CVE-2017-9782 CVE-2018-0734 CVE-2018-0737 CVE-2018-1000004 CVE-2018-18873 CVE-2018-19139 CVE-2018-19543 CVE-2018-20570 CVE-2018-20622 CVE-2018-5407 CVE-2018-9154 CVE-2018-9252 CVE-2019-11135 CVE-2019-11139 SUSE-SU-2015:1024-1 SUSE-SU-2016:1638-1 SUSE-SU-2016:2329-1 SUSE-SU-2017:2302-1 SUSE-SU-2018:4274-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 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 libcares2-1.9.1-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
finch-2.6.6-0.19 is installed
OR libpurple-2.6.6-0.19 is installed
OR libpurple-lang-2.6.6-0.19 is installed
OR libpurple-meanwhile-2.6.6-0.19 is installed
OR libpurple-tcl-2.6.6-0.19 is installed
OR pidgin-2.6.6-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
curl-7.19.7-1.38 is installed
OR libcurl4-7.19.7-1.38 is installed
OR libcurl4-32bit-7.19.7-1.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND rsyslog-8.4.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libmysqlclient18-10.0.21-1 is installed
OR libmysqlclient18-32bit-10.0.21-1 is installed
OR libmysqlclient_r18-10.0.21-1 is installed
OR libmysqlclient_r18-32bit-10.0.21-1 is installed
OR mariadb-10.0.21-1 is installed
OR mariadb-client-10.0.21-1 is installed
OR mariadb-errormessages-10.0.21-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libmysqlclient18-10.0.32-29.10 is installed
OR libmysqlclient18-32bit-10.0.32-29.10 is installed
OR libmysqlclient_r18-10.0.32-29.10 is installed
OR libmysqlclient_r18-32bit-10.0.32-29.10 is installed
OR mariadb-10.0.32-29.10 is installed
OR mariadb-client-10.0.32-29.10 is installed
OR mariadb-errormessages-10.0.32-29.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libical-1.0.1-16.3 is installed
OR libical1-1.0.1-16.3 is installed
OR libical1-32bit-1.0.1-16.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libtasn1-4.9-3.10 is installed
OR libtasn1-6-4.9-3.10 is installed
OR libtasn1-6-32bit-4.9-3.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND sles12-docker-image-1.1.4-20171002 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.13 is installed
OR openldap2-2.4.41-18.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-30 is installed
OR php5-5.5.14-30 is installed
OR php5-bcmath-5.5.14-30 is installed
OR php5-bz2-5.5.14-30 is installed
OR php5-calendar-5.5.14-30 is installed
OR php5-ctype-5.5.14-30 is installed
OR php5-curl-5.5.14-30 is installed
OR php5-dba-5.5.14-30 is installed
OR php5-dom-5.5.14-30 is installed
OR php5-enchant-5.5.14-30 is installed
OR php5-exif-5.5.14-30 is installed
OR php5-fastcgi-5.5.14-30 is installed
OR php5-fileinfo-5.5.14-30 is installed
OR php5-fpm-5.5.14-30 is installed
OR php5-ftp-5.5.14-30 is installed
OR php5-gd-5.5.14-30 is installed
OR php5-gettext-5.5.14-30 is installed
OR php5-gmp-5.5.14-30 is installed
OR php5-iconv-5.5.14-30 is installed
OR php5-intl-5.5.14-30 is installed
OR php5-json-5.5.14-30 is installed
OR php5-ldap-5.5.14-30 is installed
OR php5-mbstring-5.5.14-30 is installed
OR php5-mcrypt-5.5.14-30 is installed
OR php5-mysql-5.5.14-30 is installed
OR php5-odbc-5.5.14-30 is installed
OR php5-openssl-5.5.14-30 is installed
OR php5-pcntl-5.5.14-30 is installed
OR php5-pdo-5.5.14-30 is installed
OR php5-pear-5.5.14-30 is installed
OR php5-pgsql-5.5.14-30 is installed
OR php5-pspell-5.5.14-30 is installed
OR php5-shmop-5.5.14-30 is installed
OR php5-snmp-5.5.14-30 is installed
OR php5-soap-5.5.14-30 is installed
OR php5-sockets-5.5.14-30 is installed
OR php5-sqlite-5.5.14-30 is installed
OR php5-suhosin-5.5.14-30 is installed
OR php5-sysvmsg-5.5.14-30 is installed
OR php5-sysvsem-5.5.14-30 is installed
OR php5-sysvshm-5.5.14-30 is installed
OR php5-tokenizer-5.5.14-30 is installed
OR php5-wddx-5.5.14-30 is installed
OR php5-xmlreader-5.5.14-30 is installed
OR php5-xmlrpc-5.5.14-30 is installed
OR php5-xmlwriter-5.5.14-30 is installed
OR php5-xsl-5.5.14-30 is installed
OR php5-zip-5.5.14-30 is installed
OR php5-zlib-5.5.14-30 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 socat-1.7.0.0-1.16 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND socat-1.7.0.0-1.16 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND socat-1.7.0.0-1.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND socat-1.7.0.0-1.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
NetworkManager-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
OR NetworkManager-gnome-0.7.1-5.15.7 is installed
OR wpa_supplicant-0.6.9-4.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
NetworkManager-0.7.0.r4359-15.22 is installed
OR NetworkManager-glib-0.7.0.r4359-15.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 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_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 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_sr16.7-10 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libcdio-0.80-8.3 is installed
OR libcdio7-0.80-8.3 is installed
OR libcdio7-32bit-0.80-8.3 is installed
OR libcdio_cdda0-0.80-8.3 is installed
OR libcdio_paranoia0-0.80-8.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libcdio-0.80-8.3 is installed
OR libcdio7-0.80-8.3 is installed
OR libcdio7-32bit-0.80-8.3 is installed
OR libcdio_cdda0-0.80-8.3 is installed
OR libcdio_paranoia0-0.80-8.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
xen-4.1.4_02-0.5 is installed
OR xen-devel-4.1.6_08-0.11 is installed
OR xen-doc-html-4.1.4_02-0.5 is installed
OR xen-doc-pdf-4.1.4_02-0.5 is installed
OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
OR xen-libs-4.1.4_02-0.5 is installed
OR xen-libs-32bit-4.1.4_02-0.5 is installed
OR xen-tools-4.1.4_02-0.5 is installed
OR xen-tools-domU-4.1.4_02-0.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ldapsmb-1.34b-12.24 is installed
OR libldb1-3.6.3-0.24 is installed
OR libsmbclient0-3.6.3-0.24 is installed
OR libsmbclient0-32bit-3.6.3-0.24 is installed
OR libsmbclient0-x86-3.6.3-0.24 is installed
OR libtalloc2-3.6.3-0.24 is installed
OR libtalloc2-32bit-3.6.3-0.24 is installed
OR libtalloc2-x86-3.6.3-0.24 is installed
OR libtdb1-3.6.3-0.24 is installed
OR libtdb1-32bit-3.6.3-0.24 is installed
OR libtdb1-x86-3.6.3-0.24 is installed
OR libtevent0-3.6.3-0.24 is installed
OR libwbclient0-3.6.3-0.24 is installed
OR libwbclient0-32bit-3.6.3-0.24 is installed
OR libwbclient0-x86-3.6.3-0.24 is installed
OR samba-3.6.3-0.24 is installed
OR samba-32bit-3.6.3-0.24 is installed
OR samba-client-3.6.3-0.24 is installed
OR samba-client-32bit-3.6.3-0.24 is installed
OR samba-client-x86-3.6.3-0.24 is installed
OR samba-doc-3.6.3-0.24 is installed
OR samba-krb-printing-3.6.3-0.24 is installed
OR samba-winbind-3.6.3-0.24 is installed
OR samba-winbind-32bit-3.6.3-0.24 is installed
OR samba-winbind-x86-3.6.3-0.24 is installed
OR samba-x86-3.6.3-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ldapsmb-1.34b-12.24 is installed
OR libldb1-3.6.3-0.24 is installed
OR libsmbclient0-3.6.3-0.24 is installed
OR libsmbclient0-32bit-3.6.3-0.24 is installed
OR libsmbclient0-x86-3.6.3-0.24 is installed
OR libtalloc2-3.6.3-0.24 is installed
OR libtalloc2-32bit-3.6.3-0.24 is installed
OR libtalloc2-x86-3.6.3-0.24 is installed
OR libtdb1-3.6.3-0.24 is installed
OR libtdb1-32bit-3.6.3-0.24 is installed
OR libtdb1-x86-3.6.3-0.24 is installed
OR libtevent0-3.6.3-0.24 is installed
OR libwbclient0-3.6.3-0.24 is installed
OR libwbclient0-32bit-3.6.3-0.24 is installed
OR libwbclient0-x86-3.6.3-0.24 is installed
OR samba-3.6.3-0.24 is installed
OR samba-32bit-3.6.3-0.24 is installed
OR samba-client-3.6.3-0.24 is installed
OR samba-client-32bit-3.6.3-0.24 is installed
OR samba-client-x86-3.6.3-0.24 is installed
OR samba-doc-3.6.3-0.24 is installed
OR samba-krb-printing-3.6.3-0.24 is installed
OR samba-winbind-3.6.3-0.24 is installed
OR samba-winbind-32bit-3.6.3-0.24 is installed
OR samba-winbind-x86-3.6.3-0.24 is installed
OR samba-x86-3.6.3-0.24 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ldapsmb-1.34b-12.24 is installed
OR libldb1-3.6.3-0.24 is installed
OR libsmbclient0-3.6.3-0.24 is installed
OR libsmbclient0-32bit-3.6.3-0.24 is installed
OR libsmbclient0-x86-3.6.3-0.24 is installed
OR libtalloc2-3.6.3-0.24 is installed
OR libtalloc2-32bit-3.6.3-0.24 is installed
OR libtalloc2-x86-3.6.3-0.24 is installed
OR libtdb1-3.6.3-0.24 is installed
OR libtdb1-32bit-3.6.3-0.24 is installed
OR libtdb1-x86-3.6.3-0.24 is installed
OR libtevent0-3.6.3-0.24 is installed
OR libwbclient0-3.6.3-0.24 is installed
OR libwbclient0-32bit-3.6.3-0.24 is installed
OR libwbclient0-x86-3.6.3-0.24 is installed
OR samba-3.6.3-0.24 is installed
OR samba-32bit-3.6.3-0.24 is installed
OR samba-client-3.6.3-0.24 is installed
OR samba-client-32bit-3.6.3-0.24 is installed
OR samba-client-x86-3.6.3-0.24 is installed
OR samba-doc-3.6.3-0.24 is installed
OR samba-krb-printing-3.6.3-0.24 is installed
OR samba-winbind-3.6.3-0.24 is installed
OR samba-winbind-32bit-3.6.3-0.24 is installed
OR samba-winbind-x86-3.6.3-0.24 is installed
OR samba-x86-3.6.3-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND krb5-doc-1.6.3-133 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
apache2-mod_php53-5.3.17-47 is installed
OR php53-5.3.17-47 is installed
OR php53-bcmath-5.3.17-47 is installed
OR php53-bz2-5.3.17-47 is installed
OR php53-calendar-5.3.17-47 is installed
OR php53-ctype-5.3.17-47 is installed
OR php53-curl-5.3.17-47 is installed
OR php53-dba-5.3.17-47 is installed
OR php53-dom-5.3.17-47 is installed
OR php53-exif-5.3.17-47 is installed
OR php53-fastcgi-5.3.17-47 is installed
OR php53-fileinfo-5.3.17-47 is installed
OR php53-ftp-5.3.17-47 is installed
OR php53-gd-5.3.17-47 is installed
OR php53-gettext-5.3.17-47 is installed
OR php53-gmp-5.3.17-47 is installed
OR php53-iconv-5.3.17-47 is installed
OR php53-intl-5.3.17-47 is installed
OR php53-json-5.3.17-47 is installed
OR php53-ldap-5.3.17-47 is installed
OR php53-mbstring-5.3.17-47 is installed
OR php53-mcrypt-5.3.17-47 is installed
OR php53-mysql-5.3.17-47 is installed
OR php53-odbc-5.3.17-47 is installed
OR php53-openssl-5.3.17-47 is installed
OR php53-pcntl-5.3.17-47 is installed
OR php53-pdo-5.3.17-47 is installed
OR php53-pear-5.3.17-47 is installed
OR php53-pgsql-5.3.17-47 is installed
OR php53-pspell-5.3.17-47 is installed
OR php53-shmop-5.3.17-47 is installed
OR php53-snmp-5.3.17-47 is installed
OR php53-soap-5.3.17-47 is installed
OR php53-suhosin-5.3.17-47 is installed
OR php53-sysvmsg-5.3.17-47 is installed
OR php53-sysvsem-5.3.17-47 is installed
OR php53-sysvshm-5.3.17-47 is installed
OR php53-tokenizer-5.3.17-47 is installed
OR php53-wddx-5.3.17-47 is installed
OR php53-xmlreader-5.3.17-47 is installed
OR php53-xmlrpc-5.3.17-47 is installed
OR php53-xmlwriter-5.3.17-47 is installed
OR php53-xsl-5.3.17-47 is installed
OR php53-zip-5.3.17-47 is installed
OR php53-zlib-5.3.17-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
apache2-mod_php53-5.3.17-47 is installed
OR php53-5.3.17-47 is installed
OR php53-bcmath-5.3.17-47 is installed
OR php53-bz2-5.3.17-47 is installed
OR php53-calendar-5.3.17-47 is installed
OR php53-ctype-5.3.17-47 is installed
OR php53-curl-5.3.17-47 is installed
OR php53-dba-5.3.17-47 is installed
OR php53-dom-5.3.17-47 is installed
OR php53-exif-5.3.17-47 is installed
OR php53-fastcgi-5.3.17-47 is installed
OR php53-fileinfo-5.3.17-47 is installed
OR php53-ftp-5.3.17-47 is installed
OR php53-gd-5.3.17-47 is installed
OR php53-gettext-5.3.17-47 is installed
OR php53-gmp-5.3.17-47 is installed
OR php53-iconv-5.3.17-47 is installed
OR php53-intl-5.3.17-47 is installed
OR php53-json-5.3.17-47 is installed
OR php53-ldap-5.3.17-47 is installed
OR php53-mbstring-5.3.17-47 is installed
OR php53-mcrypt-5.3.17-47 is installed
OR php53-mysql-5.3.17-47 is installed
OR php53-odbc-5.3.17-47 is installed
OR php53-openssl-5.3.17-47 is installed
OR php53-pcntl-5.3.17-47 is installed
OR php53-pdo-5.3.17-47 is installed
OR php53-pear-5.3.17-47 is installed
OR php53-pgsql-5.3.17-47 is installed
OR php53-pspell-5.3.17-47 is installed
OR php53-shmop-5.3.17-47 is installed
OR php53-snmp-5.3.17-47 is installed
OR php53-soap-5.3.17-47 is installed
OR php53-suhosin-5.3.17-47 is installed
OR php53-sysvmsg-5.3.17-47 is installed
OR php53-sysvsem-5.3.17-47 is installed
OR php53-sysvshm-5.3.17-47 is installed
OR php53-tokenizer-5.3.17-47 is installed
OR php53-wddx-5.3.17-47 is installed
OR php53-xmlreader-5.3.17-47 is installed
OR php53-xmlrpc-5.3.17-47 is installed
OR php53-xmlwriter-5.3.17-47 is installed
OR php53-xsl-5.3.17-47 is installed
OR php53-zip-5.3.17-47 is installed
OR php53-zlib-5.3.17-47 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
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-52.3.0esr-72.9 is installed
OR MozillaFirefox-branding-SLED-52-24.5 is installed
OR MozillaFirefox-translations-52.3.0esr-72.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-52.3.0esr-72.9 is installed
OR MozillaFirefox-branding-SLED-52-24.5 is installed
OR MozillaFirefox-translations-52.3.0esr-72.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-52.3.0esr-72.9 is installed
OR MozillaFirefox-branding-SLED-52-24.5 is installed
OR MozillaFirefox-translations-52.3.0esr-72.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-52.3.0esr-72.9 is installed
OR MozillaFirefox-branding-SLED-52-24.5 is installed
OR MozillaFirefox-translations-52.3.0esr-72.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-27 is installed
OR xen-doc-html-4.2.5_21-27 is installed
OR xen-doc-pdf-4.2.5_21-27 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.86-27 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.86-27 is installed
OR xen-libs-4.2.5_21-27 is installed
OR xen-libs-32bit-4.2.5_21-27 is installed
OR xen-tools-4.2.5_21-27 is installed
OR xen-tools-domU-4.2.5_21-27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-27 is installed
OR xen-doc-html-4.2.5_21-27 is installed
OR xen-doc-pdf-4.2.5_21-27 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.86-27 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.86-27 is installed
OR xen-libs-4.2.5_21-27 is installed
OR xen-libs-32bit-4.2.5_21-27 is installed
OR xen-tools-4.2.5_21-27 is installed
OR xen-tools-domU-4.2.5_21-27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.56 is installed
OR libMagickCore1-6.4.3.6-78.56 is installed
OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.56 is installed
OR libMagickCore1-6.4.3.6-78.56 is installed
OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
apache2-mod_php53-5.3.17-0.41 is installed
OR php53-5.3.17-0.41 is installed
OR php53-bcmath-5.3.17-0.41 is installed
OR php53-bz2-5.3.17-0.41 is installed
OR php53-calendar-5.3.17-0.41 is installed
OR php53-ctype-5.3.17-0.41 is installed
OR php53-curl-5.3.17-0.41 is installed
OR php53-dba-5.3.17-0.41 is installed
OR php53-dom-5.3.17-0.41 is installed
OR php53-exif-5.3.17-0.41 is installed
OR php53-fastcgi-5.3.17-0.41 is installed
OR php53-fileinfo-5.3.17-0.41 is installed
OR php53-ftp-5.3.17-0.41 is installed
OR php53-gd-5.3.17-0.41 is installed
OR php53-gettext-5.3.17-0.41 is installed
OR php53-gmp-5.3.17-0.41 is installed
OR php53-iconv-5.3.17-0.41 is installed
OR php53-intl-5.3.17-0.41 is installed
OR php53-json-5.3.17-0.41 is installed
OR php53-ldap-5.3.17-0.41 is installed
OR php53-mbstring-5.3.17-0.41 is installed
OR php53-mcrypt-5.3.17-0.41 is installed
OR php53-mysql-5.3.17-0.41 is installed
OR php53-odbc-5.3.17-0.41 is installed
OR php53-openssl-5.3.17-0.41 is installed
OR php53-pcntl-5.3.17-0.41 is installed
OR php53-pdo-5.3.17-0.41 is installed
OR php53-pear-5.3.17-0.41 is installed
OR php53-pgsql-5.3.17-0.41 is installed
OR php53-pspell-5.3.17-0.41 is installed
OR php53-shmop-5.3.17-0.41 is installed
OR php53-snmp-5.3.17-0.41 is installed
OR php53-soap-5.3.17-0.41 is installed
OR php53-suhosin-5.3.17-0.41 is installed
OR php53-sysvmsg-5.3.17-0.41 is installed
OR php53-sysvsem-5.3.17-0.41 is installed
OR php53-sysvshm-5.3.17-0.41 is installed
OR php53-tokenizer-5.3.17-0.41 is installed
OR php53-wddx-5.3.17-0.41 is installed
OR php53-xmlreader-5.3.17-0.41 is installed
OR php53-xmlrpc-5.3.17-0.41 is installed
OR php53-xmlwriter-5.3.17-0.41 is installed
OR php53-xsl-5.3.17-0.41 is installed
OR php53-zip-5.3.17-0.41 is installed
OR php53-zlib-5.3.17-0.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
MozillaFirefox-68.7.0-78.70 is installed
OR MozillaFirefox-translations-common-68.7.0-78.70 is installed
OR MozillaFirefox-translations-other-68.7.0-78.70 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
MozillaFirefox-68.7.0-78.70 is installed
OR MozillaFirefox-translations-common-68.7.0-78.70 is installed
OR MozillaFirefox-translations-other-68.7.0-78.70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND vsftpd-openssl1-2.0.7-4.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
icu-52.1-7 is installed
OR libicu-doc-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
icu-52.1-7 is installed
OR libicu-doc-52.1-7 is installed
OR libicu52_1-52.1-7 is installed
OR libicu52_1-32bit-52.1-7 is installed
OR libicu52_1-data-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND hardlink-1.0-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libblkid1-2.25-37 is installed
OR libblkid1-32bit-2.25-37 is installed
OR libmount1-2.25-37 is installed
OR libmount1-32bit-2.25-37 is installed
OR libsmartcols1-2.25-37 is installed
OR libuuid1-2.25-37 is installed
OR libuuid1-32bit-2.25-37 is installed
OR python-libmount-2.25-37 is installed
OR util-linux-2.25-37 is installed
OR util-linux-lang-2.25-37 is installed
OR util-linux-systemd-2.25-37 is installed
OR uuidd-2.25-37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libblkid1-2.25-37 is installed
OR libblkid1-32bit-2.25-37 is installed
OR libmount1-2.25-37 is installed
OR libmount1-32bit-2.25-37 is installed
OR libsmartcols1-2.25-37 is installed
OR libuuid1-2.25-37 is installed
OR libuuid1-32bit-2.25-37 is installed
OR python-libmount-2.25-37 is installed
OR util-linux-2.25-37 is installed
OR util-linux-lang-2.25-37 is installed
OR util-linux-systemd-2.25-37 is installed
OR uuidd-2.25-37 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libvirt-1.2.18.4-11 is installed
OR libvirt-client-1.2.18.4-11 is installed
OR libvirt-daemon-1.2.18.4-11 is installed
OR libvirt-daemon-config-network-1.2.18.4-11 is installed
OR libvirt-daemon-config-nwfilter-1.2.18.4-11 is installed
OR libvirt-daemon-driver-interface-1.2.18.4-11 is installed
OR libvirt-daemon-driver-libxl-1.2.18.4-11 is installed
OR libvirt-daemon-driver-lxc-1.2.18.4-11 is installed
OR libvirt-daemon-driver-network-1.2.18.4-11 is installed
OR libvirt-daemon-driver-nodedev-1.2.18.4-11 is installed
OR libvirt-daemon-driver-nwfilter-1.2.18.4-11 is installed
OR libvirt-daemon-driver-qemu-1.2.18.4-11 is installed
OR libvirt-daemon-driver-secret-1.2.18.4-11 is installed
OR libvirt-daemon-driver-storage-1.2.18.4-11 is installed
OR libvirt-daemon-lxc-1.2.18.4-11 is installed
OR libvirt-daemon-qemu-1.2.18.4-11 is installed
OR libvirt-daemon-xen-1.2.18.4-11 is installed
OR libvirt-doc-1.2.18.4-11 is installed
OR libvirt-lock-sanlock-1.2.18.4-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libopenssl-devel-1.0.2j-59 is installed
OR libopenssl1_0_0-1.0.2j-59 is installed
OR libopenssl1_0_0-32bit-1.0.2j-59 is installed
OR libopenssl1_0_0-hmac-1.0.2j-59 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-59 is installed
OR openssl-1.0.2j-59 is installed
OR openssl-doc-1.0.2j-59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libopenssl-devel-1.0.2j-59 is installed
OR libopenssl1_0_0-1.0.2j-59 is installed
OR libopenssl1_0_0-32bit-1.0.2j-59 is installed
OR libopenssl1_0_0-hmac-1.0.2j-59 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-59 is installed
OR openssl-1.0.2j-59 is installed
OR openssl-doc-1.0.2j-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND chrony-2.3-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libecpg6-10.5-1.3 is installed
OR libpq5-10.5-1.3 is installed
OR libpq5-32bit-10.5-1.3 is installed
OR postgresql-init-10-17.20 is installed
OR postgresql10-10.5-1.3 is installed
OR postgresql10-contrib-10.5-1.3 is installed
OR postgresql10-docs-10.5-1.3 is installed
OR postgresql10-libs-10.5-1.3 is installed
OR postgresql10-server-10.5-1.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_67-default-5-2 is installed
OR kgraft-patch-SLE12-SP2_Update_19-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_67-default-5-2 is installed
OR kgraft-patch-SLE12-SP2_Update_19-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_121-92_73-default-2-2 is installed
OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
cpp48-4.8.5-31.3 is installed
OR gcc48-4.8.5-31.3 is installed
OR gcc48-32bit-4.8.5-31.3 is installed
OR gcc48-c++-4.8.5-31.3 is installed
OR gcc48-info-4.8.5-31.3 is installed
OR gcc48-locale-4.8.5-31.3 is installed
OR libasan0-4.8.5-31.3 is installed
OR libasan0-32bit-4.8.5-31.3 is installed
OR libstdc++48-devel-4.8.5-31.3 is installed
OR libstdc++48-devel-32bit-4.8.5-31.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
cpp48-4.8.5-31.3 is installed
OR gcc48-4.8.5-31.3 is installed
OR gcc48-32bit-4.8.5-31.3 is installed
OR gcc48-c++-4.8.5-31.3 is installed
OR gcc48-info-4.8.5-31.3 is installed
OR gcc48-locale-4.8.5-31.3 is installed
OR libasan0-4.8.5-31.3 is installed
OR libasan0-32bit-4.8.5-31.3 is installed
OR libstdc++48-devel-4.8.5-31.3 is installed
OR libstdc++48-devel-32bit-4.8.5-31.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cups-pk-helper-0.2.5-5 is installed
OR cups-pk-helper-lang-0.2.5-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
vino-3.20.2-5 is installed
OR vino-lang-3.20.2-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kernel-default-3.12.60-52.60 is installed
OR kernel-default-base-3.12.60-52.60 is installed
OR kernel-default-devel-3.12.60-52.60 is installed
OR kernel-default-man-3.12.60-52.60 is installed
OR kernel-devel-3.12.60-52.60 is installed
OR kernel-macros-3.12.60-52.60 is installed
OR kernel-source-3.12.60-52.60 is installed
OR kernel-syms-3.12.60-52.60 is installed
OR kernel-xen-3.12.60-52.60 is installed
OR kernel-xen-base-3.12.60-52.60 is installed
OR kernel-xen-devel-3.12.60-52.60 is installed
OR kgraft-patch-3_12_60-52_60-default-1-2 is installed
OR kgraft-patch-3_12_60-52_60-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_17-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kernel-default-3.12.60-52.60 is installed
OR kernel-default-base-3.12.60-52.60 is installed
OR kernel-default-devel-3.12.60-52.60 is installed
OR kernel-default-man-3.12.60-52.60 is installed
OR kernel-devel-3.12.60-52.60 is installed
OR kernel-macros-3.12.60-52.60 is installed
OR kernel-source-3.12.60-52.60 is installed
OR kernel-syms-3.12.60-52.60 is installed
OR kernel-xen-3.12.60-52.60 is installed
OR kernel-xen-base-3.12.60-52.60 is installed
OR kernel-xen-devel-3.12.60-52.60 is installed
OR kgraft-patch-3_12_60-52_60-default-1-2 is installed
OR kgraft-patch-3_12_60-52_60-xen-1-2 is installed
OR kgraft-patch-SLE12_Update_17-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
colord-gtk-lang-0.1.26-6 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-10 is installed
OR libcolorhug2-1.3.3-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libspice-server1-0.12.4-8.15 is installed
OR spice-0.12.4-8.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kernel-default-3.12.74-60.64.48 is installed
OR kernel-default-base-3.12.74-60.64.48 is installed
OR kernel-default-devel-3.12.74-60.64.48 is installed
OR kernel-devel-3.12.74-60.64.48 is installed
OR kernel-macros-3.12.74-60.64.48 is installed
OR kernel-source-3.12.74-60.64.48 is installed
OR kernel-syms-3.12.74-60.64.48 is installed
OR kernel-xen-3.12.74-60.64.48 is installed
OR kernel-xen-base-3.12.74-60.64.48 is installed
OR kernel-xen-devel-3.12.74-60.64.48 is installed
OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_121-92_80-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND icu-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND libgio-fam-2.48.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND shadow-4.2.1-27.9 is installed
|