---

Advisories, September 21, 2006

Mandriva Linux


Mandriva Linux Security Advisory MDKSA-2006:166
http://www.mandriva.com/security/


Package : gnutls
Date : September 19, 2006
Affected: 2006.0, Corporate 4.0


Problem Description:

verify.c in GnuTLS before 1.4.4, when using an RSA key with
exponent 3, does not properly handle excess data in the
digestAlgorithm.parameters field when generating a hash, which
allows remote attackers to forge a PKCS #1 v1.5 signature that is
signed by that RSA key and prevents GnuTLS from correctly verifying
X.509 and other certificates that use PKCS, a variant of
CVE-2006-4339.

The provided packages have been patched to correct this
issues.


References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4790


Updated Packages:

Mandriva Linux 2006.0:
7cb7aa3309af51dc44ca8bc9f855bb9b
2006.0/i586/gnutls-1.0.25-2.2.20060mdk.i586.rpm
e30b5de1b0500830cfbcfbb7a845967d
2006.0/i586/libgnutls11-1.0.25-2.2.20060mdk.i586.rpm
ddbe8a9d665b50a4614fee5251a8dc39
2006.0/i586/libgnutls11-devel-1.0.25-2.2.20060mdk.i586.rpm
aea1556e219f37a6f4be8dadce721830
2006.0/SRPMS/gnutls-1.0.25-2.2.20060mdk.src.rpm

Mandriva Linux 2006.0/X86_64:
bd9f806eb2319b5d258d142154011650
2006.0/x86_64/gnutls-1.0.25-2.2.20060mdk.x86_64.rpm
b8046dacc5e4fd5cd11acd7139fba8d9
2006.0/x86_64/lib64gnutls11-1.0.25-2.2.20060mdk.x86_64.rpm
f26c571f9379dcae4efe5ccb5ddd1bce
2006.0/x86_64/lib64gnutls11-devel-1.0.25-2.2.20060mdk.x86_64.rpm

e30b5de1b0500830cfbcfbb7a845967d
2006.0/x86_64/libgnutls11-1.0.25-2.2.20060mdk.i586.rpm
ddbe8a9d665b50a4614fee5251a8dc39
2006.0/x86_64/libgnutls11-devel-1.0.25-2.2.20060mdk.i586.rpm
aea1556e219f37a6f4be8dadce721830
2006.0/SRPMS/gnutls-1.0.25-2.2.20060mdk.src.rpm

Corporate 4.0:
a2254e8a31891b8bcc609f3cf13c62bb
corporate/4.0/i586/gnutls-1.0.25-2.2.20060mlcs4.i586.rpm
41b00f4035f895b1e7b51522d1b31342
corporate/4.0/i586/libgnutls11-1.0.25-2.2.20060mlcs4.i586.rpm
2e74d9730bb73ec4cd4ccd584bd184b9
corporate/4.0/i586/libgnutls11-devel-1.0.25-2.2.20060mlcs4.i586.rpm

1e1ff2a8e7eabe7d152c98076f564476
corporate/4.0/SRPMS/gnutls-1.0.25-2.2.20060mlcs4.src.rpm

Corporate 4.0/X86_64:
05843e5fd72d31c80c5d8218cf18d812
corporate/4.0/x86_64/gnutls-1.0.25-2.2.20060mlcs4.x86_64.rpm
112708823292a1f1ca17fa68daac8373
corporate/4.0/x86_64/lib64gnutls11-1.0.25-2.2.20060mlcs4.x86_64.rpm

a0eaae0c87a0a56ef69a11c8db598fb8
corporate/4.0/x86_64/lib64gnutls11-devel-1.0.25-2.2.20060mlcs4.x86_64.rpm

41b00f4035f895b1e7b51522d1b31342
corporate/4.0/x86_64/libgnutls11-1.0.25-2.2.20060mlcs4.i586.rpm
2e74d9730bb73ec4cd4ccd584bd184b9
corporate/4.0/x86_64/libgnutls11-devel-1.0.25-2.2.20060mlcs4.i586.rpm

1e1ff2a8e7eabe7d152c98076f564476
corporate/4.0/SRPMS/gnutls-1.0.25-2.2.20060mlcs4.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>


Mandriva Linux Security Advisory MDKSA-2006:167
http://www.mandriva.com/security/


Package : gzip
Date : September 20, 2006
Affected: 2006.0, Corporate 3.0, Corporate 4.0,

Multi Network Firewall 2.0


Problem Description:

NULL Dereference (CVE-2006-4334)

A stack modification vulnerability (where a stack buffer can be
modified out of bounds, but not in the traditional stack overrun
sense) exists in the LZH decompression support of gzip.
(CVE-2006-4335)

A .bss buffer underflow exists in gzip’s pack support, where a
loop from build_tree() does not enforce any lower bound while
constructing the prefix table. (CVE-2006-4336)

A .bss buffer overflow vulnerability exists in gzip’s LZH
support, due to it’s inability to handle exceptional input in the
make_table() function, a pathological decoding table can be
constructed in such a way as to generate counts so high that the
rapid growth of `nextcode` exceeds the size of the table[] buffer.
(CVE-2006-4337)

A possible infinite loop exists in code from unlzh.c for
traversing the branches of a tree structure. This makes it possible
to disrupt the operation of automated systems relying on gzip for
data decompression, resulting in a minor DoS. (CVE-2006-4338)
Updated packages have been patched to address these issues.


References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4334

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4335

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4336

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4337

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4338


Updated Packages:

Mandriva Linux 2006.0:
6da645cd7adea1af99a3fcd11e5a3fbc
2006.0/i586/gzip-1.2.4a-15.3.20060mdk.i586.rpm
d4acb45be5d2683759578a37d1b8435f
2006.0/SRPMS/gzip-1.2.4a-15.3.20060mdk.src.rpm

Mandriva Linux 2006.0/X86_64:
732d50ab4b4d7e18751f8a24026182d2
2006.0/x86_64/gzip-1.2.4a-15.3.20060mdk.x86_64.rpm
d4acb45be5d2683759578a37d1b8435f
2006.0/SRPMS/gzip-1.2.4a-15.3.20060mdk.src.rpm

Corporate 3.0:
6d80bed89cf647be72f127ed17c5359c
corporate/3.0/i586/gzip-1.2.4a-13.5.C30mdk.i586.rpm
6c4e3de8975f5f568c5a7a18e7946112
corporate/3.0/SRPMS/gzip-1.2.4a-13.5.C30mdk.src.rpm

Corporate 3.0/X86_64:
7ed6fcfcaa6a43d5e6d055f72a7f7bc5
corporate/3.0/x86_64/gzip-1.2.4a-13.5.C30mdk.x86_64.rpm
6c4e3de8975f5f568c5a7a18e7946112
corporate/3.0/SRPMS/gzip-1.2.4a-13.5.C30mdk.src.rpm

Corporate 4.0:
da60be3f5d293fa5c246edf6ae256420
corporate/4.0/i586/gzip-1.2.4a-15.3.20060mlcs4.i586.rpm
71ee80833c3dd784d1a604698376b0a4
corporate/4.0/SRPMS/gzip-1.2.4a-15.3.20060mlcs4.src.rpm

Corporate 4.0/X86_64:
940923c3880d84e597a8507155cc81fd
corporate/4.0/x86_64/gzip-1.2.4a-15.3.20060mlcs4.x86_64.rpm
71ee80833c3dd784d1a604698376b0a4
corporate/4.0/SRPMS/gzip-1.2.4a-15.3.20060mlcs4.src.rpm

Multi Network Firewall 2.0:
c60c6b5559a4f6f3c9fa811433f2bce6
mnf/2.0/i586/gzip-1.2.4a-13.5.M20mdk.i586.rpm
b68cb1643f57f850fef0224788f95795
mnf/2.0/SRPMS/gzip-1.2.4a-13.5.M20mdk.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>


Mandriva Linux Security Advisory MDKSA-2006:168
http://www.mandriva.com/security/


Package : mozilla-firefox
Date : September 20, 2006
Affected: 2006.0, Corporate 3.0, Corporate 4.0


Problem Description:

A number of security vulnerabilities have been discovered and
corrected in the latest Mozilla Firefox program, version
1.5.0.7.

This update provides the latest Firefox to correct these
issues.


References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4253

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4340

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4565

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4566

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4567

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4568

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4569

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4571

http://www.mozilla.org/security/announce/2006/mfsa2006-57.html

http://www.mozilla.org/security/announce/2006/mfsa2006-58.html

http://www.mozilla.org/security/announce/2006/mfsa2006-59.html

http://www.mozilla.org/security/announce/2006/mfsa2006-60.html

http://www.mozilla.org/security/announce/2006/mfsa2006-61.html

http://www.mozilla.org/security/announce/2006/mfsa2006-62.html

http://www.mozilla.org/security/announce/2006/mfsa2006-64.html


Updated Packages:

Mandriva Linux 2006.0:
4e750ef25e44a1b493d2a61ad5f9a7a2
2006.0/i586/devhelp-0.10-7.2.20060mdk.i586.rpm
e6cd690c11d4e8f352d2ce7bf0f7d4be
2006.0/i586/epiphany-1.8.5-4.2.20060mdk.i586.rpm
b2f094942eca657f3dc7a8699cb8b776
2006.0/i586/epiphany-devel-1.8.5-4.2.20060mdk.i586.rpm
c4ae8fc253aa1fe055ec4c1560205fab
2006.0/i586/epiphany-extensions-1.8.2-3.2.20060mdk.i586.rpm
08cde29a26e6ac2d0e3b629f660db9fe
2006.0/i586/galeon-2.0.1-1.2.20060mdk.i586.rpm
9c94b904a9f2c64090328edd73d0e1fa
2006.0/i586/libdevhelp-1_0-0.10-7.2.20060mdk.i586.rpm
b5ad67818794371f50d63a611c79b45b
2006.0/i586/libdevhelp-1_0-devel-0.10-7.2.20060mdk.i586.rpm
fe0707524f8f3b4e1dcfe80c8bec0190
2006.0/i586/libnspr4-1.5.0.7-0.1.20060mdk.i586.rpm
770e8d6c5643c78f486ae2c115f7c740
2006.0/i586/libnspr4-devel-1.5.0.7-0.1.20060mdk.i586.rpm
ffb123d21760cbba92a232dfb1150b7e
2006.0/i586/libnspr4-static-devel-1.5.0.7-0.1.20060mdk.i586.rpm
fafbff86e6f1d44b7d1ad3e5f1f24860
2006.0/i586/libnss3-1.5.0.7-0.1.20060mdk.i586.rpm
41c8df68fb4c2d8d37440d1dea73f8c6
2006.0/i586/libnss3-devel-1.5.0.7-0.1.20060mdk.i586.rpm
2596f8b787cea221c80a85fd0854f766
2006.0/i586/mozilla-firefox-1.5.0.7-0.1.20060mdk.i586.rpm
c912e48bd5138b8f42b24b3c34653a19
2006.0/i586/mozilla-firefox-ar-1.5.0.7-0.1.20060mdk.i586.rpm
1a82466395715237df552070e51f6525
2006.0/i586/mozilla-firefox-bg-1.5.0.7-0.1.20060mdk.i586.rpm
514de0cacb2462a8a6a26206ac18b617
2006.0/i586/mozilla-firefox-br-1.5.0.7-0.1.20060mdk.i586.rpm
70415104d0814a6e94c1997c0c464957
2006.0/i586/mozilla-firefox-ca-1.5.0.7-0.1.20060mdk.i586.rpm
c2b5a360abd1a8a3e78dd8e9df072b4c
2006.0/i586/mozilla-firefox-cs-1.5.0.7-0.1.20060mdk.i586.rpm
f8dd2e9e5a5e374782d9154b09ca7b7d
2006.0/i586/mozilla-firefox-da-1.5.0.7-0.1.20060mdk.i586.rpm
a20a2bee8f26440b13294ef6247f66ec
2006.0/i586/mozilla-firefox-de-1.5.0.7-0.1.20060mdk.i586.rpm
c60d356eddf74e8799b239a925b35953
2006.0/i586/mozilla-firefox-devel-1.5.0.7-0.1.20060mdk.i586.rpm
5b4fbc76811530cfc20ef319daf2f577
2006.0/i586/mozilla-firefox-el-1.5.0.7-0.1.20060mdk.i586.rpm
fdc7591dc15dce7e373f4e167fb2c769
2006.0/i586/mozilla-firefox-es-1.5.0.7-0.1.20060mdk.i586.rpm
00a17b297ea7b7ee31a3fca5d3109ffc
2006.0/i586/mozilla-firefox-es_AR-1.5.0.7-0.1.20060mdk.i586.rpm
2bee9151bc0e40bf1ff22a9224643dcb
2006.0/i586/mozilla-firefox-eu-1.5.0.7-0.1.20060mdk.i586.rpm
03285b22a86c82b8558467befb5fa04b
2006.0/i586/mozilla-firefox-fi-1.5.0.7-0.1.20060mdk.i586.rpm
f9dbe9c8d7b907e6c1a80f0bce2d9323
2006.0/i586/mozilla-firefox-fr-1.5.0.7-0.1.20060mdk.i586.rpm
4e13ea6856a71514c569581e06515ae8
2006.0/i586/mozilla-firefox-fy-1.5.0.7-0.1.20060mdk.i586.rpm
81b56a020127b1e9c41facb963e670be
2006.0/i586/mozilla-firefox-ga-1.5.0.7-0.1.20060mdk.i586.rpm
3a14f0cee1271d5f4cfedc8967a2be45
2006.0/i586/mozilla-firefox-he-1.5.0.7-0.1.20060mdk.i586.rpm
9612ac69d69114d1da1dc1bfa6530d9b
2006.0/i586/mozilla-firefox-hu-1.5.0.7-0.1.20060mdk.i586.rpm
9a47da16333b9c1d839e19420ab5c3a5
2006.0/i586/mozilla-firefox-it-1.5.0.7-0.1.20060mdk.i586.rpm
ea5b214a43077114d8adaf184ba6ce61
2006.0/i586/mozilla-firefox-ja-1.5.0.7-0.1.20060mdk.i586.rpm
ebf899b39e850438dd4cfb1bbab9ba8d
2006.0/i586/mozilla-firefox-ko-1.5.0.7-0.1.20060mdk.i586.rpm
18522be12bdda788de662d07d5a07e08
2006.0/i586/mozilla-firefox-lt-1.5.0.7-0.1.20060mdk.i586.rpm
19a62453c05c0443aa2999a177d50dac
2006.0/i586/mozilla-firefox-mk-1.5.0.7-0.1.20060mdk.i586.rpm
352aa6197b0b79025f5a71a3135d95c9
2006.0/i586/mozilla-firefox-nb-1.5.0.7-0.1.20060mdk.i586.rpm
64b460d997ff70bf0ff50400c20a98e1
2006.0/i586/mozilla-firefox-nl-1.5.0.7-0.1.20060mdk.i586.rpm
1f67f28a68d57baa96523ef05ccd1bbe
2006.0/i586/mozilla-firefox-pa_IN-1.5.0.7-0.1.20060mdk.i586.rpm
f5b2681e10e6eb68e4fb9041262b65c5
2006.0/i586/mozilla-firefox-pl-1.5.0.7-0.1.20060mdk.i586.rpm
8d47794342c430b50dc04f7d4c65cf9d
2006.0/i586/mozilla-firefox-pt-1.5.0.7-0.1.20060mdk.i586.rpm
d975c5d5ec3c8fed8846f02105ba4795
2006.0/i586/mozilla-firefox-pt_BR-1.5.0.7-0.1.20060mdk.i586.rpm
563d01331a992ec6ded54d5118bc10ad
2006.0/i586/mozilla-firefox-ro-1.5.0.7-0.1.20060mdk.i586.rpm
4da569e782da6c5b98eab4862c335600
2006.0/i586/mozilla-firefox-ru-1.5.0.7-0.1.20060mdk.i586.rpm
4a77a4d9b22704184694a1a0580440f5
2006.0/i586/mozilla-firefox-sk-1.5.0.7-0.1.20060mdk.i586.rpm
0a153e8351a1ffdfadf067cdf9b2ee06
2006.0/i586/mozilla-firefox-sl-1.5.0.7-0.1.20060mdk.i586.rpm
e7ed42daf0c68890a34422d8f5b7dcf6
2006.0/i586/mozilla-firefox-sv-1.5.0.7-0.1.20060mdk.i586.rpm
542ce6ba9713683b8a741ab921cd3e45
2006.0/i586/mozilla-firefox-tr-1.5.0.7-0.1.20060mdk.i586.rpm
55c8c83ad72d6289bf1d45ea517b74ba
2006.0/i586/mozilla-firefox-uk-1.5.0.7-0.1.20060mdk.i586.rpm
591beaf9e8abf8911f023fb147efe765
2006.0/i586/mozilla-firefox-zh_CN-1.5.0.7-0.1.20060mdk.i586.rpm
23b9d2502d7cb24aeea82f358a428ec2
2006.0/i586/mozilla-firefox-zh_TW-1.5.0.7-0.1.20060mdk.i586.rpm
be8acdc18fe55ea8a9d0afc553bf21d3
2006.0/i586/yelp-2.10.0-6.2.20060mdk.i586.rpm
8dd982b67f6a2663b557730db744f74e
2006.0/SRPMS/devhelp-0.10-7.2.20060mdk.src.rpm
bb825c0cbdca42497eb6d486ca2d2d98
2006.0/SRPMS/epiphany-1.8.5-4.2.20060mdk.src.rpm
b3bbcb7f0e3dfa05ca9344f2710c3a94
2006.0/SRPMS/epiphany-extensions-1.8.2-3.2.20060mdk.src.rpm
7d238bc6883ebbd3e1a284ec06d972df
2006.0/SRPMS/galeon-2.0.1-1.2.20060mdk.src.rpm
77efc529087ba7362d54559385d5cc2d
2006.0/SRPMS/mozilla-firefox-1.5.0.7-0.1.20060mdk.src.rpm
1143a2a6ab3f937660bf4d11dfb68313
2006.0/SRPMS/mozilla-firefox-l10n-1.5.0.7-0.1.20060mdk.src.rpm
8b9dd1db87f3824c088f4e1b58eb8224
2006.0/SRPMS/yelp-2.10.0-6.2.20060mdk.src.rpm

Mandriva Linux 2006.0/X86_64:
8f79a25451b9f41d48df89f996869cc7
2006.0/x86_64/devhelp-0.10-7.2.20060mdk.x86_64.rpm
a9b851ddb7a77ee0f6d73c9a475658e0
2006.0/x86_64/epiphany-1.8.5-4.2.20060mdk.x86_64.rpm
606bb2a3ece209a7c260fd81d776c123
2006.0/x86_64/epiphany-devel-1.8.5-4.2.20060mdk.x86_64.rpm
bb99bf7ed2e5608849cb9b0bcac49041
2006.0/x86_64/epiphany-extensions-1.8.2-3.2.20060mdk.x86_64.rpm
6caf5e05026177525d0d04225e5dcc4a
2006.0/x86_64/galeon-2.0.1-1.2.20060mdk.x86_64.rpm
2ef32f51f707beff08db88d61aab842d
2006.0/x86_64/lib64devhelp-1_0-0.10-7.2.20060mdk.x86_64.rpm
50b6716aa33e6065ce0ba0b107fb3a8c
2006.0/x86_64/lib64devhelp-1_0-devel-0.10-7.2.20060mdk.x86_64.rpm

0b3997e3f646af18f684fdce56194ae3
2006.0/x86_64/lib64nspr4-1.5.0.7-0.1.20060mdk.x86_64.rpm
75e63b4f3785b8c7fa4924d7f30be921
2006.0/x86_64/lib64nspr4-devel-1.5.0.7-0.1.20060mdk.x86_64.rpm
cda6b659c2777c44fdde0ac3ab1fb11b
2006.0/x86_64/lib64nspr4-static-devel-1.5.0.7-0.1.20060mdk.x86_64.rpm

4f3e6424fa71a629be1b81415fe2b875
2006.0/x86_64/lib64nss3-1.5.0.7-0.1.20060mdk.x86_64.rpm
7bd353454999969148524636267b68c5
2006.0/x86_64/lib64nss3-devel-1.5.0.7-0.1.20060mdk.x86_64.rpm
fe0707524f8f3b4e1dcfe80c8bec0190
2006.0/x86_64/libnspr4-1.5.0.7-0.1.20060mdk.i586.rpm
770e8d6c5643c78f486ae2c115f7c740
2006.0/x86_64/libnspr4-devel-1.5.0.7-0.1.20060mdk.i586.rpm
fafbff86e6f1d44b7d1ad3e5f1f24860
2006.0/x86_64/libnss3-1.5.0.7-0.1.20060mdk.i586.rpm
41c8df68fb4c2d8d37440d1dea73f8c6
2006.0/x86_64/libnss3-devel-1.5.0.7-0.1.20060mdk.i586.rpm
561212c426f35a3e2393ad3acbf11bda
2006.0/x86_64/mozilla-firefox-1.5.0.7-0.1.20060mdk.x86_64.rpm
a4a76ca919cec68bef5ec0521e4185b2
2006.0/x86_64/mozilla-firefox-ar-1.5.0.7-0.1.20060mdk.x86_64.rpm

e23f698f02d78a8d8b2ac056e91f106a
2006.0/x86_64/mozilla-firefox-bg-1.5.0.7-0.1.20060mdk.x86_64.rpm

1e815c45fb57ee56bd4d4258a8cda5ad
2006.0/x86_64/mozilla-firefox-br-1.5.0.7-0.1.20060mdk.x86_64.rpm

1c348254b80cec87c2b804825cdd8a5d
2006.0/x86_64/mozilla-firefox-ca-1.5.0.7-0.1.20060mdk.x86_64.rpm

6eac0be09030f9ed629107600bcbf88f
2006.0/x86_64/mozilla-firefox-cs-1.5.0.7-0.1.20060mdk.x86_64.rpm

a06b4569f5392501df97fb209315782f
2006.0/x86_64/mozilla-firefox-da-1.5.0.7-0.1.20060mdk.x86_64.rpm

98aac82b44a66047d884b95f251cd6c5
2006.0/x86_64/mozilla-firefox-de-1.5.0.7-0.1.20060mdk.x86_64.rpm

9479078391f288562b612afff9cb994e
2006.0/x86_64/mozilla-firefox-devel-1.5.0.7-0.1.20060mdk.x86_64.rpm

247dce39896e7230ffda5ca8bc58d736
2006.0/x86_64/mozilla-firefox-el-1.5.0.7-0.1.20060mdk.x86_64.rpm

a86cb00b8b07cd45a1274ddc318de2bd
2006.0/x86_64/mozilla-firefox-es-1.5.0.7-0.1.20060mdk.x86_64.rpm

8ba8f4e4d9fcfef9f3cc4ac71b15c5df
2006.0/x86_64/mozilla-firefox-es_AR-1.5.0.7-0.1.20060mdk.x86_64.rpm

4c477d0ef8c843b9416185508c9181a1
2006.0/x86_64/mozilla-firefox-eu-1.5.0.7-0.1.20060mdk.x86_64.rpm

6e9c4c9c6ba8cfefd32e4d135943824d
2006.0/x86_64/mozilla-firefox-fi-1.5.0.7-0.1.20060mdk.x86_64.rpm

b8046ef3da338188287fa9a8ebfb9515
2006.0/x86_64/mozilla-firefox-fr-1.5.0.7-0.1.20060mdk.x86_64.rpm

1609e86fa50ef7c5c3ef827bf47090e8
2006.0/x86_64/mozilla-firefox-fy-1.5.0.7-0.1.20060mdk.x86_64.rpm

5cdf122cafadd7f2125d42246402e29d
2006.0/x86_64/mozilla-firefox-ga-1.5.0.7-0.1.20060mdk.x86_64.rpm

75f82717c62d51d00ba25abcdf3e26a5
2006.0/x86_64/mozilla-firefox-he-1.5.0.7-0.1.20060mdk.x86_64.rpm

75b03be94bdea20dbbf361a3a295e4c9
2006.0/x86_64/mozilla-firefox-hu-1.5.0.7-0.1.20060mdk.x86_64.rpm

672f36e40f7c5463b5e771bcaeae31af
2006.0/x86_64/mozilla-firefox-it-1.5.0.7-0.1.20060mdk.x86_64.rpm

8cf3e2082d406f71c4c7d3f638792e1e
2006.0/x86_64/mozilla-firefox-ja-1.5.0.7-0.1.20060mdk.x86_64.rpm

4f0f77a0b9fd79a671857fd330933289
2006.0/x86_64/mozilla-firefox-ko-1.5.0.7-0.1.20060mdk.x86_64.rpm

b5c00962987efb764ea77e76c9734c79
2006.0/x86_64/mozilla-firefox-lt-1.5.0.7-0.1.20060mdk.x86_64.rpm

f788aefcdac5b098d8853a3ef4fe146c
2006.0/x86_64/mozilla-firefox-mk-1.5.0.7-0.1.20060mdk.x86_64.rpm

4afff3966656a65b55290d08d446d864
2006.0/x86_64/mozilla-firefox-nb-1.5.0.7-0.1.20060mdk.x86_64.rpm

e63e4db3037a915ac24dca78e5ae8617
2006.0/x86_64/mozilla-firefox-nl-1.5.0.7-0.1.20060mdk.x86_64.rpm

7e443e15233a3db5b76ae7c299d1e7d9
2006.0/x86_64/mozilla-firefox-pa_IN-1.5.0.7-0.1.20060mdk.x86_64.rpm

75ca84a45213c2d33d66b68c649dd875
2006.0/x86_64/mozilla-firefox-pl-1.5.0.7-0.1.20060mdk.x86_64.rpm

7a8cd126f5f5c63d45efe79a1e78e94d
2006.0/x86_64/mozilla-firefox-pt-1.5.0.7-0.1.20060mdk.x86_64.rpm

342155314a7801a1637d807e8ae8754d
2006.0/x86_64/mozilla-firefox-pt_BR-1.5.0.7-0.1.20060mdk.x86_64.rpm

359e5cb75905f2c08b49ecb1eccdf335
2006.0/x86_64/mozilla-firefox-ro-1.5.0.7-0.1.20060mdk.x86_64.rpm

fa480b18d46eaed805f8fe0c92f6a9fe
2006.0/x86_64/mozilla-firefox-ru-1.5.0.7-0.1.20060mdk.x86_64.rpm

3233bb351b6c89deb25a6722df088e9a
2006.0/x86_64/mozilla-firefox-sk-1.5.0.7-0.1.20060mdk.x86_64.rpm

f1347555bb50e32c58ac3edba31f3d1a
2006.0/x86_64/mozilla-firefox-sl-1.5.0.7-0.1.20060mdk.x86_64.rpm

c20fd1c8861e74829879a63075fdf2f4
2006.0/x86_64/mozilla-firefox-sv-1.5.0.7-0.1.20060mdk.x86_64.rpm

8c73daea2686e503d3367d112c4c691e
2006.0/x86_64/mozilla-firefox-tr-1.5.0.7-0.1.20060mdk.x86_64.rpm

59d920837831e1a165ce19447066b4e5
2006.0/x86_64/mozilla-firefox-uk-1.5.0.7-0.1.20060mdk.x86_64.rpm

869bea0fbfc6b2c65ab525d80aed03b9
2006.0/x86_64/mozilla-firefox-zh_CN-1.5.0.7-0.1.20060mdk.x86_64.rpm

1b867a3b0b7d8efd86377d0f0dcb67c3
2006.0/x86_64/mozilla-firefox-zh_TW-1.5.0.7-0.1.20060mdk.x86_64.rpm

12ab7912491456d673058667c8c0dc3a
2006.0/x86_64/yelp-2.10.0-6.2.20060mdk.x86_64.rpm
8dd982b67f6a2663b557730db744f74e
2006.0/SRPMS/devhelp-0.10-7.2.20060mdk.src.rpm
bb825c0cbdca42497eb6d486ca2d2d98
2006.0/SRPMS/epiphany-1.8.5-4.2.20060mdk.src.rpm
b3bbcb7f0e3dfa05ca9344f2710c3a94
2006.0/SRPMS/epiphany-extensions-1.8.2-3.2.20060mdk.src.rpm
7d238bc6883ebbd3e1a284ec06d972df
2006.0/SRPMS/galeon-2.0.1-1.2.20060mdk.src.rpm
77efc529087ba7362d54559385d5cc2d
2006.0/SRPMS/mozilla-firefox-1.5.0.7-0.1.20060mdk.src.rpm
1143a2a6ab3f937660bf4d11dfb68313
2006.0/SRPMS/mozilla-firefox-l10n-1.5.0.7-0.1.20060mdk.src.rpm
8b9dd1db87f3824c088f4e1b58eb8224
2006.0/SRPMS/yelp-2.10.0-6.2.20060mdk.src.rpm

Corporate 3.0:
c106557de1e045e5840a453d710b63e7
corporate/3.0/i586/libnspr4-1.5.0.7-0.1.C30mdk.i586.rpm
b5a3de7c01f7a4187f85bc66db242c67
corporate/3.0/i586/libnspr4-devel-1.5.0.7-0.1.C30mdk.i586.rpm
8d1cfeaf1cb031bc1ec4519994801b6a
corporate/3.0/i586/libnspr4-static-devel-1.5.0.7-0.1.C30mdk.i586.rpm

d08546a25f6e78701feed1d67d53fabd
corporate/3.0/i586/libnss3-1.5.0.7-0.1.C30mdk.i586.rpm
3371ded40c0bd1a8e828d9e92aed09fd
corporate/3.0/i586/libnss3-devel-1.5.0.7-0.1.C30mdk.i586.rpm
6d635b07ba60ed49fe27d4c633204520
corporate/3.0/i586/mozilla-firefox-1.5.0.7-0.1.C30mdk.i586.rpm
aa83aaff11daa5889c9d36c928075341
corporate/3.0/i586/mozilla-firefox-ar-1.5.0.7-0.1.C30mdk.i586.rpm

059c5de9e7a5f658cfbc692c913b3403
corporate/3.0/i586/mozilla-firefox-bg-1.5.0.7-0.1.C30mdk.i586.rpm

63b8a1a7db1568964fe4dc1d32552f52
corporate/3.0/i586/mozilla-firefox-br-1.5.0.7-0.1.C30mdk.i586.rpm

cf48e548709250792e5a87c12db71cf1
corporate/3.0/i586/mozilla-firefox-ca-1.5.0.7-0.1.C30mdk.i586.rpm

90c83713c4fd403c9999cf52c56eb282
corporate/3.0/i586/mozilla-firefox-cs-1.5.0.7-0.1.C30mdk.i586.rpm

91279bd7d327c1a3bc0855cb06007f82
corporate/3.0/i586/mozilla-firefox-da-1.5.0.7-0.1.C30mdk.i586.rpm

1fec2333c2988cc7cb7238d5bcf1812d
corporate/3.0/i586/mozilla-firefox-de-1.5.0.7-0.1.C30mdk.i586.rpm

debf0c0ddd775793cd87fedcaefc5cf7
corporate/3.0/i586/mozilla-firefox-devel-1.5.0.7-0.1.C30mdk.i586.rpm

6e9ec67c3a28bde55146ca1f475cb847
corporate/3.0/i586/mozilla-firefox-el-1.5.0.7-0.1.C30mdk.i586.rpm

53c7defd9f6f8168990e4f4d4fa3a495
corporate/3.0/i586/mozilla-firefox-es-1.5.0.7-0.1.C30mdk.i586.rpm

5ac67c7e12f4edd0429bc2f085e438e6
corporate/3.0/i586/mozilla-firefox-es_AR-1.5.0.7-0.1.C30mdk.i586.rpm

5d4ac2f2cd3d6aecd52365e54aa85d66
corporate/3.0/i586/mozilla-firefox-eu-1.5.0.7-0.1.C30mdk.i586.rpm

aad00d0da3781f7165ed63df0276962d
corporate/3.0/i586/mozilla-firefox-fi-1.5.0.7-0.1.C30mdk.i586.rpm

c531c8f33674e476980aa2cf112440bc
corporate/3.0/i586/mozilla-firefox-fr-1.5.0.7-0.1.C30mdk.i586.rpm

8f33047a9c560757a90831ea415ef814
corporate/3.0/i586/mozilla-firefox-fy-1.5.0.7-0.1.C30mdk.i586.rpm

ec0a957af4cd462f58c3d846a37d68b4
corporate/3.0/i586/mozilla-firefox-ga-1.5.0.7-0.1.C30mdk.i586.rpm

1f8f0a6a7f962c1b1cf9d3dec38af0e2
corporate/3.0/i586/mozilla-firefox-he-1.5.0.7-0.1.C30mdk.i586.rpm

354c14637e7df983f16903f46bf81171
corporate/3.0/i586/mozilla-firefox-hu-1.5.0.7-0.1.C30mdk.i586.rpm

b9fdd2f2db6f74ef240e23ace3a3a0c3
corporate/3.0/i586/mozilla-firefox-it-1.5.0.7-0.1.C30mdk.i586.rpm

831a3b7c411cc716527dfe1c97d63de2
corporate/3.0/i586/mozilla-firefox-ja-1.5.0.7-0.1.C30mdk.i586.rpm

a89843c85143fa62e264f37df634b920
corporate/3.0/i586/mozilla-firefox-ko-1.5.0.7-0.1.C30mdk.i586.rpm

382ff5621db369b06e9d76a41a4fa509
corporate/3.0/i586/mozilla-firefox-lt-1.5.0.7-0.1.C30mdk.i586.rpm

4181358e7b0b84ff907bd5173be137d2
corporate/3.0/i586/mozilla-firefox-mk-1.5.0.7-0.1.C30mdk.i586.rpm

6da617d32c9eb917180eddd62aeabf54
corporate/3.0/i586/mozilla-firefox-nb-1.5.0.7-0.1.C30mdk.i586.rpm

c0e559c0dc865c97435a918d77d690dd
corporate/3.0/i586/mozilla-firefox-nl-1.5.0.7-0.1.C30mdk.i586.rpm

05a64d9e97c0ec16b661d93e4c49ba93
corporate/3.0/i586/mozilla-firefox-pa_IN-1.5.0.7-0.1.C30mdk.i586.rpm

ef2379b44f8e241a7811eee7031e9838
corporate/3.0/i586/mozilla-firefox-pl-1.5.0.7-0.1.C30mdk.i586.rpm

08f36ddea8f0b8ad5decc76b6ebf7106
corporate/3.0/i586/mozilla-firefox-pt-1.5.0.7-0.1.C30mdk.i586.rpm

9af857fcd8a7e98707ae77fcbd17e25d
corporate/3.0/i586/mozilla-firefox-pt_BR-1.5.0.7-0.1.C30mdk.i586.rpm

5b23c90450de3a6ee1b879dafb4e0ebb
corporate/3.0/i586/mozilla-firefox-ro-1.5.0.7-0.1.C30mdk.i586.rpm

646d7d7ca0374da1d90c77ff827b7a3b
corporate/3.0/i586/mozilla-firefox-ru-1.5.0.7-0.1.C30mdk.i586.rpm

25746d2ce3a97f620f1c098daef474ed
corporate/3.0/i586/mozilla-firefox-sk-1.5.0.7-0.1.C30mdk.i586.rpm

fb12bfb159f9d9a291e838cb6994daa5
corporate/3.0/i586/mozilla-firefox-sl-1.5.0.7-0.1.C30mdk.i586.rpm

962b2b084cde62a28341c177d006b755
corporate/3.0/i586/mozilla-firefox-sv-1.5.0.7-0.1.C30mdk.i586.rpm

784906446777df1d03ba5ac75e790104
corporate/3.0/i586/mozilla-firefox-tr-1.5.0.7-0.1.C30mdk.i586.rpm

543df7658745731ec6341a1d46901e5e
corporate/3.0/i586/mozilla-firefox-uk-1.5.0.7-0.1.C30mdk.i586.rpm

ef4728e96d4c1dadc4e9286022c6fc1a
corporate/3.0/i586/mozilla-firefox-zh_CN-1.5.0.7-0.1.C30mdk.i586.rpm

f974e234f39298065b5a120da2aad80f
corporate/3.0/i586/mozilla-firefox-zh_TW-1.5.0.7-0.1.C30mdk.i586.rpm

da8e3fd260eb19659ba6673583ad84d2
corporate/3.0/SRPMS/mozilla-firefox-1.5.0.7-0.1.C30mdk.src.rpm
016a9658232f45d63f5c21987dc59a31
corporate/3.0/SRPMS/mozilla-firefox-l10n-1.5.0.7-0.1.C30mdk.src.rpm

Corporate 3.0/X86_64:
38e5d39281cf8fe28ae400ef6880ed82
corporate/3.0/x86_64/lib64nspr4-1.5.0.7-0.1.C30mdk.x86_64.rpm
8594d09e78d9ec76bed9bb5bf9065a9d
corporate/3.0/x86_64/lib64nspr4-devel-1.5.0.7-0.1.C30mdk.x86_64.rpm

88ea20792afc414a8511312fc53c9973
corporate/3.0/x86_64/lib64nspr4-static-devel-1.5.0.7-0.1.C30mdk.x86_64.rpm

0749638fca3fc55a0c84b374c8ddce4c
corporate/3.0/x86_64/lib64nss3-1.5.0.7-0.1.C30mdk.x86_64.rpm
3bd450c319eada8936baad026c0e7edc
corporate/3.0/x86_64/lib64nss3-devel-1.5.0.7-0.1.C30mdk.x86_64.rpm

86a6c461d4b783867fbf62dba98b76a0
corporate/3.0/x86_64/mozilla-firefox-1.5.0.7-0.1.C30mdk.x86_64.rpm

fa3bdb060dc9933093cd59604e0e9770
corporate/3.0/x86_64/mozilla-firefox-ar-1.5.0.7-0.1.C30mdk.x86_64.rpm

cf50847d5e76e5a9b0cd9c48a156f919
corporate/3.0/x86_64/mozilla-firefox-bg-1.5.0.7-0.1.C30mdk.x86_64.rpm

5251818cebcf07fdb025aded5d99f092
corporate/3.0/x86_64/mozilla-firefox-br-1.5.0.7-0.1.C30mdk.x86_64.rpm

1ae9e70895e0bfb45034d2cfa4c937b8
corporate/3.0/x86_64/mozilla-firefox-ca-1.5.0.7-0.1.C30mdk.x86_64.rpm

3585c137dc33769069e8961fa5a7ae7b
corporate/3.0/x86_64/mozilla-firefox-cs-1.5.0.7-0.1.C30mdk.x86_64.rpm

e10f6d78aa54d325f8a38d7f8729f1ac
corporate/3.0/x86_64/mozilla-firefox-da-1.5.0.7-0.1.C30mdk.x86_64.rpm

62bd1fd39df7abf0ce81eb9d711f6d14
corporate/3.0/x86_64/mozilla-firefox-de-1.5.0.7-0.1.C30mdk.x86_64.rpm

e34c011d455b576e4e27b20d4bc057db
corporate/3.0/x86_64/mozilla-firefox-devel-1.5.0.7-0.1.C30mdk.x86_64.rpm

aebe66911dac80623339aee380ec165a
corporate/3.0/x86_64/mozilla-firefox-el-1.5.0.7-0.1.C30mdk.x86_64.rpm

3c5f109ae088242966604dce6338f07b
corporate/3.0/x86_64/mozilla-firefox-es-1.5.0.7-0.1.C30mdk.x86_64.rpm

17ef425bc7fc131b9de3632fb92317d1
corporate/3.0/x86_64/mozilla-firefox-es_AR-1.5.0.7-0.1.C30mdk.x86_64.rpm

15ea134fde2b507f46e6e4faf243135f
corporate/3.0/x86_64/mozilla-firefox-eu-1.5.0.7-0.1.C30mdk.x86_64.rpm

ce6f4aa7a0fb1ac425afc5d915bb392d
corporate/3.0/x86_64/mozilla-firefox-fi-1.5.0.7-0.1.C30mdk.x86_64.rpm

13b0b693682e7def5e320473342cf4a0
corporate/3.0/x86_64/mozilla-firefox-fr-1.5.0.7-0.1.C30mdk.x86_64.rpm

d5fd81f204e46d15b6d1124376ab0930
corporate/3.0/x86_64/mozilla-firefox-fy-1.5.0.7-0.1.C30mdk.x86_64.rpm

cb389fc624d1961cf2ab00488bad7cef
corporate/3.0/x86_64/mozilla-firefox-ga-1.5.0.7-0.1.C30mdk.x86_64.rpm

3cd572d77c055bf562c3678c513ff3c8
corporate/3.0/x86_64/mozilla-firefox-he-1.5.0.7-0.1.C30mdk.x86_64.rpm

ea7215256650d751ae2ce0d20812fa96
corporate/3.0/x86_64/mozilla-firefox-hu-1.5.0.7-0.1.C30mdk.x86_64.rpm

57fcf8c6e9f251d3eb4f0096ca55cea3
corporate/3.0/x86_64/mozilla-firefox-it-1.5.0.7-0.1.C30mdk.x86_64.rpm

d7f6310911b7e049876f7b70c16b8ccc
corporate/3.0/x86_64/mozilla-firefox-ja-1.5.0.7-0.1.C30mdk.x86_64.rpm

8c0b97b440922510631400b5aea900ac
corporate/3.0/x86_64/mozilla-firefox-ko-1.5.0.7-0.1.C30mdk.x86_64.rpm

8045c85ca598518aff6c7ead8f3fbf61
corporate/3.0/x86_64/mozilla-firefox-lt-1.5.0.7-0.1.C30mdk.x86_64.rpm

996d7bb252cf32b3ddce18a90b4bb8d9
corporate/3.0/x86_64/mozilla-firefox-mk-1.5.0.7-0.1.C30mdk.x86_64.rpm

5a3b346110144f79e05c20d13ac90663
corporate/3.0/x86_64/mozilla-firefox-nb-1.5.0.7-0.1.C30mdk.x86_64.rpm

c56729c0896b11a9e49875fe2b493872
corporate/3.0/x86_64/mozilla-firefox-nl-1.5.0.7-0.1.C30mdk.x86_64.rpm

da6306fcba9fba87d98f68208e752bf8
corporate/3.0/x86_64/mozilla-firefox-pa_IN-1.5.0.7-0.1.C30mdk.x86_64.rpm

e94eca882ce53af3086bac6cf70076ea
corporate/3.0/x86_64/mozilla-firefox-pl-1.5.0.7-0.1.C30mdk.x86_64.rpm

810bc3ca66d52d5537ece20a12679fec
corporate/3.0/x86_64/mozilla-firefox-pt-1.5.0.7-0.1.C30mdk.x86_64.rpm

c97bcde75d8118bb3d6c38428b811cc9
corporate/3.0/x86_64/mozilla-firefox-pt_BR-1.5.0.7-0.1.C30mdk.x86_64.rpm

629ec7999ae3fd23e36e2c6722847bbe
corporate/3.0/x86_64/mozilla-firefox-ro-1.5.0.7-0.1.C30mdk.x86_64.rpm

ad435041d1138f8a38a0a0739cff18d8
corporate/3.0/x86_64/mozilla-firefox-ru-1.5.0.7-0.1.C30mdk.x86_64.rpm

f76501363a31bcd388f5edcc80881196
corporate/3.0/x86_64/mozilla-firefox-sk-1.5.0.7-0.1.C30mdk.x86_64.rpm

e400f4b7e77307c8c5ab1bc26691168a
corporate/3.0/x86_64/mozilla-firefox-sl-1.5.0.7-0.1.C30mdk.x86_64.rpm

126f45e769e463182b4ade57183684c1
corporate/3.0/x86_64/mozilla-firefox-sv-1.5.0.7-0.1.C30mdk.x86_64.rpm

160b09d1c10d0b781d8c1a17779432ed
corporate/3.0/x86_64/mozilla-firefox-tr-1.5.0.7-0.1.C30mdk.x86_64.rpm

c5c363d0552c8365bf5dc6a0936d28b2
corporate/3.0/x86_64/mozilla-firefox-uk-1.5.0.7-0.1.C30mdk.x86_64.rpm

c4baf08469f1dbea8924429a7ec7b86e
corporate/3.0/x86_64/mozilla-firefox-zh_CN-1.5.0.7-0.1.C30mdk.x86_64.rpm

b9ce84c78e92b6f5e75954ada2706722
corporate/3.0/x86_64/mozilla-firefox-zh_TW-1.5.0.7-0.1.C30mdk.x86_64.rpm

da8e3fd260eb19659ba6673583ad84d2
corporate/3.0/SRPMS/mozilla-firefox-1.5.0.7-0.1.C30mdk.src.rpm
016a9658232f45d63f5c21987dc59a31
corporate/3.0/SRPMS/mozilla-firefox-l10n-1.5.0.7-0.1.C30mdk.src.rpm

Corporate 4.0:
64a0356cc8f1b1ffcdfdef3d8d146cc5
corporate/4.0/i586/libnspr4-1.5.0.7-0.1.20060mlcs4.i586.rpm
3f0b705031d1e95280e8194338b2d381
corporate/4.0/i586/libnspr4-devel-1.5.0.7-0.1.20060mlcs4.i586.rpm

1bba2e76f21b670f44ba65f8c92b67e1
corporate/4.0/i586/libnspr4-static-devel-1.5.0.7-0.1.20060mlcs4.i586.rpm

cb10e515e0fad365a81273a9b620cbc7
corporate/4.0/i586/libnss3-1.5.0.7-0.1.20060mlcs4.i586.rpm
3534b6f0e0b64686aee7b0758ec33daf
corporate/4.0/i586/libnss3-devel-1.5.0.7-0.1.20060mlcs4.i586.rpm

c3aa90658d2adeb4e6543426c493a0fe
corporate/4.0/i586/mozilla-firefox-1.5.0.7-0.1.20060mlcs4.i586.rpm

122e2ce3928dd2898118533f45f851e1
corporate/4.0/i586/mozilla-firefox-ar-1.5.0.7-0.1.20060mlcs4.i586.rpm

3ade855a9fc71980eec72c8dbc107ae3
corporate/4.0/i586/mozilla-firefox-bg-1.5.0.7-0.1.20060mlcs4.i586.rpm

c189b7b4b54f4bdf040635750df007f8
corporate/4.0/i586/mozilla-firefox-br-1.5.0.7-0.1.20060mlcs4.i586.rpm

360d587d53e2a9c47dfff8a9137f1b4c
corporate/4.0/i586/mozilla-firefox-ca-1.5.0.7-0.1.20060mlcs4.i586.rpm

c2fa5da5d44a5f70bb49d5b4ba7e86e6
corporate/4.0/i586/mozilla-firefox-cs-1.5.0.7-0.1.20060mlcs4.i586.rpm

5df7bf2ff4059259ed0b5ea9f3587cc3
corporate/4.0/i586/mozilla-firefox-da-1.5.0.7-0.1.20060mlcs4.i586.rpm

278a321f6ee5928135585f03a05ae642
corporate/4.0/i586/mozilla-firefox-de-1.5.0.7-0.1.20060mlcs4.i586.rpm

cd37b5dfe36b72fb482be5abc4bbbba7
corporate/4.0/i586/mozilla-firefox-devel-1.5.0.7-0.1.20060mlcs4.i586.rpm

9b49e02711849a4babedfa63c6aadefb
corporate/4.0/i586/mozilla-firefox-el-1.5.0.7-0.1.20060mlcs4.i586.rpm

d8293192b06e5a91df8314ecba17880e
corporate/4.0/i586/mozilla-firefox-es-1.5.0.7-0.1.20060mlcs4.i586.rpm

5839e97fa06cca289121be5f33e9286d
corporate/4.0/i586/mozilla-firefox-es_AR-1.5.0.7-0.1.20060mlcs4.i586.rpm

34d184e85b53c369a713c08f66e601dc
corporate/4.0/i586/mozilla-firefox-eu-1.5.0.7-0.1.20060mlcs4.i586.rpm

ab7b43c629095beee26dbb1381fbff9d
corporate/4.0/i586/mozilla-firefox-fi-1.5.0.7-0.1.20060mlcs4.i586.rpm

79cfc37305b6a3977d7c7333c7e883de
corporate/4.0/i586/mozilla-firefox-fr-1.5.0.7-0.1.20060mlcs4.i586.rpm

7e8f28d446d6e574d8a1521059c03144
corporate/4.0/i586/mozilla-firefox-fy-1.5.0.7-0.1.20060mlcs4.i586.rpm

0d2dd482cc76fb0df96c0bc5f4fa5844
corporate/4.0/i586/mozilla-firefox-ga-1.5.0.7-0.1.20060mlcs4.i586.rpm

58959b3a1d43cc2a666361804daa88f1
corporate/4.0/i586/mozilla-firefox-he-1.5.0.7-0.1.20060mlcs4.i586.rpm

ded59cf4be8835dc0ada86add049ed86
corporate/4.0/i586/mozilla-firefox-hu-1.5.0.7-0.1.20060mlcs4.i586.rpm

8afd66b33e600714238e360a127df36e
corporate/4.0/i586/mozilla-firefox-it-1.5.0.7-0.1.20060mlcs4.i586.rpm

ef6a89b44e3b120f1bae29217728f196
corporate/4.0/i586/mozilla-firefox-ja-1.5.0.7-0.1.20060mlcs4.i586.rpm

1532d01d8123e87ee1103292ed95f68d
corporate/4.0/i586/mozilla-firefox-ko-1.5.0.7-0.1.20060mlcs4.i586.rpm

8c0667ab59c15a9b66097f5e86df7220
corporate/4.0/i586/mozilla-firefox-lt-1.5.0.7-0.1.20060mlcs4.i586.rpm

bcec75d2b059d123d6c21dae29baee00
corporate/4.0/i586/mozilla-firefox-mk-1.5.0.7-0.1.20060mlcs4.i586.rpm

f5afdfd15e40f4ec6323a8cac098cb78
corporate/4.0/i586/mozilla-firefox-nb-1.5.0.7-0.1.20060mlcs4.i586.rpm

1544a7236d6a10521f89234feaff9435
corporate/4.0/i586/mozilla-firefox-nl-1.5.0.7-0.1.20060mlcs4.i586.rpm

53834f537b0eacd3bb59a2ccc6a40ea6
corporate/4.0/i586/mozilla-firefox-pa_IN-1.5.0.7-0.1.20060mlcs4.i586.rpm

70171f6ba3c24b51ec29be154e129bce
corporate/4.0/i586/mozilla-firefox-pl-1.5.0.7-0.1.20060mlcs4.i586.rpm

4e64eee4ed44068cb9db5c77730c71b8
corporate/4.0/i586/mozilla-firefox-pt-1.5.0.7-0.1.20060mlcs4.i586.rpm

d990c04de7c285225c51067ff92d8a58
corporate/4.0/i586/mozilla-firefox-pt_BR-1.5.0.7-0.1.20060mlcs4.i586.rpm

04ee85bd5b28b12466bcd8189d4ae480
corporate/4.0/i586/mozilla-firefox-ro-1.5.0.7-0.1.20060mlcs4.i586.rpm

222528603f2d88e4e46178620328ac7e
corporate/4.0/i586/mozilla-firefox-ru-1.5.0.7-0.1.20060mlcs4.i586.rpm

caacac0ace4c80fbf0d917ea95070114
corporate/4.0/i586/mozilla-firefox-sk-1.5.0.7-0.1.20060mlcs4.i586.rpm

e4aabb47eacf2bcbb517e6890935d4e9
corporate/4.0/i586/mozilla-firefox-sl-1.5.0.7-0.1.20060mlcs4.i586.rpm

e55300aa65e586aba56e5b75c3d0f0d7
corporate/4.0/i586/mozilla-firefox-sv-1.5.0.7-0.1.20060mlcs4.i586.rpm

8d857f4d255e86e4b1db933ab75a88b5
corporate/4.0/i586/mozilla-firefox-tr-1.5.0.7-0.1.20060mlcs4.i586.rpm

0d4998a9483e67ad0a484d8535950401
corporate/4.0/i586/mozilla-firefox-uk-1.5.0.7-0.1.20060mlcs4.i586.rpm

0677248472dd1f219ac4c633b3ae8427
corporate/4.0/i586/mozilla-firefox-zh_CN-1.5.0.7-0.1.20060mlcs4.i586.rpm

025ee723e8a157de742313163d8199e6
corporate/4.0/i586/mozilla-firefox-zh_TW-1.5.0.7-0.1.20060mlcs4.i586.rpm

137c81b452d542b3d4e1134cb1b3c8a1
corporate/4.0/SRPMS/mozilla-firefox-1.5.0.7-0.1.20060mlcs4.src.rpm

d007a6b49b301a9215641888714c6f5f
corporate/4.0/SRPMS/mozilla-firefox-l10n-1.5.0.7-0.1.20060mlcs4.src.rpm

Corporate 4.0/X86_64:
e9362e7e9d164dcf20ac2dd178057783
corporate/4.0/x86_64/lib64nspr4-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

27152d5c4d45cfe65038b90014f4b128
corporate/4.0/x86_64/lib64nspr4-devel-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

a520a8169e6f7fa9636c7434820263cc
corporate/4.0/x86_64/lib64nspr4-static-devel-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

73fa1146e61ddf2baea07f4e51b247a2
corporate/4.0/x86_64/lib64nss3-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

77c656121a9efaefb5bf8bea7416a190
corporate/4.0/x86_64/lib64nss3-devel-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

1353fe3c1c7740891cca051691f2a844
corporate/4.0/x86_64/mozilla-firefox-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

6e547a34386d9220269f6971df84459b
corporate/4.0/x86_64/mozilla-firefox-ar-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

37bd5e53ce8bd1196991a1d48c7d3fc2
corporate/4.0/x86_64/mozilla-firefox-bg-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

d8efb7b371fa3bc9d7dbda4d82bcea69
corporate/4.0/x86_64/mozilla-firefox-br-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

a4eb36d0ed16b308bf8146758468f720
corporate/4.0/x86_64/mozilla-firefox-ca-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

1f3f6299c228a51c39dd9036d501baf3
corporate/4.0/x86_64/mozilla-firefox-cs-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

b7ed3aee73652f317d41612746b7f79e
corporate/4.0/x86_64/mozilla-firefox-da-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

aa5e7732031b216f6cc4552b7e5bfe22
corporate/4.0/x86_64/mozilla-firefox-de-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

b99863ae0bc816222fec7afd596b4b38
corporate/4.0/x86_64/mozilla-firefox-devel-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

22b5ef994c3f38b7b5a63808f0ef9c47
corporate/4.0/x86_64/mozilla-firefox-el-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

a5033ebf881cab82e063df8ffe29e22b
corporate/4.0/x86_64/mozilla-firefox-es-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

387dfb400ed59319e932a19e2dd4fe09
corporate/4.0/x86_64/mozilla-firefox-es_AR-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

2a114b7e832d12fad87f2ad76ed89a7d
corporate/4.0/x86_64/mozilla-firefox-eu-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

eced7a780c5f758eef5a0f71f43ed261
corporate/4.0/x86_64/mozilla-firefox-fi-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

854bc6729675ed8670330f3da1e520b2
corporate/4.0/x86_64/mozilla-firefox-fr-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

b73ac49803411c5afb96d87cde8a89c9
corporate/4.0/x86_64/mozilla-firefox-fy-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

ca9a93da5b7f4dfc1eca188267891a66
corporate/4.0/x86_64/mozilla-firefox-ga-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

267f8dc1ca9e04115050a311eebd00f1
corporate/4.0/x86_64/mozilla-firefox-he-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

516850fa1de5417fdb96ab50fee1504f
corporate/4.0/x86_64/mozilla-firefox-hu-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

ec13f241ff41c46590e31fd8339ffae7
corporate/4.0/x86_64/mozilla-firefox-it-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

00eddff4c17ce23c148cbb2bfd27bc59
corporate/4.0/x86_64/mozilla-firefox-ja-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

896cc9b5af7e66ddbf67ad819083a9aa
corporate/4.0/x86_64/mozilla-firefox-ko-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

52a752441fc870f33e792860ec328ecd
corporate/4.0/x86_64/mozilla-firefox-lt-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

b418b4371503ed9502ca7eab01c6d86e
corporate/4.0/x86_64/mozilla-firefox-mk-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

801a63774bfd94ac7e292b97bc1c88a6
corporate/4.0/x86_64/mozilla-firefox-nb-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

4998a34e227bcd0de4c64a08198cda13
corporate/4.0/x86_64/mozilla-firefox-nl-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

0f809660f4c1e45133fc01003acee854
corporate/4.0/x86_64/mozilla-firefox-pa_IN-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

da3f053868769c3d1705158b925a3312
corporate/4.0/x86_64/mozilla-firefox-pl-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

b53c13931bdcebb9dec07ccb7512cc0d
corporate/4.0/x86_64/mozilla-firefox-pt-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

431f220901edaf32f504ee6dfd7d8262
corporate/4.0/x86_64/mozilla-firefox-pt_BR-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

45d21d5351be8762640ae3038458c6b8
corporate/4.0/x86_64/mozilla-firefox-ro-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

3bb59b3ca297d90181276683db70ceb7
corporate/4.0/x86_64/mozilla-firefox-ru-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

cce30e727a3dba740a537ec0040248f2
corporate/4.0/x86_64/mozilla-firefox-sk-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

7221b6655d4061eb29ed5150f87b3706
corporate/4.0/x86_64/mozilla-firefox-sl-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

dd7c39076b8bb01d1b4432ba9cb29f12
corporate/4.0/x86_64/mozilla-firefox-sv-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

cacf45d88765c0c26d7256e5f392c2df
corporate/4.0/x86_64/mozilla-firefox-tr-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

703558369cbe9e4920eab509134d3a7e
corporate/4.0/x86_64/mozilla-firefox-uk-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

817fd873fb5f997916d61b2cf078d2c3
corporate/4.0/x86_64/mozilla-firefox-zh_CN-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

fe95060a37a586f98f5c3683131a9ef2
corporate/4.0/x86_64/mozilla-firefox-zh_TW-1.5.0.7-0.1.20060mlcs4.x86_64.rpm

137c81b452d542b3d4e1134cb1b3c8a1
corporate/4.0/SRPMS/mozilla-firefox-1.5.0.7-0.1.20060mlcs4.src.rpm

d007a6b49b301a9215641888714c6f5f
corporate/4.0/SRPMS/mozilla-firefox-l10n-1.5.0.7-0.1.20060mlcs4.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>

Red Hat Linux


Red Hat Security Advisory

Synopsis: Moderate: php security update
Advisory ID: RHSA-2006:0669-01
Advisory URL: https://rhn.redhat.com/errata/RHSA-2006-0669.html

Issue date: 2006-09-21
Updated on: 2006-09-21
Product: Red Hat Enterprise Linux
CVE Names: CVE-2006-3016 CVE-2006-4020 CVE-2006-4482 CVE-2006-4484
CVE-2006-4486


1. Summary:

Updated PHP packages that fix multiple security issues are now
available for Red Hat Enterprise Linux 3 and 4.

This update has been rated as having moderate security impact by
the Red Hat Security Response Team.

2. Relevant releases/architectures:

Red Hat Enterprise Linux AS version 3 – i386, ia64, ppc, s390,
s390x, x86_64
Red Hat Desktop version 3 – i386, x86_64
Red Hat Enterprise Linux ES version 3 – i386, ia64, x86_64
Red Hat Enterprise Linux WS version 3 – i386, ia64, x86_64
Red Hat Enterprise Linux AS version 4 – i386, ia64, ppc, s390,
s390x, x86_64
Red Hat Enterprise Linux Desktop version 4 – i386, x86_64
Red Hat Enterprise Linux ES version 4 – i386, ia64, x86_64
Red Hat Enterprise Linux WS version 4 – i386, ia64, x86_64

3. Problem description:

PHP is an HTML-embedded scripting language commonly used with
the Apache HTTP Web server.

A response-splitting issue was discovered in the PHP session
handling. If a remote attacker can force a carefully crafted
session identifier to be used, a cross-site-scripting or
response-splitting attack could be possible. (CVE-2006-3016)

A buffer overflow was discovered in the PHP sscanf() function.
If a script used the sscanf() function with positional arguments in
the format string, a remote attacker sending a carefully crafted
request could execute arbitrary code as the ‘apache’ user.
(CVE-2006-4020)

An integer overflow was discovered in the PHP wordwrap() and
str_repeat() functions. If a script running on a 64-bit server used
either of these functions on untrusted user data, a remote attacker
sending a carefully crafted request might be able to cause a heap
overflow. (CVE-2006-4482)

A buffer overflow was discovered in the PHP gd extension. If a
script was set up to process GIF images from untrusted sources
using the gd extension, a remote attacker could cause a heap
overflow. (CVE-2006-4484)

An integer overflow was discovered in the PHP memory allocation
handling. On 64-bit platforms, the “memory_limit” setting was not
enforced correctly, which could allow a denial of service attack by
a remote user. (CVE-2006-4486)

Users of PHP should upgrade to these updated packages which
contain backported patches to correct these issues. These packages
also contain a fix for a bug where certain input strings to the
metaphone() function could cause memory corruption.

4. Solution:

Before applying this update, make sure all previously released
errata relevant to your system have been applied.

This update is available via Red Hat Network. To use Red Hat
Network, launch the Red Hat Update Agent with the following
command:

up2date

This will start an interactive process that will result in the
appropriate RPMs being upgraded on your system.

5. Bug IDs fixed (http://bugzilla.redhat.com/):

201766 – CVE-2006-4020 PHP buffer overread flaw
204993 – CVE-2006-4482 PHP heap overflow
205714 – metaphone() function causing Apache segfaults
206664 – CVE-2006-4486 PHP integer overflows in Zend
206956 – CVE-2006-4484 PHP heap overflow in LWZReadByte
206959 – CVE-2006-3016 PHP session ID validation

6. RPMs required:

Red Hat Enterprise Linux AS version 3:

SRPMS:

ftp://updates.redhat.com/enterprise/3AS/en/os/SRPMS/php-4.3.2-36.ent.src.rpm

edff44ef2d5fc36ab6900bba1120e068
php-4.3.2-36.ent.src.rpm

i386:
584ed6c5ab8b79ecab9dd19d60912977 php-4.3.2-36.ent.i386.rpm
c4f358118f5c447f3c7e4847a6c3e02d

php-debuginfo-4.3.2-36.ent.i386.rpm
dedd72857ff105df8080240a42dfacbb
php-devel-4.3.2-36.ent.i386.rpm
63923c12457a2602f285b5a80b721b2a

php-imap-4.3.2-36.ent.i386.rpm
00990be4b10108922514cb1cd1352ed7
php-ldap-4.3.2-36.ent.i386.rpm
9515272828c140cf6c8f16e03892a754

php-mysql-4.3.2-36.ent.i386.rpm
ea38b76f0832ae1513462da3859a0f10
php-odbc-4.3.2-36.ent.i386.rpm
2336166a7a28071d1c5b54732baafd6f

php-pgsql-4.3.2-36.ent.i386.rpm

ia64:
6f144c3cec4dc0c9b86110564fcc5c9d php-4.3.2-36.ent.ia64.rpm
2b025e00a3c5dd5c7eee6c7dc941440b

php-debuginfo-4.3.2-36.ent.ia64.rpm
7dbcce0b93ec90a0f9bf26266ea03005
php-devel-4.3.2-36.ent.ia64.rpm
b7f3d137a2c6f684ec40c5db2e545649

php-imap-4.3.2-36.ent.ia64.rpm
ab1a38e08f2b98f6228e6a5a7dd4dd5d
php-ldap-4.3.2-36.ent.ia64.rpm
7112738d86235698f81c87a3b6c8560d

php-mysql-4.3.2-36.ent.ia64.rpm
dea0a87e0271ffffc17ab399f4dafdcb
php-odbc-4.3.2-36.ent.ia64.rpm
f1a5c80ff7abd140f46dea132b035eb7

php-pgsql-4.3.2-36.ent.ia64.rpm

ppc:
cbb9258b0fb1342e9aaf924b2438a33d php-4.3.2-36.ent.ppc.rpm
01d900800dfcba18d446b4cd3b8b05e6

php-debuginfo-4.3.2-36.ent.ppc.rpm
58703fc6b96540a32d6477f23d2b3f7e
php-devel-4.3.2-36.ent.ppc.rpm
2b477ce3471b043d111e7b9a0e22064d

php-imap-4.3.2-36.ent.ppc.rpm
f8361d2a9b03632eaa7065ed6941f331
php-ldap-4.3.2-36.ent.ppc.rpm
fdee67c3130764f62ea42f99610c3003

php-mysql-4.3.2-36.ent.ppc.rpm
da6e768f139e9e2b348ace754bb7f034
php-odbc-4.3.2-36.ent.ppc.rpm
eb7fda112c9fad1b4241f6a97154b525

php-pgsql-4.3.2-36.ent.ppc.rpm

s390:
848f7188171002b39aa48be3f4d022e9 php-4.3.2-36.ent.s390.rpm
29bb0af108b3749dbad0b3b6117e7301

php-debuginfo-4.3.2-36.ent.s390.rpm
744acd8d458f6ff29b1089a6378cef74
php-devel-4.3.2-36.ent.s390.rpm
2136e1f3ed3d630c5fff0d4fe6f770e3

php-imap-4.3.2-36.ent.s390.rpm
c165e7f225beb30e85b4b26d33b2e4f3
php-ldap-4.3.2-36.ent.s390.rpm
2ec51a35ce18bd174eeda3e7bef4c4ac

php-mysql-4.3.2-36.ent.s390.rpm
d4c41ddbef89597a147126d2a76f1bf8
php-odbc-4.3.2-36.ent.s390.rpm
969e01ee5bc227252166d3a57492157c

php-pgsql-4.3.2-36.ent.s390.rpm

s390x:
e701450dc668a270f87b8cc007ed96e4 php-4.3.2-36.ent.s390x.rpm
7874b2aee03cb4ba8256a3c6951a61a8

php-debuginfo-4.3.2-36.ent.s390x.rpm
c87c637224dc99eda797ab098ae63a7f
php-devel-4.3.2-36.ent.s390x.rpm
a45224aff57eea4694393293aab65fce

php-imap-4.3.2-36.ent.s390x.rpm
a682e7e64b8b4f3501f1b08f7f55d048
php-ldap-4.3.2-36.ent.s390x.rpm
2835bdb0892dc7da5a54963bddafbd44

php-mysql-4.3.2-36.ent.s390x.rpm
20952a6384917ea3dea0fc9455ec3c19
php-odbc-4.3.2-36.ent.s390x.rpm
d6bcfb1addc21005a597042e1f39d6b7

php-pgsql-4.3.2-36.ent.s390x.rpm

x86_64:
01e1ea894379472928e8ad77b6312dda php-4.3.2-36.ent.x86_64.rpm
8e4862625a63cc69d961cf17f1a8f9bc

php-debuginfo-4.3.2-36.ent.x86_64.rpm
36457735cbcb22ffaa2997618ef01982
php-devel-4.3.2-36.ent.x86_64.rpm
3254378cfd946649559dd22bf1b8886a

php-imap-4.3.2-36.ent.x86_64.rpm
726deefb3f99de5ecaa17f7919305267
php-ldap-4.3.2-36.ent.x86_64.rpm
7f49b8046b8d9c7ab07e1a379da6f4aa

php-mysql-4.3.2-36.ent.x86_64.rpm
73f464716cc6ac85942a0fc746ff3d9d
php-odbc-4.3.2-36.ent.x86_64.rpm
9642d324af0024e37c3bf587930699b2

php-pgsql-4.3.2-36.ent.x86_64.rpm

Red Hat Desktop version 3:

SRPMS:

ftp://updates.redhat.com/enterprise/3desktop/en/os/SRPMS/php-4.3.2-36.ent.src.rpm

edff44ef2d5fc36ab6900bba1120e068
php-4.3.2-36.ent.src.rpm

i386:
584ed6c5ab8b79ecab9dd19d60912977 php-4.3.2-36.ent.i386.rpm
c4f358118f5c447f3c7e4847a6c3e02d

php-debuginfo-4.3.2-36.ent.i386.rpm
dedd72857ff105df8080240a42dfacbb
php-devel-4.3.2-36.ent.i386.rpm
63923c12457a2602f285b5a80b721b2a

php-imap-4.3.2-36.ent.i386.rpm
00990be4b10108922514cb1cd1352ed7
php-ldap-4.3.2-36.ent.i386.rpm
9515272828c140cf6c8f16e03892a754

php-mysql-4.3.2-36.ent.i386.rpm
ea38b76f0832ae1513462da3859a0f10
php-odbc-4.3.2-36.ent.i386.rpm
2336166a7a28071d1c5b54732baafd6f

php-pgsql-4.3.2-36.ent.i386.rpm

x86_64:
01e1ea894379472928e8ad77b6312dda php-4.3.2-36.ent.x86_64.rpm
8e4862625a63cc69d961cf17f1a8f9bc

php-debuginfo-4.3.2-36.ent.x86_64.rpm
36457735cbcb22ffaa2997618ef01982
php-devel-4.3.2-36.ent.x86_64.rpm
3254378cfd946649559dd22bf1b8886a

php-imap-4.3.2-36.ent.x86_64.rpm
726deefb3f99de5ecaa17f7919305267
php-ldap-4.3.2-36.ent.x86_64.rpm
7f49b8046b8d9c7ab07e1a379da6f4aa

php-mysql-4.3.2-36.ent.x86_64.rpm
73f464716cc6ac85942a0fc746ff3d9d
php-odbc-4.3.2-36.ent.x86_64.rpm
9642d324af0024e37c3bf587930699b2

php-pgsql-4.3.2-36.ent.x86_64.rpm

Red Hat Enterprise Linux ES version 3:

SRPMS:

ftp://updates.redhat.com/enterprise/3ES/en/os/SRPMS/php-4.3.2-36.ent.src.rpm

edff44ef2d5fc36ab6900bba1120e068
php-4.3.2-36.ent.src.rpm

i386:
584ed6c5ab8b79ecab9dd19d60912977 php-4.3.2-36.ent.i386.rpm
c4f358118f5c447f3c7e4847a6c3e02d

php-debuginfo-4.3.2-36.ent.i386.rpm
dedd72857ff105df8080240a42dfacbb
php-devel-4.3.2-36.ent.i386.rpm
63923c12457a2602f285b5a80b721b2a

php-imap-4.3.2-36.ent.i386.rpm
00990be4b10108922514cb1cd1352ed7
php-ldap-4.3.2-36.ent.i386.rpm
9515272828c140cf6c8f16e03892a754

php-mysql-4.3.2-36.ent.i386.rpm
ea38b76f0832ae1513462da3859a0f10
php-odbc-4.3.2-36.ent.i386.rpm
2336166a7a28071d1c5b54732baafd6f

php-pgsql-4.3.2-36.ent.i386.rpm

ia64:
6f144c3cec4dc0c9b86110564fcc5c9d php-4.3.2-36.ent.ia64.rpm
2b025e00a3c5dd5c7eee6c7dc941440b

php-debuginfo-4.3.2-36.ent.ia64.rpm
7dbcce0b93ec90a0f9bf26266ea03005
php-devel-4.3.2-36.ent.ia64.rpm
b7f3d137a2c6f684ec40c5db2e545649

php-imap-4.3.2-36.ent.ia64.rpm
ab1a38e08f2b98f6228e6a5a7dd4dd5d
php-ldap-4.3.2-36.ent.ia64.rpm
7112738d86235698f81c87a3b6c8560d

php-mysql-4.3.2-36.ent.ia64.rpm
dea0a87e0271ffffc17ab399f4dafdcb
php-odbc-4.3.2-36.ent.ia64.rpm
f1a5c80ff7abd140f46dea132b035eb7

php-pgsql-4.3.2-36.ent.ia64.rpm

x86_64:
01e1ea894379472928e8ad77b6312dda php-4.3.2-36.ent.x86_64.rpm
8e4862625a63cc69d961cf17f1a8f9bc

php-debuginfo-4.3.2-36.ent.x86_64.rpm
36457735cbcb22ffaa2997618ef01982
php-devel-4.3.2-36.ent.x86_64.rpm
3254378cfd946649559dd22bf1b8886a

php-imap-4.3.2-36.ent.x86_64.rpm
726deefb3f99de5ecaa17f7919305267
php-ldap-4.3.2-36.ent.x86_64.rpm
7f49b8046b8d9c7ab07e1a379da6f4aa

php-mysql-4.3.2-36.ent.x86_64.rpm
73f464716cc6ac85942a0fc746ff3d9d
php-odbc-4.3.2-36.ent.x86_64.rpm
9642d324af0024e37c3bf587930699b2

php-pgsql-4.3.2-36.ent.x86_64.rpm

Red Hat Enterprise Linux WS version 3:

SRPMS:

ftp://updates.redhat.com/enterprise/3WS/en/os/SRPMS/php-4.3.2-36.ent.src.rpm

edff44ef2d5fc36ab6900bba1120e068
php-4.3.2-36.ent.src.rpm

i386:
584ed6c5ab8b79ecab9dd19d60912977 php-4.3.2-36.ent.i386.rpm
c4f358118f5c447f3c7e4847a6c3e02d

php-debuginfo-4.3.2-36.ent.i386.rpm
dedd72857ff105df8080240a42dfacbb
php-devel-4.3.2-36.ent.i386.rpm
63923c12457a2602f285b5a80b721b2a

php-imap-4.3.2-36.ent.i386.rpm
00990be4b10108922514cb1cd1352ed7
php-ldap-4.3.2-36.ent.i386.rpm
9515272828c140cf6c8f16e03892a754

php-mysql-4.3.2-36.ent.i386.rpm
ea38b76f0832ae1513462da3859a0f10
php-odbc-4.3.2-36.ent.i386.rpm
2336166a7a28071d1c5b54732baafd6f

php-pgsql-4.3.2-36.ent.i386.rpm

ia64:
6f144c3cec4dc0c9b86110564fcc5c9d php-4.3.2-36.ent.ia64.rpm
2b02

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis