summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPavel Vinogradov2019-10-19 12:09:51 -0400
committerPavel Vinogradov2019-10-19 12:09:51 -0400
commita2d20e28bb307301961a17131ba3cb91bae9b76d (patch)
treed02aa5cc4203c0093207cd813db256c80d8c708a /crypto
parenta3344e6f55df2bdb1f0648db71b119df19fb2982 (diff)
crypto/libressl: devel version 3.0.2, SECURITY_PATCH++
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 e22e45c754..a3cb409c2a 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,7 +1,7 @@
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=3.0.1
- SECURITY_PATCH=9
+ VERSION=3.0.2
+ SECURITY_PATCH=10
elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
VERSION=2.9.2
SECURITY_PATCH=8
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 37d8f3aafe..e5c9d332c1 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2019-10-19 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: devel version 3.0.2, SECURITY_PATCH++, (CVE-2019-1563)
+
2019-10-01 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: devel version 3.0.1, SECURITY_PATCH++, (CVE-2019-1547)