Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (511d76f26d1a05b4e4659a54c9f7dd376b8372fd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (511d76f26d1a05b4e4659a54c9f7dd376b8372fd)
  • Date: Fri, 11 Jul 2008 02:06:14 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

libs/libtommath/DETAILS | 13 ++++++++-----
libs/libtommath/HISTORY | 3 +++
libs/libtommath/ltm.gpg |binary
3 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit f662ea95f78c559613ff91312ff13415eb346fd9
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

libs/libtommath: DETAILS: added upstream GPG key verification

diff --git a/libs/libtommath/DETAILS b/libs/libtommath/DETAILS
index f038ed8..a469c07 100755
--- a/libs/libtommath/DETAILS
+++ b/libs/libtommath/DETAILS
@@ -1,10 +1,13 @@
SPELL=libtommath
VERSION=0.39
- SOURCE="ltm-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://math.libtomcrypt.com/files/${SOURCE}
-
SOURCE_HASH=sha512:5824d5a44e425a38155ae4521370223b04f36ce4518ad190004020cc44ed2ac398557569dc9ea2264d448afed210a5c1020db7c0a549806974e32a89d6d3a353
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://math.libtomcrypt.com";
+ SOURCE=ltm-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL=http://math.libtomcrypt.com/files/$SOURCE
+ SOURCE2_URL=$SOURCE_URL.asc
+ SOURCE_HASH=signature
+ SOURCE_GPG=ltm.gpg:$SOURCE2:UPSTREAM_KEY
+ WEB_SITE=http://math.libtomcrypt.com
LICENSE[0]=GPL
ENTERED=20070222
SHORT="LibTomMath is a free open source portable number theoretic
multiple-precision integer library."
diff --git a/libs/libtommath/HISTORY b/libs/libtommath/HISTORY
index 0e21587..7f5df44 100644
--- a/libs/libtommath/HISTORY
+++ b/libs/libtommath/HISTORY
@@ -1,3 +1,6 @@
+2008-07-11 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT sourcemage.org>
+ * DETAILS: added upstream GPG key verification
+
2007-06-09 Arwed v. Merkatz <v.merkatz AT gmx.net>
* INSTALL: added so it installs on systems without group wheel

diff --git a/libs/libtommath/ltm.gpg b/libs/libtommath/ltm.gpg
new file mode 100644
index 0000000..7702294
Binary files /dev/null and b/libs/libtommath/ltm.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (511d76f26d1a05b4e4659a54c9f7dd376b8372fd), Ivan Lezhnjov Jr, 07/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page