diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-05-25 19:25:11 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-05-26 08:59:24 +0200 |
commit | 527c5d86709812aa2f0cce564af1ff0b2790a611 (patch) | |
tree | ef0f88e019d4cf49ef13cb31187584c71b43c05d /nss | |
parent | 9dd4a133c8d7cf42c450a2d4de50881f864380f7 (diff) | |
download | opt-527c5d86709812aa2f0cce564af1ff0b2790a611.tar.gz opt-527c5d86709812aa2f0cce564af1ff0b2790a611.tar.xz |
nss: updated to 3.12.3.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/.footprint | 2 | ||||
-rw-r--r-- | nss/.md5sum | 2 | ||||
-rw-r--r-- | nss/Pkgfile | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/nss/.footprint b/nss/.footprint index c1446314b..e0819048f 100644 --- a/nss/.footprint +++ b/nss/.footprint @@ -54,6 +54,7 @@ drwxr-xr-x root/root usr/include/nss/ -rw-r--r-- root/root usr/include/nss/nsslocks.h -rw-r--r-- root/root usr/include/nss/nssrwlk.h -rw-r--r-- root/root usr/include/nss/nssrwlkt.h +-rw-r--r-- root/root usr/include/nss/nssutil.h -rw-r--r-- root/root usr/include/nss/ocsp.h -rw-r--r-- root/root usr/include/nss/ocspt.h -rw-r--r-- root/root usr/include/nss/p12.h @@ -100,7 +101,6 @@ drwxr-xr-x root/root usr/include/nss/ -rw-r--r-- root/root usr/include/nss/sslproto.h -rw-r--r-- root/root usr/include/nss/sslt.h -rw-r--r-- root/root usr/include/nss/utilrename.h --rw-r--r-- root/root usr/include/nss/watcomfx.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcrmf.a -rw-r--r-- root/root usr/lib/libfreebl3.chk diff --git a/nss/.md5sum b/nss/.md5sum index 69ca89e82..7a7b8ebfb 100644 --- a/nss/.md5sum +++ b/nss/.md5sum @@ -1,2 +1,2 @@ -917f4e05f3982bd7fceaede197f0e1d4 nss-3.12.tar.gz +ecb7079ba4ebcf29b7716775384f1f18 nss-3.12.3.tar.bz2 17226659298a9d9bb3f323186d220f6f nss-config.in diff --git a/nss/Pkgfile b/nss/Pkgfile index c7febcc11..aee9aece5 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -4,13 +4,13 @@ # Depends on: nspr sqlite3 name=nss -version=3.12.0 +version=3.12.3 release=1 -source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_RTM/src/$name-3.12.tar.gz \ +source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_3_RTM/src/$name-3.12.3.tar.bz2 \ nss-config.in) build() { - cd $name-${version%.*} + cd $name-$version local file |