Skip to Content.
Sympa Menu

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

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 (323280bd7b356f7d56aa392c8ccc3d1ec25e8d60)
  • Date: Wed, 28 Sep 2016 17:03:28 +0000

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

crypto/libressl/DETAILS | 10 ++++++----
crypto/libressl/HISTORY | 5 +++++
crypto/libressl/PREPARE | 2 +-
3 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 323280bd7b356f7d56aa392c8ccc3d1ec25e8d60
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: versions 2.5.0/2.4.3/2.3.8, SECURITY_PATCH++

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 485b27d..d4f14d7 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,11 +1,13 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libressl
-if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=2.4.2
+if [[ "$LIBRESSL_BRANCH" == "experimental" ]]; then
+ VERSION=2.5.0
+elif [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
+ VERSION=2.4.3
else
- VERSION=2.3.7
+ VERSION=2.3.8
fi
- SECURITY_PATCH=5
+ 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 8a0a6ed..8ae16fe 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,8 @@
+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)
+ * PREPARE: added experimental branch 2.5.x
+
2016-08-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 2.4.2/2.3.7

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index e6787da..305162e 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -1,5 +1,5 @@
. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable devel &&
+prepare_select_branch stable devel experimental &&
if spell_ok openssl; then
# should be replaced with something less hacky
export WGET_RECAST_REQUIRED="y"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (323280bd7b356f7d56aa392c8ccc3d1ec25e8d60), Pavel Vinogradov, 09/28/2016

Archive powered by MHonArc 2.6.24.

Top of Page