Commit graph

11 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
zafer
5a47e09223 remove dead mirror. 2009-05-01 14:48:41 +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
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +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
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +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