pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/mktemp Update to 1.6 and take maintainership....
details: https://anonhg.NetBSD.org/pkgsrc/rev/c1a2c39508f0
branches: trunk
changeset: 548128:c1a2c39508f0
user: sketch <sketch%pkgsrc.org@localhost>
date: Thu Oct 09 12:00:59 2008 +0000
description:
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:
sysutils/mktemp/Makefile | 7 +++----
sysutils/mktemp/distinfo | 9 ++++-----
sysutils/mktemp/patches/patch-aa | 13 -------------
3 files changed, 7 insertions(+), 22 deletions(-)
diffs (52 lines):
diff -r e049c7b2fa59 -r c1a2c39508f0 sysutils/mktemp/Makefile
--- a/sysutils/mktemp/Makefile Thu Oct 09 10:58:17 2008 +0000
+++ b/sysutils/mktemp/Makefile Thu Oct 09 12:00:59 2008 +0000
@@ -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@localhost
+MAINTAINER= sketch%NetBSD.org@localhost
HOMEPAGE= http://www.mktemp.org/
COMMENT= Small program for safe temporary file and directory creation
diff -r e049c7b2fa59 -r c1a2c39508f0 sysutils/mktemp/distinfo
--- a/sysutils/mktemp/distinfo Thu Oct 09 10:58:17 2008 +0000
+++ b/sysutils/mktemp/distinfo Thu Oct 09 12:00:59 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/10/07 16:00:57 joerg Exp $
+$NetBSD: distinfo,v 1.5 2008/10/09 12:00:59 sketch Exp $
-SHA1 (mktemp-1.5.tar.gz) = aa001fd61d13bbf128dc58ca4dc6d83311435bae
-RMD160 (mktemp-1.5.tar.gz) = a2fa93592e1d362aa0882a70ea494cc45da48dab
-Size (mktemp-1.5.tar.gz) = 70529 bytes
-SHA1 (patch-aa) = fd6a799fbf14223cb71db35868e90f73cdea2df1
+SHA1 (mktemp-1.6.tar.gz) = 562ee9f2b7033a90196409961c2137917c125838
+RMD160 (mktemp-1.6.tar.gz) = f29953ed51fe0f593c7407467ec1b99f24b5813d
+Size (mktemp-1.6.tar.gz) = 79154 bytes
diff -r e049c7b2fa59 -r c1a2c39508f0 sysutils/mktemp/patches/patch-aa
--- a/sysutils/mktemp/patches/patch-aa Thu Oct 09 10:58:17 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/10/07 16:00:57 joerg Exp $
-
---- extern.h.orig 2005-07-22 14:18:08.000000000 +0000
-+++ extern.h
-@@ -38,8 +38,6 @@
- # define __P(args) ()
- #endif
-
--extern int errno;
--
- extern char *MKDTEMP __P((char *));
- extern int MKSTEMP __P((char *));
- extern long get_random __P((void));
Home |
Main Index |
Thread Index |
Old Index