Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5cbd9ecd382564453c447c5831ae45b711ae6f26)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5cbd9ecd382564453c447c5831ae45b711ae6f26)
  • Date: Tue, 1 Oct 2019 13:45:21 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

crypto/libressl/DETAILS | 6 ++++--
crypto/libressl/HISTORY | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 5cbd9ecd382564453c447c5831ae45b711ae6f26
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: devel version 3.0.1, SECURITY_PATCH++

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index eb033ce..e22e45c 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 93cb418..37d8f3a 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2019-10-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 3.0.1, SECURITY_PATCH++, (CVE-2019-1547)
+
2019-08-20 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD, patches/001-non_glibc.patch: fixed building stable branch
on non-glibc systems



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5cbd9ecd382564453c447c5831ae45b711ae6f26), Pavel Vinogradov, 10/01/2019

Archive powered by MHonArc 2.6.24.

Top of Page