Skip to Content.
Sympa Menu

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

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 (3c49c09f38878a4f76c7f4b9ae586b3683ce62bf)
  • Date: Mon, 18 Mar 2019 23:12:05 +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 3c49c09f38878a4f76c7f4b9ae586b3683ce62bf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/nss: added 3.43 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 6d1af6d..3d04999 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -114,6 +114,10 @@ case $NSS_BRANCH in
3.42)
VERSION=3.42.1

SOURCE_HASH=sha512:468e1d4ea9d2b832c7b8975443ee6fe2790b39cbbd9f8e3d8428a43f47cce0e81d5ca21e3566701b75bcd4af09110c0134e204b2850d30ecfd6347ec27e6e265
+ ;;
+ 3.43)
+ VERSION=3.43
+
SOURCE_HASH=sha512:e9dfba5bd6f68c5ab58fc7a6fa1b16a035be1b1b7c436cf787bdc99257c5f54c78d73d94d015bffd29420df19b2a2818166c68fe592dd7208ab5605344827fb5
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 3a0ff60..e01e09a 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2019-03-18 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.43 branch
+
2019-02-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.42.1 for 3.42 branch

diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index baed361..bc5ec77 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch DEFAULT 3.14 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22
3.23 3.24 3.25 3.26 3.27 3.28 3.29 3.30 3.32 3.33 3.34 3.35 3.36 3.37 3.38
3.39 3.40 3.41 3.42 &&
+prepare_select_branch DEFAULT 3.14 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22
3.23 3.24 3.25 3.26 3.27 3.28 3.29 3.30 3.32 3.33 3.34 3.35 3.36 3.37 3.38
3.39 3.40 3.41 3.42 3.43 &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3c49c09f38878a4f76c7f4b9ae586b3683ce62bf), Pavel Vinogradov, 03/18/2019

Archive powered by MHonArc 2.6.24.

Top of Page