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:           Wed Feb  5 03:31:58 UTC 2020

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: Update to 4.49.2

Changelog:
No new functionality is introduced in this release. This release fixes several
issues:

 - Bug 1606992 - Cache the most recent PBKDF1 password hash, to speed up
repeated SDR
   operations when using profiles using that hash. This is covering additional
cases
   not covered by NSS 3.49.1, important with the increased KDF iteration
counts.
 - Bug 1608327 - Fix compilation problems with NEON-specific code in freebl
 - Bug 1608895 - Fix a taskcluster issue with Python 2 / Python 3

NSS 3.49.2 requires NSPR 4.24 or newer.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.105 -r1.106 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.177 pkgsrc/devel/nss/Makefile:1.178
--- pkgsrc/devel/nss/Makefile:1.177     Tue Jan 14 12:58:08 2020
+++ pkgsrc/devel/nss/Makefile   Wed Feb  5 03:31:58 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.177 2020/01/14 12:58:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.178 2020/02/05 03:31:58 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.49.1
+NSS_RELEASE=           3.49.2
 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.105 pkgsrc/devel/nss/distinfo:1.106
--- pkgsrc/devel/nss/distinfo:1.105     Tue Jan 14 12:58:08 2020
+++ pkgsrc/devel/nss/distinfo   Wed Feb  5 03:31:58 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.105 2020/01/14 12:58:08 ryoon Exp $
+$NetBSD: distinfo,v 1.106 2020/02/05 03:31:58 ryoon Exp $
 
-SHA1 (nss-3.49.1.tar.gz) = aba002b9f4b720fb95f511460594cc4a19201577
-RMD160 (nss-3.49.1.tar.gz) = 5b75a436006fdaf7aecc9312f2cca4b52cd41bb8
-SHA512 (nss-3.49.1.tar.gz) = e463c9d71537ac30dbd2998cbdbc0cadc734768a6f3a316c57b6a6d01ad6d26ca732dff65e9c88555a834ae7d71fc857e4cbc1799438069f544a1e27f75985e8
-Size (nss-3.49.1.tar.gz) = 76489134 bytes
+SHA1 (nss-3.49.2.tar.gz) = 08858e0fe80f0bed02e9c7e190e6bb9c2a505b8b
+RMD160 (nss-3.49.2.tar.gz) = 399b135e79e881d7d0e9fc6a198f2d3f8d46d227
+SHA512 (nss-3.49.2.tar.gz) = fe0fe032db15853384a50b145dd6f3187a855109f0b81f1846312d33f8c628aededcbca4d199f974ae52530aec3f2312f80afbca3e5b97ed1ff96fcffafd2881
+Size (nss-3.49.2.tar.gz) = 76489641 bytes
 SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index