Skip to Content.
Sympa Menu

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

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 (379bacad5a0df94bc0308257285b5f4deda37521)
  • Date: Mon, 7 Nov 2016 20:53:45 +0000

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

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

New commits:
commit 379bacad5a0df94bc0308257285b5f4deda37521
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: versions 2.4.4/2.3.9, SECURITY_PATCH++

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index d4f14d7..4ac207d 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -2,12 +2,14 @@
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "experimental" ]]; then
VERSION=2.5.0
+ SECURITY_PATCH=6
elif [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=2.4.3
+ VERSION=2.4.4
+ SECURITY_PATCH=7
else
- VERSION=2.3.8
+ VERSION=2.3.9
+ SECURITY_PATCH=7
fi
- SECURITY_PATCH=6
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 8ae16fe..d6d2d50 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2016-11-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: versions 2.4.4/2.3.9, SECURITY_PATCH++, (CVE-2016-8610)
+
2016-09-28 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 2.5.0/2.4.3/2.3.8,
SECURITY_PATCH++, (CVE-2016-6304)



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (379bacad5a0df94bc0308257285b5f4deda37521), Pavel Vinogradov, 11/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page