Oval Definition:oval:org.opensuse.security:def:30496
Revision Date:2020-12-01Version: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:unixClass:patch
Status:Reference(s):1009280
1009994
1010756
1010757
1010766
1010774
1010782
1010968
1010975
1021814
1021817
1021818
1021819
1021820
1021821
1021822
1021823
1021824
1021991
1027147
1036283
1047958
1078679
1083292
1085449
1089152
1089635
1090820
1090822
1090823
1093311
1095825
1095826
1095827
1103347
1103348
1104668
1111331
1117951
1127080
1131291
1141977
1172225
782060
784760
796895
901546
905885
910063
916617
920183
920238
926510
936327
937837
940806
942441
942587
943216
943218
944300
946386
951351
951559
951608
951629
954982
956773
962318
962784
962802
962960
962966
962970
962988
962994
962995
962997
963000
963002
975496
975981
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-3660
CVE-2015-4473
CVE-2015-4474
CVE-2015-4475
CVE-2015-4478
CVE-2015-4479
CVE-2015-4484
CVE-2015-4485
CVE-2015-4486
CVE-2015-4487
CVE-2015-4488
CVE-2015-4489
CVE-2015-4491
CVE-2015-4492
CVE-2015-4495
CVE-2015-5194
CVE-2015-5219
CVE-2015-5300
CVE-2015-7691
CVE-2015-7692
CVE-2015-7701
CVE-2015-7702
CVE-2015-7703
CVE-2015-7704
CVE-2015-7705
CVE-2015-7848
CVE-2015-7849
CVE-2015-7850
CVE-2015-7851
CVE-2015-7852
CVE-2015-7853
CVE-2015-7854
CVE-2015-7855
CVE-2015-7871
CVE-2015-7973
CVE-2015-7974
CVE-2015-7975
CVE-2015-7976
CVE-2015-7977
CVE-2015-7978
CVE-2015-7979
CVE-2015-8138
CVE-2015-8139
CVE-2015-8140
CVE-2015-8158
CVE-2016-5542
CVE-2016-5554
CVE-2016-5556
CVE-2016-5568
CVE-2016-5573
CVE-2016-5597
CVE-2016-9262
CVE-2016-9388
CVE-2016-9389
CVE-2016-9390
CVE-2016-9391
CVE-2016-9392
CVE-2016-9393
CVE-2016-9394
CVE-2017-1000050
CVE-2017-15698
CVE-2017-2619
CVE-2017-5373
CVE-2017-5375
CVE-2017-5376
CVE-2017-5378
CVE-2017-5380
CVE-2017-5383
CVE-2017-5386
CVE-2017-5390
CVE-2017-5396
CVE-2018-10471
CVE-2018-10472
CVE-2018-11683
CVE-2018-11684
CVE-2018-11685
CVE-2018-12126
CVE-2018-12127
CVE-2018-12130
CVE-2018-12539
CVE-2018-1417
CVE-2018-1517
CVE-2018-1656
CVE-2018-2783
CVE-2018-2790
CVE-2018-2794
CVE-2018-2795
CVE-2018-2796
CVE-2018-2797
CVE-2018-2798
CVE-2018-2799
CVE-2018-2800
CVE-2018-2814
CVE-2018-2940
CVE-2018-2952
CVE-2018-2973
CVE-2018-7550
CVE-2018-8019
CVE-2018-8020
CVE-2018-8897
CVE-2019-11091
CVE-2019-1559
CVE-2019-20807
SUSE-SU-2015:1528-1
SUSE-SU-2016:1311-1
SUSE-SU-2016:3040-1
SUSE-SU-2017:0426-1
SUSE-SU-2017:1216-1
SUSE-SU-2017:1901-1
SUSE-SU-2018:1447-1
SUSE-SU-2018:2583-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Containers 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-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-ESPOS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-TERADATA
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-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
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 SP4
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND chromium-66.0.3359.170-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • e2fsprogs-1.42.11-15 is installed
  • OR e2fsprogs-devel-1.42.11-15 is installed
  • OR libcom_err-devel-1.42.11-15 is installed
  • OR libcom_err2-1.42.11-15 is installed
  • OR libcom_err2-32bit-1.42.11-15 is installed
  • OR libext2fs-devel-1.42.11-15 is installed
  • OR libext2fs2-1.42.11-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND usbmuxd-1.0.7-5.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.30 is installed
  • OR libMagick++1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-6.4.3.6-7.30 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
  • OR libMagickWand1-6.4.3.6-7.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libsnmp15-5.4.2.1-8.12.24 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.24 is installed
  • OR net-snmp-5.4.2.1-8.12.24 is installed
  • OR perl-SNMP-5.4.2.1-8.12.24 is installed
  • OR snmp-mibs-5.4.2.1-8.12.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND autofs-5.0.9-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.51-60.25 is installed
  • OR kernel-default-devel-3.12.51-60.25 is installed
  • OR kernel-default-extra-3.12.51-60.25 is installed
  • OR kernel-devel-3.12.51-60.25 is installed
  • OR kernel-macros-3.12.51-60.25 is installed
  • OR kernel-source-3.12.51-60.25 is installed
  • OR kernel-syms-3.12.51-60.25 is installed
  • OR kernel-xen-3.12.51-60.25 is installed
  • OR kernel-xen-devel-3.12.51-60.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • bzip2-1.0.6-29 is installed
  • OR libbz2-1-1.0.6-29 is installed
  • OR libbz2-1-32bit-1.0.6-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND tcpdump-4.9.2-14.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-1.2.5-16.17 is installed
  • OR docker-18.09.6_ce-98.37 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-19 is installed
  • OR docker-runc-1.0.0rc6+gitr3804_2b18fe1d885e-1.23 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-paramiko-1.18.5-2.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-22 is installed
  • OR php5-5.5.14-22 is installed
  • OR php5-bcmath-5.5.14-22 is installed
  • OR php5-bz2-5.5.14-22 is installed
  • OR php5-calendar-5.5.14-22 is installed
  • OR php5-ctype-5.5.14-22 is installed
  • OR php5-curl-5.5.14-22 is installed
  • OR php5-dba-5.5.14-22 is installed
  • OR php5-dom-5.5.14-22 is installed
  • OR php5-enchant-5.5.14-22 is installed
  • OR php5-exif-5.5.14-22 is installed
  • OR php5-fastcgi-5.5.14-22 is installed
  • OR php5-fileinfo-5.5.14-22 is installed
  • OR php5-fpm-5.5.14-22 is installed
  • OR php5-ftp-5.5.14-22 is installed
  • OR php5-gd-5.5.14-22 is installed
  • OR php5-gettext-5.5.14-22 is installed
  • OR php5-gmp-5.5.14-22 is installed
  • OR php5-iconv-5.5.14-22 is installed
  • OR php5-intl-5.5.14-22 is installed
  • OR php5-json-5.5.14-22 is installed
  • OR php5-ldap-5.5.14-22 is installed
  • OR php5-mbstring-5.5.14-22 is installed
  • OR php5-mcrypt-5.5.14-22 is installed
  • OR php5-mysql-5.5.14-22 is installed
  • OR php5-odbc-5.5.14-22 is installed
  • OR php5-openssl-5.5.14-22 is installed
  • OR php5-pcntl-5.5.14-22 is installed
  • OR php5-pdo-5.5.14-22 is installed
  • OR php5-pear-5.5.14-22 is installed
  • OR php5-pgsql-5.5.14-22 is installed
  • OR php5-pspell-5.5.14-22 is installed
  • OR php5-shmop-5.5.14-22 is installed
  • OR php5-snmp-5.5.14-22 is installed
  • OR php5-soap-5.5.14-22 is installed
  • OR php5-sockets-5.5.14-22 is installed
  • OR php5-sqlite-5.5.14-22 is installed
  • OR php5-suhosin-5.5.14-22 is installed
  • OR php5-sysvmsg-5.5.14-22 is installed
  • OR php5-sysvsem-5.5.14-22 is installed
  • OR php5-sysvshm-5.5.14-22 is installed
  • OR php5-tokenizer-5.5.14-22 is installed
  • OR php5-wddx-5.5.14-22 is installed
  • OR php5-xmlreader-5.5.14-22 is installed
  • OR php5-xmlrpc-5.5.14-22 is installed
  • OR php5-xmlwriter-5.5.14-22 is installed
  • OR php5-xsl-5.5.14-22 is installed
  • OR php5-zip-5.5.14-22 is installed
  • OR php5-zlib-5.5.14-22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • freetype2-2.3.7-25.9 is installed
  • OR freetype2-32bit-2.3.7-25.9 is installed
  • OR freetype2-x86-2.3.7-25.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • freetype2-2.3.7-25.9 is installed
  • OR freetype2-32bit-2.3.7-25.9 is installed
  • OR freetype2-x86-2.3.7-25.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • dbus-1-1.2.10-3.11 is installed
  • OR dbus-1-32bit-1.2.10-3.11 is installed
  • OR dbus-1-x11-1.2.10-3.11 is installed
  • OR dbus-1-x86-1.2.10-3.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ant-1.7.0-200.26.5 is installed
  • OR ant-antlr-1.7.0-200.26.5 is installed
  • OR ant-trax-1.7.0-200.26.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ant-1.7.0-200.26.5 is installed
  • OR ant-antlr-1.7.0-200.26.5 is installed
  • OR ant-trax-1.7.0-200.26.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • 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 libfreebl3-x86-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-nspr-x86-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 mozilla-nss-x86-3.14.1-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • 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 libfreebl3-x86-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-nspr-x86-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 mozilla-nss-x86-3.14.1-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • 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 libfreebl3-x86-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-nspr-x86-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 mozilla-nss-x86-3.14.1-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • kdebase3-runtime-3.5.10-20 is installed
  • OR kdebase3-runtime-32bit-3.5.10-20 is installed
  • OR kdebase3-runtime-x86-3.5.10-20 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.35-78 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 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.35-78 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libxml2-2.7.6-0.31 is installed
  • OR libxml2-32bit-2.7.6-0.31 is installed
  • OR libxml2-doc-2.7.6-0.31 is installed
  • OR libxml2-python-2.7.6-0.31 is installed
  • OR libxml2-x86-2.7.6-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libxml2-2.7.6-0.31 is installed
  • OR libxml2-32bit-2.7.6-0.31 is installed
  • OR libxml2-doc-2.7.6-0.31 is installed
  • OR libxml2-python-2.7.6-0.31 is installed
  • OR libxml2-x86-2.7.6-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libxml2-2.7.6-0.31 is installed
  • OR libxml2-32bit-2.7.6-0.31 is installed
  • OR libxml2-doc-2.7.6-0.31 is installed
  • OR libxml2-python-2.7.6-0.31 is installed
  • OR libxml2-x86-2.7.6-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libxml2-2.7.6-0.31 is installed
  • OR libxml2-32bit-2.7.6-0.31 is installed
  • OR libxml2-doc-2.7.6-0.31 is installed
  • OR libxml2-python-2.7.6-0.31 is installed
  • OR libxml2-x86-2.7.6-0.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libxml2-2.7.6-0.31 is installed
  • OR libxml2-32bit-2.7.6-0.31 is installed
  • OR libxml2-doc-2.7.6-0.31 is installed
  • OR libxml2-python-2.7.6-0.31 is installed
  • OR libxml2-x86-2.7.6-0.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • PolicyKit-0.9-14.41 is installed
  • OR PolicyKit-32bit-0.9-14.41 is installed
  • OR PolicyKit-doc-0.9-14.39 is installed
  • OR PolicyKit-x86-0.9-14.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • ntp-4.2.8p6-41 is installed
  • OR ntp-doc-4.2.8p6-41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ntp-4.2.8p6-41 is installed
  • OR ntp-doc-4.2.8p6-41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • ntp-4.2.8p6-41 is installed
  • OR ntp-doc-4.2.8p6-41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ntp-4.2.8p6-41 is installed
  • OR ntp-doc-4.2.8p6-41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-3.0.101-0.47.106.43 is installed
  • OR kernel-default-base-3.0.101-0.47.106.43 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-man-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-source-3.0.101-0.47.106.43 is installed
  • OR kernel-syms-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-3.0.101-0.47.106.43 is installed
  • OR kernel-default-base-3.0.101-0.47.106.43 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-man-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-source-3.0.101-0.47.106.43 is installed
  • OR kernel-syms-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • liblouis-1.7.0-1.3.13 is installed
  • OR liblouis0-1.7.0-1.3.13 is installed
  • OR python-louis-1.7.0-1.3.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • liblouis-1.7.0-1.3.13 is installed
  • OR liblouis0-1.7.0-1.3.13 is installed
  • OR python-louis-1.7.0-1.3.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-45.7.0esr-65 is installed
  • OR MozillaFirefox-translations-45.7.0esr-65 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-45.7.0esr-65 is installed
  • OR MozillaFirefox-translations-45.7.0esr-65 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
  • java-1_7_1-ibm-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.70-26.58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.70-26.58 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.70-26.58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libsnmp15-openssl1-5.4.2.1-8.12.31 is installed
  • OR libsnmp15-openssl1-32bit-5.4.2.1-8.12.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-9 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-9 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-9 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-9 is installed
  • OR openssl-1.0.1i-9 is installed
  • OR openssl-doc-1.0.1i-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-9 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-9 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-9 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-9 is installed
  • OR openssl-1.0.1i-9 is installed
  • OR openssl-doc-1.0.1i-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-7 is installed
  • OR cyrus-sasl-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-otp-2.1.26-7 is installed
  • OR cyrus-sasl-otp-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-plain-2.1.26-7 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-7 is installed
  • OR cyrus-sasl-sqlauxprop-2.1.26-7 is installed
  • OR cyrus-sasl-sqlauxprop-32bit-2.1.26-7 is installed
  • OR libsasl2-3-2.1.26-7 is installed
  • OR libsasl2-3-32bit-2.1.26-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • qemu-2.3.1-14 is installed
  • OR qemu-block-curl-2.3.1-14 is installed
  • OR qemu-block-rbd-2.3.1-14 is installed
  • OR qemu-guest-agent-2.3.1-14 is installed
  • OR qemu-ipxe-1.0.0-14 is installed
  • OR qemu-kvm-2.3.1-14 is installed
  • OR qemu-lang-2.3.1-14 is installed
  • OR qemu-ppc-2.3.1-14 is installed
  • OR qemu-s390-2.3.1-14 is installed
  • OR qemu-seabios-1.8.1-14 is installed
  • OR qemu-sgabios-8-14 is installed
  • OR qemu-tools-2.3.1-14 is installed
  • OR qemu-vgabios-1.8.1-14 is installed
  • OR qemu-x86-2.3.1-14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • qemu-2.3.1-14 is installed
  • OR qemu-block-curl-2.3.1-14 is installed
  • OR qemu-block-rbd-2.3.1-14 is installed
  • OR qemu-guest-agent-2.3.1-14 is installed
  • OR qemu-ipxe-1.0.0-14 is installed
  • OR qemu-kvm-2.3.1-14 is installed
  • OR qemu-lang-2.3.1-14 is installed
  • OR qemu-ppc-2.3.1-14 is installed
  • OR qemu-s390-2.3.1-14 is installed
  • OR qemu-seabios-1.8.1-14 is installed
  • OR qemu-sgabios-8-14 is installed
  • OR qemu-tools-2.3.1-14 is installed
  • OR qemu-vgabios-1.8.1-14 is installed
  • OR qemu-x86-2.3.1-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND ant-1.9.4-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • openvpn-2.3.8-16.17 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • 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 libtcnative-1-0-1.1.34-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • apache2-2.4.23-14 is installed
  • OR apache2-doc-2.4.23-14 is installed
  • OR apache2-example-pages-2.4.23-14 is installed
  • OR apache2-prefork-2.4.23-14 is installed
  • OR apache2-utils-2.4.23-14 is installed
  • OR apache2-worker-2.4.23-14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libfpm_pb0-1.1.1-17.3 is installed
  • OR libospf0-1.1.1-17.3 is installed
  • OR libospfapiclient0-1.1.1-17.3 is installed
  • OR libquagga_pb0-1.1.1-17.3 is installed
  • OR libzebra1-1.1.1-17.3 is installed
  • OR quagga-1.1.1-17.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libfpm_pb0-1.1.1-17.3 is installed
  • OR libospf0-1.1.1-17.3 is installed
  • OR libospfapiclient0-1.1.1-17.3 is installed
  • OR libquagga_pb0-1.1.1-17.3 is installed
  • OR libzebra1-1.1.1-17.3 is installed
  • OR quagga-1.1.1-17.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • accountsservice-0.6.42-14 is installed
  • OR accountsservice-lang-0.6.42-14 is installed
  • OR libaccountsservice0-0.6.42-14 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • python3-rpm-4.11.2-16.16 is installed
  • OR rpm-4.11.2-16.16 is installed
  • OR rpm-32bit-4.11.2-16.16 is installed
  • OR rpm-build-4.11.2-16.16 is installed
  • OR rpm-python-4.11.2-16.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • python3-rpm-4.11.2-16.16 is installed
  • OR rpm-4.11.2-16.16 is installed
  • OR rpm-32bit-4.11.2-16.16 is installed
  • OR rpm-build-4.11.2-16.16 is installed
  • OR rpm-python-4.11.2-16.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • python3-rpm-4.11.2-16.21 is installed
  • OR rpm-4.11.2-16.21 is installed
  • OR rpm-32bit-4.11.2-16.21 is installed
  • OR rpm-build-4.11.2-16.21 is installed
  • OR rpm-python-4.11.2-16.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • python3-rpm-4.11.2-16.21 is installed
  • OR rpm-4.11.2-16.21 is installed
  • OR rpm-32bit-4.11.2-16.21 is installed
  • OR rpm-build-4.11.2-16.21 is installed
  • OR rpm-python-4.11.2-16.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_63-default-8-2 is installed
  • OR kgraft-patch-3_12_60-52_63-xen-8-2 is installed
  • OR kgraft-patch-SLE12_Update_18-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_63-default-8-2 is installed
  • OR kgraft-patch-3_12_60-52_63-xen-8-2 is installed
  • OR kgraft-patch-SLE12_Update_18-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libarchive-3.1.2-25 is installed
  • OR libarchive13-3.1.2-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-18.13 is installed
  • OR openldap2-2.4.41-18.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • ghostscript-9.25-23.13 is installed
  • OR ghostscript-x11-9.25-23.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-106.9 is installed
  • OR libopenssl0_9_8-0.9.8j-106.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND libwebkit2gtk3-lang-2.20.3-2.23 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • dnsmasq-2.78-18.3 is installed
  • OR dnsmasq-utils-2.78-18.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND git-2.12.3-27.14 is installed
  • BACK