exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Mandriva Linux Security Advisory 2012-110

Mandriva Linux Security Advisory 2012-110
Posted Jul 24, 2012
Authored by Mandriva | Site mandriva.com

Mandriva Linux Security Advisory 2012-110 - Security issues were identified and fixed in mozilla firefox and thunderbird. Mozilla developers identified and fixed several memory safety bugs in the browser engine used in Firefox and other Mozilla-based products. Security researcher Mario Gomes and research firm Code Audit Labs reported a mechanism to short-circuit page loads through drag and drop to the address bar by canceling the page load. This causes the address of the previously site entered to be displayed in the address bar instead of the currently loaded page. This could lead to potential phishing attacks on users. Google security researcher Abhishek Arya used the Address Sanitizer tool to uncover four issues: two use-after-free problems, one out of bounds read bug, and a bad cast. Various other issues were also addressed.

tags | advisory
systems | linux, mandriva
advisories | CVE-2012-1949, CVE-2012-1948, CVE-2012-1950, CVE-2012-1951, CVE-2012-1954, CVE-2012-1953, CVE-2012-1952, CVE-2012-1955, CVE-2012-1966, CVE-2012-1957, CVE-2012-1958, CVE-2012-1959, CVE-2012-1960, CVE-2012-1961, CVE-2012-1962, CVE-2012-1963, CVE-2012-1964, CVE-2012-1965, CVE-2012-1967
SHA-256 | 1ce982533aa61dcb970d364a88b5efa396148d382b7871b4cc8d8b1681a6aafb

Mandriva Linux Security Advisory 2012-110

Change Mirror Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

_______________________________________________________________________

Mandriva Linux Security Advisory MDVSA-2012:110
http://www.mandriva.com/security/
_______________________________________________________________________

Package : mozilla
Date : July 24, 2012
Affected: 2011., Enterprise Server 5.0
_______________________________________________________________________

Problem Description:

Security issues were identified and fixed in mozilla firefox and
thunderbird:

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
(CVE-2012-1949, CVE-2012-1948).

Security researcher Mario Gomes andresearch firm Code Audit Labs
reported a mechanism to short-circuit page loads through drag and drop
to the addressbar by canceling the page load. This causes the address
of the previously site entered to be displayed in the addressbar
instead of the currently loaded page. This could lead to potential
phishing attacks on users (CVE-2012-1950).

Google security researcher Abhishek Arya used the Address Sanitizer
tool to uncover four issues: two use-after-free problems, one out of
bounds read bug, and a bad cast. The first use-after-free problem is
caused when an array of nsSMILTimeValueSpec objects is destroyed but
attempts are made to call into objects in this array later. The second
use-after-free problem is in nsDocument::AdoptNode when it adopts into
an empty document and then adopts into another document, emptying the
first one. The heap buffer overflow is in ElementAnimations when data
is read off of end of an array and then pointers are dereferenced. The
bad cast happens when nsTableFrame::InsertFrames is called with
frames in aFrameList that are a mix of row group frames and column
group frames. AppendFrames is not able to handle this mix. All four of
these issues are potentially exploitable (CVE-2012-1951, CVE-2012-1954,
CVE-2012-1953, CVE-2012-1952).

Security researcher Mariusz Mlynski reported an issue with spoofing
of the location property. In this issue, calls to history.forward
and history.back are used to navigate to a site while displaying the
previous site in the addressbar but changing the baseURI to the newer
site. This can be used for phishing by allowing the user input form
or other data on the newer, attacking, site while appearing to be on
the older, displayed site (CVE-2012-1955).

Mozilla security researcher moz_bug_r_a4 reported a cross-site
scripting (XSS) attack through the context menu using a data: URL. In
this issue, context menu functionality (View Image, Show only this
frame, and View background image) are disallowed in a javascript:
URL but allowed in a data: URL, allowing for XSS. This can lead to
arbitrary code execution (CVE-2012-1966).

Security researcher Mario Heiderich reported that javascript could
be executed in the HTML feed-view using <embed> tag within the RSS
<description>. This problem is due to <embed> tags not being filtered
out during parsing and can lead to a potential cross-site scripting
(XSS) attack. The flaw existed in a parser utility class and could
affect other parts of the browser or add-ons which rely on that class
to sanitize untrusted input (CVE-2012-1957).

Security researcher Arthur Gerkis used the Address Sanitizer
tool to find a use-after-free in nsGlobalWindow::PageHidden
when mFocusedContent is released and oldFocusedContent is used
afterwards. This use-after-free could possibly allow for remote code
execution (CVE-2012-1958).

Mozilla developer Bobby Holley found that same-compartment
security wrappers (SCSW) can be bypassed by passing them to another
compartment. Cross-compartment wrappers often do not go through SCSW,
but have a filtering policy built into them. When an object is wrapped
cross-compartment, the SCSW is stripped off and, when the object is
read read back, it is not known that SCSW was previously present,
resulting in a bypassing of SCSW. This could result in untrusted
content having access to the XBL that implements browser functionality
(CVE-2012-1959).

Google developer Tony Payne reported an out of bounds (OOB) read in
QCMS, Mozillas color management library. With a carefully crafted
color profile portions of a user's memory could be incorporated into
a transformed image and possibly deciphered (CVE-2012-1960).

Bugzilla developer Fredric Buclin reported that the X-Frame-Options
header is ignored when the value is duplicated, for example
X-Frame-Options: SAMEORIGIN, SAMEORIGIN. This duplication occurs
for unknown reasons on some websites and when it occurs results in
Mozilla browsers not being protected against possible clickjacking
attacks on those pages (CVE-2012-1961).

Security researcher Bill Keese reported a memory corruption. This
is caused by JSDependentString::undepend changing a dependent
string into a fixed string when there are additional dependent
strings relying on the same base. When the undepend occurs during
conversion, the base data is freed, leaving other dependent strings
with dangling pointers. This can lead to a potentially exploitable
crash (CVE-2012-1962).

Security researcher Karthikeyan Bhargavan of Prosecco at INRIA reported
Content Security Policy (CSP) 1.0 implementation errors. CSP violation
reports generated by Firefox and sent to the report-uri location
include sensitive data within the blocked-uri parameter. These include
fragment components and query strings even if the blocked-uri parameter
has a different origin than the protected resource. This can be used
to retrieve a user's OAuth 2.0 access tokens and OpenID credentials
by malicious sites (CVE-2012-1963).

Security Researcher Matt McCutchen reported that a clickjacking attack
using the certificate warning page. A man-in-the-middle (MITM) attacker
can use an iframe to display its own certificate error warning page
(about:certerror) with the Add Exception button of a real warning page
from a malicious site. This can mislead users to adding a certificate
exception for a different site than the perceived one. This can lead
to compromised communications with the user perceived site through
the MITM attack once the certificate exception has been added
(CVE-2012-1964).

Security researchers Mario Gomes and Soroush Dalili reported that
since Mozilla allows the pseudo-protocol feed: to prefix any valid
URL, it is possible to construct feed:javascript: URLs that will
execute scripts in some contexts. On some sites it may be possible
to use this to evade output filtering that would otherwise strip
javascript: URLs and thus contribute to cross-site scripting (XSS)
problems on these sites (CVE-2012-1965).

Mozilla security researcher moz_bug_r_a4 reported a arbitrary code
execution attack using a javascript: URL. The Gecko engine features
a JavaScript sandbox utility that allows the browser or add-ons to
safely execute script in the context of a web page. In certain cases,
javascript: URLs are executed in such a sandbox with insufficient
context that can allow those scripts to escape from the sandbox and
run with elevated privilege. This can lead to arbitrary code execution
(CVE-2012-1967).

The mozilla firefox and thunderbird packages has been upgraded to the
latest respective versions which is unaffected by these security flaws.

Additionally the rootcerts packages has been upgraded to the latest
version which brings updated root CA data.
_______________________________________________________________________

References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1949
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1948
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1950
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1951
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1954
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1953
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1952
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1955
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1966
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1957
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1958
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1959
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1960
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1961
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1962
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1963
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1964
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1965
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1967
http://www.mozilla.org/security/announce/2012/mfsa2012-42.html
http://www.mozilla.org/security/announce/2012/mfsa2012-43.html
http://www.mozilla.org/security/announce/2012/mfsa2012-44.html
http://www.mozilla.org/security/announce/2012/mfsa2012-45.html
http://www.mozilla.org/security/announce/2012/mfsa2012-46.html
http://www.mozilla.org/security/announce/2012/mfsa2012-47.html
http://www.mozilla.org/security/announce/2012/mfsa2012-48.html
http://www.mozilla.org/security/announce/2012/mfsa2012-49.html
http://www.mozilla.org/security/announce/2012/mfsa2012-50.html
http://www.mozilla.org/security/announce/2012/mfsa2012-51.html
http://www.mozilla.org/security/announce/2012/mfsa2012-52.html
http://www.mozilla.org/security/announce/2012/mfsa2012-53.html
http://www.mozilla.org/security/announce/2012/mfsa2012-54.html
http://www.mozilla.org/security/announce/2012/mfsa2012-55.html
http://www.mozilla.org/security/announce/2012/mfsa2012-55.html
_______________________________________________________________________

Updated Packages:

Mandriva Linux 2011:
4a9761a3ff8a88f8e47ee7cf710d07c9 2011/i586/firefox-14.0.1-0.1-mdv2011.0.i586.rpm
7a8efed99c610a34a1e12e592575cbf1 2011/i586/firefox-devel-14.0.1-0.1-mdv2011.0.i586.rpm
3c5cfce7462be7d786711854d623a1a2 2011/i586/icedtea-web-1.1.5-0.4-mdv2011.0.i586.rpm
70bdaf67ff384f638d0f46e881a53445 2011/i586/icedtea-web-javadoc-1.1.5-0.4-mdv2011.0.noarch.rpm
e7e246cebef33f11a6c479e682de269b 2011/i586/libnss3-3.13.5-0.2-mdv2011.0.i586.rpm
15934a7bbbf5f4cca838c8742c0db759 2011/i586/libnss-devel-3.13.5-0.2-mdv2011.0.i586.rpm
cd4d809757dd92744158aa4d0edc3417 2011/i586/libnss-static-devel-3.13.5-0.2-mdv2011.0.i586.rpm
483ec469a36cef7ebba4a9437cd61a2a 2011/i586/libxulrunner14.0.1-14.0.1-0.1-mdv2011.0.i586.rpm
370c8b6e945b10216a31a21342f2e3dc 2011/i586/libxulrunner-devel-14.0.1-0.1-mdv2011.0.i586.rpm
5df952a76cf6964f4683e092dcae3f8e 2011/i586/mozilla-thunderbird-14.0-0.1-mdv2011.0.i586.rpm
4f7d9f8267555c1f32147bbfe7b30b66 2011/i586/mozilla-thunderbird-ar-14.0-0.1-mdv2011.0.noarch.rpm
e0884316d499190879169c30491f2f7d 2011/i586/mozilla-thunderbird-be-14.0-0.1-mdv2011.0.noarch.rpm
03fec01359b1951b671a10485272522c 2011/i586/mozilla-thunderbird-bg-14.0-0.1-mdv2011.0.noarch.rpm
dcbf0ad948af5a14756eac5ff256aada 2011/i586/mozilla-thunderbird-bn_BD-14.0-0.1-mdv2011.0.noarch.rpm
d4cce9781757bb53757fa2d7e548c3fd 2011/i586/mozilla-thunderbird-br-14.0-0.1-mdv2011.0.noarch.rpm
7f3ca67cf45e4560efd5c1681529ce15 2011/i586/mozilla-thunderbird-ca-14.0-0.1-mdv2011.0.noarch.rpm
7cdb34d009fbfbfbeaca54c3ca8a6a50 2011/i586/mozilla-thunderbird-cs-14.0-0.1-mdv2011.0.noarch.rpm
1b3d91fa38987645da013e24923ec17e 2011/i586/mozilla-thunderbird-da-14.0-0.1-mdv2011.0.noarch.rpm
ceaaba0d8d59f1d6f7d5d5a23845b2ac 2011/i586/mozilla-thunderbird-de-14.0-0.1-mdv2011.0.noarch.rpm
7932abd27c7b380e45013667b47c3754 2011/i586/mozilla-thunderbird-el-14.0-0.1-mdv2011.0.noarch.rpm
6350c4a5ffd2abaefb5252816a18d77e 2011/i586/mozilla-thunderbird-en_GB-14.0-0.1-mdv2011.0.noarch.rpm
445b1bfa308d90c2d4969874f8f48bf8 2011/i586/mozilla-thunderbird-enigmail-14.0-0.1-mdv2011.0.i586.rpm
d5da4042b198665e0c8ecfeb74cf19ab 2011/i586/mozilla-thunderbird-enigmail-ar-14.0-0.1-mdv2011.0.noarch.rpm
c11e56c3bebbf689b6bcdea4027b2a62 2011/i586/mozilla-thunderbird-enigmail-ca-14.0-0.1-mdv2011.0.noarch.rpm
887ef69077c2759cee3997ea30ca7224 2011/i586/mozilla-thunderbird-enigmail-cs-14.0-0.1-mdv2011.0.noarch.rpm
8794d1613062cd247d9fb59b109739ab 2011/i586/mozilla-thunderbird-enigmail-de-14.0-0.1-mdv2011.0.noarch.rpm
189f5411d2dc901eb76e7c9b39696981 2011/i586/mozilla-thunderbird-enigmail-el-14.0-0.1-mdv2011.0.noarch.rpm
7980d7d6cfd329f687417ec3d470cfa0 2011/i586/mozilla-thunderbird-enigmail-es-14.0-0.1-mdv2011.0.noarch.rpm
01a7c7292364c92a962df1b62d827fd6 2011/i586/mozilla-thunderbird-enigmail-fi-14.0-0.1-mdv2011.0.noarch.rpm
f4288809c1d93bc2c4346cfb0b6c7387 2011/i586/mozilla-thunderbird-enigmail-fr-14.0-0.1-mdv2011.0.noarch.rpm
41fc77dbcd06899c21e9122e37d104de 2011/i586/mozilla-thunderbird-enigmail-it-14.0-0.1-mdv2011.0.noarch.rpm
6c1affad412f313a562c1ae65f1340cc 2011/i586/mozilla-thunderbird-enigmail-ja-14.0-0.1-mdv2011.0.noarch.rpm
6fa4341de5d0b2383d5c9acc8e563930 2011/i586/mozilla-thunderbird-enigmail-ko-14.0-0.1-mdv2011.0.noarch.rpm
d86928c1b5877c520e99333e84c88c1c 2011/i586/mozilla-thunderbird-enigmail-nb-14.0-0.1-mdv2011.0.noarch.rpm
64eb9383d2f8b97031855fc817417b69 2011/i586/mozilla-thunderbird-enigmail-nl-14.0-0.1-mdv2011.0.noarch.rpm
82df353cbcf8f5c363f28ad57ffa8bb7 2011/i586/mozilla-thunderbird-enigmail-pl-14.0-0.1-mdv2011.0.noarch.rpm
e6668f21e66221ec056db33f954eaa6c 2011/i586/mozilla-thunderbird-enigmail-pt-14.0-0.1-mdv2011.0.noarch.rpm
67b118724cc8017d1c5220920c0f0aec 2011/i586/mozilla-thunderbird-enigmail-pt_BR-14.0-0.1-mdv2011.0.noarch.rpm
ea0772a7267e4f5c643d89070f220aca 2011/i586/mozilla-thunderbird-enigmail-ru-14.0-0.1-mdv2011.0.noarch.rpm
a42b488dbae0b7c5242c43fb00176032 2011/i586/mozilla-thunderbird-enigmail-sl-14.0-0.1-mdv2011.0.noarch.rpm
27b44119425aa6e52d9c9af731402f4a 2011/i586/mozilla-thunderbird-enigmail-sv-14.0-0.1-mdv2011.0.noarch.rpm
5bca3a623d8e9698814662cc5e463dcd 2011/i586/mozilla-thunderbird-enigmail-tr-14.0-0.1-mdv2011.0.noarch.rpm
43083d2446f0adc49dcc21309d9884c3 2011/i586/mozilla-thunderbird-enigmail-vi-14.0-0.1-mdv2011.0.noarch.rpm
088d0f4c9ccaf53b5a8009e9a68d4798 2011/i586/mozilla-thunderbird-enigmail-zh_CN-14.0-0.1-mdv2011.0.noarch.rpm
61e2d9a63ffc1f5a0d3403dcb076e6cc 2011/i586/mozilla-thunderbird-enigmail-zh_TW-14.0-0.1-mdv2011.0.noarch.rpm
b21d43ab1546643618cacbd703081dd2 2011/i586/mozilla-thunderbird-es_AR-14.0-0.1-mdv2011.0.noarch.rpm
3048c22c06b54413f704952a618ec87f 2011/i586/mozilla-thunderbird-es_ES-14.0-0.1-mdv2011.0.noarch.rpm
ed2eaca6e18030c0d9a0242c3e6c8d74 2011/i586/mozilla-thunderbird-et-14.0-0.1-mdv2011.0.noarch.rpm
f8bbc7636dd69b665ab926609446b8e7 2011/i586/mozilla-thunderbird-eu-14.0-0.1-mdv2011.0.noarch.rpm
36c5cfb0358d93f911e9ddab4b1a638f 2011/i586/mozilla-thunderbird-fi-14.0-0.1-mdv2011.0.noarch.rpm
bf33970b8574e7143b71ffbfea63484a 2011/i586/mozilla-thunderbird-fr-14.0-0.1-mdv2011.0.noarch.rpm
caf9fa68b4da1cc27a87f4851d4325b4 2011/i586/mozilla-thunderbird-fy-14.0-0.1-mdv2011.0.noarch.rpm
7a482b8a21a9fea3bc8fef4baba37a80 2011/i586/mozilla-thunderbird-ga-14.0-0.1-mdv2011.0.noarch.rpm
fdfe9d64b6c917e01d52051742189a3c 2011/i586/mozilla-thunderbird-gd-14.0-0.1-mdv2011.0.noarch.rpm
2425bbacd3018c3054ebbb465d4fe94b 2011/i586/mozilla-thunderbird-gl-14.0-0.1-mdv2011.0.noarch.rpm
4d8e87c0dc9c60e5b3f301ada2abd202 2011/i586/mozilla-thunderbird-he-14.0-0.1-mdv2011.0.noarch.rpm
5c9d5919e0e324abe6f6aac19cc32520 2011/i586/mozilla-thunderbird-hu-14.0-0.1-mdv2011.0.noarch.rpm
481b77b52958cc4d32e601483dbd9c89 2011/i586/mozilla-thunderbird-id-14.0-0.1-mdv2011.0.noarch.rpm
746714dbb336ef1e6822adfd285584e9 2011/i586/mozilla-thunderbird-is-14.0-0.1-mdv2011.0.noarch.rpm
5b093057edbbad76dd464e2a28a212e2 2011/i586/mozilla-thunderbird-it-14.0-0.1-mdv2011.0.noarch.rpm
7cec8f326499459a6ff816b0f8cebf1d 2011/i586/mozilla-thunderbird-ja-14.0-0.1-mdv2011.0.noarch.rpm
ee7cb7395b1cf921e792c824e90823aa 2011/i586/mozilla-thunderbird-ko-14.0-0.1-mdv2011.0.noarch.rpm
5ca5be7d16b31268e5630654d52734ae 2011/i586/mozilla-thunderbird-lightning-14.0-0.1-mdv2011.0.i586.rpm
245548592369885c31a8532893b61ebd 2011/i586/mozilla-thunderbird-lt-14.0-0.1-mdv2011.0.noarch.rpm
b5755083f58f2fa3a3244395a09dd262 2011/i586/mozilla-thunderbird-nb_NO-14.0-0.1-mdv2011.0.noarch.rpm
32a0d4b79c73d4aba0bfe5d015ec3bdf 2011/i586/mozilla-thunderbird-nl-14.0-0.1-mdv2011.0.noarch.rpm
f829ed9bd6ea9f10805ec2ac376736c3 2011/i586/mozilla-thunderbird-nn_NO-14.0-0.1-mdv2011.0.noarch.rpm
21c48bec31b785968632f2a86d42da56 2011/i586/mozilla-thunderbird-pl-14.0-0.1-mdv2011.0.noarch.rpm
3e1f7aec152023ac2b188667c3dab87e 2011/i586/mozilla-thunderbird-pt_BR-14.0-0.1-mdv2011.0.noarch.rpm
cf97804c9a6f929725d98bde77045bee 2011/i586/mozilla-thunderbird-pt_PT-14.0-0.1-mdv2011.0.noarch.rpm
2d4fe38405616c88c19c81f75b99c790 2011/i586/mozilla-thunderbird-ro-14.0-0.1-mdv2011.0.noarch.rpm
368f533df76b4806c7faa1b14ee94fef 2011/i586/mozilla-thunderbird-ru-14.0-0.1-mdv2011.0.noarch.rpm
e04a4f797b337bc19de584c54296cfc4 2011/i586/mozilla-thunderbird-si-14.0-0.1-mdv2011.0.noarch.rpm
45ac0735078cbf61c043508d06f7fac9 2011/i586/mozilla-thunderbird-sk-14.0-0.1-mdv2011.0.noarch.rpm
c4fbb0fd147dffe8b7b00472622d1fc4 2011/i586/mozilla-thunderbird-sl-14.0-0.1-mdv2011.0.noarch.rpm
9c442165a6103cc90237809264577af9 2011/i586/mozilla-thunderbird-sq-14.0-0.1-mdv2011.0.noarch.rpm
875f18b32bc4310c8c0a2aff178e1245 2011/i586/mozilla-thunderbird-sv_SE-14.0-0.1-mdv2011.0.noarch.rpm
90447a1eb3b46f3efbd12b976e0030e4 2011/i586/mozilla-thunderbird-ta_LK-14.0-0.1-mdv2011.0.noarch.rpm
3432674a135da6536b51c53dd6f4beb8 2011/i586/mozilla-thunderbird-tr-14.0-0.1-mdv2011.0.noarch.rpm
dab337178f8868f680f7eb9d1467963e 2011/i586/mozilla-thunderbird-uk-14.0-0.1-mdv2011.0.noarch.rpm
4b931bba085a7f056c470497bf74ad5a 2011/i586/mozilla-thunderbird-vi-14.0-0.1-mdv2011.0.noarch.rpm
e85a2d2cde541789f1147b11c75df20a 2011/i586/mozilla-thunderbird-zh_CN-14.0-0.1-mdv2011.0.noarch.rpm
85e0811f20c01a4795b8816d32cb7185 2011/i586/mozilla-thunderbird-zh_TW-14.0-0.1-mdv2011.0.noarch.rpm
c27a0970dce9bc7234fa607b31a3353b 2011/i586/nsinstall-14.0-0.1-mdv2011.0.i586.rpm
1c105907ceeb4aa7e8a00e77894d7e70 2011/i586/nss-3.13.5-0.2-mdv2011.0.i586.rpm
b7f500cbcabd26c92a3ee32fc2a95aa5 2011/i586/rootcerts-20120628.00-1-mdv2011.0.i586.rpm
9bb1238ca14d77e10cb71abc33bf2c3b 2011/i586/rootcerts-java-20120628.00-1-mdv2011.0.i586.rpm
6a7ba19327db1fd719507f36fc2f7ca8 2011/i586/xulrunner-14.0.1-0.1-mdv2011.0.i586.rpm
b3550d395be557bb81d984de06e79fd1 2011/SRPMS/firefox-14.0.1-0.1.src.rpm
322e1cc561532e1d3b9f4a0301156f50 2011/SRPMS/icedtea-web-1.1.5-0.4.src.rpm
c2158eee36ac22a4ffaf84b5637d77d3 2011/SRPMS/mozilla-thunderbird-14.0-0.1.src.rpm
4eeb5bf196f492482246a4a3c58bcca7 2011/SRPMS/mozilla-thunderbird-l10n-14.0-0.1.src.rpm
682357844d73e3fef3b260bea9aa8ab0 2011/SRPMS/nss-3.13.5-0.2.src.rpm
26a376df950d6e11d4fb6aeb01695d6e 2011/SRPMS/rootcerts-20120628.00-1.src.rpm
b267318d7235f3c2e85bd3d177b6a2f1 2011/SRPMS/xulrunner-14.0.1-0.1.src.rpm

Mandriva Linux 2011/X86_64:
c8c839a0da711fd7d59476adda7b27c1 2011/x86_64/firefox-14.0.1-0.1-mdv2011.0.x86_64.rpm
2d19c5d35be86b2ea10398e933b808a9 2011/x86_64/firefox-devel-14.0.1-0.1-mdv2011.0.x86_64.rpm
f48c6aa2aa7ebff8505e23a41cb55263 2011/x86_64/icedtea-web-1.1.5-0.4-mdv2011.0.x86_64.rpm
4b5abd6b64f15f96931be32878fd80ad 2011/x86_64/icedtea-web-javadoc-1.1.5-0.4-mdv2011.0.noarch.rpm
b10f92c601b998801a5950b6dd433346 2011/x86_64/lib64nss3-3.13.5-0.2-mdv2011.0.x86_64.rpm
1c4c33f7c527e1835c0d5eb65fb3f47d 2011/x86_64/lib64nss-devel-3.13.5-0.2-mdv2011.0.x86_64.rpm
94a7e08a9b243a70dfcc48fe55a6433a 2011/x86_64/lib64nss-static-devel-3.13.5-0.2-mdv2011.0.x86_64.rpm
cbdf852084d139d9470ec6e5420ea62d 2011/x86_64/lib64xulrunner14.0.1-14.0.1-0.1-mdv2011.0.x86_64.rpm
dcb09e138c5ed12b00b71049a54bf30b 2011/x86_64/lib64xulrunner-devel-14.0.1-0.1-mdv2011.0.x86_64.rpm
aeef7db973ca24d38b9790444a8dbe2d 2011/x86_64/mozilla-thunderbird-14.0-0.1-mdv2011.0.x86_64.rpm
187bfb71ef43851c1583c9edd0c04d8a 2011/x86_64/mozilla-thunderbird-ar-14.0-0.1-mdv2011.0.noarch.rpm
fe989d0858421cb213802791244ca2d6 2011/x86_64/mozilla-thunderbird-be-14.0-0.1-mdv2011.0.noarch.rpm
2e551c919179128b4206037fd2951533 2011/x86_64/mozilla-thunderbird-bg-14.0-0.1-mdv2011.0.noarch.rpm
600a5a16eb8b25bdff5252d457f9a7e5 2011/x86_64/mozilla-thunderbird-bn_BD-14.0-0.1-mdv2011.0.noarch.rpm
af902de420c926f09e5b5566174b4ea5 2011/x86_64/mozilla-thunderbird-br-14.0-0.1-mdv2011.0.noarch.rpm
e32ec4cc10050999e5c459219762f92a 2011/x86_64/mozilla-thunderbird-ca-14.0-0.1-mdv2011.0.noarch.rpm
0c85c07462b77bb63dfbc986c7ad4e13 2011/x86_64/mozilla-thunderbird-cs-14.0-0.1-mdv2011.0.noarch.rpm
e5cb5b8268a9190919733c7fbe3182b9 2011/x86_64/mozilla-thunderbird-da-14.0-0.1-mdv2011.0.noarch.rpm
01cb151c8a6624dcf92872cd80b4d660 2011/x86_64/mozilla-thunderbird-de-14.0-0.1-mdv2011.0.noarch.rpm
830427774a17051edab5b30ac83a7f40 2011/x86_64/mozilla-thunderbird-el-14.0-0.1-mdv2011.0.noarch.rpm
a37a23a042c9246e7208ffa27dab1867 2011/x86_64/mozilla-thunderbird-en_GB-14.0-0.1-mdv2011.0.noarch.rpm
76c337238fc847466a1f0e93a80406fe 2011/x86_64/mozilla-thunderbird-enigmail-14.0-0.1-mdv2011.0.x86_64.rpm
a4be5411ec21267f9b1bd07212da13b5 2011/x86_64/mozilla-thunderbird-enigmail-ar-14.0-0.1-mdv2011.0.noarch.rpm
08b494ed664acfccd3b61542ce1bcbc3 2011/x86_64/mozilla-thunderbird-enigmail-ca-14.0-0.1-mdv2011.0.noarch.rpm
4814e14e1c951958e53b0a0a64a2df89 2011/x86_64/mozilla-thunderbird-enigmail-cs-14.0-0.1-mdv2011.0.noarch.rpm
accba8b059cb4c990f23d47e81d9a534 2011/x86_64/mozilla-thunderbird-enigmail-de-14.0-0.1-mdv2011.0.noarch.rpm
b1bbb88098b3abfe6dec9605980753a6 2011/x86_64/mozilla-thunderbird-enigmail-el-14.0-0.1-mdv2011.0.noarch.rpm
c496352f8c5011b1f84595e779b82e24 2011/x86_64/mozilla-thunderbird-enigmail-es-14.0-0.1-mdv2011.0.noarch.rpm
a2a0c2b9ee547213be600be7b2fd4b08 2011/x86_64/mozilla-thunderbird-enigmail-fi-14.0-0.1-mdv2011.0.noarch.rpm
4ec1ed6e1cef4528eebebc4c9694f6a4 2011/x86_64/mozilla-thunderbird-enigmail-fr-14.0-0.1-mdv2011.0.noarch.rpm
b168a73c70f1e22adfde4949f35e4a03 2011/x86_64/mozilla-thunderbird-enigmail-it-14.0-0.1-mdv2011.0.noarch.rpm
ab725ad6a264bd363505905ef6cd81c0 2011/x86_64/mozilla-thunderbird-enigmail-ja-14.0-0.1-mdv2011.0.noarch.rpm
c549c3b1c024e1bf7f0d67580ab7d67b 2011/x86_64/mozilla-thunderbird-enigmail-ko-14.0-0.1-mdv2011.0.noarch.rpm
57a5b491c3111a8337727271939ca152 2011/x86_64/mozilla-thunderbird-enigmail-nb-14.0-0.1-mdv2011.0.noarch.rpm
55c914b69e44b21cb61f2ad6badf202e 2011/x86_64/mozilla-thunderbird-enigmail-nl-14.0-0.1-mdv2011.0.noarch.rpm
fe9b587d5b4b4561732b94e03e15ad25 2011/x86_64/mozilla-thunderbird-enigmail-pl-14.0-0.1-mdv2011.0.noarch.rpm
4b33ae40f866cc79ecee7d26532e872c 2011/x86_64/mozilla-thunderbird-enigmail-pt-14.0-0.1-mdv2011.0.noarch.rpm
34607800b42a9e4cf2cb329f82a33df4 2011/x86_64/mozilla-thunderbird-enigmail-pt_BR-14.0-0.1-mdv2011.0.noarch.rpm
346fe720a13e2c44de3d722873055a09 2011/x86_64/mozilla-thunderbird-enigmail-ru-14.0-0.1-mdv2011.0.noarch.rpm
15b6a6d35840f006657eacde90a616f9 2011/x86_64/mozilla-thunderbird-enigmail-sl-14.0-0.1-mdv2011.0.noarch.rpm
aee312d74b0aa0c36b5b09977c7b774f 2011/x86_64/mozilla-thunderbird-enigmail-sv-14.0-0.1-mdv2011.0.noarch.rpm
bd357e517f0ab43ecb0e06a5907a2b95 2011/x86_64/mozilla-thunderbird-enigmail-tr-14.0-0.1-mdv2011.0.noarch.rpm
830a6ae35ec3fe3db57d40978ab9b4f1 2011/x86_64/mozilla-thunderbird-enigmail-vi-14.0-0.1-mdv2011.0.noarch.rpm
d5308a944fd0ad5e21deea12a4dedc07 2011/x86_64/mozilla-thunderbird-enigmail-zh_CN-14.0-0.1-mdv2011.0.noarch.rpm
7b660b5f28e9ab35304683e0bf4a84ea 2011/x86_64/mozilla-thunderbird-enigmail-zh_TW-14.0-0.1-mdv2011.0.noarch.rpm
84ef4209a3ced401bc4ca9c6937ffe88 2011/x86_64/mozilla-thunderbird-es_AR-14.0-0.1-mdv2011.0.noarch.rpm
9f8a198b57af537fae3fb9cf20156a25 2011/x86_64/mozilla-thunderbird-es_ES-14.0-0.1-mdv2011.0.noarch.rpm
cee98b1689f80b5e70aa35ef17546f0f 2011/x86_64/mozilla-thunderbird-et-14.0-0.1-mdv2011.0.noarch.rpm
e4d2c0fdde6dffbb363a58407d1315b1 2011/x86_64/mozilla-thunderbird-eu-14.0-0.1-mdv2011.0.noarch.rpm
da6e9edf133b0baa322c3285bdd69fb2 2011/x86_64/mozilla-thunderbird-fi-14.0-0.1-mdv2011.0.noarch.rpm
36588bbf42d337379e3da392c1f6a2dc 2011/x86_64/mozilla-thunderbird-fr-14.0-0.1-mdv2011.0.noarch.rpm
992042210a658de04422fa6c021f081d 2011/x86_64/mozilla-thunderbird-fy-14.0-0.1-mdv2011.0.noarch.rpm
c087811ef3aaaa88bf02a36db9db2656 2011/x86_64/mozilla-thunderbird-ga-14.0-0.1-mdv2011.0.noarch.rpm
e6125400579bfe2feb22233d8037d3ce 2011/x86_64/mozilla-thunderbird-gd-14.0-0.1-mdv2011.0.noarch.rpm
e0c95792b0638c5b8d0c9803f776479a 2011/x86_64/mozilla-thunderbird-gl-14.0-0.1-mdv2011.0.noarch.rpm
7c306fc383181507e3011456c65bc6c2 2011/x86_64/mozilla-thunderbird-he-14.0-0.1-mdv2011.0.noarch.rpm
4aa6b7f3f810f55fca69a1b0f909e627 2011/x86_64/mozilla-thunderbird-hu-14.0-0.1-mdv2011.0.noarch.rpm
c45a7d502a292ea3f7c886238d6d97d2 2011/x86_64/mozilla-thunderbird-id-14.0-0.1-mdv2011.0.noarch.rpm
c75e037cb6ad477500d4c4c2171dcd77 2011/x86_64/mozilla-thunderbird-is-14.0-0.1-mdv2011.0.noarch.rpm
9eb3b41231ac37c094365727b8475c5e 2011/x86_64/mozilla-thunderbird-it-14.0-0.1-mdv2011.0.noarch.rpm
88029088cf13809109469bd5ffa864db 2011/x86_64/mozilla-thunderbird-ja-14.0-0.1-mdv2011.0.noarch.rpm
a4594d301e2b7c33080091087b2c3477 2011/x86_64/mozilla-thunderbird-ko-14.0-0.1-mdv2011.0.noarch.rpm
52d9b12ec9e1b860c3cd46f58e6a66a7 2011/x86_64/mozilla-thunderbird-lightning-14.0-0.1-mdv2011.0.x86_64.rpm
675b8672637ef0eb06271133d8df4aff 2011/x86_64/mozilla-thunderbird-lt-14.0-0.1-mdv2011.0.noarch.rpm
1215edb8f83fd314b4cdd2aa81bffc82 2011/x86_64/mozilla-thunderbird-nb_NO-14.0-0.1-mdv2011.0.noarch.rpm
c2963cc07af2862f732743eeb765573e 2011/x86_64/mozilla-thunderbird-nl-14.0-0.1-mdv2011.0.noarch.rpm
994af96ea174beaa677dd5f3ac6edf4e 2011/x86_64/mozilla-thunderbird-nn_NO-14.0-0.1-mdv2011.0.noarch.rpm
0029fa4c6bc38ba46cbeeee88bbc8761 2011/x86_64/mozilla-thunderbird-pl-14.0-0.1-mdv2011.0.noarch.rpm
1966a49d31c4573c4e760bcffa1c9bbb 2011/x86_64/mozilla-thunderbird-pt_BR-14.0-0.1-mdv2011.0.noarch.rpm
8bdf3e4ae0f5e69f3873efd7d8377404 2011/x86_64/mozilla-thunderbird-pt_PT-14.0-0.1-mdv2011.0.noarch.rpm
e1dcbe6c161999f6dde2ac9cec8c03ca 2011/x86_64/mozilla-thunderbird-ro-14.0-0.1-mdv2011.0.noarch.rpm
67e6be9bae80ed2b79b133f26c96d9bc 2011/x86_64/mozilla-thunderbird-ru-14.0-0.1-mdv2011.0.noarch.rpm
eb6ac402c1da0fbcaa9467b69e8fe463 2011/x86_64/mozilla-thunderbird-si-14.0-0.1-mdv2011.0.noarch.rpm
54768b6640ca82247f8160fcd5871957 2011/x86_64/mozilla-thunderbird-sk-14.0-0.1-mdv2011.0.noarch.rpm
4511e36f79248a58ccb4fe4ad042d8b2 2011/x86_64/mozilla-thunderbird-sl-14.0-0.1-mdv2011.0.noarch.rpm
f7cc62cf56e4b9b73801316ad1c1998d 2011/x86_64/mozilla-thunderbird-sq-14.0-0.1-mdv2011.0.noarch.rpm
6f5e7b79497ebba37f08adccc635dc52 2011/x86_64/mozilla-thunderbird-sv_SE-14.0-0.1-mdv2011.0.noarch.rpm
cc1fac48270fd2bf3e039e287ead8c05 2011/x86_64/mozilla-thunderbird-ta_LK-14.0-0.1-mdv2011.0.noarch.rpm
df38d79e315837e840cd5c923172e42a 2011/x86_64/mozilla-thunderbird-tr-14.0-0.1-mdv2011.0.noarch.rpm
622aaa6725a16e8b5de92a9ce0459071 2011/x86_64/mozilla-thunderbird-uk-14.0-0.1-mdv2011.0.noarch.rpm
c1ccddc71788abab26dbc7a6b4af8475 2011/x86_64/mozilla-thunderbird-vi-14.0-0.1-mdv2011.0.noarch.rpm
d0e69276f5e88a8e71023a9dce526aea 2011/x86_64/mozilla-thunderbird-zh_CN-14.0-0.1-mdv2011.0.noarch.rpm
a4aa1512c2f47957fd4f747fe12d4e96 2011/x86_64/mozilla-thunderbird-zh_TW-14.0-0.1-mdv2011.0.noarch.rpm
c851a968875236be52815b4a0825da76 2011/x86_64/nsinstall-14.0-0.1-mdv2011.0.x86_64.rpm
6dedc2fe94719beb8484359a77b93ca4 2011/x86_64/nss-3.13.5-0.2-mdv2011.0.x86_64.rpm
a8fe816680881534775cffd6fbe912fd 2011/x86_64/rootcerts-20120628.00-1-mdv2011.0.x86_64.rpm
e6001ca46ae46f8b4db6bcf491f24e34 2011/x86_64/rootcerts-java-20120628.00-1-mdv2011.0.x86_64.rpm
7a7e6227a69a99025e28f9b7feffe765 2011/x86_64/xulrunner-14.0.1-0.1-mdv2011.0.x86_64.rpm
b3550d395be557bb81d984de06e79fd1 2011/SRPMS/firefox-14.0.1-0.1.src.rpm
322e1cc561532e1d3b9f4a0301156f50 2011/SRPMS/icedtea-web-1.1.5-0.4.src.rpm
c2158eee36ac22a4ffaf84b5637d77d3 2011/SRPMS/mozilla-thunderbird-14.0-0.1.src.rpm
4eeb5bf196f492482246a4a3c58bcca7 2011/SRPMS/mozilla-thunderbird-l10n-14.0-0.1.src.rpm
682357844d73e3fef3b260bea9aa8ab0 2011/SRPMS/nss-3.13.5-0.2.src.rpm
26a376df950d6e11d4fb6aeb01695d6e 2011/SRPMS/rootcerts-20120628.00-1.src.rpm
b267318d7235f3c2e85bd3d177b6a2f1 2011/SRPMS/xulrunner-14.0.1-0.1.src.rpm

Mandriva Enterprise Server 5:
185cab7e8a16f700cede616ed44859fa mes5/i586/firefox-10.0.6-0.1mdvmes5.2.i586.rpm
d63710856509148462301a78e2388e41 mes5/i586/firefox-af-10.0.6-0.1mdvmes5.2.i586.rpm
f16744dde9bf5f7740cc839f08fa31e8 mes5/i586/firefox-ar-10.0.6-0.1mdvmes5.2.i586.rpm
f0d815d6e7fc5a06fe9a824076c740ae mes5/i586/firefox-be-10.0.6-0.1mdvmes5.2.i586.rpm
3f07f255168b1dad4dbed984882de2ba mes5/i586/firefox-bg-10.0.6-0.1mdvmes5.2.i586.rpm
41c6f687cf9f2facb82b0d386f669ca3 mes5/i586/firefox-bn-10.0.6-0.1mdvmes5.2.i586.rpm
c0712a97ced1a99adc1c4c8c292eea32 mes5/i586/firefox-ca-10.0.6-0.1mdvmes5.2.i586.rpm
da18655797cd66adf3c1c18da7486ede mes5/i586/firefox-cs-10.0.6-0.1mdvmes5.2.i586.rpm
4b80dff4348e5283cf1980f6183421c0 mes5/i586/firefox-cy-10.0.6-0.1mdvmes5.2.i586.rpm
411c1bad1900e99fcced2126b3bd9047 mes5/i586/firefox-da-10.0.6-0.1mdvmes5.2.i586.rpm
2ac238e349beaaf944a067188aa1505f mes5/i586/firefox-de-10.0.6-0.1mdvmes5.2.i586.rpm
070e162124169b47ae754820f1483995 mes5/i586/firefox-devel-10.0.6-0.1mdvmes5.2.i586.rpm
3f9ee72a838defcf228ebc5aff9156ec mes5/i586/firefox-el-10.0.6-0.1mdvmes5.2.i586.rpm
644be47fffcf5a21964789c32eec0eaa mes5/i586/firefox-en_GB-10.0.6-0.1mdvmes5.2.i586.rpm
d6337da642f810fbb743a27bb9f43726 mes5/i586/firefox-eo-10.0.6-0.1mdvmes5.2.i586.rpm
b2d1a3c4ef8fda25ec9540ae0cbb54d1 mes5/i586/firefox-es_AR-10.0.6-0.1mdvmes5.2.i586.rpm
3d90149af79d59b342a8c2fc999e53c6 mes5/i586/firefox-es_ES-10.0.6-0.1mdvmes5.2.i586.rpm
b10df569e92864048824dfa266485eb4 mes5/i586/firefox-et-10.0.6-0.1mdvmes5.2.i586.rpm
8ec7022f0216423c1227e211c7eb0f06 mes5/i586/firefox-eu-10.0.6-0.1mdvmes5.2.i586.rpm
5583935e58ed4abba9d237cbc8c8614b mes5/i586/firefox-fi-10.0.6-0.1mdvmes5.2.i586.rpm
2d4970e03ec918be0c681da799761caa mes5/i586/firefox-fr-10.0.6-0.1mdvmes5.2.i586.rpm
4c0572c6cfa93ed97a75fcff1cf354ac mes5/i586/firefox-fy-10.0.6-0.1mdvmes5.2.i586.rpm
6d8f1fd7c692adeceee4e4380113ef2f mes5/i586/firefox-ga_IE-10.0.6-0.1mdvmes5.2.i586.rpm
f684a835173d5d4ec33bfed9e11a3bf9 mes5/i586/firefox-gl-10.0.6-0.1mdvmes5.2.i586.rpm
77de3b63e4aaa049cdb3775a815af4fa mes5/i586/firefox-gu_IN-10.0.6-0.1mdvmes5.2.i586.rpm
e2469700011da5024c31043848cb76f8 mes5/i586/firefox-he-10.0.6-0.1mdvmes5.2.i586.rpm
72ec424299de7fb5194ca4553bbad27a mes5/i586/firefox-hi-10.0.6-0.1mdvmes5.2.i586.rpm
6eb3b98027c81b1b52d62fa5a5e3a182 mes5/i586/firefox-hu-10.0.6-0.1mdvmes5.2.i586.rpm
f6751d0e10a66adcab3d652dbf1f676f mes5/i586/firefox-id-10.0.6-0.1mdvmes5.2.i586.rpm
4b313e64d8603eccffbd7f828cb43676 mes5/i586/firefox-is-10.0.6-0.1mdvmes5.2.i586.rpm
0a7b2eea063939cea2bb4efa589e7e55 mes5/i586/firefox-it-10.0.6-0.1mdvmes5.2.i586.rpm
d331b44927358dfcc183b0bd171f5cf0 mes5/i586/firefox-ja-10.0.6-0.1mdvmes5.2.i586.rpm
7f00667c1db49bda0a82b1481df0a07e mes5/i586/firefox-ka-10.0.6-0.1mdvmes5.2.i586.rpm
820bda07dd4d4f1c34c2e33bfaf694bc mes5/i586/firefox-kn-10.0.6-0.1mdvmes5.2.i586.rpm
4b29ceeb7e799a7230b175ae36585e7c mes5/i586/firefox-ko-10.0.6-0.1mdvmes5.2.i586.rpm
7aed18353ccd4d03d67c0fc35d74b2de mes5/i586/firefox-ku-10.0.6-0.1mdvmes5.2.i586.rpm
3f45c2676f9a4ea6cd7572faad0266af mes5/i586/firefox-lt-10.0.6-0.1mdvmes5.2.i586.rpm
78eadd0799d06a358d5c459bbf315088 mes5/i586/firefox-lv-10.0.6-0.1mdvmes5.2.i586.rpm
c35385cf698a6e643b194179edce3a9d mes5/i586/firefox-mk-10.0.6-0.1mdvmes5.2.i586.rpm
9304c244273756a5a2dae29ebef828bb mes5/i586/firefox-mr-10.0.6-0.1mdvmes5.2.i586.rpm
940c054d6b088fe12d02b02d12570070 mes5/i586/firefox-nb_NO-10.0.6-0.1mdvmes5.2.i586.rpm
f3bcbbabae1daf8ba7682700111927d9 mes5/i586/firefox-nl-10.0.6-0.1mdvmes5.2.i586.rpm
cf7818cafc667718ec076bcb05e99473 mes5/i586/firefox-nn_NO-10.0.6-0.1mdvmes5.2.i586.rpm
c753a664d33085320d6b39e1d6cc8d8d mes5/i586/firefox-oc-10.0.6-0.1mdvmes5.2.i586.rpm
340045dc9b20132671a2d184c3c94d3b mes5/i586/firefox-pa_IN-10.0.6-0.1mdvmes5.2.i586.rpm
ccafd232cd75a38250d0f0143bdb683d mes5/i586/firefox-pl-10.0.6-0.1mdvmes5.2.i586.rpm
50adfda03562c7000353344992a7cf42 mes5/i586/firefox-pt_BR-10.0.6-0.1mdvmes5.2.i586.rpm
2f5e79279322dabd249119129269e6c9 mes5/i586/firefox-pt_PT-10.0.6-0.1mdvmes5.2.i586.rpm
d9e054c7b11d7fdd9490468fbf68745e mes5/i586/firefox-ro-10.0.6-0.1mdvmes5.2.i586.rpm
ccfe505aff36007c9b2fce3f1552e2f2 mes5/i586/firefox-ru-10.0.6-0.1mdvmes5.2.i586.rpm
c9eb68738cde05fa6a0c51beda216179 mes5/i586/firefox-si-10.0.6-0.1mdvmes5.2.i586.rpm
fad1e604f653eca88102d72252599d4b mes5/i586/firefox-sk-10.0.6-0.1mdvmes5.2.i586.rpm
0f9542f95bcbabac76d6369066e9f6f5 mes5/i586/firefox-sl-10.0.6-0.1mdvmes5.2.i586.rpm
4eee04dee7c7ec71ff036d1f62d60bb6 mes5/i586/firefox-sq-10.0.6-0.1mdvmes5.2.i586.rpm
35a6057376be43e137089f693c3af027 mes5/i586/firefox-sr-10.0.6-0.1mdvmes5.2.i586.rpm
0b707a74af6d95434dd9b1e2ae9a3937 mes5/i586/firefox-sv_SE-10.0.6-0.1mdvmes5.2.i586.rpm
1a196cfcafc7bbce67d798e284252f93 mes5/i586/firefox-te-10.0.6-0.1mdvmes5.2.i586.rpm
e837acb358cf17cc49a1ed2373aa7efa mes5/i586/firefox-th-10.0.6-0.1mdvmes5.2.i586.rpm
01d33338d2700fa6c56eb6633c16b229 mes5/i586/firefox-tr-10.0.6-0.1mdvmes5.2.i586.rpm
cf801dc8d1b1b33fbce218aed224c5b8 mes5/i586/firefox-uk-10.0.6-0.1mdvmes5.2.i586.rpm
f11180e7db68647c52d84ff2498bd94b mes5/i586/firefox-zh_CN-10.0.6-0.1mdvmes5.2.i586.rpm
7729003db5d1f40557f064bd5e05e991 mes5/i586/firefox-zh_TW-10.0.6-0.1mdvmes5.2.i586.rpm
a495ca729fdcd5dd77d987899433a06c mes5/i586/icedtea-web-1.1.5-0.3mdvmes5.2.i586.rpm
7d4703f6d8fd15c8cec2a63e132fc04e mes5/i586/icedtea-web-javadoc-1.1.5-0.3mdvmes5.2.i586.rpm
afd695391fd3c881d3714696260d7680 mes5/i586/libnss3-3.13.5-0.2mdvmes5.2.i586.rpm
5c4375baddc5581ed25e3f1e394798e9 mes5/i586/libnss-devel-3.13.5-0.2mdvmes5.2.i586.rpm
14de85f7651b1858c08b6db68f3786a2 mes5/i586/libnss-static-devel-3.13.5-0.2mdvmes5.2.i586.rpm
679a08933240a1fcb3005bd575522c6d mes5/i586/libxulrunner10.0.6-10.0.6-0.1mdvmes5.2.i586.rpm
aa06f38b061cf24522cf69596f6f6854 mes5/i586/libxulrunner-devel-10.0.6-0.1mdvmes5.2.i586.rpm
d3043625e7c4b53626970b287a069d2f mes5/i586/nss-3.13.5-0.2mdvmes5.2.i586.rpm
7c370f0fa6e4d10c81ffd366fb77dd66 mes5/i586/rootcerts-20120628.00-1mdvmes5.2.i586.rpm
5ab2154849eceb43e53194dec0caf8fa mes5/i586/rootcerts-java-20120628.00-1mdvmes5.2.i586.rpm
0a7f015cd3ca4e06436e4b3befad70a3 mes5/i586/xulrunner-10.0.6-0.1mdvmes5.2.i586.rpm
6889b37b08b05b5837f72e2c3bce15ee mes5/SRPMS/firefox-10.0.6-0.1mdvmes5.2.src.rpm
1606dc20dfeb4cc5ed82d6b33a25505a mes5/SRPMS/firefox-l10n-10.0.6-0.1mdvmes5.2.src.rpm
853e846d2a01b2ddf60752af83990df2 mes5/SRPMS/icedtea-web-1.1.5-0.3mdvmes5.2.src.rpm
372289f02fd798a2b6557a51ce3dc5cb mes5/SRPMS/nss-3.13.5-0.2mdvmes5.2.src.rpm
19cc4e6604629a5dd141aec44b26d2e1 mes5/SRPMS/rootcerts-20120628.00-1mdvmes5.2.src.rpm
5198af6f39497b9c876a6c22cfe700d4 mes5/SRPMS/xulrunner-10.0.6-0.1mdvmes5.2.src.rpm

Mandriva Enterprise Server 5/X86_64:
74dbd07432a695a5ab257a9c0b76ea70 mes5/x86_64/firefox-10.0.6-0.1mdvmes5.2.x86_64.rpm
cf9e822b47be65d0c40a1a60a0a4be58 mes5/x86_64/firefox-af-10.0.6-0.1mdvmes5.2.x86_64.rpm
e9e28acb4de519e96dd9789a1b53158f mes5/x86_64/firefox-ar-10.0.6-0.1mdvmes5.2.x86_64.rpm
e1e6c3c4dca16da1743095457345d4b7 mes5/x86_64/firefox-be-10.0.6-0.1mdvmes5.2.x86_64.rpm
dbd9d48437a272f7bfd43af787d8acc6 mes5/x86_64/firefox-bg-10.0.6-0.1mdvmes5.2.x86_64.rpm
b0af72e0129c979dc2742fe5009682dd mes5/x86_64/firefox-bn-10.0.6-0.1mdvmes5.2.x86_64.rpm
cd2c62a224e5a9189fe9499a464f36bc mes5/x86_64/firefox-ca-10.0.6-0.1mdvmes5.2.x86_64.rpm
f99e36d5e93255f2b19e0c49b9ff8fd0 mes5/x86_64/firefox-cs-10.0.6-0.1mdvmes5.2.x86_64.rpm
4781133907e178501bd7db99269f29bf mes5/x86_64/firefox-cy-10.0.6-0.1mdvmes5.2.x86_64.rpm
105ada8dcbdb9b60f2731df8d1102034 mes5/x86_64/firefox-da-10.0.6-0.1mdvmes5.2.x86_64.rpm
1a68df790544904ee5f4dcaf9524e1d1 mes5/x86_64/firefox-de-10.0.6-0.1mdvmes5.2.x86_64.rpm
bda7a5233a07070dc4208871af1eb122 mes5/x86_64/firefox-devel-10.0.6-0.1mdvmes5.2.x86_64.rpm
a6c283906c8bd1e2e3011f27df8cc665 mes5/x86_64/firefox-el-10.0.6-0.1mdvmes5.2.x86_64.rpm
bbe72db894e85e430e5b7fbdcf17ace7 mes5/x86_64/firefox-en_GB-10.0.6-0.1mdvmes5.2.x86_64.rpm
f10cf8b5185e3694110b0ac758a906d3 mes5/x86_64/firefox-eo-10.0.6-0.1mdvmes5.2.x86_64.rpm
07a972bf49eb2fb98fa128b3074defb4 mes5/x86_64/firefox-es_AR-10.0.6-0.1mdvmes5.2.x86_64.rpm
3f67d8f657c98f5dd9959d799cac5bf5 mes5/x86_64/firefox-es_ES-10.0.6-0.1mdvmes5.2.x86_64.rpm
bdbc4031a2a2220ab2dd9617c7ed44fe mes5/x86_64/firefox-et-10.0.6-0.1mdvmes5.2.x86_64.rpm
362f59cdaffd8684be45460701e2a53c mes5/x86_64/firefox-eu-10.0.6-0.1mdvmes5.2.x86_64.rpm
6119e4f6f7aa340d75bee636935f0717 mes5/x86_64/firefox-fi-10.0.6-0.1mdvmes5.2.x86_64.rpm
e237eca8d90a38a6218bc1025605aa93 mes5/x86_64/firefox-fr-10.0.6-0.1mdvmes5.2.x86_64.rpm
41be42b63df6a6b0d6e9034598b047cc mes5/x86_64/firefox-fy-10.0.6-0.1mdvmes5.2.x86_64.rpm
bf05cbb54948e6a58efa7c66cefad679 mes5/x86_64/firefox-ga_IE-10.0.6-0.1mdvmes5.2.x86_64.rpm
6aa24f690a7ee71d03fe5c07aaf66681 mes5/x86_64/firefox-gl-10.0.6-0.1mdvmes5.2.x86_64.rpm
0ffe4f5aa7c02f5f28c2fb4337aee0ec mes5/x86_64/firefox-gu_IN-10.0.6-0.1mdvmes5.2.x86_64.rpm
fd563ba23164683ba59e33eed667438b mes5/x86_64/firefox-he-10.0.6-0.1mdvmes5.2.x86_64.rpm
76ee1fed46a2b3e5c609fc990d750354 mes5/x86_64/firefox-hi-10.0.6-0.1mdvmes5.2.x86_64.rpm
762d4d63474aeda4a4d8bf08fe95753a mes5/x86_64/firefox-hu-10.0.6-0.1mdvmes5.2.x86_64.rpm
8ba60df983ec3248e8f0a0a45f0bbe48 mes5/x86_64/firefox-id-10.0.6-0.1mdvmes5.2.x86_64.rpm
4aed0bc6ff663d021b8caa7122ed57a5 mes5/x86_64/firefox-is-10.0.6-0.1mdvmes5.2.x86_64.rpm
4bbb97b6ba620514092128fcc45dd078 mes5/x86_64/firefox-it-10.0.6-0.1mdvmes5.2.x86_64.rpm
4a085db4612fe697a51f8477a1c79b8f mes5/x86_64/firefox-ja-10.0.6-0.1mdvmes5.2.x86_64.rpm
cb33295be0a6f21e51f39616a4b3754c mes5/x86_64/firefox-ka-10.0.6-0.1mdvmes5.2.x86_64.rpm
e39468d302b121a8f32bc36139872ce5 mes5/x86_64/firefox-kn-10.0.6-0.1mdvmes5.2.x86_64.rpm
17545d7d06ebca507b27c8c9337bfd45 mes5/x86_64/firefox-ko-10.0.6-0.1mdvmes5.2.x86_64.rpm
aeeabfcf0f826f632e49f88306d95d44 mes5/x86_64/firefox-ku-10.0.6-0.1mdvmes5.2.x86_64.rpm
0cdf599d44f6fd3d179682525be2fd45 mes5/x86_64/firefox-lt-10.0.6-0.1mdvmes5.2.x86_64.rpm
03ce87d9dee145d464bc628036ce8eb7 mes5/x86_64/firefox-lv-10.0.6-0.1mdvmes5.2.x86_64.rpm
c34fbeeb7fcc10acd8a3db36625a2afd mes5/x86_64/firefox-mk-10.0.6-0.1mdvmes5.2.x86_64.rpm
d5f241ca67e24eb327be5f44e84b1e5e mes5/x86_64/firefox-mr-10.0.6-0.1mdvmes5.2.x86_64.rpm
d38d767bedb7d36d8f04641d635a5015 mes5/x86_64/firefox-nb_NO-10.0.6-0.1mdvmes5.2.x86_64.rpm
11e64d96e71a2e8bf8172a1afbed46cf mes5/x86_64/firefox-nl-10.0.6-0.1mdvmes5.2.x86_64.rpm
8da749c61250baa3a34e1fa1c18e1cad mes5/x86_64/firefox-nn_NO-10.0.6-0.1mdvmes5.2.x86_64.rpm
db97afd35bc89484459829ea33dff084 mes5/x86_64/firefox-oc-10.0.6-0.1mdvmes5.2.x86_64.rpm
efa9a2354bda9472ee6352a6fb5bec77 mes5/x86_64/firefox-pa_IN-10.0.6-0.1mdvmes5.2.x86_64.rpm
5c69057901674e7b8a49328aa538acd7 mes5/x86_64/firefox-pl-10.0.6-0.1mdvmes5.2.x86_64.rpm
95742a7c8f44cf6c3467544316f71795 mes5/x86_64/firefox-pt_BR-10.0.6-0.1mdvmes5.2.x86_64.rpm
77cbb24e4f75d4254d5c5288e1ecb380 mes5/x86_64/firefox-pt_PT-10.0.6-0.1mdvmes5.2.x86_64.rpm
3252d7339f672e16433f5bf00b6ad932 mes5/x86_64/firefox-ro-10.0.6-0.1mdvmes5.2.x86_64.rpm
972e5a6359caa96a388b4cf049494498 mes5/x86_64/firefox-ru-10.0.6-0.1mdvmes5.2.x86_64.rpm
f0bcf599a157254c04d662563ccc3fd3 mes5/x86_64/firefox-si-10.0.6-0.1mdvmes5.2.x86_64.rpm
6a7858a7a056156e4f5631c2555d486a mes5/x86_64/firefox-sk-10.0.6-0.1mdvmes5.2.x86_64.rpm
7357284b03751ed20abb67d7d68170dd mes5/x86_64/firefox-sl-10.0.6-0.1mdvmes5.2.x86_64.rpm
949eece41cc1667ef5db828b78913eeb mes5/x86_64/firefox-sq-10.0.6-0.1mdvmes5.2.x86_64.rpm
b5390349bd33c5e91e7840ee477552db mes5/x86_64/firefox-sr-10.0.6-0.1mdvmes5.2.x86_64.rpm
066fcb904b958a92d5b3c7e5eb5e2276 mes5/x86_64/firefox-sv_SE-10.0.6-0.1mdvmes5.2.x86_64.rpm
ba9a78283ecf319d8fa7f3dee7439089 mes5/x86_64/firefox-te-10.0.6-0.1mdvmes5.2.x86_64.rpm
f9cd58b714734b6459eab4b602ac4ce1 mes5/x86_64/firefox-th-10.0.6-0.1mdvmes5.2.x86_64.rpm
c3d0f463c5ef7e3124a90a0ad63081db mes5/x86_64/firefox-tr-10.0.6-0.1mdvmes5.2.x86_64.rpm
951f6cb03a961312b0f080d0d86f6ff2 mes5/x86_64/firefox-uk-10.0.6-0.1mdvmes5.2.x86_64.rpm
ea5dfd51cf03039c43797b7fc2c19885 mes5/x86_64/firefox-zh_CN-10.0.6-0.1mdvmes5.2.x86_64.rpm
bd3251870be25d130bda589ad2fcbb44 mes5/x86_64/firefox-zh_TW-10.0.6-0.1mdvmes5.2.x86_64.rpm
501bb2800f7e507ce020786a3782d386 mes5/x86_64/icedtea-web-1.1.5-0.3mdvmes5.2.x86_64.rpm
80b47329a93ef1a6bfd8e90a6528097e mes5/x86_64/icedtea-web-javadoc-1.1.5-0.3mdvmes5.2.x86_64.rpm
7cdd415f1483e2a95a512665bfac125e mes5/x86_64/lib64nss3-3.13.5-0.2mdvmes5.2.x86_64.rpm
5f61caaf29aada052a7866585313a261 mes5/x86_64/lib64nss-devel-3.13.5-0.2mdvmes5.2.x86_64.rpm
21aab7ab3fccf618d60e9c4e618140da mes5/x86_64/lib64nss-static-devel-3.13.5-0.2mdvmes5.2.x86_64.rpm
f3ba8bce66c2c4434dcf709afd046755 mes5/x86_64/lib64xulrunner10.0.6-10.0.6-0.1mdvmes5.2.x86_64.rpm
d5f552953920baa3ce3df6ed1d393b67 mes5/x86_64/lib64xulrunner-devel-10.0.6-0.1mdvmes5.2.x86_64.rpm
69f8d2e6d10d084da9d158bcfbcba8ad mes5/x86_64/nss-3.13.5-0.2mdvmes5.2.x86_64.rpm
86aabdd836f1e1d5289597b27bef0136 mes5/x86_64/rootcerts-20120628.00-1mdvmes5.2.x86_64.rpm
69f685d626c2cae15f27823dce4c281e mes5/x86_64/rootcerts-java-20120628.00-1mdvmes5.2.x86_64.rpm
b8d759bb6c6c58db218bf7abdd3039d7 mes5/x86_64/xulrunner-10.0.6-0.1mdvmes5.2.x86_64.rpm
6889b37b08b05b5837f72e2c3bce15ee mes5/SRPMS/firefox-10.0.6-0.1mdvmes5.2.src.rpm
1606dc20dfeb4cc5ed82d6b33a25505a mes5/SRPMS/firefox-l10n-10.0.6-0.1mdvmes5.2.src.rpm
853e846d2a01b2ddf60752af83990df2 mes5/SRPMS/icedtea-web-1.1.5-0.3mdvmes5.2.src.rpm
372289f02fd798a2b6557a51ce3dc5cb mes5/SRPMS/nss-3.13.5-0.2mdvmes5.2.src.rpm
19cc4e6604629a5dd141aec44b26d2e1 mes5/SRPMS/rootcerts-20120628.00-1mdvmes5.2.src.rpm
5198af6f39497b9c876a6c22cfe700d4 mes5/SRPMS/xulrunner-10.0.6-0.1mdvmes5.2.src.rpm
_______________________________________________________________________

To upgrade automatically use MandrivaUpdate or urpmi. The verification
of md5 checksums and GPG signatures is performed automatically for you.

All packages are signed by Mandriva for security. You can obtain the
GPG public key of the Mandriva Security Team by executing:

gpg --recv-keys --keyserver pgp.mit.edu 0x22458A98

You can view other update advisories for Mandriva Linux at:

http://www.mandriva.com/security/advisories

If you want to report vulnerabilities, please contact

security_(at)_mandriva.com
_______________________________________________________________________

Type Bits/KeyID Date User ID
pub 1024D/22458A98 2000-07-10 Mandriva Security Team
<security*mandriva.com>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFQDl2ImqjQ0CJFipgRAuJGAKCe5UtvvdjlSfxXGYoSTj9skRHgGACg348a
mx2vRW5ma82PFvcDbi74gMM=
=esC1
-----END PGP SIGNATURE-----
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    0 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close