Skip to Content.
Sympa Menu

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

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 (135d61b28a794f07a3b0208e2b8ff5368a5ce44f)
  • Date: Wed, 14 Jul 2021 18:59:06 +0000

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

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

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

crypto/nss: added 3.68 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 9a94588..1f4ba09 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -89,6 +89,9 @@ case $NSS_BRANCH in
VERSION=3.67

SOURCE_HASH=sha512:1d3fa3fafbf3e54c9c3b54b0b3c291aebb48542380a1b704fa07359d3cefab93f166b31928c9db190ed58118e289e67ce8aa1619e4219d69b2c098484a22bc9d
;;
+ 3.68)
+ VERSION=3.68
+
SOURCE_HASH=sha512:be1197320620ffc9c00aa8aec14de71b5c0bdbfc286309fcc5e995c74d1249cea798fd226ba613b345719238b73883af9f2bc28e1e1f698563767295df518a6e
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 0430290..bdc0167 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,7 @@
+2021-07-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.68
+ * PREPARE: added 3.68 branch
+
2021-06-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.67
* PREPARE, PRE_BUILD: added 3.67 branch
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index 9eb0540..0328b04 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 &&
+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 &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (135d61b28a794f07a3b0208e2b8ff5368a5ce44f), Pavel Vinogradov, 07/14/2021

Archive powered by MHonArc 2.6.24.

Top of Page