Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (03930b44f3a864f95ced2f275c9a1f8437950ab0)
  • Date: Tue, 23 Jan 2024 17:56:50 +0000

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

crypto/nss/DETAILS | 3 +++
crypto/nss/HISTORY | 5 ++++-
crypto/nss/PREPARE | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)

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

crypto/nss: added 3.97 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 07e5175..decf825 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -108,6 +108,9 @@ case $NSS_BRANCH in
VERSION=3.96.1

SOURCE_HASH=sha512:fe8baefa767b711a108aafdb496a45d15d2296c3bdd0b1e4389c49197d1cf5365872ee41c23b6823285803887c74538d13347af87d64750551e9cbc87a9cb338
;;
+ 3.97)
+ VERSION=3.97
+
SOURCE_HASH=sha512:1ad6ac6ff626dc187f42b313c1088ef4b4ac0ee3e156d37824c36e778faa977e8f132302ac00d74aa8f9903e791a0fee6cecb5244d2601e0825cc125b6f33d6a
esac
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/$SOURCE
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 6b68d71..5f92e55 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2024-01-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.97 branch
+
2023-12-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.96.1

@@ -9,7 +12,7 @@
* DETAILS: version 3.94
* PREPARE: added 3.94 branch

-2023-09-09 Pavel Vinogradov <public AT sorcemage.org>
+2023-09-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: added 3.93 branch

2023-07-27 Pavel Vinogradov <public AT sourcemage.org>
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index acfe167..b99dc44 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&&
+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 &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (03930b44f3a864f95ced2f275c9a1f8437950ab0), Pavel Vinogradov, 01/23/2024

Archive powered by MHonArc 2.6.24.

Top of Page