aboutsummaryrefslogtreecommitdiff
path: root/security/seccure/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-7/+3
| | | | Notes: svn path=/head/; revision=317220
* Update my email address on the ports I maintain.Ryan Steinmetz2011-07-151-1/+1
| | | | | | | Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=277761
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-1/+2
| | | | Notes: svn path=/head/; revision=276971
* Correct typo in new maintainer address.Wesley Shields2011-05-271-1/+1
| | | | Notes: svn path=/head/; revision=274731
* - Update to 0.4.Wesley Shields2011-05-271-5/+5
| | | | | | | | | | | | | - Pass maintainer to submitter. Previous maintainer address bounced, even after removing the anti-spam measure. - Cleanup COMMENT and pkg-descr. - Also, respect PREFIX. PR: ports/157361 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=274718
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-3/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-8/+9
| | | | Notes: svn path=/head/; revision=208144
* New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for ↵Edwin Groothuis2007-09-071-0/+20
Reliable Encryption The seccure toolset implements a selection of asymmetric algorithms based on elliptic curve cryptography (ECC). In particular it offers public key encryption / decryption, signature generation / verification and key establishment. ECC schemes offer a much better key size to security ratio than classical systems (RSA, DSA). Keys are short enough to make direct specification of keys on the command line possible (sometimes this is more convenient than the management of PGP-like key rings). seccure builds on this feature and therefore is the tool of choice whenever lightweight asymmetric cryptography -- independent of key servers, revocation certificates, the Web of Trust or even configuration files -- is required. PR: ports/115943 Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl> Notes: svn path=/head/; revision=199011