Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for MozillaFirefox |
Description: |
Mozilla Firefox was updated to the 10.0.12ESR release for LTSS.
*
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): | 1011348 1012651 1014298 1015332 1016340 1022062 1028744 1032309 1038785 1039513 1044016 1050947 1103511 1113038 1113039 1117665 1136922 1141493 1146544 1149448 1154990 1157070 1157143 1157155 1157157 1157303 1157485 1157678 1158410 1158413 1158445 1158823 1158824 1158900 1158904 1159467 1159841 1159908 1159911 1160774 744059 796243 796895 798538 798541 845765 878067 887746 889990 899871 917169 919274 922534 924525 924687 927993 930176 934689 945842 947772 947791 948168 949000 951644 952871 955131 955382 963415 966682 967787 968046 968047 968048 968051 968053 968374 970009 976627 977654 981311 988274 988745 991450 CVE-2010-5110 CVE-2012-0804 CVE-2012-5829 CVE-2013-0221 CVE-2013-0222 CVE-2013-0223 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-2013-7447 CVE-2014-1544 CVE-2014-1547 CVE-2014-1548 CVE-2014-1555 CVE-2014-1556 CVE-2014-1557 CVE-2014-5044 CVE-2015-0204 CVE-2015-0458 CVE-2015-0459 CVE-2015-0469 CVE-2015-0477 CVE-2015-0478 CVE-2015-0480 CVE-2015-0488 CVE-2015-0491 CVE-2015-2625 CVE-2015-2808 CVE-2015-3197 CVE-2015-4734 CVE-2015-4803 CVE-2015-4805 CVE-2015-4806 CVE-2015-4810 CVE-2015-4835 CVE-2015-4840 CVE-2015-4842 CVE-2015-4843 CVE-2015-4844 CVE-2015-4860 CVE-2015-4871 CVE-2015-4872 CVE-2015-4882 CVE-2015-4883 CVE-2015-4893 CVE-2015-4902 CVE-2015-4903 CVE-2015-4911 CVE-2015-5006 CVE-2015-5276 CVE-2015-9262 CVE-2016-0702 CVE-2016-0703 CVE-2016-0705 CVE-2016-0797 CVE-2016-0799 CVE-2016-0800 CVE-2016-10013 CVE-2016-10024 CVE-2016-6352 CVE-2016-9586 CVE-2016-9932 CVE-2017-11671 CVE-2017-12652 CVE-2017-7407 CVE-2017-7481 CVE-2018-12207 CVE-2018-18584 CVE-2018-18585 CVE-2019-12456 CVE-2019-14896 CVE-2019-14897 CVE-2019-15213 CVE-2019-15916 CVE-2019-18660 CVE-2019-19066 CVE-2019-19073 CVE-2019-19074 CVE-2019-19227 CVE-2019-19523 CVE-2019-19524 CVE-2019-19527 CVE-2019-19530 CVE-2019-19531 CVE-2019-19532 CVE-2019-19537 CVE-2019-19965 CVE-2019-19966 CVE-2019-20096 SUSE-SU-2015:2166-1 SUSE-SU-2016:0624-1
|
Platform(s): | openSUSE Leap 15.0 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 Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12-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 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND libspice-server1-0.14.0-lp150.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-27 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
finch-2.6.6-0.19 is installed
OR libpurple-2.6.6-0.19 is installed
OR libpurple-lang-2.6.6-0.19 is installed
OR libpurple-meanwhile-2.6.6-0.19 is installed
OR libpurple-tcl-2.6.6-0.19 is installed
OR pidgin-2.6.6-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
dbus-1-glib-0.100.2-3 is installed
OR dbus-1-glib-32bit-0.100.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND binutils-2.25.0-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libXpm-3.5.11-5 is installed
OR libXpm4-3.5.11-5 is installed
OR libXpm4-32bit-3.5.11-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libraw-0.15.4-9 is installed
OR libraw9-0.15.4-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
bash-4.3-83.15 is installed
OR bash-doc-4.3-83.15 is installed
OR bash-lang-4.3-83.15 is installed
OR libreadline6-6.3-83.15 is installed
OR libreadline6-32bit-6.3-83.15 is installed
OR readline-doc-6.3-83.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
ruby2.1-rubygem-puppet-4.8.1-32.3 is installed
OR rubygem-puppet-4.8.1-32.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.10.3-66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-106.6 is installed
OR libopenssl0_9_8-0.9.8j-106.6 is installed
OR libopenssl0_9_8-32bit-0.9.8j-106.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.55-52.42 is installed
OR kernel-ec2-devel-3.12.55-52.42 is installed
OR kernel-ec2-extra-3.12.55-52.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs4-4.9.1-15.17 is installed
OR nodejs4-devel-4.9.1-15.17 is installed
OR nodejs4-docs-4.9.1-15.17 is installed
OR npm4-4.9.1-15.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
curl-7.19.0-11.21 is installed
OR keyutils-libs-1.2-107 is installed
OR keyutils-libs-32bit-1.2-107 is installed
OR keyutils-libs-x86-1.2-107 is installed
OR libcurl4-7.19.0-11.21 is installed
OR libcurl4-32bit-7.19.0-11.21 is installed
OR libcurl4-x86-7.19.0-11.21 is installed
OR libidn-1.10-3 is installed
OR libidn-32bit-1.10-3 is installed
OR libidn-x86-1.10-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
curl-7.19.0-11.21 is installed
OR keyutils-libs-1.2-107 is installed
OR keyutils-libs-32bit-1.2-107 is installed
OR keyutils-libs-x86-1.2-107 is installed
OR libcurl4-7.19.0-11.21 is installed
OR libcurl4-32bit-7.19.0-11.21 is installed
OR libcurl4-x86-7.19.0-11.21 is installed
OR libidn-1.10-3 is installed
OR libidn-32bit-1.10-3 is installed
OR libidn-x86-1.10-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
gstreamer-0_10-plugins-good-0.10.17-1.1 is installed
OR gstreamer-0_10-plugins-good-doc-0.10.17-1.1 is installed
OR gstreamer-0_10-plugins-good-lang-0.10.17-1.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 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
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 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 |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cpp48-4.8.5-5.3 is installed
OR gcc48-4.8.5-5.3 is installed
OR gcc48-32bit-4.8.5-5.3 is installed
OR gcc48-c++-4.8.5-5.3 is installed
OR gcc48-fortran-4.8.5-5.3 is installed
OR gcc48-fortran-32bit-4.8.5-5.3 is installed
OR gcc48-info-4.8.5-5.3 is installed
OR gcc48-locale-4.8.5-5.3 is installed
OR libasan0-4.8.5-5.3 is installed
OR libasan0-32bit-4.8.5-5.3 is installed
OR libatomic1-4.8.5-5.3 is installed
OR libatomic1-32bit-4.8.5-5.3 is installed
OR libgcc_s1-4.8.5-5.3 is installed
OR libgcc_s1-32bit-4.8.5-5.3 is installed
OR libgfortran3-4.8.5-5.3 is installed
OR libgfortran3-32bit-4.8.5-5.3 is installed
OR libgomp1-4.8.5-5.3 is installed
OR libgomp1-32bit-4.8.5-5.3 is installed
OR libitm1-4.8.5-5.3 is installed
OR libitm1-32bit-4.8.5-5.3 is installed
OR libmpfr4-3.1.2-3.3 is installed
OR libquadmath0-4.8.5-5.3 is installed
OR libquadmath0-32bit-4.8.5-5.3 is installed
OR libstdc++48-devel-4.8.5-5.3 is installed
OR libstdc++48-devel-32bit-4.8.5-5.3 is installed
OR libstdc++6-4.8.5-5.3 is installed
OR libstdc++6-32bit-4.8.5-5.3 is installed
OR libtsan0-4.8.5-5.3 is installed
OR mpfr-3.1.2-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cpp48-4.8.5-5.3 is installed
OR gcc48-4.8.5-5.3 is installed
OR gcc48-32bit-4.8.5-5.3 is installed
OR gcc48-c++-4.8.5-5.3 is installed
OR gcc48-fortran-4.8.5-5.3 is installed
OR gcc48-fortran-32bit-4.8.5-5.3 is installed
OR gcc48-info-4.8.5-5.3 is installed
OR gcc48-locale-4.8.5-5.3 is installed
OR libasan0-4.8.5-5.3 is installed
OR libasan0-32bit-4.8.5-5.3 is installed
OR libatomic1-4.8.5-5.3 is installed
OR libatomic1-32bit-4.8.5-5.3 is installed
OR libgcc_s1-4.8.5-5.3 is installed
OR libgcc_s1-32bit-4.8.5-5.3 is installed
OR libgfortran3-4.8.5-5.3 is installed
OR libgfortran3-32bit-4.8.5-5.3 is installed
OR libgomp1-4.8.5-5.3 is installed
OR libgomp1-32bit-4.8.5-5.3 is installed
OR libitm1-4.8.5-5.3 is installed
OR libitm1-32bit-4.8.5-5.3 is installed
OR libmpfr4-3.1.2-3.3 is installed
OR libquadmath0-4.8.5-5.3 is installed
OR libquadmath0-32bit-4.8.5-5.3 is installed
OR libstdc++48-devel-4.8.5-5.3 is installed
OR libstdc++48-devel-32bit-4.8.5-5.3 is installed
OR libstdc++6-4.8.5-5.3 is installed
OR libstdc++6-32bit-4.8.5-5.3 is installed
OR libtsan0-4.8.5-5.3 is installed
OR mpfr-3.1.2-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
ldapsmb-1.34b-12.33.39 is installed
OR libldb1-3.6.3-0.33.39 is installed
OR libsmbclient0-3.6.3-0.33.39 is installed
OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
OR libsmbclient0-x86-3.6.3-0.33.39 is installed
OR libtalloc1-3.4.3-1.50 is installed
OR libtalloc1-32bit-3.4.3-1.50 is installed
OR libtalloc1-x86-3.4.3-1.50 is installed
OR libtalloc2-3.6.3-0.33.39 is installed
OR libtalloc2-32bit-3.6.3-0.33.39 is installed
OR libtalloc2-x86-3.6.3-0.33.39 is installed
OR libtdb1-3.6.3-0.33.39 is installed
OR libtdb1-32bit-3.6.3-0.33.39 is installed
OR libtdb1-x86-3.6.3-0.33.39 is installed
OR libtevent0-3.6.3-0.33.39 is installed
OR libtevent0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-3.6.3-0.33.39 is installed
OR libwbclient0-32bit-3.6.3-0.33.39 is installed
OR libwbclient0-x86-3.6.3-0.33.39 is installed
OR samba-3.6.3-0.33.39 is installed
OR samba-32bit-3.6.3-0.33.39 is installed
OR samba-client-3.6.3-0.33.39 is installed
OR samba-client-32bit-3.6.3-0.33.39 is installed
OR samba-client-x86-3.6.3-0.33.39 is installed
OR samba-doc-3.6.3-0.33.39 is installed
OR samba-krb-printing-3.6.3-0.33.39 is installed
OR samba-winbind-3.6.3-0.33.39 is installed
OR samba-winbind-32bit-3.6.3-0.33.39 is installed
OR samba-winbind-x86-3.6.3-0.33.39 is installed
OR samba-x86-3.6.3-0.33.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
coreutils-8.12-6.25.29 is installed
OR coreutils-lang-8.12-6.25.29 is installed
OR coreutils-x86-8.12-6.25.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
coreutils-8.12-6.25.29 is installed
OR coreutils-lang-8.12-6.25.29 is installed
OR coreutils-x86-8.12-6.25.29 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
coreutils-8.12-6.25.29 is installed
OR coreutils-lang-8.12-6.25.29 is installed
OR coreutils-x86-8.12-6.25.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
cvs-1.12.12-144.23.5 is installed
OR cvs-doc-1.12.12-144.23.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-24.7.0esr-0.8 is installed
OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
OR libfreebl3-3.16.2-0.8 is installed
OR libfreebl3-32bit-3.16.2-0.8 is installed
OR libfreebl3-x86-3.16.2-0.8 is installed
OR libsoftokn3-3.16.2-0.8 is installed
OR libsoftokn3-32bit-3.16.2-0.8 is installed
OR libsoftokn3-x86-3.16.2-0.8 is installed
OR mozilla-nss-3.16.2-0.8 is installed
OR mozilla-nss-32bit-3.16.2-0.8 is installed
OR mozilla-nss-tools-3.16.2-0.8 is installed
OR mozilla-nss-x86-3.16.2-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libvirt-1.0.5.9-0.9 is installed
OR libvirt-client-1.0.5.9-0.9 is installed
OR libvirt-client-32bit-1.0.5.9-0.9 is installed
OR libvirt-doc-1.0.5.9-0.9 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
OR libvirt-python-1.0.5.9-0.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
kernel-bigsmp-3.0.101-0.47.67 is installed
OR kernel-bigsmp-base-3.0.101-0.47.67 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.67 is installed
OR kernel-default-3.0.101-0.47.67 is installed
OR kernel-default-base-3.0.101-0.47.67 is installed
OR kernel-default-devel-3.0.101-0.47.67 is installed
OR kernel-default-man-3.0.101-0.47.67 is installed
OR kernel-ec2-3.0.101-0.47.67 is installed
OR kernel-ec2-base-3.0.101-0.47.67 is installed
OR kernel-ec2-devel-3.0.101-0.47.67 is installed
OR kernel-pae-3.0.101-0.47.67 is installed
OR kernel-pae-base-3.0.101-0.47.67 is installed
OR kernel-pae-devel-3.0.101-0.47.67 is installed
OR kernel-ppc64-3.0.101-0.47.67 is installed
OR kernel-ppc64-base-3.0.101-0.47.67 is installed
OR kernel-ppc64-devel-3.0.101-0.47.67 is installed
OR kernel-source-3.0.101-0.47.67 is installed
OR kernel-syms-3.0.101-0.47.67 is installed
OR kernel-trace-3.0.101-0.47.67 is installed
OR kernel-trace-base-3.0.101-0.47.67 is installed
OR kernel-trace-devel-3.0.101-0.47.67 is installed
OR kernel-xen-3.0.101-0.47.67 is installed
OR kernel-xen-base-3.0.101-0.47.67 is installed
OR kernel-xen-devel-3.0.101-0.47.67 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
kernel-bigsmp-3.0.101-0.47.67 is installed
OR kernel-bigsmp-base-3.0.101-0.47.67 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.67 is installed
OR kernel-default-3.0.101-0.47.67 is installed
OR kernel-default-base-3.0.101-0.47.67 is installed
OR kernel-default-devel-3.0.101-0.47.67 is installed
OR kernel-default-man-3.0.101-0.47.67 is installed
OR kernel-ec2-3.0.101-0.47.67 is installed
OR kernel-ec2-base-3.0.101-0.47.67 is installed
OR kernel-ec2-devel-3.0.101-0.47.67 is installed
OR kernel-pae-3.0.101-0.47.67 is installed
OR kernel-pae-base-3.0.101-0.47.67 is installed
OR kernel-pae-devel-3.0.101-0.47.67 is installed
OR kernel-ppc64-3.0.101-0.47.67 is installed
OR kernel-ppc64-base-3.0.101-0.47.67 is installed
OR kernel-ppc64-devel-3.0.101-0.47.67 is installed
OR kernel-source-3.0.101-0.47.67 is installed
OR kernel-syms-3.0.101-0.47.67 is installed
OR kernel-trace-3.0.101-0.47.67 is installed
OR kernel-trace-base-3.0.101-0.47.67 is installed
OR kernel-trace-devel-3.0.101-0.47.67 is installed
OR kernel-xen-3.0.101-0.47.67 is installed
OR kernel-xen-base-3.0.101-0.47.67 is installed
OR kernel-xen-devel-3.0.101-0.47.67 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
kernel-bigsmp-3.0.101-0.47.67 is installed
OR kernel-bigsmp-base-3.0.101-0.47.67 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.67 is installed
OR kernel-default-3.0.101-0.47.67 is installed
OR kernel-default-base-3.0.101-0.47.67 is installed
OR kernel-default-devel-3.0.101-0.47.67 is installed
OR kernel-default-man-3.0.101-0.47.67 is installed
OR kernel-ec2-3.0.101-0.47.67 is installed
OR kernel-ec2-base-3.0.101-0.47.67 is installed
OR kernel-ec2-devel-3.0.101-0.47.67 is installed
OR kernel-pae-3.0.101-0.47.67 is installed
OR kernel-pae-base-3.0.101-0.47.67 is installed
OR kernel-pae-devel-3.0.101-0.47.67 is installed
OR kernel-ppc64-3.0.101-0.47.67 is installed
OR kernel-ppc64-base-3.0.101-0.47.67 is installed
OR kernel-ppc64-devel-3.0.101-0.47.67 is installed
OR kernel-source-3.0.101-0.47.67 is installed
OR kernel-syms-3.0.101-0.47.67 is installed
OR kernel-trace-3.0.101-0.47.67 is installed
OR kernel-trace-base-3.0.101-0.47.67 is installed
OR kernel-trace-devel-3.0.101-0.47.67 is installed
OR kernel-xen-3.0.101-0.47.67 is installed
OR kernel-xen-base-3.0.101-0.47.67 is installed
OR kernel-xen-devel-3.0.101-0.47.67 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-LTSS is installed
AND
xorg-x11-libX11-7.4-5.11.72.9 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.72.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.72.9 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.72.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xorg-x11-libX11-7.4-5.11.72.9 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.72.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xorg-x11-libX11-7.4-5.11.72.9 is installed
OR xorg-x11-libX11-32bit-7.4-5.11.72.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-38 is installed
OR xen-doc-html-4.2.5_21-38 is installed
OR xen-doc-pdf-4.2.5_21-38 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.99-38 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.99-38 is installed
OR xen-libs-4.2.5_21-38 is installed
OR xen-libs-32bit-4.2.5_21-38 is installed
OR xen-tools-4.2.5_21-38 is installed
OR xen-tools-domU-4.2.5_21-38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-38 is installed
OR xen-doc-html-4.2.5_21-38 is installed
OR xen-doc-pdf-4.2.5_21-38 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.99-38 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.99-38 is installed
OR xen-libs-4.2.5_21-38 is installed
OR xen-libs-32bit-4.2.5_21-38 is installed
OR xen-tools-4.2.5_21-38 is installed
OR xen-tools-domU-4.2.5_21-38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
apache2-2.2.34-70.18 is installed
OR apache2-doc-2.2.34-70.18 is installed
OR apache2-example-pages-2.2.34-70.18 is installed
OR apache2-prefork-2.2.34-70.18 is installed
OR apache2-utils-2.2.34-70.18 is installed
OR apache2-worker-2.2.34-70.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libgcc_s1-4.8.3+r212056-2 is installed
OR libgcc_s1-32bit-4.8.3+r212056-2 is installed
OR libgcc_s1-x86-4.8.3+r212056-2 is installed
OR libgfortran3-4.8.3+r212056-2 is installed
OR libgomp1-4.8.3+r212056-2 is installed
OR libgomp1-32bit-4.8.3+r212056-2 is installed
OR libquadmath0-4.8.3+r212056-2 is installed
OR libstdc++6-4.8.3+r212056-2 is installed
OR libstdc++6-32bit-4.8.3+r212056-2 is installed
OR libstdc++6-x86-4.8.3+r212056-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
MozillaFirefox-68.9.0-78.77 is installed
OR MozillaFirefox-translations-common-68.9.0-78.77 is installed
OR MozillaFirefox-translations-other-68.9.0-78.77 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
MozillaFirefox-68.9.0-78.77 is installed
OR MozillaFirefox-translations-common-68.9.0-78.77 is installed
OR MozillaFirefox-translations-other-68.9.0-78.77 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND wget-openssl1-1.11.4-1.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND wget-openssl1-1.11.4-1.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
kernel-default-3.12.38-44 is installed
OR kernel-default-base-3.12.38-44 is installed
OR kernel-default-devel-3.12.38-44 is installed
OR kernel-default-man-3.12.38-44 is installed
OR kernel-devel-3.12.38-44 is installed
OR kernel-macros-3.12.38-44 is installed
OR kernel-source-3.12.38-44 is installed
OR kernel-syms-3.12.38-44 is installed
OR kernel-xen-3.12.38-44 is installed
OR kernel-xen-base-3.12.38-44 is installed
OR kernel-xen-devel-3.12.38-44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
kernel-default-3.12.38-44 is installed
OR kernel-default-base-3.12.38-44 is installed
OR kernel-default-devel-3.12.38-44 is installed
OR kernel-default-man-3.12.38-44 is installed
OR kernel-devel-3.12.38-44 is installed
OR kernel-macros-3.12.38-44 is installed
OR kernel-source-3.12.38-44 is installed
OR kernel-syms-3.12.38-44 is installed
OR kernel-xen-3.12.38-44 is installed
OR kernel-xen-base-3.12.38-44 is installed
OR kernel-xen-devel-3.12.38-44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libopenssl1_0_0-1.0.1i-36 is installed
OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
OR openssl-1.0.1i-36 is installed
OR openssl-doc-1.0.1i-36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libopenssl1_0_0-1.0.1i-36 is installed
OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
OR openssl-1.0.1i-36 is installed
OR openssl-doc-1.0.1i-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
grub2-2.02~beta2-73 is installed
OR grub2-i386-pc-2.02~beta2-73 is installed
OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
OR grub2-s390x-emu-2.02~beta2-73 is installed
OR grub2-snapper-plugin-2.02~beta2-73 is installed
OR grub2-x86_64-efi-2.02~beta2-73 is installed
OR grub2-x86_64-xen-2.02~beta2-73 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
kernel-default-4.4.21-90 is installed
OR kernel-default-base-4.4.21-90 is installed
OR kernel-default-devel-4.4.21-90 is installed
OR kernel-default-man-4.4.21-90 is installed
OR kernel-devel-4.4.21-90 is installed
OR kernel-macros-4.4.21-90 is installed
OR kernel-source-4.4.21-90 is installed
OR kernel-syms-4.4.21-90 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
kernel-default-4.4.21-90 is installed
OR kernel-default-base-4.4.21-90 is installed
OR kernel-default-devel-4.4.21-90 is installed
OR kernel-default-man-4.4.21-90 is installed
OR kernel-devel-4.4.21-90 is installed
OR kernel-macros-4.4.21-90 is installed
OR kernel-source-4.4.21-90 is installed
OR kernel-syms-4.4.21-90 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libpcsclite1-1.8.10-3 is installed
OR pcsc-lite-1.8.10-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libwireshark9-2.4.9-48.29 is installed
OR libwiretap7-2.4.9-48.29 is installed
OR libwscodecs1-2.4.9-48.29 is installed
OR libwsutil8-2.4.9-48.29 is installed
OR wireshark-2.4.9-48.29 is installed
OR wireshark-gtk-2.4.9-48.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libwireshark9-2.4.9-48.29 is installed
OR libwiretap7-2.4.9-48.29 is installed
OR libwscodecs1-2.4.9-48.29 is installed
OR libwsutil8-2.4.9-48.29 is installed
OR wireshark-2.4.9-48.29 is installed
OR wireshark-gtk-2.4.9-48.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
apache2-2.4.23-29.24 is installed
OR apache2-doc-2.4.23-29.24 is installed
OR apache2-example-pages-2.4.23-29.24 is installed
OR apache2-prefork-2.4.23-29.24 is installed
OR apache2-utils-2.4.23-29.24 is installed
OR apache2-worker-2.4.23-29.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
apache2-2.4.23-29.24 is installed
OR apache2-doc-2.4.23-29.24 is installed
OR apache2-example-pages-2.4.23-29.24 is installed
OR apache2-prefork-2.4.23-29.24 is installed
OR apache2-utils-2.4.23-29.24 is installed
OR apache2-worker-2.4.23-29.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
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
audiofile-0.3.6-10 is installed
OR libaudiofile1-0.3.6-10 is installed
OR libaudiofile1-32bit-0.3.6-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND libmspack0-0.4-14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_31-default-6-5 is installed
OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
OR kgraft-patch-SLE12_Update_9-6-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_31-default-6-5 is installed
OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
OR kgraft-patch-SLE12_Update_9-6-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND apache2-mod_nss-1.0.14-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_54-default-2-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_15-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
xorg-x11-server-7.6_1.15.2-53.3 is installed
OR xorg-x11-server-extra-7.6_1.15.2-53.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
ntp-4.2.8p11-64.5 is installed
OR ntp-doc-4.2.8p11-64.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
finch-2.10.9-5 is installed
OR libpurple-2.10.9-5 is installed
OR libpurple-lang-2.10.9-5 is installed
OR libpurple-meanwhile-2.10.9-5 is installed
OR libpurple-tcl-2.10.9-5 is installed
OR pidgin-2.10.9-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND bogofilter-1.2.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND gd-32bit-2.1.0-24.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-neutron-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-dhcp-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-ha-tool-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-l3-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-linuxbridge-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-metadata-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-metering-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-mlnx-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-nvsd-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-openvswitch-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-plugin-cisco-7.0.2~a0~dev63-1 is installed
OR openstack-neutron-restproxy-agent-7.0.4~a0~dev18-1 is installed
OR openstack-neutron-server-7.0.4~a0~dev18-1 is installed
OR python-neutron-7.0.4~a0~dev18-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
nodejs-common-1.0-2 is installed
OR nodejs6-6.11.1-11.5 is installed
|