Oval Definition:oval:org.opensuse.security:def:29705
Revision Date:2020-12-01Version:1
Title:Security update for Mozilla Firefox
Description:



MozillaFirefox was updated to the 10.0.9ESR security release which fixes bugs and security issues:

*

MFSA 2012-73 / CVE-2012-3977: Security researchers Thai Duong and Juliano Rizzo reported that SPDY's request header compression leads to information leakage, which can allow the extraction of private data such as session cookies, even over an encrypted SSL connection. (This does not affect Firefox 10 as it does not feature the SPDY extension. It was silently fixed for Firefox 15.)

*

MFSA 2012-74: 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.

In general these flaws cannot be exploited through email in the Thunderbird and SeaMonkey products because scripting is disabled, but are potentially a risk in browser or browser-like contexts in those products.

*

CVE-2012-3983: Henrik Skupin, Jesse Ruderman and moz_bug_r_a4 reported memory safety problems and crashes that affect Firefox 15.

*

CVE-2012-3982: Christian Holler and Jesse Ruderman reported memory safety problems and crashes that affect Firefox ESR 10 and Firefox 15.

*

MFSA 2012-75 / CVE-2012-3984: Security researcher David Bloom of Cue discovered that 'select' elements are always-on-top chromeless windows and that navigation away from a page with an active 'select' menu does not remove this window.When another menu is opened programmatically on a new page, the original 'select' menu can be retained and arbitrary HTML content within it rendered, allowing an attacker to cover arbitrary portions of the new page through absolute positioning/scrolling, leading to spoofing attacks. Security researcher Jordi Chancel found a variation that would allow for click-jacking attacks was well.

In general these flaws cannot be exploited through email in the Thunderbird and SeaMonkey products because scripting is disabled, but are potentially a risk in browser or browser-like contexts in those products. References

Navigation away from a page with an active 'select' dropdown menu can be used for URL spoofing, other evil

Firefox 10.0.1 : Navigation away from a page with multiple active 'select' dropdown menu can be used for Spoofing And ClickJacking with XPI using window.open and geolocalisation

*

MFSA 2012-76 / CVE-2012-3985: Security researcher Collin Jackson reported a violation of the HTML5 specifications for document.domain behavior. Specified behavior requires pages to only have access to windows in a new document.domain but the observed violation allowed pages to retain access to windows from the page's initial origin in addition to the new document.domain. This could potentially lead to cross-site scripting (XSS) attacks.

*

MFSA 2012-77 / CVE-2012-3986: Mozilla developer Johnny Stenback discovered that several methods of a feature used for testing (DOMWindowUtils) are not protected by existing security checks, allowing these methods to be called through script by web pages. This was addressed by adding the existing security checks to these methods.

*

MFSA 2012-78 / CVE-2012-3987: Security researcher Warren He reported that when a page is transitioned into Reader Mode in Firefox for Android, the resulting page has chrome privileges and its content is not thoroughly sanitized. A successful attack requires user enabling of reader mode for a malicious page, which could then perform an attack similar to cross-site scripting (XSS) to gain the privileges allowed to Firefox on an Android device. This has been fixed by changing the Reader Mode page into an unprivileged page.

This vulnerability only affects Firefox for Android.

*

MFSA 2012-79 / CVE-2012-3988: Security researcher Soroush Dalili reported that a combination of invoking full screen mode and navigating backwards in history could, in some circumstances, cause a hang or crash due to a timing dependent use-after-free pointer reference. This crash may be potentially exploitable.

*

MFSA 2012-80 / CVE-2012-3989: Mozilla community member Ms2ger reported a crash due to an invalid cast when using the instanceof operator on certain types of JavaScript objects. This can lead to a potentially exploitable crash.

*

MFSA 2012-81 / CVE-2012-3991: Mozilla community member Alice White reported that when the GetProperty function is invoked through JSAPI, security checking can be bypassed when getting cross-origin properties. This potentially allowed for arbitrary code execution.

*

MFSA 2012-82 / CVE-2012-3994: Security researcher Mariusz Mlynski reported that the location property can be accessed by binary plugins through top.location and top can be shadowed by Object.defineProperty as well. This can allow for possible cross-site scripting (XSS) attacks through plugins.

*

MFSA 2012-83: Security researcher Mariusz Mlynski reported that when InstallTrigger fails, it throws an error wrapped in a Chrome Object Wrapper (COW) that fails to specify exposed properties. These can then be added to the resulting object by an attacker, allowing access to chrome privileged functions through script.

While investigating this issue, Mozilla security researcher moz_bug_r_a4 found that COW did not disallow accessing of properties from a standard prototype in some situations, even when the original issue had been fixed.

These issues could allow for a cross-site scripting (XSS) attack or arbitrary code execution.

*

CVE-2012-3993: XrayWrapper pollution via unsafe COW

*

CVE-2012-4184: ChromeObjectWrapper is not implemented as intended

*

MFSA 2012-84 / CVE-2012-3992: Security researcher Mariusz Mlynski reported an issue with spoofing of the location property. In this issue, writes to location.hash can be used in concert with scripted history navigation to cause a specific website to be loaded into the history object. The baseURI can then be changed to this stored site, allowing an attacker to inject a script or intercept posted data posted to a location specified with a relative path.

*

MFSA 2012-85: Security researcher Abhishek Arya (Inferno) of the Google Chrome Security Team discovered a series of use-after-free, buffer overflow, and out of bounds read 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 two additional use-after-free flaws introduced during Firefox 16 development and fixed before general release.

*

CVE-2012-3995: Out of bounds read in IsCSSWordSpacingSpace

*

CVE-2012-4179: Heap-use-after-free in nsHTMLCSSUtils::CreateCSSPropertyTxn

*

CVE-2012-4180: Heap-buffer-overflow in nsHTMLEditor::IsPrevCharInNodeWhitespace

*

CVE-2012-4181: Heap-use-after-free in nsSMILAnimationController::DoSample

*

CVE-2012-4182: Heap-use-after-free in nsTextEditRules::WillInsert

*

CVE-2012-4183: Heap-use-after-free in DOMSVGTests::GetRequiredFeatures

*

MFSA 2012-86: Security researcher Atte Kettunen from OUSPG reported several heap memory corruption issues found using the Address Sanitizer tool. These issues are potentially exploitable, allowing for remote code execution.

*

CVE-2012-4185: Global-buffer-overflow in nsCharTraits::length

*

CVE-2012-4186: Heap-buffer-overflow in nsWaveReader::DecodeAudioData

*

CVE-2012-4187: Crash with ASSERTION: insPos too small

*

CVE-2012-4188: Heap-buffer-overflow in Convolve3x3

*

MFSA 2012-87 / CVE-2012-3990: Security researcher miaubiz used the Address Sanitizer tool to discover a use-after-free in the IME State Manager code. This could lead to a potentially exploitable crash.

*

MFSA 2012-89 / CVE-2012-4192 / CVE-2012-4193: Mozilla security researcher moz_bug_r_a4 reported a regression where security wrappers are unwrapped without doing a security check in defaultValue(). This can allow for improper access access to the Location object. In versions 15 and earlier of affected products, there was also the potential for arbitrary code execution.

Security Issue reference:

* CVE-2012-3977 * CVE-2012-3982 * CVE-2012-3983 * CVE-2012-3984 * CVE-2012-3985 * CVE-2012-3986 * CVE-2012-3987 * CVE-2012-3988 * CVE-2012-3989 * CVE-2012-3990 * CVE-2012-3991 * CVE-2012-3992 * CVE-2012-3993 * CVE-2012-3994 * CVE-2012-3995 * CVE-2012-4179 * CVE-2012-4180 * CVE-2012-4181 * CVE-2012-4182 * CVE-2012-4183 * CVE-2012-4184 * CVE-2012-4185 * CVE-2012-4186 * CVE-2012-4187 * CVE-2012-4188 * CVE-2012-4192 * CVE-2012-4193

Family:unixClass:patch
Status:Reference(s):1009434
1011377
1011390
1011395
1011398
1011404
1011406
1011411
1011417
1024076
1024079
1089030
1120758
1133375
1134395
1136424
1136795
1137194
1137586
1138943
1139358
783533
792432
813026
815451
819204
821671
825935
868627
868629
870444
871097
873123
873124
883947
916856
916857
916858
916859
916861
916863
916864
916865
916870
916871
916872
916873
916874
916879
916881
920870
938344
939712
943216
952051
954980
956365
960286
960402
963937
981252
984990
985609
985669
985675
985682
985698
988028
992038
992606
CVE-2012-3977
CVE-2012-3982
CVE-2012-3983
CVE-2012-3984
CVE-2012-3985
CVE-2012-3986
CVE-2012-3987
CVE-2012-3988
CVE-2012-3989
CVE-2012-3990
CVE-2012-3991
CVE-2012-3992
CVE-2012-3993
CVE-2012-3994
CVE-2012-3995
CVE-2012-4179
CVE-2012-4180
CVE-2012-4181
CVE-2012-4182
CVE-2012-4183
CVE-2012-4184
CVE-2012-4185
CVE-2012-4186
CVE-2012-4187
CVE-2012-4188
CVE-2012-4192
CVE-2012-4193
CVE-2013-1682
CVE-2013-1684
CVE-2013-1685
CVE-2013-1686
CVE-2013-1687
CVE-2013-1690
CVE-2013-1692
CVE-2013-1693
CVE-2013-1697
CVE-2013-1989
CVE-2013-2066
CVE-2013-7353
CVE-2013-7354
CVE-2014-0138
CVE-2014-0139
CVE-2014-0466
CVE-2014-4607
CVE-2014-9656
CVE-2014-9657
CVE-2014-9658
CVE-2014-9659
CVE-2014-9660
CVE-2014-9661
CVE-2014-9662
CVE-2014-9663
CVE-2014-9664
CVE-2014-9665
CVE-2014-9666
CVE-2014-9667
CVE-2014-9668
CVE-2014-9669
CVE-2014-9670
CVE-2014-9671
CVE-2014-9672
CVE-2014-9673
CVE-2014-9674
CVE-2014-9675
CVE-2015-2304
CVE-2015-5041
CVE-2015-5154
CVE-2015-5165
CVE-2015-5219
CVE-2015-7575
CVE-2015-7981
CVE-2015-7981
CVE-2015-8126
CVE-2015-8126
CVE-2015-8139
CVE-2015-8140
CVE-2015-8472
CVE-2015-8540
CVE-2015-8918
CVE-2015-8920
CVE-2015-8921
CVE-2015-8924
CVE-2015-8929
CVE-2016-0402
CVE-2016-0448
CVE-2016-0466
CVE-2016-0483
CVE-2016-0494
CVE-2016-4809
CVE-2016-7426
CVE-2016-7427
CVE-2016-7428
CVE-2016-7429
CVE-2016-7431
CVE-2016-7433
CVE-2016-7434
CVE-2016-9310
CVE-2016-9311
CVE-2017-5837
CVE-2017-5844
CVE-2018-1100
CVE-2018-20836
CVE-2019-1125
CVE-2019-11478
CVE-2019-12614
CVE-2019-3459
CVE-2019-3460
CVE-2019-3846
CVE-2019-3896
CVE-2019-9928
SUSE-SU-2015:0962-1
SUSE-SU-2015:2017-1
SUSE-SU-2016:0431-1
SUSE-SU-2016:1939-1
SUSE-SU-2017:0255-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 Package Information
  • libsnmp30-5.7.3-lp150.5 is installed
  • OR net-snmp-5.7.3-lp150.5 is installed
  • OR perl-SNMP-5.7.3-lp150.5 is installed
  • OR snmp-mibs-5.7.3-lp150.5 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • MozillaFirefox-52.2-58 is installed
  • OR MozillaFirefox-translations-common-52.2-58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • cups-1.3.9-8.46.48 is installed
  • OR cups-client-1.3.9-8.46.48 is installed
  • OR cups-libs-1.3.9-8.46.48 is installed
  • OR cups-libs-32bit-1.3.9-8.46.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • curl-7.37.0-2 is installed
  • OR libcurl4-7.37.0-2 is installed
  • OR libcurl4-32bit-7.37.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND autofs-5.0.9-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-45.7.0esr-99 is installed
  • OR MozillaFirefox-translations-45.7.0esr-99 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-12.3 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 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 Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • salt-2016.11.4-45 is installed
  • OR salt-api-2016.11.4-45 is installed
  • OR salt-bash-completion-2016.11.4-45 is installed
  • OR salt-cloud-2016.11.4-45 is installed
  • OR salt-doc-2016.11.4-45 is installed
  • OR salt-master-2016.11.4-45 is installed
  • OR salt-minion-2016.11.4-45 is installed
  • OR salt-proxy-2016.11.4-45 is installed
  • OR salt-ssh-2016.11.4-45 is installed
  • OR salt-syndic-2016.11.4-45 is installed
  • OR salt-zsh-completion-2016.11.4-45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12sp1-docker-image-1.0.4-20160308170633 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.50-50.3 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.50-50.3 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.50-50.3 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.50-50.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.60-52.60 is installed
  • OR kernel-ec2-devel-3.12.60-52.60 is installed
  • OR kernel-ec2-extra-3.12.60-52.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php7-7.0.7-50.38 is installed
  • OR php7-7.0.7-50.38 is installed
  • OR php7-bcmath-7.0.7-50.38 is installed
  • OR php7-bz2-7.0.7-50.38 is installed
  • OR php7-calendar-7.0.7-50.38 is installed
  • OR php7-ctype-7.0.7-50.38 is installed
  • OR php7-curl-7.0.7-50.38 is installed
  • OR php7-dba-7.0.7-50.38 is installed
  • OR php7-dom-7.0.7-50.38 is installed
  • OR php7-enchant-7.0.7-50.38 is installed
  • OR php7-exif-7.0.7-50.38 is installed
  • OR php7-fastcgi-7.0.7-50.38 is installed
  • OR php7-fileinfo-7.0.7-50.38 is installed
  • OR php7-fpm-7.0.7-50.38 is installed
  • OR php7-ftp-7.0.7-50.38 is installed
  • OR php7-gd-7.0.7-50.38 is installed
  • OR php7-gettext-7.0.7-50.38 is installed
  • OR php7-gmp-7.0.7-50.38 is installed
  • OR php7-iconv-7.0.7-50.38 is installed
  • OR php7-imap-7.0.7-50.38 is installed
  • OR php7-intl-7.0.7-50.38 is installed
  • OR php7-json-7.0.7-50.38 is installed
  • OR php7-ldap-7.0.7-50.38 is installed
  • OR php7-mbstring-7.0.7-50.38 is installed
  • OR php7-mcrypt-7.0.7-50.38 is installed
  • OR php7-mysql-7.0.7-50.38 is installed
  • OR php7-odbc-7.0.7-50.38 is installed
  • OR php7-opcache-7.0.7-50.38 is installed
  • OR php7-openssl-7.0.7-50.38 is installed
  • OR php7-pcntl-7.0.7-50.38 is installed
  • OR php7-pdo-7.0.7-50.38 is installed
  • OR php7-pear-7.0.7-50.38 is installed
  • OR php7-pear-Archive_Tar-7.0.7-50.38 is installed
  • OR php7-pgsql-7.0.7-50.38 is installed
  • OR php7-phar-7.0.7-50.38 is installed
  • OR php7-posix-7.0.7-50.38 is installed
  • OR php7-pspell-7.0.7-50.38 is installed
  • OR php7-shmop-7.0.7-50.38 is installed
  • OR php7-snmp-7.0.7-50.38 is installed
  • OR php7-soap-7.0.7-50.38 is installed
  • OR php7-sockets-7.0.7-50.38 is installed
  • OR php7-sqlite-7.0.7-50.38 is installed
  • OR php7-sysvmsg-7.0.7-50.38 is installed
  • OR php7-sysvsem-7.0.7-50.38 is installed
  • OR php7-sysvshm-7.0.7-50.38 is installed
  • OR php7-tokenizer-7.0.7-50.38 is installed
  • OR php7-wddx-7.0.7-50.38 is installed
  • OR php7-xmlreader-7.0.7-50.38 is installed
  • OR php7-xmlrpc-7.0.7-50.38 is installed
  • OR php7-xmlwriter-7.0.7-50.38 is installed
  • OR php7-xsl-7.0.7-50.38 is installed
  • OR php7-zip-7.0.7-50.38 is installed
  • OR php7-zlib-7.0.7-50.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • clamav-0.95.1-0.1 is installed
  • OR libgcc43-4.3.3_20081022-11 is installed
  • OR libgcc43-32bit-4.3.3_20081022-11 is installed
  • OR libgcc43-x86-4.3.3_20081022-11 is installed
  • OR libstdc++43-4.3.3_20081022-11 is installed
  • OR libstdc++43-32bit-4.3.3_20081022-11 is installed
  • OR libstdc++43-x86-4.3.3_20081022-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • clamav-0.95.1-0.1 is installed
  • OR libgcc43-4.3.3_20081022-11 is installed
  • OR libgcc43-32bit-4.3.3_20081022-11 is installed
  • OR libgcc43-x86-4.3.3_20081022-11 is installed
  • OR libstdc++43-4.3.3_20081022-11 is installed
  • OR libstdc++43-32bit-4.3.3_20081022-11 is installed
  • OR libstdc++43-x86-4.3.3_20081022-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND clamav-0.97.5-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • gwenview-4.3.5-0.2 is installed
  • OR kcolorchooser-4.3.5-0.2 is installed
  • OR kruler-4.3.5-0.2 is installed
  • OR ksnapshot-4.3.5-0.2 is installed
  • OR libkexiv2-7-4.3.5-0.2 is installed
  • OR libkipi6-4.3.5-0.2 is installed
  • OR okular-4.3.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • gwenview-4.3.5-0.2 is installed
  • OR kcolorchooser-4.3.5-0.2 is installed
  • OR kruler-4.3.5-0.2 is installed
  • OR ksnapshot-4.3.5-0.2 is installed
  • OR libkexiv2-7-4.3.5-0.2 is installed
  • OR libkipi6-4.3.5-0.2 is installed
  • OR okular-4.3.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • gwenview-4.3.5-0.2 is installed
  • OR kcolorchooser-4.3.5-0.2 is installed
  • OR kruler-4.3.5-0.2 is installed
  • OR ksnapshot-4.3.5-0.2 is installed
  • OR libkexiv2-7-4.3.5-0.2 is installed
  • OR libkipi6-4.3.5-0.2 is installed
  • OR okular-4.3.5-0.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • gnome-screensaver-2.28.3-0.4 is installed
  • OR gnome-screensaver-lang-2.28.3-0.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXv-7.4-1.16 is installed
  • OR xorg-x11-libXv-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXv-7.4-1.16 is installed
  • OR xorg-x11-libXv-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXv-7.4-1.16 is installed
  • OR xorg-x11-libXv-32bit-7.4-1.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXv-7.4-1.16 is installed
  • OR xorg-x11-libXv-32bit-7.4-1.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.9-0.3 is installed
  • OR MozillaFirefox-translations-10.0.9-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.9-0.3 is installed
  • OR MozillaFirefox-translations-10.0.9-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.10-0.3 is installed
  • OR MozillaFirefox-translations-10.0.10-0.3 is installed
  • OR mozilla-nspr-4.9.3-0.2 is installed
  • OR mozilla-nspr-32bit-4.9.3-0.2 is installed
  • OR mozilla-nspr-x86-4.9.3-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.10-0.3 is installed
  • OR MozillaFirefox-translations-10.0.10-0.3 is installed
  • OR mozilla-nspr-4.9.3-0.2 is installed
  • OR mozilla-nspr-32bit-4.9.3-0.2 is installed
  • OR mozilla-nspr-x86-4.9.3-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.10-0.3 is installed
  • OR MozillaFirefox-translations-10.0.10-0.3 is installed
  • OR mozilla-nspr-4.9.3-0.2 is installed
  • OR mozilla-nspr-32bit-4.9.3-0.2 is installed
  • OR mozilla-nspr-x86-4.9.3-0.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND a2ps-4.13-1326.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND a2ps-4.13-1326.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND a2ps-4.13-1326.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND a2ps-4.13-1326.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND a2ps-4.13-1326.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.4esr-0.10 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • openssh-6.2p2-0.41.5 is installed
  • OR openssh-askpass-6.2p2-0.41.5 is installed
  • OR openssh-askpass-gnome-6.2p2-0.41.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • openssh-6.2p2-0.41.5 is installed
  • OR openssh-askpass-6.2p2-0.41.5 is installed
  • OR openssh-askpass-gnome-6.2p2-0.41.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • openssh-6.2p2-0.41.5 is installed
  • OR openssh-askpass-6.2p2-0.41.5 is installed
  • OR openssh-askpass-gnome-6.2p2-0.41.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • openssh-6.2p2-0.41.5 is installed
  • OR openssh-askpass-6.2p2-0.41.5 is installed
  • OR openssh-askpass-gnome-6.2p2-0.41.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-30 is installed
  • OR xen-doc-html-4.2.5_21-30 is installed
  • OR xen-doc-pdf-4.2.5_21-30 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30 is installed
  • OR xen-libs-4.2.5_21-30 is installed
  • OR xen-libs-32bit-4.2.5_21-30 is installed
  • OR xen-tools-4.2.5_21-30 is installed
  • OR xen-tools-domU-4.2.5_21-30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-30 is installed
  • OR xen-doc-html-4.2.5_21-30 is installed
  • OR xen-doc-pdf-4.2.5_21-30 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.90-30 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.90-30 is installed
  • OR xen-libs-4.2.5_21-30 is installed
  • OR xen-libs-32bit-4.2.5_21-30 is installed
  • OR xen-tools-4.2.5_21-30 is installed
  • OR xen-tools-domU-4.2.5_21-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • gstreamer-0_10-plugins-base-0.10.35-5.18.5 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.35-5.18.5 is installed
  • OR gstreamer-0_10-plugins-base-doc-0.10.35-5.18.5 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.35-5.18.5 is installed
  • OR libgstapp-0_10-0-0.10.35-5.18.5 is installed
  • OR libgstapp-0_10-0-32bit-0.10.35-5.18.5 is installed
  • OR libgstinterfaces-0_10-0-0.10.35-5.18.5 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.35-5.18.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • gstreamer-0_10-plugins-base-0.10.35-5.18.5 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.35-5.18.5 is installed
  • OR gstreamer-0_10-plugins-base-doc-0.10.35-5.18.5 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.35-5.18.5 is installed
  • OR libgstapp-0_10-0-0.10.35-5.18.5 is installed
  • OR libgstapp-0_10-0-32bit-0.10.35-5.18.5 is installed
  • OR libgstinterfaces-0_10-0-0.10.35-5.18.5 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.35-5.18.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND libevent-1_4-2-1.4.5-24.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.6.0-78.64 is installed
  • OR MozillaFirefox-translations-common-68.6.0-78.64 is installed
  • OR MozillaFirefox-translations-other-68.6.0-78.64 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.6.0-78.64 is installed
  • OR MozillaFirefox-translations-common-68.6.0-78.64 is installed
  • OR MozillaFirefox-translations-other-68.6.0-78.64 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.58.24 is installed
  • OR libopenssl1_0_0-1.0.1g-0.58.24 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.58.24 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.58.24 is installed
  • OR openssl1-1.0.1g-0.58.24 is installed
  • OR openssl1-doc-1.0.1g-0.58.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.58.24 is installed
  • OR libopenssl1_0_0-1.0.1g-0.58.24 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.58.24 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.58.24 is installed
  • OR openssl1-1.0.1g-0.58.24 is installed
  • OR openssl1-doc-1.0.1g-0.58.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libmspack-0.4-10 is installed
  • OR libmspack0-0.4-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libmspack-0.4-10 is installed
  • OR libmspack0-0.4-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.20-18 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.20-18 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.20-18 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.20-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.20-18 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.20-18 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.20-18 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.20-18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • xen-4.5.2_02-4 is installed
  • OR xen-doc-html-4.5.2_02-4 is installed
  • OR xen-kmp-default-4.5.2_02_k3.12.49_11-4 is installed
  • OR xen-libs-4.5.2_02-4 is installed
  • OR xen-libs-32bit-4.5.2_02-4 is installed
  • OR xen-tools-4.5.2_02-4 is installed
  • OR xen-tools-domU-4.5.2_02-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_18-default-9-2 is installed
  • OR kgraft-patch-3_12_67-60_64_18-xen-9-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_9-9-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • xen-4.7.1_02-25 is installed
  • OR xen-doc-html-4.7.1_02-25 is installed
  • OR xen-libs-4.7.1_02-25 is installed
  • OR xen-libs-32bit-4.7.1_02-25 is installed
  • OR xen-tools-4.7.1_02-25 is installed
  • OR xen-tools-domU-4.7.1_02-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • xen-4.7.1_02-25 is installed
  • OR xen-doc-html-4.7.1_02-25 is installed
  • OR xen-libs-4.7.1_02-25 is installed
  • OR xen-libs-32bit-4.7.1_02-25 is installed
  • OR xen-tools-4.7.1_02-25 is installed
  • OR xen-tools-domU-4.7.1_02-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libnm-glib-vpn1-1.0.12-8 is installed
  • OR libnm-glib4-1.0.12-8 is installed
  • OR libnm-util2-1.0.12-8 is installed
  • OR libnm0-1.0.12-8 is installed
  • OR typelib-1_0-NMClient-1_0-1.0.12-8 is installed
  • OR typelib-1_0-NetworkManager-1_0-1.0.12-8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • openslp-2.0.0-18.15 is installed
  • OR openslp-32bit-2.0.0-18.15 is installed
  • OR openslp-server-2.0.0-18.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • openslp-2.0.0-18.15 is installed
  • OR openslp-32bit-2.0.0-18.15 is installed
  • OR openslp-server-2.0.0-18.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_29-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND apache2-mod_jk-1.2.40-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND libmicrohttpd10-0.9.30-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • ghostscript-9.15-11 is installed
  • OR ghostscript-x11-9.15-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • ghostscript-9.15-11 is installed
  • OR ghostscript-x11-9.15-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • apache-commons-daemon-1.0.15-4 is installed
  • OR apache-commons-daemon-javadoc-1.0.15-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.47 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_39-default-4-2 is installed
  • OR kgraft-patch-3_12_51-52_39-xen-4-2 is installed
  • OR kgraft-patch-SLE12_Update_11-4-2 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
  • gpg2-2.0.24-9.3 is installed
  • OR gpg2-lang-2.0.24-9.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • colord-1.1.7-2 is installed
  • OR colord-lang-1.1.7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-70 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • empathy-3.12.13-8.3 is installed
  • OR empathy-lang-3.12.13-8.3 is installed
  • OR telepathy-mission-control-plugin-goa-3.12.13-8.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-heat-5.0.2~a0~dev9-1 is installed
  • OR openstack-heat-api-5.0.2~a0~dev9-1 is installed
  • OR openstack-heat-api-cfn-5.0.2~a0~dev9-1 is installed
  • OR openstack-heat-api-cloudwatch-5.0.2~a0~dev9-1 is installed
  • OR openstack-heat-engine-5.0.2~a0~dev9-1 is installed
  • OR openstack-heat-plugin-heat_docker-5.0.2~a0~dev9-1 is installed
  • OR python-heat-5.0.2~a0~dev9-1 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
  • BACK