Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6547cb349db8a8662c0edb700077fa1f285ea4e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6547cb349db8a8662c0edb700077fa1f285ea4e4)
  • Date: Sat, 19 Mar 2022 10:35:07 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/openssl/HISTORY | 3 +++
crypto/openssl/UP_TRIGGERS | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 6547cb349db8a8662c0edb700077fa1f285ea4e4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

openssl - tweak triggers

diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 78b506c..607f329 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2022-03-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * UP_TRIGGERS: fix syntax
+
2022-03-15 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 3.0.2

diff --git a/crypto/openssl/UP_TRIGGERS b/crypto/openssl/UP_TRIGGERS
index bfc94e2..5b9d00c 100755
--- a/crypto/openssl/UP_TRIGGERS
+++ b/crypto/openssl/UP_TRIGGERS
@@ -2,8 +2,8 @@

spell_ok $SPELL && local OLD_SPELL_VERSION="$(installed_version $SPELL)" ||
return 0

-if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ] || \
- [ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]; then
+#if [[ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ]] || \
+if [[ "${VERSION%.?}" != "${OLD_SPELL_VERSION%.?}" ]]; then
for each in $(show_up_depends $SPELL 1); do
up_trigger $each cast_self
done



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6547cb349db8a8662c0edb700077fa1f285ea4e4), Treeve Jelbert, 03/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page