Wed Dec 14 09:04:13 2011 UTC ()
Version 1.10.4

* liboath: Fix build so that OATH_VERSION_NUMBER is actually defined.
It was an empty value in the last release due to a bug in the build
scripts.

Version 1.10.3

* liboath: Allow strcmp callback to return negative to signal errors.
* Fix bugs in build scripts for generating version numbers.
* Update gnulib files.


(pettai)
diff -r1.1.1.1 -r1.2 pkgsrc/security/oath-toolkit/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/security/oath-toolkit/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/oath-toolkit/Makefile (expand / switch to unified diff)

--- pkgsrc/security/oath-toolkit/Makefile 2011/12/05 09:51:20 1.1.1.1
+++ pkgsrc/security/oath-toolkit/Makefile 2011/12/14 09:04:13 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 09:51:20 pettai Exp $ 1# $NetBSD: Makefile,v 1.2 2011/12/14 09:04:13 pettai Exp $
2# 2#
3 3
4DISTNAME= oath-toolkit-1.10.2 4DISTNAME= oath-toolkit-1.10.4
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/ 6MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/
7 7
8MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
9HOMEPAGE= http://www.nongnu.org/oath-toolkit/ 9HOMEPAGE= http://www.nongnu.org/oath-toolkit/
10COMMENT= OATH (Open AuTHentication) Toolkit 10COMMENT= OATH (Open AuTHentication) Toolkit
11LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3 11LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/oath-toolkit/distinfo (expand / switch to unified diff)

--- pkgsrc/security/oath-toolkit/distinfo 2011/12/05 09:51:20 1.1.1.1
+++ pkgsrc/security/oath-toolkit/distinfo 2011/12/14 09:04:13 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/12/05 09:51:20 pettai Exp $ 1$NetBSD: distinfo,v 1.2 2011/12/14 09:04:13 pettai Exp $
2 2
3SHA1 (oath-toolkit-1.10.2.tar.gz) = 899b6435011c9bd92be471ce2b5d252199c50289 3SHA1 (oath-toolkit-1.10.4.tar.gz) = 0188b49c8634ec7331daf94dc229ec946eb171a9
4RMD160 (oath-toolkit-1.10.2.tar.gz) = d91ae24d4f1146dd129890397b30d81f119e3e6f 4RMD160 (oath-toolkit-1.10.4.tar.gz) = 4c8844d50be236aa2d6bfe8b2ec54b02930a174c
5Size (oath-toolkit-1.10.2.tar.gz) = 1815804 bytes 5Size (oath-toolkit-1.10.4.tar.gz) = 1830631 bytes