diff options
Diffstat (limited to 'extra/nss/PKGBUILD')
-rw-r--r-- | extra/nss/PKGBUILD | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/extra/nss/PKGBUILD b/extra/nss/PKGBUILD index b08a21be8..f3fc7743b 100644 --- a/extra/nss/PKGBUILD +++ b/extra/nss/PKGBUILD @@ -1,36 +1,32 @@ -# $Id: PKGBUILD 145700 2011-12-28 10:05:27Z jgc $ +# $Id: PKGBUILD 151237 2012-02-25 09:44:20Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=nss -pkgver=3.13.1 -pkgrel=2 +pkgver=3.13.3 +pkgrel=1 pkgdesc="Mozilla Network Security Services" arch=(i686 x86_64 'mips64el') url="http://www.mozilla.org/projects/security/pki/nss/" license=('MPL' 'GPL') -_nsprver=4.8.9 +_nsprver=4.9 depends=("nspr>=${_nsprver}" 'sqlite3' 'zlib' 'sh') makedepends=('perl') -replaces=('nss-nspr') options=('!strip') -source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_WITH_CKBI_1_88_RTM/src/${pkgname}-${pkgver}.with.ckbi.1.88.tar.gz - bug702090.patch +source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}/src/${pkgname}-${pkgver}.tar.gz nss-no-rpath.patch nss.pc.in nss-config.in add_spi+cacert_ca_certs.patch ssl-renegotiate-transitional.patch) -sha1sums=('ebc0258c8d1a3c2fe80941bd991b766552464fc6' - '057dd510ba567d344e705062436a786beb5592b6' +sha1sums=('6b8b92d3de893ae67dc04ce9a14ab5c9495dd4a6' 'c8fcdb153af9d39689243119adb475905a657284' 'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd' 'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c' - '11e4980911a1fe7142264e9b783b89abdc750c5d' + '3d89f29e321d7df7269b7ae6d219654543feaa6a' '8a964a744ba098711b80c0d279a2993524e8eb92') build() { cd "${srcdir}/${pkgname}-${pkgver}/mozilla" - patch -Np2 -i "${srcdir}/bug702090.patch" # Adds the SPI Inc. and CAcert.org CA certificates - patch from Debian, modified to apply on certdata.txt only patch -Np2 -i "${srcdir}/add_spi+cacert_ca_certs.patch" # Adds transitional SSL renegotiate support - patch from Debian |