diff options
author | sketch <sketch> | 2008-10-09 12:00:59 +0000 |
---|---|---|
committer | sketch <sketch> | 2008-10-09 12:00:59 +0000 |
commit | a4267c2726e050228a90eecf95368d165480d4f3 (patch) | |
tree | aa935c2e2f9ffe8d400f28861c5086dc9aee128d /sysutils/mktemp/Makefile | |
parent | 1a1154b6fdd718abc73c2efde394abbea9e43951 (diff) | |
download | pkgsrc-a4267c2726e050228a90eecf95368d165480d4f3.tar.gz |
Update to 1.6 and take maintainership. Changes:
* Temporary file names no longer use the process ID as part of the name
* Use arc4random_uniform() instead of random() or lrand48()
* The prngd or egd daemon can now be used on systems without /dev/urandom
* Added long option support for compatibility with GNU coreutils version
* Fixed an installation issue on Cygwin
Diffstat (limited to 'sysutils/mktemp/Makefile')
-rw-r--r-- | sysutils/mktemp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/mktemp/Makefile b/sysutils/mktemp/Makefile index cb04e7c082d..68e82da6c83 100644 --- a/sysutils/mktemp/Makefile +++ b/sysutils/mktemp/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/09 12:00:59 sketch Exp $ # -DISTNAME= mktemp-1.5 +DISTNAME= mktemp-1.6 CATEGORIES= sysutils security MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \ - ftp://ftp.cs.colorado.edu/pub/mktemp/ \ ftp://ftp.usa.openbsd.org/pub/mktemp/ \ ftp://ftp.wiretapped.net/pub/security/host-security/mktemp/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://www.mktemp.org/ COMMENT= Small program for safe temporary file and directory creation |