Commit graph

7 commits

Author SHA1 Message Date
wiz
b0d9b4607f Update to 1.7, based on PR 44014 from Aleksey Cheusov.
Set LICENSE.

Major changes in upstream

        Temporary file names now include digits in addition to letters.
        mktemp will now terminate after 2*N^62 attempts, where N
            is the number of Xs in the template.  Previously it would try
            forever.
        Fixed UTF8 formatting of the grave accent character in the manual.
2011-03-23 10:16:22 +00:00
asau
b28939f73b Support staged installation. 2009-12-12 23:20:52 +00:00
sketch
64fa4e8da8 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
2008-10-09 12:00:59 +00:00
joerg
214fe4d29c Don't declare errno, ANSI C does this already. 2005-10-07 16:00:57 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
salo
350cafd228 Updated to version 1.5.
Changes:

- removed platform restriction.

1.5:
====
- Removed dead code from priv_mktemp.c
- Added EBCDIC support to priv_mktemp.c
2003-04-25 20:41:52 +00:00
salo
446bfae487 Initial import of mktemp, version 1.4.
Mktemp is a simple utility designed to make temporary file handling in shell
scripts be safe and simple.

This package is in base system of *BSD so it's marked as:
NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*
2002-12-13 09:32:08 +00:00