aboutsummaryrefslogtreecommitdiff
path: root/security/cryptlib
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Update to 3.3.1 release.Alex Dupre2007-03-303-18/+17
| | | | Notes: svn path=/head/; revision=188828
* Fix build on 4.x.Alex Dupre2006-11-133-4/+15
| | | | Notes: svn path=/head/; revision=177160
* Try to fix on 4.X.Alex Dupre2006-10-071-0/+1
| | | | Notes: svn path=/head/; revision=174715
* The tarball has been rerolled with many post 3.3 release fixes,Alex Dupre2006-09-173-17/+4
| | | | | | | so bump PORTREVISION, too. Notes: svn path=/head/; revision=173221
* Update to 3.3 release.Alex Dupre2006-09-145-21/+24
| | | | Notes: svn path=/head/; revision=173072
* Update to 3.2.3 release:Alex Dupre2006-07-149-26/+83
| | | | | | | | | - OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS) - Add support for PKCS#11 tokens - Grap maintainership Notes: svn path=/head/; revision=167763
* - UnbreakPav Lucistnik2006-01-241-1/+3
| | | | | | | | PR: ports/92224 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=154342
* BROKEN: Hard-codes libc_r linkageKris Kennaway2006-01-221-0/+1
| | | | Notes: svn path=/head/; revision=154192
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* Update to 3.2.2Marcus Alves Grando2005-09-163-11/+11
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142934
* Update to 3.2 to fix fetching.Kris Kennaway2005-04-243-8/+7
| | | | Notes: svn path=/head/; revision=134075
* - Unbreak. Distfile has changed. A diff between the contents of theAlexey Dokuchaev2005-04-062-8/+6
| | | | | | | | | | | | | original distfile and the new one shows that the changes consist of inconsequential whitespace, and ones that NUL-terminate couple of strings (linebuffers). Hence PORTREVISION bump. [1] - Improve on Makefile header (reindent, spaces -> tabs) PR: ports/79591 Submitted by: Sam Lawrance <boris(at)brooknet.com.au> Notes: svn path=/head/; revision=132624
* BROKEN: Size mismatchKris Kennaway2005-02-281-1/+3
| | | | Notes: svn path=/head/; revision=129976
* 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 3.1Hye-Shik Chang2004-01-302-5/+5
| | | | Notes: svn path=/head/; revision=99481
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to preventFoxfair Hu2003-08-115-73/+4
| | | | | | | a 'make all' failure. Notes: svn path=/head/; revision=86746
* Build only on i386.Tilman Keskinoz2003-07-181-0/+2
| | | | | | | | PR: 54455 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=85130
* Fix build on -CURRENTSergey A. Osokin2003-07-181-0/+12
| | | | | | | | Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 54605 Notes: svn path=/head/; revision=85113
* - install cryptlib.hTilman Keskinoz2003-07-092-0/+7
| | | | | | | | | | - respect CFLAGS PR: 54167[1] Submitted by: John Engelhart <johne@zang.com> Notes: svn path=/head/; revision=84540
* Change port name to cryptlib-3.1.b4 and satisfy naming rules in handbook.Foxfair Hu2003-06-221-2/+1
| | | | Notes: svn path=/head/; revision=83421
* Add cryptlib 3.1, a powerful security programming toolkit.Foxfair Hu2003-06-217-0/+125
PR: 53397 Submitted by: me Notes: svn path=/head/; revision=83391