Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for MozillaFirefox |
Description: |
Mozilla Firefox was updated to the 10.0.12ESR release.
*
MFSA 2013-01: Mozilla developers identified and fixed several memory safety bugs in the browser engine used in Firefox and other Mozilla-based products. Some of these bugs showed evidence of memory corruption under certain circumstances, and we presume that with enough effort at least some of these could be exploited to run arbitrary code.
o Christoph Diehl, Christian Holler, Mats Palmgren, and Chiaki Ishikawa reported memory safety problems and crashes that affect Firefox ESR 10, Firefox ESR 17, and Firefox 17. ( CVE-2013-0769 ) o Bill Gianopoulos, Benoit Jacob, Christoph Diehl, Christian Holler, Gary Kwong, Robert O'Callahan, and Scoobidiver reported memory safety problems and crashes that affect Firefox ESR 17 and Firefox 17. (CVE-2013-0749 ) o Jesse Ruderman, Christian Holler, Julian Seward, and Scoobidiver reported memory safety problems and crashes that affect Firefox 17. (CVE-2013-0770 ) *
MFSA 2013-02: Security researcher Abhishek Arya (Inferno) of the Google Chrome Security Team discovered a series critically rated of use-after-free, out of bounds read, and buffer overflow issues using the Address Sanitizer tool in shipped software. These issues are potentially exploitable, allowing for remote code execution. We would also like to thank Abhishek for reporting three additional user-after-free and out of bounds read flaws introduced during Firefox development that were fixed before general release.
The following issue was fixed in Firefox 18:
* o Global-buffer-overflow in CharDistributionAnalysis::HandleOneChar (CVE-2013-0760 )
The following issues were fixed in Firefox 18, ESR 17.0.1, and ESR 10.0.12:
* o Heap-use-after-free in imgRequest::OnStopFrame (CVE-2013-0762 ) o Heap-use-after-free in ~nsHTMLEditRules (CVE-2013-0766 ) o Out of bounds read in nsSVGPathElement::GetPathLengthScale ( CVE-2013-0767 )
The following issues were fixed in Firefox 18 and ESR 17.0.1:
* o Heap-use-after-free in mozilla::TrackUnionStream::EndTrack ( CVE-2013-0761 ) o Heap-use-after-free in Mesa, triggerable by resizing a WebGL canvas (CVE-2013-0763 ) o Heap-buffer-overflow in gfxTextRun::ShrinkToLigatureBoundaries (CVE-2013-0771 )
The following issue was fixed in Firefox 18 and in the earlier ESR 10.0.11 release:
o Heap-buffer-overflow in nsWindow::OnExposeEvent (CVE-2012-5829 ) *
* MFSA 2013-03: Security researcher miaubiz used the Address Sanitizer tool to discover a buffer overflow in Canvas when specific bad height and width values were given through HTML. This could lead to a potentially exploitable crash. (CVE-2013-0768 )
Miaubiz also found a potentially exploitable crash when 2D and 3D content was mixed which was introduced during Firefox development and fixed before general release.
*
MFSA 2013-04: Security researcher Masato Kinugawa found a flaw in which the displayed URL values within the addressbar can be spoofed by a page during loading. This allows for phishing attacks where a malicious page can spoof the identify of another site. ( CVE-2013-0759 )
*
MFSA 2013-05: Using the Address Sanitizer tool, security researcher Atte Kettunen from OUSPG discovered that the combination of large numbers of columns and column groups in a table could cause the array containing the columns during rendering to overwrite itself. This can lead to a user-after-free causing a potentially exploitable crash. ( CVE-2013-0744 )
*
* MFSA 2013-06: Mozilla developer Wesley Johnston reported that when there are two or more iframes on the same HTML page, an iframe is able to see the touch events and their targets that occur within the other iframes on the page. If the iframes are from the same origin, they can also access the properties and methods of the targets of other iframes but same-origin policy (SOP) restricts access across domains. This allows for information leakage and possibilities for cross-site scripting (XSS) if another vulnerability can be used to get around SOP restrictions. (CVE-2013-0751 )
*
* MFSA 2013-07: Mozilla community member Jerry Baker reported a crashing issue found through Thunderbird when downloading messages over a Secure Sockets Layer (SSL) connection. This was caused by a bug in the networking code assuming that secure connections were entirely handled on the socket transport thread when they can occur on a variety of threads. The resulting crash was potentially exploitable. (CVE-2013-0764 )
*
* MFSA 2013-08: Mozilla developer Olli Pettay discovered that the AutoWrapperChanger class fails to keep some javascript objects alive during garbage collection. This can lead to an exploitable crash allowing for arbitrary code execution. (CVE-2013-0745 )
*
* MFSA 2013-09: Mozilla developer Boris Zbarsky reported reported a problem where jsval-returning quickstubs fail to wrap their return values, causing a compartment mismatch. This mismatch can cause garbage collection to occur incorrectly and lead to a potentially exploitable crash. (CVE-2013-0746 )
*
* MFSA 2013-10: Mozilla security researcher Jesse Ruderman reported that events in the plugin handler can be manipulated by web content to bypass same-origin policy (SOP) restrictions. This can allow for clickjacking on malicious web pages. (CVE-2013-0747 )
*
* MFSA 2013-11: Mozilla security researcher Jesse Ruderman discovered that using the toString function of XBL objects can lead to inappropriate information leakage by revealing the address space layout instead of just the ID of the object. This layout information could potentially be used to bypass ASLR and other security protections. (CVE-2013-0748 )
*
* MFSA 2013-12: Security researcher pa_kt reported a flaw via TippingPoint's Zero Day Initiative that an integer overflow is possible when calculating the length for a Javascript string concatenation, which is then used for memory allocation. This results in a buffer overflow, leading to a potentially exploitable memory corruption. (CVE-2013-0750 )
*
* MFSA 2013-13: Security researcher Sviatoslav Chagaev reported that when using an XBL file containing multiple XML bindings with SVG content, a memory corruption can occur. In concern with remote XUL, this can lead to an exploitable crash. (CVE-2013-0752 )
*
* MFSA 2013-14: Security researcher Mariusz Mlynski reported that it is possible to change the prototype of an object and bypass Chrome Object Wrappers (COW) to gain access to chrome privileged functions. This could allow for arbitrary code execution. (CVE-2013-0757 )
*
* MFSA 2013-15: Security researcher Mariusz Mlynski reported that it is possible to open a chrome privileged web page through plugin objects through interaction with SVG elements. This could allow for arbitrary code execution. (CVE-2013-0758 )
*
* MFSA 2013-16: Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a use-after-free in XMLSerializer by the exposing of serializeToStream to web content. This can lead to arbitrary code execution when exploited. (CVE-2013-0753 )
*
* MFSA 2013-17: Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a use-after-free within the ListenerManager when garbage collection is forced after data in listener objects have been allocated in some circumstances. This results in a use-after-free which can lead to arbitrary code execution. (CVE-2013-0754 )
*
* MFSA 2013-18: Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a use-after-free using the domDoc pointer within Vibrate library. This can lead to arbitrary code execution when exploited. (CVE-2013-0755 )
*
* MFSA 2013-19: Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a garbage collection flaw in Javascript Proxy objects. This can lead to a use-after-free leading to arbitrary code execution. (CVE-2013-0756 )
*
* MFSA 2013-20: Google reported to Mozilla that TURKTRUST, a certificate authority in Mozilla's root program, had mis-issued two intermediate certificates to customers. The issue was not specific to Firefox but there was evidence that one of the certificates was used for man-in-the-middle (MITM) traffic management of domain names that the customer did not legitimately own or control. This issue was resolved by revoking the trust for these specific mis-issued certificates. (CVE-2013-0743 )
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000106 1000893 1003030 1003032 1005004 1005005 1005544 1007157 1007160 1009100 1009103 1009107 1009109 1009111 1010675 1011652 1014873 1091355 1091362 1091363 1091367 1173027 1174628 585393 607095 666744 694598 776967 778943 789827 796895 887746 897031 988488 CVE-2010-0395 CVE-2010-1192 CVE-2010-1194 CVE-2012-1713 CVE-2012-1717 CVE-2012-1718 CVE-2012-1719 CVE-2012-3523 CVE-2012-4562 CVE-2012-5829 CVE-2013-0743 CVE-2013-0744 CVE-2013-0745 CVE-2013-0746 CVE-2013-0747 CVE-2013-0748 CVE-2013-0749 CVE-2013-0750 CVE-2013-0751 CVE-2013-0752 CVE-2013-0753 CVE-2013-0754 CVE-2013-0755 CVE-2013-0756 CVE-2013-0757 CVE-2013-0758 CVE-2013-0759 CVE-2013-0760 CVE-2013-0761 CVE-2013-0762 CVE-2013-0763 CVE-2013-0764 CVE-2013-0766 CVE-2013-0767 CVE-2013-0768 CVE-2013-0769 CVE-2013-0770 CVE-2013-0771 CVE-2014-1544 CVE-2014-1547 CVE-2014-1548 CVE-2014-1555 CVE-2014-1556 CVE-2014-1557 CVE-2014-6051 CVE-2014-6052 CVE-2014-6053 CVE-2014-6054 CVE-2014-6055 CVE-2016-4658 CVE-2016-5387 CVE-2016-7777 CVE-2016-7908 CVE-2016-7909 CVE-2016-8667 CVE-2016-8669 CVE-2016-8909 CVE-2016-8910 CVE-2016-9318 CVE-2016-9379 CVE-2016-9380 CVE-2016-9381 CVE-2016-9382 CVE-2016-9383 CVE-2016-9386 CVE-2016-9637 CVE-2018-10545 CVE-2018-10546 CVE-2018-10547 CVE-2018-10548 CVE-2020-14344 CVE-2020-8177 SUSE-SU-2016:3273-1 SUSE-SU-2018:1294-1 SUSE-SU-2020:14445-1
|
Platform(s): | openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 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 additional PackageHub packages 15 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Live Patching 15 SP1 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Public Cloud 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Point of Sale 11 SP3 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 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-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 SUSE Linux Enterprise Server for SAP Applications 11 SP1 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE Linux Enterprise Workstation Extension 15 SP1 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
GraphicsMagick-devel-1.3.25-15 is installed
OR libGraphicsMagick-Q16-3-1.3.25-15 is installed
OR libGraphicsMagick3-config-1.3.25-15 is installed
OR libGraphicsMagickWand-Q16-2-1.3.25-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
kernel-default-3.12.32-33 is installed
OR kernel-default-devel-3.12.32-33 is installed
OR kernel-default-extra-3.12.32-33 is installed
OR kernel-devel-3.12.32-33 is installed
OR kernel-macros-3.12.32-33 is installed
OR kernel-source-3.12.32-33 is installed
OR kernel-syms-3.12.32-33 is installed
OR kernel-xen-3.12.32-33 is installed
OR kernel-xen-devel-3.12.32-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dia-0.97.2-13 is installed
OR dia-lang-0.97.2-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND dosfstools-3.0.26-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
colord-1.3.3-12 is installed
OR colord-gtk-lang-0.1.26-6 is installed
OR colord-lang-1.3.3-12 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-12 is installed
OR libcolord2-32bit-1.3.3-12 is installed
OR libcolorhug2-1.3.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
alsa-1.0.27.2-15 is installed
OR libasound2-1.0.27.2-15 is installed
OR libasound2-32bit-1.0.27.2-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
AND Package Information
libxmlsec1-gcrypt1-1.2.26-3.3 is installed
OR libxmlsec1-gnutls1-1.2.26-3.3 is installed
OR libxmlsec1-openssl1-1.2.26-3.3 is installed
OR xmlsec1-1.2.26-3.3 is installed
OR xmlsec1-gnutls-devel-1.2.26-3.3 is installed
OR xmlsec1-openssl-devel-1.2.26-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.8.5-15.3 is installed
OR puppet-server-3.8.5-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
binutils-2.29.1-4 is installed
OR binutils-devel-2.29.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
accountsservice-0.6.45-4 is installed
OR accountsservice-devel-0.6.45-4 is installed
OR accountsservice-lang-0.6.45-4 is installed
OR libaccountsservice0-0.6.45-4 is installed
OR typelib-1_0-AccountsService-1_0-0.6.45-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND libtool-32bit-2.4.6-1 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-16 is installed
OR openldap2-2.4.39-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_3-default-7-2 is installed
OR kernel-livepatch-SLE15_Update_1-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 SP1 is installed
AND Package Information
kernel-livepatch-4_12_14-195-default-5-13 is installed
OR kernel-livepatch-SLE15-SP1_Update_0-5-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
binutils-2.31-6.3 is installed
OR binutils-gold-2.31-6.3 is installed
OR cross-arm-binutils-2.31-6.3 is installed
OR cross-avr-binutils-2.31-6.3 is installed
OR cross-epiphany-binutils-2.31-6.3 is installed
OR cross-hppa-binutils-2.31-6.3 is installed
OR cross-hppa64-binutils-2.31-6.3 is installed
OR cross-i386-binutils-2.31-6.3 is installed
OR cross-ia64-binutils-2.31-6.3 is installed
OR cross-m68k-binutils-2.31-6.3 is installed
OR cross-mips-binutils-2.31-6.3 is installed
OR cross-ppc-binutils-2.31-6.3 is installed
OR cross-ppc64-binutils-2.31-6.3 is installed
OR cross-riscv64-binutils-2.31-6.3 is installed
OR cross-rx-binutils-2.31-6.3 is installed
OR cross-s390-binutils-2.31-6.3 is installed
OR cross-sparc-binutils-2.31-6.3 is installed
OR cross-sparc64-binutils-2.31-6.3 is installed
OR cross-spu-binutils-2.31-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.59-60.41 is installed
OR kernel-ec2-devel-3.12.59-60.41 is installed
OR kernel-ec2-extra-3.12.59-60.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.24 is installed
OR kernel-azure-base-4.12.14-5.24 is installed
OR kernel-azure-devel-4.12.14-5.24 is installed
OR kernel-devel-azure-4.12.14-5.24 is installed
OR kernel-source-azure-4.12.14-5.24 is installed
OR kernel-syms-azure-4.12.14-5.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
freeradius-server-3.0.16-1 is installed
OR freeradius-server-devel-3.0.16-1 is installed
OR freeradius-server-krb5-3.0.16-1 is installed
OR freeradius-server-ldap-3.0.16-1 is installed
OR freeradius-server-libs-3.0.16-1 is installed
OR freeradius-server-mysql-3.0.16-1 is installed
OR freeradius-server-perl-3.0.16-1 is installed
OR freeradius-server-postgresql-3.0.16-1 is installed
OR freeradius-server-python-3.0.16-1 is installed
OR freeradius-server-sqlite-3.0.16-1 is installed
OR freeradius-server-utils-3.0.16-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
graphviz-addons-2.40.1-6.3 is installed
OR graphviz-tcl-2.40.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-89 is installed
OR php5-5.5.14-89 is installed
OR php5-bcmath-5.5.14-89 is installed
OR php5-bz2-5.5.14-89 is installed
OR php5-calendar-5.5.14-89 is installed
OR php5-ctype-5.5.14-89 is installed
OR php5-curl-5.5.14-89 is installed
OR php5-dba-5.5.14-89 is installed
OR php5-dom-5.5.14-89 is installed
OR php5-enchant-5.5.14-89 is installed
OR php5-exif-5.5.14-89 is installed
OR php5-fastcgi-5.5.14-89 is installed
OR php5-fileinfo-5.5.14-89 is installed
OR php5-fpm-5.5.14-89 is installed
OR php5-ftp-5.5.14-89 is installed
OR php5-gd-5.5.14-89 is installed
OR php5-gettext-5.5.14-89 is installed
OR php5-gmp-5.5.14-89 is installed
OR php5-iconv-5.5.14-89 is installed
OR php5-imap-5.5.14-89 is installed
OR php5-intl-5.5.14-89 is installed
OR php5-json-5.5.14-89 is installed
OR php5-ldap-5.5.14-89 is installed
OR php5-mbstring-5.5.14-89 is installed
OR php5-mcrypt-5.5.14-89 is installed
OR php5-mysql-5.5.14-89 is installed
OR php5-odbc-5.5.14-89 is installed
OR php5-opcache-5.5.14-89 is installed
OR php5-openssl-5.5.14-89 is installed
OR php5-pcntl-5.5.14-89 is installed
OR php5-pdo-5.5.14-89 is installed
OR php5-pear-5.5.14-89 is installed
OR php5-pgsql-5.5.14-89 is installed
OR php5-phar-5.5.14-89 is installed
OR php5-posix-5.5.14-89 is installed
OR php5-pspell-5.5.14-89 is installed
OR php5-shmop-5.5.14-89 is installed
OR php5-snmp-5.5.14-89 is installed
OR php5-soap-5.5.14-89 is installed
OR php5-sockets-5.5.14-89 is installed
OR php5-sqlite-5.5.14-89 is installed
OR php5-suhosin-5.5.14-89 is installed
OR php5-sysvmsg-5.5.14-89 is installed
OR php5-sysvsem-5.5.14-89 is installed
OR php5-sysvshm-5.5.14-89 is installed
OR php5-tokenizer-5.5.14-89 is installed
OR php5-wddx-5.5.14-89 is installed
OR php5-xmlreader-5.5.14-89 is installed
OR php5-xmlrpc-5.5.14-89 is installed
OR php5-xmlwriter-5.5.14-89 is installed
OR php5-xsl-5.5.14-89 is installed
OR php5-zip-5.5.14-89 is installed
OR php5-zlib-5.5.14-89 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
tomcat-9.0.12-3.8 is installed
OR tomcat-admin-webapps-9.0.12-3.8 is installed
OR tomcat-el-3_0-api-9.0.12-3.8 is installed
OR tomcat-jsp-2_3-api-9.0.12-3.8 is installed
OR tomcat-lib-9.0.12-3.8 is installed
OR tomcat-servlet-4_0-api-9.0.12-3.8 is installed
OR tomcat-webapps-9.0.12-3.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
apache2-mod_php53-5.3.17-112.23 is installed
OR php53-5.3.17-112.23 is installed
OR php53-bcmath-5.3.17-112.23 is installed
OR php53-bz2-5.3.17-112.23 is installed
OR php53-calendar-5.3.17-112.23 is installed
OR php53-ctype-5.3.17-112.23 is installed
OR php53-curl-5.3.17-112.23 is installed
OR php53-dba-5.3.17-112.23 is installed
OR php53-dom-5.3.17-112.23 is installed
OR php53-exif-5.3.17-112.23 is installed
OR php53-fastcgi-5.3.17-112.23 is installed
OR php53-fileinfo-5.3.17-112.23 is installed
OR php53-ftp-5.3.17-112.23 is installed
OR php53-gd-5.3.17-112.23 is installed
OR php53-gettext-5.3.17-112.23 is installed
OR php53-gmp-5.3.17-112.23 is installed
OR php53-iconv-5.3.17-112.23 is installed
OR php53-intl-5.3.17-112.23 is installed
OR php53-json-5.3.17-112.23 is installed
OR php53-ldap-5.3.17-112.23 is installed
OR php53-mbstring-5.3.17-112.23 is installed
OR php53-mcrypt-5.3.17-112.23 is installed
OR php53-mysql-5.3.17-112.23 is installed
OR php53-odbc-5.3.17-112.23 is installed
OR php53-openssl-5.3.17-112.23 is installed
OR php53-pcntl-5.3.17-112.23 is installed
OR php53-pdo-5.3.17-112.23 is installed
OR php53-pear-5.3.17-112.23 is installed
OR php53-pgsql-5.3.17-112.23 is installed
OR php53-pspell-5.3.17-112.23 is installed
OR php53-shmop-5.3.17-112.23 is installed
OR php53-snmp-5.3.17-112.23 is installed
OR php53-soap-5.3.17-112.23 is installed
OR php53-suhosin-5.3.17-112.23 is installed
OR php53-sysvmsg-5.3.17-112.23 is installed
OR php53-sysvsem-5.3.17-112.23 is installed
OR php53-sysvshm-5.3.17-112.23 is installed
OR php53-tokenizer-5.3.17-112.23 is installed
OR php53-wddx-5.3.17-112.23 is installed
OR php53-xmlreader-5.3.17-112.23 is installed
OR php53-xmlrpc-5.3.17-112.23 is installed
OR php53-xmlwriter-5.3.17-112.23 is installed
OR php53-xsl-5.3.17-112.23 is installed
OR php53-zip-5.3.17-112.23 is installed
OR php53-zlib-5.3.17-112.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND procps-3.2.7-151 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND procps-3.2.7-151 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 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 libgssglue1-0.1-20.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libgssglue1-0.1-20.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libgssglue1-0.1-20.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
avahi-0.6.23-11.19 is installed
OR avahi-lang-0.6.23-11.19 is installed
OR avahi-utils-0.6.23-11.19 is installed
OR libavahi-client3-0.6.23-11.19 is installed
OR libavahi-client3-32bit-0.6.23-11.19 is installed
OR libavahi-client3-x86-0.6.23-11.19 is installed
OR libavahi-common3-0.6.23-11.19 is installed
OR libavahi-common3-32bit-0.6.23-11.19 is installed
OR libavahi-common3-x86-0.6.23-11.19 is installed
OR libavahi-core5-0.6.23-11.19 is installed
OR libdns_sd-0.6.23-11.19 is installed
OR libdns_sd-32bit-0.6.23-11.19 is installed
OR libdns_sd-x86-0.6.23-11.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-29 is installed
OR xen-doc-html-4.0.3_21548_18-29 is installed
OR xen-doc-pdf-4.0.3_21548_18-29 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-libs-4.0.3_21548_18-29 is installed
OR xen-tools-4.0.3_21548_18-29 is installed
OR xen-tools-domU-4.0.3_21548_18-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-29 is installed
OR xen-doc-html-4.0.3_21548_18-29 is installed
OR xen-doc-pdf-4.0.3_21548_18-29 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-29 is installed
OR xen-libs-4.0.3_21548_18-29 is installed
OR xen-tools-4.0.3_21548_18-29 is installed
OR xen-tools-domU-4.0.3_21548_18-29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-2.2.12-64 is installed
OR apache2-doc-2.2.12-64 is installed
OR apache2-example-pages-2.2.12-64 is installed
OR apache2-prefork-2.2.12-64 is installed
OR apache2-utils-2.2.12-64 is installed
OR apache2-worker-2.2.12-64 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-2.2.12-64 is installed
OR apache2-doc-2.2.12-64 is installed
OR apache2-example-pages-2.2.12-64 is installed
OR apache2-prefork-2.2.12-64 is installed
OR apache2-utils-2.2.12-64 is installed
OR apache2-worker-2.2.12-64 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libxml2-2.7.6-0.25 is installed
OR libxml2-32bit-2.7.6-0.25 is installed
OR libxml2-doc-2.7.6-0.25 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libxml2-2.7.6-0.25 is installed
OR libxml2-32bit-2.7.6-0.25 is installed
OR libxml2-doc-2.7.6-0.25 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libxml2-2.7.6-0.25 is installed
OR libxml2-32bit-2.7.6-0.25 is installed
OR libxml2-doc-2.7.6-0.25 is installed
OR libxml2-python-2.7.6-0.25 is installed
OR libxml2-x86-2.7.6-0.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND enscript-1.6.4-152.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-devel-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
bind-9.9.6P1-0.33 is installed
OR bind-chrootenv-9.9.6P1-0.33 is installed
OR bind-devel-9.9.6P1-0.33 is installed
OR bind-doc-9.9.6P1-0.33 is installed
OR bind-libs-9.9.6P1-0.33 is installed
OR bind-libs-32bit-9.9.6P1-0.33 is installed
OR bind-utils-9.9.6P1-0.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.2_06-0.7 is installed
OR xen-doc-html-4.2.2_06-0.7 is installed
OR xen-doc-pdf-4.2.2_06-0.7 is installed
OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
OR xen-libs-4.2.2_06-0.7 is installed
OR xen-libs-32bit-4.2.2_06-0.7 is installed
OR xen-tools-4.2.2_06-0.7 is installed
OR xen-tools-domU-4.2.2_06-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PackageKit-0.3.14-2.28 is installed
OR PackageKit-lang-0.3.14-2.28 is installed
OR hal-0.5.12-23.68 is installed
OR hal-32bit-0.5.12-23.68 is installed
OR hal-doc-0.5.12-23.68 is installed
OR hal-x86-0.5.12-23.68 is installed
OR libpackagekit-glib10-0.3.14-2.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND clamav-0.100.2-0.20.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND clamav-0.100.2-0.20.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND clamav-0.100.2-0.20.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND clamav-0.100.2-0.20.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.106.5 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.5 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.5 is installed
OR kernel-default-3.0.101-0.47.106.5 is installed
OR kernel-default-base-3.0.101-0.47.106.5 is installed
OR kernel-default-devel-3.0.101-0.47.106.5 is installed
OR kernel-default-man-3.0.101-0.47.106.5 is installed
OR kernel-ec2-3.0.101-0.47.106.5 is installed
OR kernel-ec2-base-3.0.101-0.47.106.5 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.5 is installed
OR kernel-pae-3.0.101-0.47.106.5 is installed
OR kernel-pae-base-3.0.101-0.47.106.5 is installed
OR kernel-pae-devel-3.0.101-0.47.106.5 is installed
OR kernel-source-3.0.101-0.47.106.5 is installed
OR kernel-syms-3.0.101-0.47.106.5 is installed
OR kernel-trace-3.0.101-0.47.106.5 is installed
OR kernel-trace-base-3.0.101-0.47.106.5 is installed
OR kernel-trace-devel-3.0.101-0.47.106.5 is installed
OR kernel-xen-3.0.101-0.47.106.5 is installed
OR kernel-xen-base-3.0.101-0.47.106.5 is installed
OR kernel-xen-devel-3.0.101-0.47.106.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.40 is installed
OR libMagickCore1-6.4.3.6-78.40 is installed
OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.40 is installed
OR libMagickCore1-6.4.3.6-78.40 is installed
OR libMagickCore1-32bit-6.4.3.6-78.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND atftp-0.7.0-135.23.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND atftp-0.7.0-135.23.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-18 is installed
OR openssh-openssl1-helpers-6.6p1-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-18 is installed
OR openssh-openssl1-helpers-6.6p1-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
sysconfig-0.83.7-2 is installed
OR sysconfig-netconfig-0.83.7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
dhcp-4.3.3-9 is installed
OR dhcp-client-4.3.3-9 is installed
OR dhcp-relay-4.3.3-9 is installed
OR dhcp-server-4.3.3-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
dhcp-4.3.3-9 is installed
OR dhcp-client-4.3.3-9 is installed
OR dhcp-relay-4.3.3-9 is installed
OR dhcp-server-4.3.3-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
coreutils-8.22-9 is installed
OR coreutils-lang-8.22-9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr4.10-30.5 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr4.10-30.5 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr4.10-30.5 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr4.10-30.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
java-1_7_0-openjdk-1.7.0.111-33 is installed
OR java-1_7_0-openjdk-demo-1.7.0.111-33 is installed
OR java-1_7_0-openjdk-devel-1.7.0.111-33 is installed
OR java-1_7_0-openjdk-headless-1.7.0.111-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-9-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND dnsmasq-2.76-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
ghostscript-9.25-23.13 is installed
OR ghostscript-x11-9.25-23.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_61-52_72-default-3-2 is installed
OR kgraft-patch-3_12_61-52_72-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_21-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_61-52_72-default-3-2 is installed
OR kgraft-patch-3_12_61-52_72-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_21-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND cifs-utils-6.5-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
lighttpd-1.4.20-2.58 is installed
OR lighttpd-mod_cml-1.4.20-2.58 is installed
OR lighttpd-mod_magnet-1.4.20-2.58 is installed
OR lighttpd-mod_mysql_vhost-1.4.20-2.58 is installed
OR lighttpd-mod_rrdtool-1.4.20-2.58 is installed
OR lighttpd-mod_trigger_b4_dl-1.4.20-2.58 is installed
OR lighttpd-mod_webdav-1.4.20-2.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
apache2-2.4.10-14.17 is installed
OR apache2-doc-2.4.10-14.17 is installed
OR apache2-example-pages-2.4.10-14.17 is installed
OR apache2-prefork-2.4.10-14.17 is installed
OR apache2-utils-2.4.10-14.17 is installed
OR apache2-worker-2.4.10-14.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_74-60_64_57-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_57-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_20-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND cryptctl-1.2.6-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
gimp-2.8.10-1 is installed
OR gimp-lang-2.8.10-1 is installed
OR gimp-plugins-python-2.8.10-1 is installed
OR libgimp-2_0-0-2.8.10-1 is installed
OR libgimpui-2_0-0-2.8.10-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND libvdpau1-32bit-1.1.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND xorg-x11-server-wayland-1.19.6-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
AND Package Information
MozillaThunderbird-60.8.0-3.46 is installed
OR MozillaThunderbird-translations-common-60.8.0-3.46 is installed
OR MozillaThunderbird-translations-other-60.8.0-3.46 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-ironic-4.2.3~a0~dev14-1 is installed
OR openstack-ironic-api-4.2.3~a0~dev14-1 is installed
OR openstack-ironic-conductor-4.2.3~a0~dev14-1 is installed
OR python-ironic-4.2.3~a0~dev14-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND memcached-1.4.39-3.3 is installed
|