Skip to Content.
Sympa Menu

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

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 (1d83285b7e53c14f14060ed082f9a55802f431ec)
  • Date: Thu, 5 Mar 2015 14:44:16 -0600

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

crypto/libressl/HISTORY | 1 +
crypto/libressl/PREPARE | 5 -----
crypto/libressl/UP_TRIGGERS | 5 +++++
3 files changed, 6 insertions(+), 5 deletions(-)

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

libressl: PREPARE -> UP_TRIGGERS

diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index f7c4cce..c78a7ce 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -6,6 +6,7 @@
* BUILD: added, use LIBRESSL_OPTS
* CONFIGURE: added, for missing configure options
* UP_TRIGGERS: removed senseless triggers
+ * PREPARE: removed, moved to UP_TRIGGERS
* libressl.gpg: added, imported D5E4D8D5 public key (Brent Cook
<bcook AT rapid7.com>)

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
deleted file mode 100755
index c9924b3..0000000
--- a/crypto/libressl/PREPARE
+++ /dev/null
@@ -1,5 +0,0 @@
-if spell_ok openssl;then
- for each in $(show_up_depends openssl 1); do
- up_trigger $each cast_self
- done
-fi
diff --git a/crypto/libressl/UP_TRIGGERS b/crypto/libressl/UP_TRIGGERS
new file mode 100755
index 0000000..c9924b3
--- /dev/null
+++ b/crypto/libressl/UP_TRIGGERS
@@ -0,0 +1,5 @@
+if spell_ok openssl;then
+ for each in $(show_up_depends openssl 1); do
+ up_trigger $each cast_self
+ done
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1d83285b7e53c14f14060ed082f9a55802f431ec), Vlad Glagolev, 03/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page