Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (654604a9c9c4a7e0612508c153a5040d280663f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (654604a9c9c4a7e0612508c153a5040d280663f9)
  • Date: Tue, 5 Jan 2021 20:16:01 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/libtomcrypt/BUILD | 5 ++---
libs/libtomcrypt/DETAILS | 5 ++---
libs/libtomcrypt/HISTORY | 8 ++++++--
3 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 654604a9c9c4a7e0612508c153a5040d280663f9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libtomcrypt: Fix tarball name to match contents

commit 82eba4eaffabb34801bf60b7d87d9fea36198f2c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libtomcrypt: Fix typos in HISTORY

commit 94c62144acd344ef53c7619f61c994f359bd27a5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libtomcrypt: Fix usage of CFLAGS

Avoid suppressing system/buildsystem CFLAGS.

diff --git a/libs/libtomcrypt/BUILD b/libs/libtomcrypt/BUILD
index bd62652..acbc47c 100755
--- a/libs/libtomcrypt/BUILD
+++ b/libs/libtomcrypt/BUILD
@@ -1,8 +1,7 @@
if is_depends_enabled $SPELL libtommath; then
- make -f makefile.shared CFLAGS=" -DUSE_LTM -DLTM_DESC"
-else
- make -f makefile.shared
+ CFLAGS+=" -DUSE_LTM -DLTM_DESC"
fi &&
+make -f makefile.shared &&
if is_depends_enabled $SPELL texlive; then
make docs
fi
diff --git a/libs/libtomcrypt/DETAILS b/libs/libtomcrypt/DETAILS
index ad53df4..32b9b35 100755
--- a/libs/libtomcrypt/DETAILS
+++ b/libs/libtomcrypt/DETAILS
@@ -1,9 +1,8 @@
SPELL=libtomcrypt
- SPELLX=crypt
VERSION=1.18.2
SECURITY_PATCH=1
- SOURCE="$SPELLX-$VERSION.tar.xz"
-
SOURCE_URL[0]=https://github.com/libtom/$SPELL/releases/download/v$VERSION/$SOURCE
+ SOURCE="$SPELL-$VERSION.tar.xz"
+
SOURCE_URL[0]="https://github.com/libtom/$SPELL/releases/download/v$VERSION/${SOURCE#libtom}";
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=libtom.gpg:$SOURCE.asc:UPSTREAM_KEY
diff --git a/libs/libtomcrypt/HISTORY b/libs/libtomcrypt/HISTORY
index 755738b..273733d 100644
--- a/libs/libtomcrypt/HISTORY
+++ b/libs/libtomcrypt/HISTORY
@@ -1,5 +1,9 @@
+2021-01-05 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: Fixed usage of CFLAGS; avoid system CFLAGS suppression
+ * DETAILS: Fixed tarball name to match contained directory
+
2021-01-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS BUILD: support libtommath
+ * DEPENDS, BUILD: support libtommath

2018-07-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.18.2
@@ -11,7 +15,7 @@

2017-12-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.18.0
- * BUILD INSTALL: make shared library
+ * BUILD, INSTALL: make shared library
* PRE_BUILD: added

2017-09-06 Ismael Luceno <ismael AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (654604a9c9c4a7e0612508c153a5040d280663f9), Ismael Luceno, 01/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page