Skip to Content.
Sympa Menu

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

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 (949a60675eacba656556c8406cab1881f8397a0b)
  • Date: Tue, 7 Aug 2018 00:54:06 +0000

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

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

New commits:
commit 949a60675eacba656556c8406cab1881f8397a0b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: version 2.8.0, reorganized multiversioning

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 5f8950e..70800d5 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,12 +1,12 @@
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=2.7.4
+ VERSION=2.8.0
SECURITY_PATCH=8
elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
- VERSION=2.5.5
- SECURITY_PATCH=7
+ VERSION=2.7.4
+ SECURITY_PATCH=8
else
- VERSION=2.4.5
+ VERSION=2.5.5
SECURITY_PATCH=7
fi
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 20545b4..f98e84f 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2018-08-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 2.8.0, reorganized multiversioning:
+ stable is 2.7.4, old is 2.5.5
+
2018-06-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.7.4
SECURITY_PATCH++



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (949a60675eacba656556c8406cab1881f8397a0b), Pavel Vinogradov, 08/06/2018

Archive powered by MHonArc 2.6.24.

Top of Page