Skip to Content.
Sympa Menu

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

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 (d61672b4d65192a0ac5aca70d42a1e7618c466f2)
  • Date: Sat, 9 Sep 2023 17:45:26 +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 d61672b4d65192a0ac5aca70d42a1e7618c466f2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/nss: added 3.93 branch

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 0ccc789..ee218b0 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -91,6 +91,10 @@ case $NSS_BRANCH in
3.92)
VERSION=3.92

SOURCE_HASH=sha512:dc317ec909433c9026f108b466bc436110b3c77edc3f73aef3d6dc6782f584c205053a368e4a134715bfdf63d2c1ae2185fc23238e5c2dca8f88ec185b1fec2a
+ ;;
+ 3.93)
+ VERSION=3.93
+
SOURCE_HASH=sha512:d96f13a70e825b39efadfe7c973c24c1e5ad43319bd813599010383e2b8434181f53489672f68fe79e2cb0c4d4ea0088499e588c3524eccf9298aafc57b94951
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 9b119e4..2a29af7 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2023-09-09 Pavel Vinogradov <public AT sorcemage.org>
+ * DETAILS, PREPARE: added 3.93 branch
+
2023-07-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: added 3.92 branch

diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index 55dc3de..52d3d31 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch DEFAULT 3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78
3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 &&
+prepare_select_branch DEFAULT 3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78
3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 3.93 &&

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d61672b4d65192a0ac5aca70d42a1e7618c466f2), Pavel Vinogradov, 09/09/2023

Archive powered by MHonArc 2.6.24.

Top of Page