aboutsummaryrefslogtreecommitdiff
path: root/security/pad/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* The master site came online again, so use it.Trevor Johnson2002-02-111-1/+1
| | | | | | | | | | | Noticed by: MAINTAINER Use the re-rolled distfile from there, which appears to have been prepared with "automake -i" and therefore no longer requires GNU make. Notes: svn path=/head/; revision=54503
* Update to 1.0.4. This version can accept several input files orTrevor Johnson2002-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | RNG inputs, rather than just one, and can generate numerous output files, rather than just two. It now requires GNU make. Add a patch to use mkstemp() rather than tempnam() so temporary files are created with safe permissions. With the unpatched version, local users can read sensitive information if pad is run in a world-readable directory (the bug is not present in 0.x versions). Turn over maintainership to submitter. Submitted by: Jason Harris <jharris@widomaker.com> PR: 27323 and 32810 Install the man page. Fix spelling of "omitted" in pad.1 and pad.c. Clarify warning message about inputs with unequal sizes. Generate the packing list just before installation. I put the distfile on MASTER_SITE_LOCAL because the home site is offline. The checksum on my copy differs from the one in PR 27323. Notes: svn path=/head/; revision=54493
* Downgrade to 0.7. I believe the newer version may be insecure inTrevor Johnson2001-09-061-1/+1
| | | | | | | | | its use of tempnam(), but I have not written a patch to correct it. I told the author about this on 23 September. The port was updated without my knowledge. Add PORTEPOCH. Notes: svn path=/head/; revision=47476
* Update to 1.0.4David W. Chapman Jr.2001-09-011-1/+1
| | | | | | | | | | Add ${DOCSDIR} compliance PR: 27323 Submitted by: dave@mu.org Notes: svn path=/head/; revision=47282
* Update to 0.7.Neil Blakey-Milner2000-09-231-1/+1
| | | | | | | | PR: 21503 Submitted by: Trevor Johnson <trevor@jpj.net> (maintainer) Notes: svn path=/head/; revision=33044
* Adding pad version 0.5.Steve Price2000-07-161-0/+1
This is a small command-line utility to turn one file into two, each indistinguishable from noise, and put them back together into the original. PR: 19778 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=30720