[arch-commits] Commit in nss/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Dec 28 08:36:30 UTC 2012


    Date: Friday, December 28, 2012 @ 03:36:29
  Author: andyrtr
Revision: 173932

upgpkg: nss 3.14.1-1

upstream update 3.14.1

Modified:
  nss/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-28 07:40:52 UTC (rev 173931)
+++ PKGBUILD	2012-12-28 08:36:29 UTC (rev 173932)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=nss
-pkgver=3.14
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/"
 license=('MPL' 'GPL')
-_nsprver=4.9.3
+_nsprver=4.9.4
 depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh')
 makedepends=('perl')
 options=('!strip')
@@ -17,7 +17,7 @@
         nss-config.in
         ssl-renegotiate-transitional.patch
         add_spi+cacert_ca_certs.patch)
-sha1sums=('ace3642fb2ca67854ea7075d053ca01a6d81e616'
+sha1sums=('764773e869aaee314e6f3ca675e04c55075d88a8'
           'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
           'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'
           '8a964a744ba098711b80c0d279a2993524e8eb92'
@@ -36,9 +36,14 @@
   sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' \
       -i security/coreconf/rules.mk
 
+
+  # see https://bugzilla.mozilla.org/show_bug.cgi?id=683266 - this step can be dropped now
+  # CaCert Wiki page should be updated to reflect these changes how to add the certificates
+  # for now the first patch should still do it
+  
   # Generate certdata.c from certdata.txt
-  cd security/nss/lib/ckfw/builtins
-  make generate
+  #  cd security/nss/lib/ckfw/builtins
+  #  make generate
 
   cd "${srcdir}/${pkgname}-${pkgver}"
   export BUILD_OPT=1




More information about the arch-commits mailing list