Path to this page:
./
sysutils/mktemp,
Small program for safe temporary file and directory creation
Branch: pkgsrc-2008Q3,
Version: 1.6,
Package name: mktemp-1.6,
Maintainer: sketchMktemp is a simple utility designed to make temporary file handling in shell
scripts be safe and simple.
Master sites: (Expand)
SHA1: 562ee9f2b7033a90196409961c2137917c125838
RMD160: f29953ed51fe0f593c7407467ec1b99f24b5813d
Filesize: 77.299 KB
Version history: (Expand)
- (2008-10-11) Updated to version: mktemp-1.6
- (2008-10-06) Package added to pkgsrc.se, version mktemp-1.5 (created)
CVS history: (Expand)
2008-10-11 20:34:31 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
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
|