diff options
author | marino <marino> | 2013-04-17 13:36:19 +0000 |
---|---|---|
committer | marino <marino> | 2013-04-17 13:36:19 +0000 |
commit | 5968e32a28840e8c029f8677498572222c3a135b (patch) | |
tree | 46cb3921e42373d42bd97dffc196e4bc54bb81ed | |
parent | fc7ec58cb78c76c2ca95f1d1488ecdbddcaabb97 (diff) | |
download | pkgsrc-5968e32a28840e8c029f8677498572222c3a135b.tar.gz |
security/otptool: pkg/47282: Upgrade to version 1.1.16
This package was upgraded to enable building on DragonFly. It was
using the -r gnu sed option which DragonFly doesn't support, but
this was fixed for version 1.1.15 per pkg/47282.
Additional changes include:
Version 1.1.6 (r131) released 2 Apr 2013
- Detect errors when writing to the new users.txt file
- Fix (harmless) bug where new users.txt file was not being closed
- Add -Werror configure flag to fail on compiler warnings
Version 1.1.5 (r124) released 29 Nov 2012
- Allow building on systems without strptime(3) (e.g., Windows)
- Add support for Apache 2.4.x
-rw-r--r-- | security/otptool/Makefile | 5 | ||||
-rw-r--r-- | security/otptool/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/otptool/Makefile b/security/otptool/Makefile index 07a9812d5e9..21962138796 100644 --- a/security/otptool/Makefile +++ b/security/otptool/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/02/06 23:23:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/17 13:36:19 marino Exp $ DISTNAME= mod_authn_otp-${DISTVERS} PKGNAME= otptool-${DISTVERS} -PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://mod-authn-otp.googlecode.com/files/ LICENSE= apache-2.0 @@ -17,7 +16,7 @@ USE_LIBTOOL= yes .include "../../mk/apache.mk" -DISTVERS= 1.1.4 +DISTVERS= 1.1.6 SBINDIR= ${PREFIX}/sbin diff --git a/security/otptool/distinfo b/security/otptool/distinfo index 0c098b8a777..449adc180c5 100644 --- a/security/otptool/distinfo +++ b/security/otptool/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2012/11/10 22:13:47 pettai Exp $ +$NetBSD: distinfo,v 1.2 2013/04/17 13:36:19 marino Exp $ -SHA1 (mod_authn_otp-1.1.4.tar.gz) = cc1e3bebd3a2bf66fea6f4bf5e609e8bdc822040 -RMD160 (mod_authn_otp-1.1.4.tar.gz) = d1082f45fc94f042fd6b883152a5739b5a354d78 -Size (mod_authn_otp-1.1.4.tar.gz) = 94911 bytes +SHA1 (mod_authn_otp-1.1.6.tar.gz) = 80e283bca7decb0f5e7b98c7a3afa33f0c2e2e13 +RMD160 (mod_authn_otp-1.1.6.tar.gz) = e312523737835c56f6b7d175d0b8102da3642eae +Size (mod_authn_otp-1.1.6.tar.gz) = 99838 bytes SHA1 (patch-configure) = 011c00235c1d215bab48512f886776422bb55d63 |