pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mktemp



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


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/mktemp/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/mktemp/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/sysutils/mktemp/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index