aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Module-Signature
Commit message (Collapse)AuthorAgeFilesLines
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,Jun Kuriyama2006-12-221-2/+2
| | | | | | | | | | | depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume Notes: svn path=/head/; revision=180452
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-1/+2
| | | | | | | | | to security/gnupg1. Thanks to: dougb, lofi Notes: svn path=/head/; revision=180326
* - update to 0.55Cheng-Lung Sung2006-07-312-5/+4
| | | | Notes: svn path=/head/; revision=169163
* - p5-Crypt-OpenPGP is vulnerable and very outdated.Cheng-Lung Sung2006-06-011-1/+1
| | | | | | | | | - bump PORTREVISION to reflect security issues. Noted by: infofarmer Notes: svn path=/head/; revision=164140
* - update to 0.54Cheng-Lung Sung2006-05-122-4/+4
| | | | Notes: svn path=/head/; revision=162143
* - update to 0.53Cheng-Lung Sung2006-04-192-4/+4
| | | | Notes: svn path=/head/; revision=159911
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 0.52Cheng-Lung Sung2006-01-192-4/+4
| | | | Notes: svn path=/head/; revision=153854
* - update to 0.51Cheng-Lung Sung2006-01-022-4/+4
| | | | Notes: svn path=/head/; revision=152551
* - update to 0.50Cheng-Lung Sung2005-11-212-5/+6
| | | | | | | | | | - add SHA256 checksum PR: 89346 Submitted by: aaron Notes: svn path=/head/; revision=148915
* - update to 0.44Cheng-Lung Sung2005-04-062-4/+4
| | | | | | | | | | | - take maintainership PR: 79586 Submitted by: clsung Approved by: Autrijus Tang (maintainer) Notes: svn path=/head/; revision=132611
* Update to 0.41Mathieu Arnold2004-08-273-5/+6
| | | | | | | | | PR: 70258 Submitted by: skv Approved by: maintainer timeout Notes: svn path=/head/; revision=117411
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to version 0.38.Dmitry Sivachenko2004-01-012-2/+2
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer) Notes: svn path=/head/; revision=97034
* Unbreak INDEXMathieu Arnold2003-08-281-1/+1
| | | | | | | Pointy Hat To: demon Notes: svn path=/head/; revision=87911
* New port: p5-Module-Signature.Dmitry Sivachenko2003-08-284-0/+46
Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember running "cpansign -v" (or just "cpansign") before issuing "perl Makefile.PL" or "perl Build.PL"; that will ensure the distribution has not been tampered with. For module authors, you'd want to add the SIGNATURE file to your MANIFEST, then type "cpansign -s" before making a distribution. Submitted by: autrijus@autrijus.org Notes: svn path=/head/; revision=87840