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:           Thu Apr 28 11:15:55 UTC 2022

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.78.

Change:

- Bug 1755264 - Added TLS 1.3 zero-length inner plaintext checks
  and tests, zero-length record/fragment handling tests.
- Bug 1294978 - Reworked overlong record size checks and added
  TLS1.3 specific boundaries.
- Bug 1763120 - Add ECH Grease Support to tstclnt
- Bug 1765003 - Add a strict variant of moz::pkix::CheckCertHostname.
- Bug 1166338 - Change SSL_REUSE_SERVER_ECDHE_KEY default to false.
- Bug 1760813 - Make SEC_PKCS12EnableCipher succeed
- Bug 1762489 - Update zlib in NSS to 1.2.12.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.151 -r1.152 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.227 pkgsrc/devel/nss/Makefile:1.228
--- pkgsrc/devel/nss/Makefile:1.227     Mon Apr 18 19:10:53 2022
+++ pkgsrc/devel/nss/Makefile   Thu Apr 28 11:15:55 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.227 2022/04/18 19:10:53 adam Exp $
+# $NetBSD: Makefile,v 1.228 2022/04/28 11:15:55 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.77.0
-PKGREVISION=           2
+NSS_RELEASE=           3.78.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.151 pkgsrc/devel/nss/distinfo:1.152
--- pkgsrc/devel/nss/distinfo:1.151     Thu Apr  7 22:58:23 2022
+++ pkgsrc/devel/nss/distinfo   Thu Apr 28 11:15:55 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.151 2022/04/07 22:58:23 ryoon Exp $
+$NetBSD: distinfo,v 1.152 2022/04/28 11:15:55 wiz Exp $
 
-BLAKE2s (nss-3.77.tar.gz) = 3565c858677fbccb6b773125b34e2e8cb3e83b45bdd68f05ebfa12c32af11d8e
-SHA512 (nss-3.77.tar.gz) = bd62eeb8f90ecd2d3999fd78fea6652736c02a6530f29e98d0cad0707f3b901b30409132eb6a6d53b9f5c05c6b464615a946a2a3e255553c793e44d0ed93179e
-Size (nss-3.77.tar.gz) = 84592839 bytes
+BLAKE2s (nss-3.78.tar.gz) = e3b30ce133b04083ff98468d2f4285ce2f740249194e52b86744d4098819f952
+SHA512 (nss-3.78.tar.gz) = ab54d838f41f963fdd4b87477b1e769186ae1f138f7c5d764cd6873be4791146d14dcc85697a2ca92e08f3bfcbeb61d64e26e7b5398095272c18a8196d43ac6c
+Size (nss-3.78.tar.gz) = 84815720 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index