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:   wiz
Date:           Mon Jun 28 08:48:20 UTC 2021

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.67.

Bugs fixed:
* Bug 1683710 - Add a means to disable ALPN.
* Bug 1715720 - Fix nssckbi version number in NSS 3.67 (was supposed to be incremented in 3.66).
* Bug 1714719 - Set NSS_USE_64 on riscv64 target when using GYP/Ninja.
* Bug 1566124 - Fix counter increase in ppc-gcm-wrap.c.
* Bug 1566124 - Fix AES_GCM mode on ppc64le for messages of length more than 255-byte.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.132 -r1.133 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.208 pkgsrc/devel/nss/Makefile:1.209
--- pkgsrc/devel/nss/Makefile:1.208     Fri Jun  4 09:58:03 2021
+++ pkgsrc/devel/nss/Makefile   Mon Jun 28 08:48:20 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.208 2021/06/04 09:58:03 wiz Exp $
+# $NetBSD: Makefile,v 1.209 2021/06/28 08:48:20 wiz Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.66.0
+NSS_RELEASE=           3.67.0
 CATEGORIES=            devel 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.132 pkgsrc/devel/nss/distinfo:1.133
--- pkgsrc/devel/nss/distinfo:1.132     Fri Jun  4 09:58:03 2021
+++ pkgsrc/devel/nss/distinfo   Mon Jun 28 08:48:20 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.132 2021/06/04 09:58:03 wiz Exp $
+$NetBSD: distinfo,v 1.133 2021/06/28 08:48:20 wiz Exp $
 
-SHA1 (nss-3.66.tar.gz) = c0d452f828e16e3345e891fe2bd016250f1b51e1
-RMD160 (nss-3.66.tar.gz) = f7e821dfd8767e2064e8071116b582972295b026
-SHA512 (nss-3.66.tar.gz) = 327129cb065a8c19246e081e3cbc4798c81dc52eab6ee366eade151e9d308990592075c52a7c672165725fd855a0c539d56a803c26ef066561c584d693e0e467
-Size (nss-3.66.tar.gz) = 82401896 bytes
+SHA1 (nss-3.67.tar.gz) = 9cccf98f0476905c0d863a6b2cb08a1955482241
+RMD160 (nss-3.67.tar.gz) = e32b0e90e4b3d4d92e613b905252e725554e685d
+SHA512 (nss-3.67.tar.gz) = 1d3fa3fafbf3e54c9c3b54b0b3c291aebb48542380a1b704fa07359d3cefab93f166b31928c9db190ed58118e289e67ce8aa1619e4219d69b2c098484a22bc9d
+Size (nss-3.67.tar.gz) = 82402188 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index