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: Wed May 28 09:47:22 UTC 2025
Modified Files:
pkgsrc/devel/nss: Makefile distinfo
Log Message:
nss: update to 3.112.
Changes:
- Bug 1963792 <https://bugzilla.mozilla.org/show_bug.cgi?id=1963792> -
Fix alias for mac workers on try.
- Bug 1966786 <https://bugzilla.mozilla.org/show_bug.cgi?id=1966786> -
ensure all options can be configured with SSL_OptionSet and
SSL_OptionSetDefault.
- Bug 1931930 <https://bugzilla.mozilla.org/show_bug.cgi?id=1931930> -
ABI/API break in ssl certificate processing
- Bug 1955971 <https://bugzilla.mozilla.org/show_bug.cgi?id=1955971> -
remove unnecessary assertion in sec_asn1d_init_state_based_on_template.
- Bug 1965754 <https://bugzilla.mozilla.org/show_bug.cgi?id=1965754> -
update taskgraph to v14.2.1.
- Bug 1964358 <https://bugzilla.mozilla.org/show_bug.cgi?id=1964358> -
Workflow for automation of the release on GitHub when pushing a tag
- Bug 1952860 <https://bugzilla.mozilla.org/show_bug.cgi?id=1952860> -
fix faulty assertions in SEC_ASN1DecoderUpdate
- Bug 1934877 <https://bugzilla.mozilla.org/show_bug.cgi?id=1934877> -
Renegotiations should use a fresh ECH GREASE buffer.
- Bug 1951396 <https://bugzilla.mozilla.org/show_bug.cgi?id=1951396> -
update taskgraph to v14.1.1
- Bug 1962503 <https://bugzilla.mozilla.org/show_bug.cgi?id=1962503> -
Partial fix for ACVP build CI job
- Bug 1961827 <https://bugzilla.mozilla.org/show_bug.cgi?id=1961827> -
Initialize find in sftk_searchDatabase.
- Bug 1963121 <https://bugzilla.mozilla.org/show_bug.cgi?id=1963121> -
Add clang-18 to extra builds.
- Bug 1963044 <https://bugzilla.mozilla.org/show_bug.cgi?id=1963044> -
Fault tolerant git fetch for fuzzing.
- Bug 1962556 <https://bugzilla.mozilla.org/show_bug.cgi?id=1962556> -
Tolerate intermittent failures in ssl_policy_pkix_ocsp.
- Bug 1962770 <https://bugzilla.mozilla.org/show_bug.cgi?id=1962770> -
fix compiler warnings when DEBUG_ASN1D_STATES or CMSDEBUG are set.
- Bug 1961835 <https://bugzilla.mozilla.org/show_bug.cgi?id=1961835> -
fix content type tag check in NSS_CMSMessage_ContainsCertsOrCrls.
- Bug 1963102 <https://bugzilla.mozilla.org/show_bug.cgi?id=1963102> -
Remove Cryptofuzz CI version check
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.191 -r1.192 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.277 pkgsrc/devel/nss/Makefile:1.278
--- pkgsrc/devel/nss/Makefile:1.277 Thu Apr 17 21:50:30 2025
+++ pkgsrc/devel/nss/Makefile Wed May 28 09:47:22 2025
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.277 2025/04/17 21:50:30 wiz Exp $
+# $NetBSD: Makefile,v 1.278 2025/05/28 09:47:22 wiz Exp $
#
# release notes
# https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
DISTNAME= nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE= 3.110.0
-PKGREVISION= 1
+NSS_RELEASE= 3.112.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.191 pkgsrc/devel/nss/distinfo:1.192
--- pkgsrc/devel/nss/distinfo:1.191 Sun Mar 30 07:49:45 2025
+++ pkgsrc/devel/nss/distinfo Wed May 28 09:47:22 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.191 2025/03/30 07:49:45 wiz Exp $
+$NetBSD: distinfo,v 1.192 2025/05/28 09:47:22 wiz Exp $
-BLAKE2s (nss-3.110.tar.gz) = 7ab1fbdc3e8a87d768523a79066837e793fc133b27bca3495442f6f0fc5ecebe
-SHA512 (nss-3.110.tar.gz) = f8f573d3c4776d86ca8951962370ca2f471e2a8f65d79557e6108cb514b8fc80cff49a6f144d711743455082172b3727a34f767d4830bcd7d21dd13a1a194bb8
-Size (nss-3.110.tar.gz) = 76616684 bytes
+BLAKE2s (nss-3.112.tar.gz) = 3b01753731ec87b4c3df2583fb27e0a67815d38261d54a7c61d56f2ec9d35460
+SHA512 (nss-3.112.tar.gz) = 564ae4ded323d7213f224673b0ddc584dcfae71bbdd139310854e547d9ba2877ba45462da49f71ea2fae72caea1cf10fa51d9dfef656a21957256cadc5fa4b35
+Size (nss-3.112.tar.gz) = 76620428 bytes
SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0
Home |
Main Index |
Thread Index |
Old Index