Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0040a2f4ee5852c1ca9016e93c40e3e37d6133f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0040a2f4ee5852c1ca9016e93c40e3e37d6133f9)
  • Date: Wed, 16 Sep 2026 01:36:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

crypto/nss/DETAILS | 4 ++++
crypto/nss/HISTORY | 3 +++
crypto/nss/PREPARE | 1 +
3 files changed, 8 insertions(+)

New commits:
commit 0040a2f4ee5852c1ca9016e93c40e3e37d6133f9
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/nss: added 3.129 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index aee0bb4..41a1231 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -235,6 +235,10 @@ case $NSS_BRANCH in
(3.128)
VERSION=3.128

SOURCE_HASH="sha256:70ea638f4e4fc341b24782ef9af6d88a2d3280ef5e46736748411fe8ca586351:UPSTREAM_HASH"
+ ;;
+ (3.129)
+ VERSION=3.129
+
SOURCE_HASH="sha256:38baa3b0a18a3f674843473b549753c96419a0151abd1e7a9b214ce0493d0785:UPSTREAM_HASH"
esac
VERSIONX="${VERSION//./_}"
if [[ "${VERSION}" == "3.119.1" ]]; then
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 318efad..2d07d49 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2026-09-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.129 branch
+
2026-09-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: balanced parenthesis

diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index 605be12..209340b 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -59,6 +59,7 @@ prepare_select_branch DEFAULT \
3.126 \
3.127 \
3.128 \
+ 3.129 \
&&

if [[ -z "$NSS_BRANCH" ]] || [[ "$NSS_BRANCH" == "DEFAULT" ]]; then


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0040a2f4ee5852c1ca9016e93c40e3e37d6133f9), Pavel Vinogradov, 09/15/2026

Archive powered by MHonArc 2.6.24.

Top of Page