Skip to Content.
Sympa Menu

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

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 (131263b306e3b7fdd3659a209650d3e61ddfa8ab)
  • Date: Tue, 27 Feb 2018 08:35:35 +0000

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

ChangeLog | 3 +++
libs/libtomcrypt/DETAILS | 7 +++++--
libs/libtomcrypt/HISTORY | 4 ++++
libs/libtommath/DETAILS | 5 ++++-
libs/libtommath/HISTORY | 3 +++
libtom.gpg |binary
6 files changed, 19 insertions(+), 3 deletions(-)

New commits:
commit 131263b306e3b7fdd3659a209650d3e61ddfa8ab
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libtommath - add pgp checking

commit 86cae4ee864882bfe6d0ad6fb53ede800149c77a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libtomcrypt: => 1.18.1

commit 8aa91b6da9432637746a86b5bf266e1c0ea1b5a8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libtom.gpg

diff --git a/ChangeLog b/ChangeLog
index ca178c3..45620bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * libtom.gpg: added, Steffen Jaeckel <jaeckel AT stzedn.de>
+
2018-02-26 Vlad Glagolev <stealth AT sourcemage.org>
* wm-addons/sxhkd: new spell, simple X hotkey daemon

diff --git a/libs/libtomcrypt/DETAILS b/libs/libtomcrypt/DETAILS
index 9241ab8..ce08445 100755
--- a/libs/libtomcrypt/DETAILS
+++ b/libs/libtomcrypt/DETAILS
@@ -1,9 +1,12 @@
SPELL=libtomcrypt
SPELLX=crypt
- VERSION=1.18.0
-
SOURCE_HASH=sha512:ec04ad8be6be3f462de1f67bd6556ddaddb6598ab406c85aa2c3a0db862adba6a43e5eb9bc5227a5574e3db8719bc64129e4e12688f3543b421b04818fe6a262
+ VERSION=1.18.1
SOURCE="$SPELLX-$VERSION.tar.xz"

SOURCE_URL[0]=https://github.com/libtom/$SPELL/releases/download/v$VERSION/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=libtom.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://www.libtom.net/";
LICENSE[0]="WTFPL"
diff --git a/libs/libtomcrypt/HISTORY b/libs/libtomcrypt/HISTORY
index 68f57d2..da8600c 100644
--- a/libs/libtomcrypt/HISTORY
+++ b/libs/libtomcrypt/HISTORY
@@ -1,3 +1,7 @@
+2018-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.18.1
+ * DETAILS: add gpg checking
+
2017-12-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.18.0
* BUILD INSTALL: make shared library
diff --git a/libs/libtommath/DETAILS b/libs/libtommath/DETAILS
index 53c3619..92fbaac 100755
--- a/libs/libtommath/DETAILS
+++ b/libs/libtommath/DETAILS
@@ -1,9 +1,12 @@
SPELL=libtommath
VERSION=1.0.1
-
SOURCE_HASH=sha512:f98f7b0f91268e898803478fd52f578f476d378d096a25e48fa2e291159dc89bd1a6dc7d8c5c2254df840c731e5d009ec9728b72190318b6d1ba2916f5c66fb6
SOURCE=ltm-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL="https://github.com/libtom/$SPELL/releases/download/v$VERSION/$SOURCE";
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=libtom.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://libtom.org
LICENSE[0]=WTFPL
ENTERED=20070222
diff --git a/libs/libtommath/HISTORY b/libs/libtommath/HISTORY
index c6f5908..6665159 100644
--- a/libs/libtommath/HISTORY
+++ b/libs/libtommath/HISTORY
@@ -1,3 +1,6 @@
+2018-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+
2017-09-06 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL: fix PREFIX

diff --git a/libtom.gpg b/libtom.gpg
new file mode 100644
index 0000000..4c7bec2
Binary files /dev/null and b/libtom.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (131263b306e3b7fdd3659a209650d3e61ddfa8ab), Treeve Jelbert, 02/27/2018

Archive powered by MHonArc 2.6.24.

Top of Page