summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPavel Vinogradov2021-08-25 16:50:56 -0400
committerPavel Vinogradov2021-08-25 16:50:56 -0400
commit7bcf7fdaa1c93b810fbd1a1792cf55fc4b266470 (patch)
treeeb6264d7d8c646a9b97959527d26d870245fb39c /crypto
parent396bfde05589ee83a3384f739c96a84c2794656f (diff)
crypto/libressl: updated LIBRESSL_BRANCH=devel|stable to 3.3.4
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/libressl/DETAILS3
-rw-r--r--crypto/libressl/HISTORY3
2 files changed, 4 insertions, 2 deletions
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index bba802744a..de43a45979 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,8 +1,7 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
in devel|stable|3.3)
- VERSION=3.3.3
- PATCHLEVEL=1
+ VERSION=3.3.4
SECURITY_PATCH=10
;; 3.2)
VERSION=3.2.5
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 88b3828817..e854e56a64 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2021-08-25 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: updated LIBRESSL_BRANCH=devel|stable to 3.3.4
+
2021-06-21 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: PATCHLEVEL++
* patches-3.3/fix-compatibility-with-pre-rfc-5280-certificates.patch: