Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bdddd160f8ac0c46a4c6d2b26f5f3eddb28eb6c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bdddd160f8ac0c46a4c6d2b26f5f3eddb28eb6c9)
  • Date: Tue, 8 Sep 2015 20:25:16 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/libressl/DETAILS | 2 +-
crypto/libressl/HISTORY | 4 ++++
crypto/libressl/UP_TRIGGERS | 14 ++++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit bdddd160f8ac0c46a4c6d2b26f5f3eddb28eb6c9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libressl: => 2.2.3

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 7f38dcb..79d7b9b 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,5 +1,5 @@
SPELL=libressl
- VERSION=2.2.2
+ VERSION=2.2.3
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index a420247..cf91beb 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2015-09-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.3
+ * UP_TRIGGERS: added trigger for minor version upgrades
+
2015-08-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.2

diff --git a/crypto/libressl/UP_TRIGGERS b/crypto/libressl/UP_TRIGGERS
index c9924b3..78fccd9 100755
--- a/crypto/libressl/UP_TRIGGERS
+++ b/crypto/libressl/UP_TRIGGERS
@@ -2,4 +2,18 @@ if spell_ok openssl;then
for each in $(show_up_depends openssl 1); do
up_trigger $each cast_self
done
+fi &&
+
+if spell_ok $SPELL; then
+ local NEW_SPELL_BRANCH="$(echo $VERSION | cut -d. -f1,2)" &&
+ local OLD_SPELL_BRANCH="$(installed_version $SPELL | cut -d. -f1,2)" &&
+
+ if test "${NEW_SPELL_BRANCH}" != "${OLD_SPELL_BRANCH}"; then
+ message "${MESSAGE_COLOR}This is a possibly incompatible update of
$SPELL..." &&
+ message "Figuring out what spells need to be recast, this may take a
while.${DEFAULT_COLOR}" &&
+
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each check_self
+ done
+ fi
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bdddd160f8ac0c46a4c6d2b26f5f3eddb28eb6c9), Vlad Glagolev, 09/08/2015

Archive powered by MHonArc 2.6.24.

Top of Page