pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Mar 31 23:39:52 UTC 2017

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
Update to 3.30

Changelog:
New in NSS 3.30:
================
* In the PKCS#11 root CA module (nssckbi), CAs with positive trust are
marked with a new boolean attribute, CKA_NSS_MOZILLA_CA_POLICY, set to
true. Applications that need to distinguish them from other other root CAs
may use the exported function PK11_HasAttributeSet.
* Support for callback functions that can be used to monitor SSL/TLS alerts
that are sent or received.

Notable Changes:
================
* The TLS server code has been enhanced to support session tickets when no
RSA certificate is configured.
* RSA-PSS signatures produced by key pairs with a modulus bit length that
is not a multiple of 8 are now supported.
* The pk12util tool now supports importing and exporting data encrypted in
the AES based schemes defined in PKCS#5 v2.1.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/nss/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.131 pkgsrc/devel/nss/Makefile:1.132
--- pkgsrc/devel/nss/Makefile:1.131     Tue Mar  7 20:53:22 2017
+++ pkgsrc/devel/nss/Makefile   Fri Mar 31 23:39:52 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.131 2017/03/07 20:53:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.132 2017/03/31 23:39:52 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.29.3
+NSS_RELEASE=           3.30.0
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.70 pkgsrc/devel/nss/distinfo:1.71
--- pkgsrc/devel/nss/distinfo:1.70      Tue Mar  7 20:53:22 2017
+++ pkgsrc/devel/nss/distinfo   Fri Mar 31 23:39:52 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.70 2017/03/07 20:53:22 ryoon Exp $
+$NetBSD: distinfo,v 1.71 2017/03/31 23:39:52 ryoon Exp $
 
-SHA1 (nss-3.29.3.tar.gz) = d96e14b204ea43cb78f65ed12894bec04f4653e4
-RMD160 (nss-3.29.3.tar.gz) = a18187186fa641145a11f6094d1b7ea18e8fda2d
-SHA512 (nss-3.29.3.tar.gz) = eebc479521dc4e64565929620f60bf457875a2b21d7b5dc2b67f4e4279bfb1a814c31a7b17638052cec44ede9fb686a3ff776cd2239271142100e0fd5f769519
-Size (nss-3.29.3.tar.gz) = 7479458 bytes
+SHA1 (nss-3.30.tar.gz) = 58bcab5b9d5a28dc640e9bf5e7f44460f0db9512
+RMD160 (nss-3.30.tar.gz) = 4f930c63285c103ef8675b5023a1748bd3662e9d
+SHA512 (nss-3.30.tar.gz) = c21e9b5e4b689ea8cbc6f4d7913df43e2a78c4435e0ce092f2ce00e46079ce2268e17ec8527b283ac69eff3d96ff0165a5b42b6579bfe0a720115ff2938260d3
+Size (nss-3.30.tar.gz) = 9500552 bytes
 SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f



Home | Main Index | Thread Index | Old Index