Skip to Content.
Sympa Menu

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

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 (51ae1ca74d63d58da570eaaea0d8e4219b1147e4)
  • Date: Sun, 16 Dec 2018 19:06:40 +0000

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

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

New commits:
commit 51ae1ca74d63d58da570eaaea0d8e4219b1147e4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: added devel 2.9.0, shifted other branches

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index dcf5bc4..bb52d00 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,13 +1,12 @@
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
+ VERSION=2.9.0
+elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
VERSION=2.8.3
SECURITY_PATCH=8
-elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
+else
VERSION=2.7.5
SECURITY_PATCH=8
-else
- VERSION=2.5.5
- SECURITY_PATCH=7
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 6c735b3..d724007 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,4 +1,8 @@
-2018-12-26 Treeve Jelbert <treeve AT sourcemage.org>
+2018-12-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: added devel 2.9.0, shifted 2.8.3 to stable, 2.7.5 to old,
+ 2.5.5 is deprecated
+
+2018-12-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: versions 2.8.3/2.7.5

2018-10-18 Pavel Vinogradov <public AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (51ae1ca74d63d58da570eaaea0d8e4219b1147e4), Pavel Vinogradov, 12/16/2018

Archive powered by MHonArc 2.6.24.

Top of Page