summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-03 17:17:56 -0400
committerPavel Vinogradov2021-10-03 17:18:56 -0400
commit8ab617ad9c405cf371f94fa13f75bbb93fbbfc8d (patch)
treea1ed734a838e8f95a3c4db0019ff9f896df445f3 /crypto
parent2c60358c43d734d02d57b6a3fd1753bcbcb548c1 (diff)
crypto/libressl: versions 3.3.5 and 3.2.7
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/libressl/DETAILS4
-rw-r--r--crypto/libressl/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index fe960e6e0d..d0652a36d3 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -3,10 +3,10 @@ case "$LIBRESSL_BRANCH"
in devel|3.4)
VERSION=3.4.0
;; stable|3.3)
- VERSION=3.3.4
+ VERSION=3.3.5
SECURITY_PATCH=10
;; 3.2)
- VERSION=3.2.5
+ VERSION=3.2.7
SECURITY_PATCH=11
;; 3.1)
VERSION=3.1.5
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 585be96c23..97241260e7 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2021-10-03 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: versions 3.3.5 and 3.2.7
+
2021-09-16 Pavel Vinogradov <public@sourcemage.org>
* DETAILS, PREPARE: added 3.4 branch, 3.3 branch is stable now