pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2008Q3]: pkgsrc/sysutils/mktemp Pullup ticket #2550 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c525afce7907
branches:  pkgsrc-2008Q3
changeset: 547828:c525afce7907
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Oct 11 18:34:31 2008 +0000

description:
Pullup ticket #2550 - requested by sketch
mktemp: security update

Revisions pulled up:
- sysutils/mktemp/Makefile              1.6
- sysutils/mktemp/distinfo              1.5
- sysutils/mktemp/patches/patch-aa      delete
---
Module Name:    pkgsrc
Committed By:   sketch
Date:           Thu Oct  9 12:00:59 UTC 2008

Modified Files:
        pkgsrc/sysutils/mktemp: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/mktemp/patches: patch-aa

Log Message:
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 6a326c9f736c -r c525afce7907 sysutils/mktemp/Makefile
--- a/sysutils/mktemp/Makefile  Sat Oct 11 18:27:49 2008 +0000
+++ b/sysutils/mktemp/Makefile  Sat Oct 11 18:34:31 2008 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:42 jlam Exp $
+# $NetBSD: Makefile,v 1.5.26.1 2008/10/11 18:34:31 tron 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 6a326c9f736c -r c525afce7907 sysutils/mktemp/distinfo
--- a/sysutils/mktemp/distinfo  Sat Oct 11 18:27:49 2008 +0000
+++ b/sysutils/mktemp/distinfo  Sat Oct 11 18:34:31 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/10/07 16:00:57 joerg Exp $
+$NetBSD: distinfo,v 1.4.28.1 2008/10/11 18:34:31 tron 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 6a326c9f736c -r c525afce7907 sysutils/mktemp/patches/patch-aa
--- a/sysutils/mktemp/patches/patch-aa  Sat Oct 11 18:27:49 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