Skip to Content.
Sympa Menu

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

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 (25c655a811ec89aa0aa657f2dc17af88685952ea)
  • Date: Wed, 10 Jul 2019 19:52:32 +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 25c655a811ec89aa0aa657f2dc17af88685952ea
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/nss: added 3.45 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 5e17a8c..47a2ce9 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -122,6 +122,10 @@ case $NSS_BRANCH in
3.44)
VERSION=3.44.1

SOURCE_HASH=sha512:eb8777701a25b54377026633b6bf284e4c62308012058355f348a7c57525afe96db74a07de41ba01754e316a7dff06689de527359a5474ed7ab606779c4cf169
+ ;;
+ 3.45)
+ VERSION=3.45
+
SOURCE_HASH=sha512:33360a1bb4e0a0a974070c354ee82c515d5cfa2a12c9c96817a9fdb3e4ca1ad62eb95886b9b0d60e2f69efda964376d0671c1e3c920b2ea614aeecb719c6ff29
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 748c57d..2dd0df6 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2019-07-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.45 branch
+
2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index ba18c44..b601027 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 3.43 3.44 &&
+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 3.44 3.45 &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (25c655a811ec89aa0aa657f2dc17af88685952ea), Pavel Vinogradov, 07/10/2019

Archive powered by MHonArc 2.6.24.

Top of Page