summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPavel Vinogradov2019-10-01 09:44:05 -0400
committerPavel Vinogradov2019-10-01 09:44:05 -0400
commit5cbd9ecd382564453c447c5831ae45b711ae6f26 (patch)
treec6c507cb20846331756365e40f99d1735296d5a3 /crypto
parent59347e6753b06686c3ef7464aecded3cf18c8e02 (diff)
crypto/libressl: devel version 3.0.1, SECURITY_PATCH++
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/libressl/DETAILS6
-rw-r--r--crypto/libressl/HISTORY3
2 files changed, 7 insertions, 2 deletions
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index eb033cee74..e22e45c754 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,12 +1,14 @@
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=3.0.0
+ VERSION=3.0.1
+ SECURITY_PATCH=9
elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
VERSION=2.9.2
+ SECURITY_PATCH=8
else
VERSION=2.8.3
-fi
SECURITY_PATCH=8
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$SOURCE
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 93cb418ab3..37d8f3aafe 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2019-10-01 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: devel version 3.0.1, SECURITY_PATCH++, (CVE-2019-1547)
+
2019-08-20 Pavel Vinogradov <public@sourcemage.org>
* PRE_BUILD, patches/001-non_glibc.patch: fixed building stable branch
on non-glibc systems