summaryrefslogtreecommitdiff
path: root/security/libscrypt
Commit message (Collapse)AuthorAgeFilesLines
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* - Update to 1.19, Announce message:Rusmir Dusko2014-05-122-5/+4
| | | | | | | | | | Code safety cleanups. Now running Coverity. PR: ports/189693 Submitted by: Horia Racoviceanu <horia@racoviceanu.com (maintainer) Notes: svn path=/head/; revision=353779
* - Simulate SSP_NEED_NONSHARED for gccSteve Wills2014-03-181-6/+25
| | | | | | | | | | | | | | | - Add stack-protector-all to Options - Move CC and LIBDIR from REINPLACE to MAKE_ARGS - Remove duplicate -02 CFLAGS - Change strcpy() to strlcpy(), patch from OpenBSD - Move STRIP_CMD before installing DOCS - Bump PORTREVISION PR: ports/187667 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) Notes: svn path=/head/; revision=348541
* - Version update to 1.18Steve Wills2014-03-132-16/+13
| | | | | | | | | | | | | - Remove STATIC lib - Change REINPLACE for CC, CFLAGS, LDFLAGS and LIBDIR - Remove CFLAGS, now in REINPLACE - Strip library PR: ports/187513 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) Notes: svn path=/head/; revision=348094
* - Bump PORTREVISIONRusmir Dusko2013-12-161-12/+19
| | | | | | | | | | | | | | | | - Change license BSD --> BSD2CLAUSE - Add USES compiler - Add DOCS and Option - Change REINPLACE_CMD - Fix build, tabs - Support STAGEDIR PR: ports/184723 Submitted by: Reed Loefgren <rloefgren@forethought.net> Approved by: wg (mentor) Notes: svn path=/head/; revision=336645
* Update to 1.14Josh Paetzel2013-11-092-11/+19
| | | | | | | | PR: ports/181286 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=333338
* - Partial revert of r328226: These ports are not stage safe as theyBryan Drewery2013-09-261-0/+2
| | | | | | | | | | | install absolute symlinks pointing to the stagedir! Poudriere has been improved to check for this issue now. With hat: portmgr Reported by: madpilot, jpaetzel Notes: svn path=/head/; revision=328369
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* 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
* Add libscrypt 1.1, c library for the scrypt key derivation function.Vanilla I. Shu2013-07-283-0/+42
PR: ports/180903 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=323838