Skip to Content.
Sympa Menu

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

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 (cefdfb2287884294ed747a3edaa9208a0535608e)
  • Date: Tue, 24 Mar 2026 19:54:21 +0000

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

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

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

crypto/nss: added 3.122 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 12afea1..2342ad0 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -207,6 +207,10 @@ case $NSS_BRANCH in
3.121)
VERSION=3.121

SOURCE_HASH=sha512:799cfb07bb806d3ab2786f7f1e88aa20ad490a0021a931b9382c08b08b6e6728367768335b05e15229f134275ee27ff153afaad78f07b394ef4c0b0e554e130c
+ ;;
+ 3.122)
+ VERSION=3.122
+
SOURCE_HASH=sha512:53847c2de0e4608b387d5688ecf005a2a78da67408bda31f522539306816e25580d6046656cd5bb7fb9642feb625a904a17d3102573be96a9fd8b46e14037ff7
esac
VERSIONX="${VERSION//./_}"
if [[ "${VERSION}" == "3.119.1" ]]; then
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index b050f9b..a7e51dc 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2026-03-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.122 branch
+
2026-02-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: added 3.121 branch

diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index d45902f..74b7090 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch DEFAULT 3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78
3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 3.93
3.94 3.95 3.96 3.97 3.98 3.99 3.100 3.101 3.102 3.103 3.104 3.105 3.106 3.107
3.108 3.109 3.110 3.111 3.112 3.113 3.114 3.115 3.116 3.117 3.118 3.119
3.120 3.121 &&
+prepare_select_branch DEFAULT 3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78
3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 3.93
3.94 3.95 3.96 3.97 3.98 3.99 3.100 3.101 3.102 3.103 3.104 3.105 3.106 3.107
3.108 3.109 3.110 3.111 3.112 3.113 3.114 3.115 3.116 3.117 3.118 3.119
3.120 3.121 3.122 &&

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


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cefdfb2287884294ed747a3edaa9208a0535608e), Pavel Vinogradov, 03/24/2026

Archive powered by MHonArc 2.6.24.

Top of Page