summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcrypto/nss/DETAILS4
-rw-r--r--crypto/nss/HISTORY4
-rwxr-xr-xcrypto/nss/PREPARE2
3 files changed, 9 insertions, 1 deletions
diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 16ee5664fb..6f55d4c42a 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -77,6 +77,10 @@ case $NSS_BRANCH in
VERSION=3.63.1
SOURCE_HASH=sha512:62d1bc161fc8eea6be191dc23ec42042a2626e119b7329f6449cf78729775776fd8e9faebd0457c2413684c15be6e10722ee4a7087c7c3e103fe993f3acec730
;;
+ 3.65)
+ VERSION=3.65
+ SOURCE_HASH=sha512:6f980f44056c69c74754124ce16d4880fb47440146d55906584f70d1be8e74885570308914d4482b3ee676a1f5b1e529616eae8ccd6906d678394dd929dd0825
+ ;;
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 8dbeb2e0ce..43b8a4f8bb 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,7 @@
+2021-05-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.65
+ * PREPARE, PRE_BUILD: added 3.65 branch
+
2021-04-21 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 3.63.1
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index 1642e8bc1d..e9db623703 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&&
+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 &&
if [[ -z "$NSS_BRANCH" ]] || [[ "$NSS_BRANCH" == "DEFAULT" ]]; then
NSS_BRANCH=3.56