Skip to Content.
Sympa Menu

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

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 (f10aaeff3b48e6edf44fc487c238810ac6d71cf1)
  • Date: Fri, 1 Apr 2022 21:55:59 +0000

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

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

New commits:
commit f10aaeff3b48e6edf44fc487c238810ac6d71cf1
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

crypto/nss: added 3.77 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index b98b650..15fb83d 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -124,6 +124,10 @@ case $NSS_BRANCH in
3.76)
VERSION=3.76

SOURCE_HASH=sha512:ffbdd8a27f60b796e1204912cde2fa62ac99747ce550258ccdd6fe96d60a46c6ac3f82758a7aba3c7ee58da4e7bf09f1bf817fb9f0fa4e62faaea08a6301b8bd
+ ;;
+ 3.77)
+ VERSION=3.77
+
SOURCE_HASH=sha512:bd62eeb8f90ecd2d3999fd78fea6652736c02a6530f29e98d0cad0707f3b901b30409132eb6a6d53b9f5c05c6b464615a946a2a3e255553c793e44d0ed93179e
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 c22f508..1201853 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.77 branch
+
2022-03-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: added 3.76 branch

diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index 0411a05..065ba77 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch DEFAULT 3.17 3.20 3.45 3.46 3.47 3.48 3.49 3.51 3.53
3.54 3.55 3.56 3.57 3.58 3.59 3.60 3.61 3.62 3.63 3.65 3.66 3.67 3.68 3.69
3.70 3.71 3.72 3.73 3.74 3.75 3.76 &&
+prepare_select_branch DEFAULT 3.17 3.20 3.45 3.46 3.47 3.48 3.49 3.51 3.53
3.54 3.55 3.56 3.57 3.58 3.59 3.60 3.61 3.62 3.63 3.65 3.66 3.67 3.68 3.69
3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f10aaeff3b48e6edf44fc487c238810ac6d71cf1), Pavel Vinogradov, 04/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page