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:           Tue Jan 29 13:07:36 UTC 2019

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
Update to 3.42

Changelog:
New Functionality:
 * Bug 818686 - Support XDG basedir specification

Notable changes:
 * Added support for some of the testcases from the Wycheproof project:
   - Bug 1508666 - Added AES-GCM test cases
   - Bug 1508673 - Added ChaCha20-Poly1305 test cases
   - Bug 1514999 - Added the Curve25519 test cases
   - Thanks to Jonas Allmann for adapting these tests.

Bugs fixed in NSS 3.42:
 * Bug 1490006 - Reject invalid CH.legacy_version in TLS 1.3
 * Bug 1507135 and Bug 1507174 - Add additional null checks to several CMS
   functions to fix a rare CMS crash. Thanks to Hanno Böck and Damian Poddebniak
   for the discovery and fixes.
 * Bug 1513913 - A fix for Solaris where Firefox 60 core dumps during start when
   using profile from version 52


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.92 -r1.93 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.161 pkgsrc/devel/nss/Makefile:1.162
--- pkgsrc/devel/nss/Makefile:1.161     Wed Dec 12 14:02:01 2018
+++ pkgsrc/devel/nss/Makefile   Tue Jan 29 13:07:36 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.161 2018/12/12 14:02:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.162 2019/01/29 13:07:36 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.41.0
+NSS_RELEASE=           3.42.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.92 pkgsrc/devel/nss/distinfo:1.93
--- pkgsrc/devel/nss/distinfo:1.92      Wed Dec 12 14:02:01 2018
+++ pkgsrc/devel/nss/distinfo   Tue Jan 29 13:07:36 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.92 2018/12/12 14:02:01 ryoon Exp $
+$NetBSD: distinfo,v 1.93 2019/01/29 13:07:36 ryoon Exp $
 
-SHA1 (nss-3.41.tar.gz) = 69c60e8d3190573dbcbc01f50e68e3ceb7d92522
-RMD160 (nss-3.41.tar.gz) = 5e095b56c8e5f17d9dda092305f2ae19dbd16b47
-SHA512 (nss-3.41.tar.gz) = b5a43fe86ded664002fd714c493d9222a64539cd6139b64720625d1742fec5100712cbe401c90c79196e9cbad9ec07d9b4f0f517ce34e4b207beaa3e01c9e114
-Size (nss-3.41.tar.gz) = 23319563 bytes
+SHA1 (nss-3.42.tar.gz) = 3797c794d5ca67ca04b7701dacbfcfe73e6ac2df
+RMD160 (nss-3.42.tar.gz) = 4b288c0d772e0af863f47bbcf92dde0e16f7812c
+SHA512 (nss-3.42.tar.gz) = ad22f4b2672b4f29c7dd5544cbb642d3ec4b451137ffde4f608ff7b9826c762caa885f4802e1df291d2067a291aae9ffa1cf7298af96e1c6afa019fc7c3935bd
+Size (nss-3.42.tar.gz) = 23416008 bytes
 SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index