Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for MozillaFirefox, mozilla-nss, mozilla-nspr, java-1_8_0-openjdk (Important) |
Description: |
Mozilla Firefox was updated to the Firefox ESR release 45.9.
Mozilla NSS was updated to support TLS 1.3 (close to release draft) and various new ciphers, PRFs, Diffie Hellman key agreement and support for more hashes.
Security issues fixed in Firefox (bsc#1035082)
- MFSA 2017-11/CVE-2017-5469: Potential Buffer overflow in flex-generated code - MFSA 2017-11/CVE-2017-5429: Memory safety bugs fixed in Firefox 53, Firefox ESR 45.9, and Firefox ESR 52.1 - MFSA 2017-11/CVE-2017-5439: Use-after-free in nsTArray Length() during XSLT processing - MFSA 2017-11/CVE-2017-5438: Use-after-free in nsAutoPtr during XSLT processing - MFSA 2017-11/CVE-2017-5437: Vulnerabilities in Libevent library - MFSA 2017-11/CVE-2017-5436: Out-of-bounds write with malicious font in Graphite 2 - MFSA 2017-11/CVE-2017-5435: Use-after-free during transaction processing in the editor - MFSA 2017-11/CVE-2017-5434: Use-after-free during focus handling - MFSA 2017-11/CVE-2017-5433: Use-after-free in SMIL animation functions - MFSA 2017-11/CVE-2017-5432: Use-after-free in text input selection - MFSA 2017-11/CVE-2017-5464: Memory corruption with accessibility and DOM manipulation - MFSA 2017-11/CVE-2017-5465: Out-of-bounds read in ConvolvePixel - MFSA 2017-11/CVE-2017-5460: Use-after-free in frame selection - MFSA 2017-11/CVE-2017-5448: Out-of-bounds write in ClearKeyDecryptor - MFSA 2017-11/CVE-2017-5446: Out-of-bounds read when HTTP/2 DATA frames are sent with incorrect data - MFSA 2017-11/CVE-2017-5447: Out-of-bounds read during glyph processing - MFSA 2017-11/CVE-2017-5444: Buffer overflow while parsing application/http-index-format content - MFSA 2017-11/CVE-2017-5445: Uninitialized values used while parsing application/http-index-format content - MFSA 2017-11/CVE-2017-5442: Use-after-free during style changes - MFSA 2017-11/CVE-2017-5443: Out-of-bounds write during BinHex decoding - MFSA 2017-11/CVE-2017-5440: Use-after-free in txExecutionState destructor during XSLT processing - MFSA 2017-11/CVE-2017-5441: Use-after-free with selection during scroll events - MFSA 2017-11/CVE-2017-5459: Buffer overflow in WebGL
Mozilla NSS was updated to 3.29.5, bringing new features and fixing bugs:
- Update to NSS 3.29.5: * MFSA 2017-11/CVE-2017-5461: Rare crashes in the base 64 decoder and encoder were fixed. * MFSA 2017-11/CVE-2017-5462: A carry over bug in the RNG was fixed. * CVE-2016-9574: Remote DoS during session handshake when using SessionTicket extention and ECDHE-ECDSA (bsc#1015499). * requires NSPR >= 4.13.1
- Update to NSS 3.29.3
* enables TLS 1.3 by default
- Fixed a bug in hash computation (and build with GCC 7 which complains about shifts of boolean values). (bsc#1030071, bmo#1348767)
- Update to NSS 3.28.3
This is a patch release to fix binary compatibility issues.
- Update to NSS 3.28.1
This is a patch release to update the list of root CA certificates.
* The following CA certificates were Removed
CN = Buypass Class 2 CA 1 CN = Root CA Generalitat Valenciana OU = RSA Security 2048 V3
* The following CA certificates were Added
OU = AC RAIZ FNMT-RCM CN = Amazon Root CA 1 CN = Amazon Root CA 2 CN = Amazon Root CA 3 CN = Amazon Root CA 4 CN = LuxTrust Global Root 2 CN = Symantec Class 1 Public Primary Certification Authority - G4 CN = Symantec Class 1 Public Primary Certification Authority - G6 CN = Symantec Class 2 Public Primary Certification Authority - G4 CN = Symantec Class 2 Public Primary Certification Authority - G6
* The version number of the updated root CA list has been set to 2.11
- Update to NSS 3.28
New functionality:
* NSS includes support for TLS 1.3 draft -18. This includes a number of improvements to TLS 1.3:
- The signed certificate timestamp, used in certificate transparency, is supported in TLS 1.3. - Key exporters for TLS 1.3 are supported. This includes the early key exporter, which can be used if 0-RTT is enabled. Note that there is a difference between TLS 1.3 and key exporters in older versions of TLS. TLS 1.3 does not distinguish between an empty context and no context. - The TLS 1.3 (draft) protocol can be enabled, by defining NSS_ENABLE_TLS_1_3=1 when building NSS. - NSS includes support for the X25519 key exchange algorithm, which is supported and enabled by default in all versions of TLS.
Notable Changes:
* NSS can no longer be compiled with support for additional elliptic curves. This was previously possible by replacing certain NSS source files. * NSS will now detect the presence of tokens that support additional elliptic curves and enable those curves for use in TLS. Note that this detection has a one-off performance cost, which can be avoided by using the SSL_NamedGroupConfig function to limit supported groups to those that NSS provides. * PKCS#11 bypass for TLS is no longer supported and has been removed. * Support for 'export' grade SSL/TLS cipher suites has been removed. * NSS now uses the signature schemes definition in TLS 1.3. This also affects TLS 1.2. NSS will now only generate signatures with the combinations of hash and signature scheme that are defined in TLS 1.3, even when negotiating TLS 1.2.
- This means that SHA-256 will only be used with P-256 ECDSA certificates, SHA-384 with P-384 certificates, and SHA-512 with P-521 certificates. SHA-1 is permitted (in TLS 1.2 only) with any certificate for backward compatibility reasons. - NSS will now no longer assume that default signature schemes are supported by a peer if there was no commonly supported signature scheme.
* NSS will now check if RSA-PSS signing is supported by the token that holds the private key prior to using it for TLS. * The certificate validation code contains checks to no longer trust certificates that are issued by old WoSign and StartCom CAs after October 21, 2016. This is equivalent to the behavior that Mozilla will release with Firefox 51.
- Update to NSS 3.27.2 * Fixed SSL_SetTrustAnchors leaks (bmo#1318561)
- raised the minimum softokn/freebl version to 3.28 as reported in (boo#1021636)
- Update to NSS 3.26.2
New Functionality:
* the selfserv test utility has been enhanced to support ALPN (HTTP/1.1) and 0-RTT * added support for the System-wide crypto policy available on Fedora Linux see http://fedoraproject.org/wiki/Changes/CryptoPolicy * introduced build flag NSS_DISABLE_LIBPKIX that allows compilation of NSS without the libpkix library
Notable Changes:
* The following CA certificate was Added CN = ISRG Root X1 * NPN is disabled and ALPN is enabled by default * the NSS test suite now completes with the experimental TLS 1.3 code enabled * several test improvements and additions, including a NIST known answer test
Changes in 3.26.2 * MD5 signature algorithms sent by the server in CertificateRequest messages are now properly ignored. Previously, with rare server configurations, an MD5 signature algorithm might have been selected for client authentication and caused the client to abort the connection soon after.
- Update to NSS 3.25
New functionality:
* Implemented DHE key agreement for TLS 1.3 * Added support for ChaCha with TLS 1.3 * Added support for TLS 1.2 ciphersuites that use SHA384 as the PRF * In previous versions, when using client authentication with TLS 1.2, NSS only supported certificate_verify messages that used the same signature hash algorithm as used by the PRF. This limitation has been removed.
Notable changes:
* An SSL socket can no longer be configured to allow both TLS 1.3 and SSLv3 * Regression fix: NSS no longer reports a failure if an application attempts to disable the SSLv2 protocol. * The list of trusted CA certificates has been updated to version 2.8 * The following CA certificate was Removed Sonera Class1 CA * The following CA certificates were Added Hellenic Academic and Research Institutions RootCA 2015 Hellenic Academic and Research Institutions ECC RootCA 2015 Certplus Root CA G1 Certplus Root CA G2 OpenTrust Root CA G1 OpenTrust Root CA G2 OpenTrust Root CA G3
- Update to NSS 3.24
New functionality:
* NSS softoken has been updated with the latest National Institute of Standards and Technology (NIST) guidance (as of 2015): - Software integrity checks and POST functions are executed on shared library load. These checks have been disabled by default, as they can cause a performance regression. To enable these checks, you must define symbol NSS_FORCE_FIPS when building NSS. - Counter mode and Galois/Counter Mode (GCM) have checks to prevent counter overflow. - Additional CSPs are zeroed in the code. - NSS softoken uses new guidance for how many Rabin-Miller tests are needed to verify a prime based on prime size. * NSS softoken has also been updated to allow NSS to run in FIPS Level 1 (no password). This mode is triggered by setting the database password to the empty string. In FIPS mode, you may move from Level 1 to Level 2 (by setting an appropriate password), but not the reverse. * A SSL_ConfigServerCert function has been added for configuring SSL/TLS server sockets with a certificate and private key. Use this new function in place of SSL_ConfigSecureServer, SSL_ConfigSecureServerWithCertChain, SSL_SetStapledOCSPResponses, and SSL_SetSignedCertTimestamps. SSL_ConfigServerCert automatically determines the certificate type from the certificate and private key. The caller is no longer required to use SSLKEAType explicitly to select a 'slot' into which the certificate is configured (which incorrectly identifies a key agreement type rather than a certificate). Separate functions for configuring Online Certificate Status Protocol (OCSP) responses or Signed Certificate Timestamps are not needed, since these can be added to the optional SSLExtraServerCertData struct provided to SSL_ConfigServerCert. Also, partial support for RSA Probabilistic Signature Scheme (RSA-PSS) certificates has been added. Although these certificates can be configured, they will not be used by NSS in this version. * Deprecate the member attribute authAlgorithm of type SSLCipherSuiteInfo. Instead, applications should use the newly added attribute authType. * Add a shared library (libfreeblpriv3) on Linux platforms that define FREEBL_LOWHASH. * Remove most code related to SSL v2, including the ability to actively send a SSLv2-compatible client hello. However, the server-side implementation of the SSL/TLS protocol still supports processing of received v2-compatible client hello messages. * Disable (by default) NSS support in optimized builds for logging SSL/TLS key material to a logfile if the SSLKEYLOGFILE environment variable is set. To enable the functionality in optimized builds, you must define the symbol NSS_ALLOW_SSLKEYLOGFILE when building NSS. * Update NSS to protect it against the Cachebleed attack. * Disable support for DTLS compression. * Improve support for TLS 1.3. This includes support for DTLS 1.3. Note that TLS 1.3 support is experimental and not suitable for production use.
- Update to NSS 3.23
New functionality:
* ChaCha20/Poly1305 cipher and TLS cipher suites now supported * Experimental-only support TLS 1.3 1-RTT mode (draft-11). This code is not ready for production use.
Notable changes:
* The list of TLS extensions sent in the TLS handshake has been reordered to increase compatibility of the Extended Master Secret with with servers * The build time environment variable NSS_ENABLE_ZLIB has been renamed to NSS_SSL_ENABLE_ZLIB * The build time environment variable NSS_DISABLE_CHACHAPOLY was added, which can be used to prevent compilation of the ChaCha20/Poly1305 code. * The following CA certificates were Removed
- Staat der Nederlanden Root CA - NetLock Minositett Kozjegyzoi (Class QA) Tanusitvanykiado - NetLock Kozjegyzoi (Class A) Tanusitvanykiado - NetLock Uzleti (Class B) Tanusitvanykiado - NetLock Expressz (Class C) Tanusitvanykiado - VeriSign Class 1 Public PCA - G2 - VeriSign Class 3 Public PCA - VeriSign Class 3 Public PCA - G2 - CA Disig
* The following CA certificates were Added
+ SZAFIR ROOT CA2 + Certum Trusted Network CA 2
* The following CA certificate had the Email trust bit turned on
+ Actalis Authentication Root CA
Security fixes: * CVE-2016-2834: Memory safety bugs (boo#983639) MFSA-2016-61 bmo#1206283 bmo#1221620 bmo#1241034 bmo#1241037
* - Update to NSS 3.22.3 * Increase compatibility of TLS extended master secret, don't send an empty TLS extension last in the handshake (bmo#1243641) * Fixed a heap-based buffer overflow related to the parsing of certain ASN.1 structures. An attacker could create a specially-crafted certificate which, when parsed by NSS, would cause a crash or execution of arbitrary code with the permissions of the user. (CVE-2016-1950, bmo#1245528)
- Update to NSS 3.22.2
New functionality:
* RSA-PSS signatures are now supported (bmo#1215295) * Pseudorandom functions based on hashes other than SHA-1 are now supported * Enforce an External Policy on NSS from a config file (bmo#1009429)
- CVE-2016-8635: Fix for DH small subgroup confinement attack (bsc#1015547)
Mozilla NSPR was updated to version 4.13.1:
The previously released version 4.13 had changed pipes to be nonblocking by default, and as a consequence, PollEvent was changed to not block on clear. The NSPR development team received reports that these changes caused regressions in some applications that use NSPR, and it has been decided to revert the changes made in NSPR 4.13. NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent.
Mozilla NSPR update to version 4.13 had these changes:
- PL_strcmp (and others) were fixed to return consistent results when one of the arguments is NULL. - PollEvent was fixed to not block on clear. - Pipes are always nonblocking. - PR_GetNameForIdentity: added thread safety lock and bound checks. - Removed the PLArena freelist. - Avoid some integer overflows. - fixed several comments.
This update also contains java-1_8_0-openjdk that needed to be rebuilt against the new mozilla-nss version.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005070 1005072 1005076 1015499 1015547 1017690 1021636 1024718 1026102 1030071 1035082 1046299 1050242 1050244 1051510 1055121 1055186 1058115 1060463 1065729 1069213 1078248 1079935 1080234 1082387 1083647 1084521 1084524 1084532 1086282 1086283 1086423 1087084 1087978 1088386 1090888 1091405 1092125 1094244 1097593 1102875 1102877 1102879 1102882 1102896 1103257 1104353 1104427 1104967 1105168 1106105 1106110 1106615 1106913 1108270 1109272 1110558 1111188 1111331 1111469 1111696 1111795 1112128 1113722 1114648 1114871 1116040 1116336 1116803 1116841 1117115 1117162 1117165 1117186 1117561 1117656 1117953 1118215 1118319 1118428 1118484 1118505 1118752 1118760 1118761 1118762 1118766 1118767 1118768 1118769 1118771 1118772 1118773 1118774 1118775 1118787 1118788 1118798 1118809 1118962 1119017 1119086 1119212 1119322 1119410 1119714 1119749 1119804 1119946 1119962 1119968 1120036 1120046 1120053 1120054 1120055 1120058 1120088 1120092 1120094 1120096 1120097 1120173 1120214 1120223 1120228 1120230 1120232 1120234 1120235 1120238 1120594 1120598 1120600 1120601 1120602 1120603 1120604 1120606 1120612 1120613 1120614 1120615 1120616 1120617 1120618 1120620 1120621 1120632 1120633 1120743 1120954 1121017 1121058 1121263 1121273 1121477 1121483 1121599 1121621 1121714 1121715 1121973 1130103 1132256 1133528 1135273 1136364 1141853 1149955 1155419 1160471 1170441 1170715 1172698 1172704 960341 969783 983436 983639 986566 989980 998677 CVE-2014-8128 CVE-2015-2304 CVE-2015-7554 CVE-2016-10095 CVE-2016-10245 CVE-2016-10712 CVE-2016-1950 CVE-2016-2834 CVE-2016-5318 CVE-2016-5418 CVE-2016-5844 CVE-2016-6250 CVE-2016-8635 CVE-2016-8687 CVE-2016-8688 CVE-2016-8689 CVE-2016-9574 CVE-2017-16232 CVE-2017-5429 CVE-2017-5432 CVE-2017-5433 CVE-2017-5434 CVE-2017-5435 CVE-2017-5436 CVE-2017-5437 CVE-2017-5438 CVE-2017-5439 CVE-2017-5440 CVE-2017-5441 CVE-2017-5442 CVE-2017-5443 CVE-2017-5444 CVE-2017-5445 CVE-2017-5446 CVE-2017-5447 CVE-2017-5448 CVE-2017-5459 CVE-2017-5460 CVE-2017-5461 CVE-2017-5462 CVE-2017-5464 CVE-2017-5465 CVE-2017-5469 CVE-2018-1000120 CVE-2018-1000121 CVE-2018-1000122 CVE-2018-10733 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-12232 CVE-2018-14625 CVE-2018-16862 CVE-2018-16884 CVE-2018-18397 CVE-2018-19407 CVE-2018-19854 CVE-2018-19985 CVE-2018-20169 CVE-2018-20852 CVE-2018-9568 CVE-2019-11070 CVE-2019-11091 CVE-2019-15681 CVE-2019-15690 CVE-2019-16056 CVE-2019-20788 CVE-2019-3859 CVE-2019-6201 CVE-2019-6251 CVE-2019-7285 CVE-2019-7292 CVE-2019-8503 CVE-2019-8506 CVE-2019-8515 CVE-2019-8524 CVE-2019-8535 CVE-2019-8536 CVE-2019-8544 CVE-2019-8551 CVE-2019-8558 CVE-2019-8559 CVE-2019-8563 CVE-2020-8023 SUSE-SU-2016:2911-1 SUSE-SU-2017:1248-1 SUSE-SU-2018:0073-1 SUSE-SU-2018:0530-1 SUSE-SU-2018:0769-1 SUSE-SU-2019:1060-1 SUSE-SU-2019:1155-1 SUSE-SU-2019:1547-1 SUSE-SU-2019:1570-1 SUSE-SU-2019:2798-1 SUSE-SU-2020:1165-1 SUSE-SU-2020:1687-1 SUSE-SU-2020:1859-1
|
Platform(s): | openSUSE 13.2 openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.2 NonFree SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP2 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Availability Extension 11 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 Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS 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-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 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-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP2 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Software Development Kit 12 SP5 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE 13.2 is installed AND Package Information
libotr-4.1.1-4.1 is installed
OR libotr-devel-4.1.1-4.1 is installed
OR libotr-tools-4.1.1-4.1 is installed
OR libotr2-3.2.1-13.1 is installed
OR libotr2-devel-3.2.1-13.1 is installed
OR libotr2-tools-3.2.1-13.1 is installed
OR libotr5-4.1.1-4.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 is installed
AND Package Information
libjson-c2-0.12-4.2 is installed
OR libjson-c2-32bit-0.12-4.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND dnsmasq-2.71-6.5 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 NonFree is installed
AND opera-41.0.2353.56-3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
xorg-x11-libX11-7.4-5.11.15 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
ImageMagick-6.8.8.1-5.21 is installed
OR libMagick++-6_Q16-3-6.8.8.1-5.21 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-5.21 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-5.21 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-5.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cups-1.7.5-9.1 is installed
OR cups-client-1.7.5-9.1 is installed
OR cups-libs-1.7.5-9.1 is installed
OR cups-libs-32bit-1.7.5-9.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND bogofilter-1.2.4-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
AND Package Information
cluster-network-kmp-default-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-pae-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-ppc64-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-trace-1.4_3.0.101_0.7.17-2.18 is installed
OR cluster-network-kmp-xen-1.4_3.0.101_0.7.17-2.18 is installed
OR gfs2-kmp-default-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-pae-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-ppc64-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-trace-2_3.0.101_0.7.17-0.7 is installed
OR gfs2-kmp-xen-2_3.0.101_0.7.17-0.7 is installed
OR ocfs2-kmp-default-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-pae-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-ppc64-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-trace-1.6_3.0.101_0.7.17-0.11 is installed
OR ocfs2-kmp-xen-1.6_3.0.101_0.7.17-0.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND libgnutls-extra26-2.4.1-24.39.51 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND Package Information
gnutls-2.4.1-24.39.60 is installed
OR libgnutls-extra26-2.4.1-24.39.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
cups154-1.5.4-9 is installed
OR cups154-client-1.5.4-9 is installed
OR cups154-filters-1.5.4-9 is installed
OR cups154-libs-1.5.4-9 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-22.1 is installed
OR php5-5.5.14-22.1 is installed
OR php5-bcmath-5.5.14-22.1 is installed
OR php5-bz2-5.5.14-22.1 is installed
OR php5-calendar-5.5.14-22.1 is installed
OR php5-ctype-5.5.14-22.1 is installed
OR php5-curl-5.5.14-22.1 is installed
OR php5-dba-5.5.14-22.1 is installed
OR php5-dom-5.5.14-22.1 is installed
OR php5-enchant-5.5.14-22.1 is installed
OR php5-exif-5.5.14-22.1 is installed
OR php5-fastcgi-5.5.14-22.1 is installed
OR php5-fileinfo-5.5.14-22.1 is installed
OR php5-fpm-5.5.14-22.1 is installed
OR php5-ftp-5.5.14-22.1 is installed
OR php5-gd-5.5.14-22.1 is installed
OR php5-gettext-5.5.14-22.1 is installed
OR php5-gmp-5.5.14-22.1 is installed
OR php5-iconv-5.5.14-22.1 is installed
OR php5-intl-5.5.14-22.1 is installed
OR php5-json-5.5.14-22.1 is installed
OR php5-ldap-5.5.14-22.1 is installed
OR php5-mbstring-5.5.14-22.1 is installed
OR php5-mcrypt-5.5.14-22.1 is installed
OR php5-mysql-5.5.14-22.1 is installed
OR php5-odbc-5.5.14-22.1 is installed
OR php5-openssl-5.5.14-22.1 is installed
OR php5-pcntl-5.5.14-22.1 is installed
OR php5-pdo-5.5.14-22.1 is installed
OR php5-pear-5.5.14-22.1 is installed
OR php5-pgsql-5.5.14-22.1 is installed
OR php5-pspell-5.5.14-22.1 is installed
OR php5-shmop-5.5.14-22.1 is installed
OR php5-snmp-5.5.14-22.1 is installed
OR php5-soap-5.5.14-22.1 is installed
OR php5-sockets-5.5.14-22.1 is installed
OR php5-sqlite-5.5.14-22.1 is installed
OR php5-suhosin-5.5.14-22.1 is installed
OR php5-sysvmsg-5.5.14-22.1 is installed
OR php5-sysvsem-5.5.14-22.1 is installed
OR php5-sysvshm-5.5.14-22.1 is installed
OR php5-tokenizer-5.5.14-22.1 is installed
OR php5-wddx-5.5.14-22.1 is installed
OR php5-xmlreader-5.5.14-22.1 is installed
OR php5-xmlrpc-5.5.14-22.1 is installed
OR php5-xmlwriter-5.5.14-22.1 is installed
OR php5-xsl-5.5.14-22.1 is installed
OR php5-zip-5.5.14-22.1 is installed
OR php5-zlib-5.5.14-22.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND apache2-mod_nss-1.0.14-0.4.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.11 is installed
OR kernel-rt-base-3.0.101.rt130-69.11 is installed
OR kernel-rt-devel-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.11 is installed
OR kernel-source-rt-3.0.101.rt130-69.11 is installed
OR kernel-syms-rt-3.0.101.rt130-69.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libMagickCore1-6.4.3.6-7.19 is installed
OR libMagickCore1-32bit-6.4.3.6-7.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libMagickCore1-6.4.3.6-7.19 is installed
OR libMagickCore1-32bit-6.4.3.6-7.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.44 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.44 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.44 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.44 is installed
OR openssl-0.9.8j-0.44 is installed
OR openssl-doc-0.9.8j-0.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR7P2-0.3 is installed
OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
OR bind-doc-9.6ESVR7P2-0.3 is installed
OR bind-libs-9.6ESVR7P2-0.3 is installed
OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
OR bind-utils-9.6ESVR7P2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxslt-1.1.24-19.19 is installed
OR libxslt-32bit-1.1.24-19.19 is installed
OR libxslt-x86-1.1.24-19.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
krb5-1.6.3-133.48.48 is installed
OR krb5-32bit-1.6.3-133.48.48 is installed
OR krb5-apps-clients-1.6.3-133.48.48 is installed
OR krb5-apps-servers-1.6.3-133.48.48 is installed
OR krb5-client-1.6.3-133.48.48 is installed
OR krb5-doc-1.6.3-133.49.62 is installed
OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
OR krb5-server-1.6.3-133.48.48 is installed
OR krb5-x86-1.6.3-133.48.48 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
krb5-1.6.3-133.48.48 is installed
OR krb5-32bit-1.6.3-133.48.48 is installed
OR krb5-apps-clients-1.6.3-133.48.48 is installed
OR krb5-apps-servers-1.6.3-133.48.48 is installed
OR krb5-client-1.6.3-133.48.48 is installed
OR krb5-doc-1.6.3-133.49.62 is installed
OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
OR krb5-server-1.6.3-133.48.48 is installed
OR krb5-x86-1.6.3-133.48.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
krb5-1.6.3-133.48.48 is installed
OR krb5-32bit-1.6.3-133.48.48 is installed
OR krb5-apps-clients-1.6.3-133.48.48 is installed
OR krb5-apps-servers-1.6.3-133.48.48 is installed
OR krb5-client-1.6.3-133.48.48 is installed
OR krb5-doc-1.6.3-133.49.62 is installed
OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
OR krb5-server-1.6.3-133.48.48 is installed
OR krb5-x86-1.6.3-133.48.48 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
bzip2-1.0.5-34 is installed
OR bzip2-doc-1.0.5-34 is installed
OR libbz2-1-1.0.5-34 is installed
OR libbz2-1-32bit-1.0.5-34 is installed
OR libbz2-1-x86-1.0.5-34 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
expat-2.0.1-88.41 is installed
OR libexpat1-2.0.1-88.41 is installed
OR libexpat1-32bit-2.0.1-88.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
expat-2.0.1-88.41 is installed
OR libexpat1-2.0.1-88.41 is installed
OR libexpat1-32bit-2.0.1-88.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
apache2-2.2.12-1.28 is installed
OR apache2-doc-2.2.12-1.28 is installed
OR apache2-example-pages-2.2.12-1.28 is installed
OR apache2-prefork-2.2.12-1.28 is installed
OR apache2-utils-2.2.12-1.28 is installed
OR apache2-worker-2.2.12-1.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.2.0esr-10 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7 is installed
OR MozillaFirefox-translations-38.2.0esr-10 is installed
OR firefox-gcc47-4.7.2_20130108-0.37 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37 is installed
OR libfreebl3-3.19.2.0-0.7 is installed
OR libfreebl3-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-3.19.2.0-0.7 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7 is installed
OR mozilla-nss-devel-3.19.2.0-0.7 is installed
OR mozilla-nss-tools-3.19.2.0-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
augeas-0.9.0-3.15 is installed
OR augeas-lenses-0.9.0-3.15 is installed
OR libaugeas0-0.9.0-3.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
augeas-0.9.0-3.15 is installed
OR augeas-lenses-0.9.0-3.15 is installed
OR libaugeas0-0.9.0-3.15 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
augeas-0.9.0-3.15 is installed
OR augeas-lenses-0.9.0-3.15 is installed
OR libaugeas0-0.9.0-3.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_08-0.7 is installed
OR xen-doc-html-4.2.3_08-0.7 is installed
OR xen-doc-pdf-4.2.3_08-0.7 is installed
OR xen-kmp-default-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_08_3.0.101_0.8-0.7 is installed
OR xen-libs-4.2.3_08-0.7 is installed
OR xen-libs-32bit-4.2.3_08-0.7 is installed
OR xen-tools-4.2.3_08-0.7 is installed
OR xen-tools-domU-4.2.3_08-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND foomatic-filters-3.0.2-269.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.34 is installed
OR libMagickCore1-6.4.3.6-7.34 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
ark-4.3.5-0.3 is installed
OR kcalc-4.3.5-0.3 is installed
OR kcharselect-4.3.5-0.3 is installed
OR kdessh-4.3.5-0.3 is installed
OR kdf-4.3.5-0.3 is installed
OR kfloppy-4.3.5-0.3 is installed
OR kgpg-4.3.5-0.3 is installed
OR ktimer-4.3.5-0.3 is installed
OR kwalletmanager-4.3.5-0.3 is installed
OR kwikdisk-4.3.5-0.3 is installed
OR okteta-4.3.5-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libksba-1.3.0-18 is installed
OR libksba8-1.3.0-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libksba-1.3.0-18 is installed
OR libksba8-1.3.0-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_69-60_64_32-default-8-2.1 is installed
OR kgraft-patch-3_12_69-60_64_32-xen-8-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_13-8-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libarchive-3.1.2-25 is installed
OR libarchive13-3.1.2-25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libarchive-3.1.2-25 is installed
OR libarchive13-3.1.2-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libXext6-1.3.2-3 is installed
OR libXext6-32bit-1.3.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
openssh-7.2p2-74.25 is installed
OR openssh-askpass-gnome-7.2p2-74.25 is installed
OR openssh-fips-7.2p2-74.25 is installed
OR openssh-helpers-7.2p2-74.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
openssh-7.2p2-74.25 is installed
OR openssh-askpass-gnome-7.2p2-74.25 is installed
OR openssh-fips-7.2p2-74.25 is installed
OR openssh-helpers-7.2p2-74.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_114-92_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-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_64-default-4-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
apache-commons-daemon-1.0.15-6 is installed
OR apache-commons-daemon-javadoc-1.0.15-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
apache2-2.4.23-29.43 is installed
OR apache2-doc-2.4.23-29.43 is installed
OR apache2-example-pages-2.4.23-29.43 is installed
OR apache2-prefork-2.4.23-29.43 is installed
OR apache2-utils-2.4.23-29.43 is installed
OR apache2-worker-2.4.23-29.43 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
apache2-2.4.23-29.43 is installed
OR apache2-doc-2.4.23-29.43 is installed
OR apache2-example-pages-2.4.23-29.43 is installed
OR apache2-prefork-2.4.23-29.43 is installed
OR apache2-utils-2.4.23-29.43 is installed
OR apache2-worker-2.4.23-29.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND python-xdg-0.25-9.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND python-xdg-0.25-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_51-52_39-default-4-2.2 is installed
OR kgraft-patch-3_12_51-52_39-xen-4-2.2 is installed
OR kgraft-patch-SLE12_Update_11-4-2.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libdcerpc-atsvc0-4.2.4-28.3.1 is installed
OR samba-4.2.4-28.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.31 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
ibutils-1.5.4-0.7.7 is installed
OR ibutils-32bit-1.5.4-0.7.7 is installed
OR ibutils-devel-1.5.4-0.7.7 is installed
OR ibutils-devel-32bit-1.5.4-0.7.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
bind-9.9.6P1-0.19 is installed
OR bind-devel-9.9.6P1-0.19 is installed
OR bind-devel-32bit-9.9.6P1-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
bytefx-data-mysql-2.6.7-0.13 is installed
OR mono-core-2.6.7-0.13 is installed
OR mono-data-2.6.7-0.13 is installed
OR mono-data-firebird-2.6.7-0.13 is installed
OR mono-data-oracle-2.6.7-0.13 is installed
OR mono-data-postgresql-2.6.7-0.13 is installed
OR mono-data-sqlite-2.6.7-0.13 is installed
OR mono-data-sybase-2.6.7-0.13 is installed
OR mono-devel-2.6.7-0.13 is installed
OR mono-extras-2.6.7-0.13 is installed
OR mono-jscript-2.6.7-0.13 is installed
OR mono-locale-extras-2.6.7-0.13 is installed
OR mono-nunit-2.6.7-0.13 is installed
OR mono-wcf-2.6.7-0.13 is installed
OR mono-web-2.6.7-0.13 is installed
OR mono-winforms-2.6.7-0.13 is installed
OR mono-winfxcore-2.6.7-0.13 is installed
OR monodoc-core-2.6.7-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
MozillaFirefox-45.9.0esr-105 is installed
OR MozillaFirefox-devel-45.9.0esr-105 is installed
OR mozilla-nspr-4.13.1-18 is installed
OR mozilla-nspr-devel-4.13.1-18 is installed
OR mozilla-nss-3.29.5-57 is installed
OR mozilla-nss-devel-3.29.5-57 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
libarchive-3.1.2-25 is installed
OR libarchive-devel-3.1.2-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
php5-5.5.14-109.20 is installed
OR php5-devel-5.5.14-109.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
libssh2-devel-1.4.3-20.6 is installed
OR libssh2_org-1.4.3-20.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
libssh2-devel-1.4.3-20.14 is installed
OR libssh2_org-1.4.3-20.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libssh-0.6.3-8 is installed
OR libssh4-0.6.3-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libzzip-0-13-0.13.62-9 is installed
OR zziplib-0.13.62-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-0_10-plugins-base-0.10.36-14 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.36-14 is installed
OR libgstapp-0_10-0-0.10.36-14 is installed
OR libgstinterfaces-0_10-0-0.10.36-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gd-2.1.0-24.3 is installed
OR gd-32bit-2.1.0-24.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
bluez-5.13-5.7 is installed
OR bluez-cups-5.13-5.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-trove-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-api-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-conductor-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-guestagent-4.0.1~a0~dev2-2.1 is installed
OR openstack-trove-taskmanager-4.0.1~a0~dev2-2.1 is installed
OR python-trove-4.0.1~a0~dev2-2.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-53.0.2785.143-106 is installed
OR chromium-53.0.2785.143-106 is installed
OR chromium-desktop-gnome-53.0.2785.143-106 is installed
OR chromium-desktop-kde-53.0.2785.143-106 is installed
OR chromium-ffmpegsumo-53.0.2785.143-106 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-61.0.3163.100-32 is installed
OR chromium-61.0.3163.100-32 is installed
|