diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-12 08:22:59 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-12 08:22:59 +0000 |
commit | 3c153e908362d034e6c9727a37a925b4ad0fa9dd (patch) | |
tree | 3cd79ae0cc53347ae51cc9103a49ac4ac1da7026 | |
parent | d6b74e06fdf887b6fc296e19505150e5328c2e79 (diff) | |
download | pkgsrc-3c153e908362d034e6c9727a37a925b4ad0fa9dd.tar.gz |
Update apg to 1.2.13:
apg-1.2.13
Added support for NetBSD.
(Thanks to Tomasz Luchowski <zuntum@eik.pl>).
-rw-r--r-- | security/apg/Makefile | 6 | ||||
-rw-r--r-- | security/apg/files/md5 | 4 | ||||
-rw-r--r-- | security/apg/files/patch-sum | 5 | ||||
-rw-r--r-- | security/apg/patches/patch-ab | 14 |
4 files changed, 7 insertions, 22 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index c30ebb568cf..1eb91f6ff8a 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/12 08:22:59 zuntum Exp $ # -DISTNAME= apg-1.2.12 +DISTNAME= apg-1.2.13 CATEGORIES= security MASTER_SITES= http://www.adel.nursat.kz/apg/download/ -MAINTAINER= zuntum@eik.pl +MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.adel.nursat.kz/apg/ COMMENT= Tool set for random password generation diff --git a/security/apg/files/md5 b/security/apg/files/md5 index 27b8f3db1b3..172ee8c2e9f 100644 --- a/security/apg/files/md5 +++ b/security/apg/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ +$NetBSD: md5,v 1.2 2001/03/12 08:22:59 zuntum Exp $ -MD5 (apg-1.2.12.tar.gz) = 02f183cd1170aef922e90c75e81e041d +SHA1 (apg-1.2.13.tar.gz) = 0619957437e4804ef09a550602aa1655d2d0690f diff --git a/security/apg/files/patch-sum b/security/apg/files/patch-sum index e457ac3aab7..ccc79de1b43 100644 --- a/security/apg/files/patch-sum +++ b/security/apg/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ +$NetBSD: patch-sum,v 1.2 2001/03/12 08:22:59 zuntum Exp $ -MD5 (patch-aa) = b7b4403483a8c7f9f38bcee2736fbb9a -MD5 (patch-ab) = 6dea5f12ef3b1f42a5b3a04bdfe814e9 +SHA1 (patch-aa) = 90b2a66305d361a650160e0b3fb7cd93632e2b46 diff --git a/security/apg/patches/patch-ab b/security/apg/patches/patch-ab deleted file mode 100644 index 74aae0965ca..00000000000 --- a/security/apg/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ - ---- apg.c.orig Thu Feb 22 12:00:10 2001 -+++ apg.c -@@ -35,6 +35,9 @@ - #include <strings.h> - #include <string.h> - #include <time.h> -+#ifdef __NetBSD__ -+#include <unistd.h> -+#endif - #define MAX_MODE_LENGTH 5 - - #ifndef _XOPEN_SOURCE |