aboutsummaryrefslogtreecommitdiff
path: root/security/pad
Commit message (Collapse)AuthorAgeFilesLines
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-3/+1
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* security/pad: Add SSL flags and honor themJohn Marino2016-09-111-2/+8
| | | | | | | | | While here, convert to USES+=tar Approved by: SSL blanket Notes: svn path=/head/; revision=421787
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* Support stagingEmanuel Haupt2014-02-251-20/+7
| | | | Notes: svn path=/head/; revision=345969
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update MASTER_SITES.Pav Lucistnik2003-12-251-1/+1
| | | | | | | | PR: ports/60530 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Notes: svn path=/head/; revision=96577
* [maintainer-update] ports/security/pad - make fetchable againEdwin Groothuis2003-10-152-3/+4
| | | | | | | | | | | http://www.lammah.com/ has been unresponsive long enough, point to working sites PR: ports/58087 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=91362
* unbreak port by adding lots of \n\'sEdwin Groothuis2003-10-152-20/+43
| | | | | | | informed maintainer. Notes: svn path=/head/; revision=91326
* BROKEN on 5.x: does not compileKris Kennaway2003-10-151-1/+7
| | | | Notes: svn path=/head/; revision=91281
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Use buffer-safe string functions for paranoia. Bump PORTREVISION.Kris Kennaway2002-10-272-5/+19
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=68901
* The master site came online again, so use it.Trevor Johnson2002-02-112-6/+3
| | | | | | | | | | | 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-106-20/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-062-2/+3
| | | | | | | | | 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-012-4/+4
| | | | | | | | | | Add ${DOCSDIR} compliance PR: 27323 Submitted by: dave@mu.org Notes: svn path=/head/; revision=47282
* Add USE_OPENSSL=yes to fix a bug found by bento.Trevor Johnson2000-10-151-0/+1
| | | | Notes: svn path=/head/; revision=33862
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Update to 0.7.Neil Blakey-Milner2000-09-234-14/+12
| | | | | | | | PR: 21503 Submitted by: Trevor Johnson <trevor@jpj.net> (maintainer) Notes: svn path=/head/; revision=33044
* Adding pad version 0.5.Steve Price2000-07-165-0/+51
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