Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8112df4ac8a2e38642c5501f31e2de6d13d3ce76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8112df4ac8a2e38642c5501f31e2de6d13d3ce76)
  • Date: Sat, 25 Oct 2014 11:08:49 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/nss/DETAILS | 6 +++---
crypto/nss/HISTORY | 5 +++++
crypto/nss/SUB_DEPENDS | 33 +++++++++++++++++----------------
3 files changed, 25 insertions(+), 19 deletions(-)

New commits:
commit fdb597ea17f1114f84c1abbe493d1543036470ac
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nss: => 3.16.6 (3.16); re-enabled PEM support in the last versions;
rewritten SUB_DEPENDS

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 8462326..0939435 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -10,9 +10,9 @@ case $NSS_BRANCH in
SECURITY_PATCH=4
;;
3.16)
- VERSION=3.16.5
-
SOURCE_HASH=sha512:687513e2e4ac8139d045a9f4af3440db0dbcd1e8b1834da1a1a3c9f948929c00464b2a6e857bc9f83125df52f30d1ed91786f22fcdf24f148a7ed5cc474f0c75
- SECURITY_PATCH=5
+ VERSION=3.16.6
+
SOURCE_HASH=sha512:c629d4810b23db5af4818573dc3b10ca3f99072aa679f1df930cbd16ebcc529e9fd77ccf1aeabc821cd8f8cd3e452e06ace8ef10ade173ae91a0c91134bc281e
+ SECURITY_PATCH=6
;;
3.17)
VERSION=3.17.2
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 7dadf9e..47260e4 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,8 @@
+2014-10-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.16.6 (3.16); SECURITY_PATCH++
+ (CVE-2014-1568)
+ * SUB_DEPENDS: PEM is nicely supported in >3.15; use message; cleaned
up
+
2014-10-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.17.2; moved DEFAULT branch setting to
PREPARE
diff --git a/crypto/nss/SUB_DEPENDS b/crypto/nss/SUB_DEPENDS
index 2cb3903..e72e2ba 100755
--- a/crypto/nss/SUB_DEPENDS
+++ b/crypto/nss/SUB_DEPENDS
@@ -1,19 +1,20 @@
case $THIS_SUB_DEPENDS in
- 3.14.x) echo "3.14.x release needed, forcing it." &&
- NSS_BRANCH="3.14" ;;
- 3.15.x) echo "3.15.x release needed, forcing it." &&
- NSS_BRANCH="3.15" ;;
- 3.16.x) echo "3.16.x release needed, forcing it." &&
- NSS_BRANCH="3.16" ;;
- 3.17.x) echo "3.17.x release needed, forcing it." &&
- NSS_BRANCH="3.17" ;;
- PEM) if [[ $NSS_BRANCH == "3.16" ]] || [[ $NSS_BRANCH == "3.17" ]]; then
- echo "pem is not supported yet for branch $NSS_BRANCH" &&
- return 1
- else
- echo "nss with pem needed, forcing it." &&
+ 3.14.x) message "${MESSAGE_COLOR}3.14.x release needed, forcing
it.${DEFAULT_COLOR}" &&
+ NSS_BRANCH="3.14"
+ ;;
+ 3.15.x) message "${MESSAGE_COLOR}3.15.x release needed, forcing
it.${DEFAULT_COLOR}" &&
+ NSS_BRANCH="3.15"
+ ;;
+ 3.16.x) message "${MESSAGE_COLOR}3.16.x release needed, forcing
it.${DEFAULT_COLOR}" &&
+ NSS_BRANCH="3.16"
+ ;;
+ 3.17.x) message "${MESSAGE_COLOR}3.17.x release needed, forcing
it.${DEFAULT_COLOR}" &&
+ NSS_BRANCH="3.17"
+ ;;
+ PEM) message "${MESSAGE_COLOR}nss with PEM support needed, forcing
it.${DEFAULT_COLOR}" &&
NSS_PEM="y"
- fi
- ;;
- *) echo "unknown sub-depends!"; return 1 ;;
+ ;;
+ *) message "${PROBLEM_COLOR}Unknown sub-depends!${DEFAULT_COLOR}" &&
+ return 1
+ ;;
esac



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8112df4ac8a2e38642c5501f31e2de6d13d3ce76), Vlad Glagolev, 10/25/2014

Archive powered by MHonArc 2.6.24.

Top of Page