Skip to Content.
Sympa Menu

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

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 (13aeb76e6807a1832f8d12d904649b085e201d92)
  • Date: Sat, 15 Jul 2017 02:30:33 +0000

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

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

New commits:
commit 13aeb76e6807a1832f8d12d904649b085e201d92
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: added 2.6.x branch + some reorganizations

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 573d539..c6ada7e 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,13 +1,13 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libressl
-if [[ "$LIBRESSL_BRANCH" == "experimental" ]]; then
- VERSION=2.5.5
+if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
+ VERSION=2.6.0
SECURITY_PATCH=7
-elif [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=2.4.5
+elif [[ "$LIBRESSL_BRANCH" == "stable" ]]; then
+ VERSION=2.5.5
SECURITY_PATCH=7
else
- VERSION=2.3.10
+ VERSION=2.4.5
SECURITY_PATCH=7
fi
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 2c25da3..c5c79d4 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2017-07-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 2.6.x branch, reorganized multiversioning
+
2017-07-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.5.5 for experimental branch

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index 305162e..07c703d 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -1,5 +1,6 @@
. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable devel experimental &&
+list_remove LIBRESSL_BRANCH "experimental" &&
+prepare_select_branch stable old devel &&
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 (13aeb76e6807a1832f8d12d904649b085e201d92), Pavel Vinogradov, 07/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page