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 Jan  5 23:17:49 UTC 2023

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.87.

Changes:
   - Bug 1803226 - NULL password encoding incorrect.
   - Bug 1804071 - Fix rng stub signature for fuzzing builds.
   - Bug 1803595 - Updating the compiler parsing for build.
   - Bug 1749030 - Modification of supported compilers.
   - Bug 1774654 tstclnt crashes when accessing gnutls server
     without a user cert in the database.
   - Bug 1751707 - Add configuration option to enable source-based
     coverage sanitizer.
   - Bug 1751705 - Update ECCKiila generated files.
   - Bug 1730353 - Add support for the LoongArch 64-bit architecture.
   - Bug 1798823 - add checks for zero-length RSA modulus to avoid
     memory errors and failed assertions later.
   - Bug 1798823 - Additional zero-length RSA modulus checks.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.162 -r1.163 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.240 pkgsrc/devel/nss/Makefile:1.241
--- pkgsrc/devel/nss/Makefile:1.240     Thu Dec  8 23:39:31 2022
+++ pkgsrc/devel/nss/Makefile   Thu Jan  5 23:17:49 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.240 2022/12/08 23:39:31 wiz Exp $
+# $NetBSD: Makefile,v 1.241 2023/01/05 23:17:49 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.86.0
+NSS_RELEASE=           3.87.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.162 pkgsrc/devel/nss/distinfo:1.163
--- pkgsrc/devel/nss/distinfo:1.162     Thu Dec  8 23:39:31 2022
+++ pkgsrc/devel/nss/distinfo   Thu Jan  5 23:17:49 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.162 2022/12/08 23:39:31 wiz Exp $
+$NetBSD: distinfo,v 1.163 2023/01/05 23:17:49 wiz Exp $
 
-BLAKE2s (nss-3.86.tar.gz) = 975302cc057b0a0117c46aafdcea8af20117ff75ebd56c3113f72a13f20940c8
-SHA512 (nss-3.86.tar.gz) = c09aeb52d7898617b65a1090cbdd29f6457eff2ebdc61aadb2dbf7b5044eae010ee5eeea729825f1258902936a61a1bff552ee9b26b2f01e5d448bbd8791d1cb
-Size (nss-3.86.tar.gz) = 71423531 bytes
+BLAKE2s (nss-3.87.tar.gz) = 55f9db70bbb3f770ff9650b38a97fb4a68787415b975082b15f001483b090988
+SHA512 (nss-3.87.tar.gz) = 4ec7b94e537df109638b821f3a7e3b7bf31d89c3739a6e4c85cad4fab876390ae482971d6f66198818400f467661e86f39dc1d2a4a88077fd81e3a0b7ed64110
+Size (nss-3.87.tar.gz) = 71435408 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index