summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPavel Vinogradov2021-09-16 18:05:48 -0400
committerPavel Vinogradov2021-09-16 18:05:48 -0400
commit79815d2c3522ac0120b121ec39aa25edb4457da2 (patch)
treef4cb8f9066cc74a0f3a1c159dac6d0a7b0ea3dfd /crypto
parent69f3ee4533492d240c3f74bdfa544469886c1a79 (diff)
crypto/libressl: added 3.4 branch
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/libressl/DETAILS4
-rw-r--r--crypto/libressl/HISTORY3
-rwxr-xr-xcrypto/libressl/PREPARE1
3 files changed, 7 insertions, 1 deletions
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index de43a45979..fe960e6e0d 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,6 +1,8 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|stable|3.3)
+in devel|3.4)
+ VERSION=3.4.0
+;; stable|3.3)
VERSION=3.3.4
SECURITY_PATCH=10
;; 3.2)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index e854e56a64..585be96c23 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2021-09-16 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS, PREPARE: added 3.4 branch, 3.3 branch is stable now
+
2021-08-25 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: updated LIBRESSL_BRANCH=devel|stable to 3.3.4
diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index f82ce221d3..e4a05a5700 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 3.4 \
3.3 \
3.2 \
3.1 \