From 9e8a6563746e45291c41bee74255c9cdd5900d8c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 8 May 2015 13:33:42 +0200 Subject: [PATCH] nss: updated to 3.18.1 --- nss/.footprint | 1 + nss/.md5sum | 2 +- nss/Pkgfile | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/nss/.footprint b/nss/.footprint index 94872b2..987a77e 100644 --- a/nss/.footprint +++ b/nss/.footprint @@ -74,6 +74,7 @@ drwxr-xr-x root/root usr/include/nss/ -rw-r--r-- root/root usr/include/nss/pkcs11u.h -rw-r--r-- root/root usr/include/nss/pkcs12.h -rw-r--r-- root/root usr/include/nss/pkcs12t.h +-rw-r--r-- root/root usr/include/nss/pkcs1sig.h -rw-r--r-- root/root usr/include/nss/pkcs7t.h -rw-r--r-- root/root usr/include/nss/portreg.h -rw-r--r-- root/root usr/include/nss/preenc.h diff --git a/nss/.md5sum b/nss/.md5sum index c7a15f0..0a1cebe 100644 --- a/nss/.md5sum +++ b/nss/.md5sum @@ -1,3 +1,3 @@ -949c05c91391907c8857abcbd7048788 nss-3.16.3.tar.gz +f2565ffe041181ef8ff61c71088b4fa0 nss-3.18.1.tar.gz 17226659298a9d9bb3f323186d220f6f nss-config.in 4bb2893f773bb168271521e654861e29 nss.pc.in diff --git a/nss/Pkgfile b/nss/Pkgfile index c90dd52..b600106 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -5,9 +5,9 @@ # Depends on: nspr sqlite3 name=nss -version=3.16.3 +version=3.18.1 release=1 -source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_3_RTM/src/$name-$version.tar.gz \ +source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_18_1_RTM/src/$name-$version.tar.gz \ nss-config.in nss.pc.in) build() { @@ -55,12 +55,14 @@ build() { NSS_LIBS=`$PKG/usr/bin/nss-config --libs` NSS_CFLAGS=`$PKG/usr/bin/nss-config --cflags` + NSPR_VERSION=`pkg-config --modversion nspr` sed $SRC/nss.pc.in \ -e "s,%libdir%,/usr/lib," \ -e "s,%prefix%,/usr," \ -e "s,%exec_prefix%,/usr/bin," \ -e "s,%includedir%,/usr/include/nss," \ -e "s,%NSS_VERSION%,$version," \ + -e "s,%NSPR_VERSION%,$NSPR_VERSION," \ -e "s,%FULL_NSS_LIBS%,$NSS_LIBS," \ -e "s,%FULL_NSS_CFLAGS%,$NSS_CFLAGS," > \ $PKG/usr/lib/pkgconfig/nss.pc -- 2.26.2