diff options
author | marino <marino@pkgsrc.org> | 2013-04-17 13:36:19 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2013-04-17 13:36:19 +0000 |
commit | ba96e556c8b5c0d67363c668f2b19ffd0142569e (patch) | |
tree | 46cb3921e42373d42bd97dffc196e4bc54bb81ed /security/otptool/Makefile | |
parent | d3b91ed4edcdd235f4575fbf21066addf9b19ef6 (diff) | |
download | pkgsrc-ba96e556c8b5c0d67363c668f2b19ffd0142569e.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
Diffstat (limited to 'security/otptool/Makefile')
-rw-r--r-- | security/otptool/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |