Skip to Content.
Sympa Menu

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

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 (fa73e40ace45b1b12b270230a5dd061640f52167)
  • Date: Wed, 1 Jun 2016 16:39:46 +0000

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

crypto/libressl/DETAILS | 5 +++++
crypto/libressl/HISTORY | 3 ++-
crypto/libressl/PREPARE | 2 ++
3 files changed, 9 insertions(+), 1 deletion(-)

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

crypto/libressl: added devel and stable branch, 2.4.0 and 2.3.5
respectively

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index acf7b29..8f217f2 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,5 +1,10 @@
+. "$GRIMOIRE/FUNCTIONS"
SPELL=libressl
+if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
VERSION=2.4.0
+else
+ VERSION=2.3.5
+fi
SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 20c8c93..b85aa63 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,5 +1,6 @@
2016-06-01 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: updated spell to 2.4.0
+ * DETAILS, PREPARE: converted to multiversioned,
+ added devel branch 2.4.0, updated stable to 2.3.5

2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated mirror to ftp.sourcemage.us
diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index eb0676c..e6787da 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -1,3 +1,5 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable 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 (fa73e40ace45b1b12b270230a5dd061640f52167), Pavel Vinogradov, 06/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page