aboutsummaryrefslogtreecommitdiff
path: root/security/seccure
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5Ryan Steinmetz2014-08-203-5/+7
| | | | Notes: svn path=/head/; revision=365439
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Add STAGE supportRyan Steinmetz2014-05-113-13/+13
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=353723
* 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
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* 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-274-27/+35
| | | | | | | | | | | | | - 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-075-0/+73
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