updated lib32-nss to version 3.12.10

This commit is contained in:
Giuseppe 2011-10-16 14:37:31 +00:00
parent 843376c155
commit 67232c93e9

View File

@ -5,8 +5,8 @@
_pkgbasename=nss
pkgname=lib32-$_pkgbasename
pkgver=3.12.9
pkgrel=2
pkgver=3.12.10
pkgrel=1
pkgdesc="Mozilla's Netscape Security Services Library that implements PKI support (32-bit)"
arch=('x86_64')
url="http://www.mozilla.org/projects/security/pki/nss/"
@ -20,7 +20,7 @@ source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/s
add_spi+cacert_ca_certs.patch
ssl-renegotiate-transitional.patch)
options=('!strip')
md5sums=('bd32f183ca28440c1744650be31a9ccc'
md5sums=('027954e894f02732f4e66cd854261145'
'e5c97db0c884d5f4cfda21e562dc9bba'
'c547b030c57fe1ed8b77c73bf52b3ded'
'7f39c19b1dfd62d7db7d8bf19f156fed'
@ -35,6 +35,9 @@ build() {
# Removes rpath
patch -Np0 -i "${srcdir}/nss-no-rpath.patch"
# copy linux 2.6 to linux 3.0
cp mozilla/security/coreconf/Linux2.6.mk mozilla/security/coreconf/Linux3.0.mk
make -C mozilla/security/nss/lib/ckfw/builtins generate
unset CFLAGS