Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (11d0725c363e8dcd2f6e24be68eb33f6eebdcb4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (11d0725c363e8dcd2f6e24be68eb33f6eebdcb4e)
  • Date: Tue, 16 Oct 2012 14:38:23 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libtasn1/DETAILS | 2 +-
libs/libtasn1/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 11d0725c363e8dcd2f6e24be68eb33f6eebdcb4e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libtasn1: Updated to 2.14

Fixes compilation with glibc 2.16+:
make[4]: Entering directory `/usr/src/libtasn1-2.12/gl'
CC progname.lo
In file included from progname.c:26:0:
./stdio.h:1029:20: error: 'gets' undeclared here (not in a function)
make[4]: *** [progname.lo] Error 1

diff --git a/libs/libtasn1/DETAILS b/libs/libtasn1/DETAILS
index f440949..835c43a 100755
--- a/libs/libtasn1/DETAILS
+++ b/libs/libtasn1/DETAILS
@@ -1,5 +1,5 @@
SPELL=libtasn1
- VERSION=2.12
+ VERSION=2.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/libs/libtasn1/HISTORY b/libs/libtasn1/HISTORY
index 6d693b6..f71cdca 100644
--- a/libs/libtasn1/HISTORY
+++ b/libs/libtasn1/HISTORY
@@ -1,3 +1,6 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.14
+
2012-03-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.12




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (11d0725c363e8dcd2f6e24be68eb33f6eebdcb4e), Eric Sandall, 10/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page