aboutsummaryrefslogtreecommitdiff
path: root/security/libpwstor
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for changed CFLAGSEd Maste2018-09-181-1/+1
| | | | | | | | | | | | | | I adjusted CFLAGS in several ports to allow linking with lld on i386 but missed the corresponding PORTREVISION bump. Related commits: r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068 Reported by: antoine Approved by: antoine Notes: svn path=/head/; revision=480069
* security/libpwstore: enable PIC on i386, for lldEd Maste2018-09-181-2/+0
| | | | | | | | | | | | Shared objects should be built as PIC, and lld enforces this by default. Remove the i386 special case and just build this port as PIC for all architectures. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480062
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* security/libpwstor: Document SSL requirementJohn Marino2016-09-111-1/+1
| | | | Notes: svn path=/head/; revision=421779
* - Strip binariesDmitry Marakasov2015-06-181-0/+5
| | | | Notes: svn path=/head/; revision=390076
* Stagify.Vanilla I. Shu2014-06-113-24/+67
| | | | Notes: svn path=/head/; revision=357407
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-10/+10
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Remove references to unsupported FreeBSD versions. Mostly of the form:Doug Barton2011-11-011-4/+0
| | | | | | | .if ${OSVERSION} < 700000 Notes: svn path=/head/; revision=284867
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Reset mattdharris@users.sourceforge.net: address bounces.Mark Linimon2008-12-311-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=225035
* - libpwstor is a library implementing a password storage formatMarcelo Araujo2008-10-243-0/+72
for C programmers. This format provides a reasonable level of security by utilizing SHA-256 in addition to a random salt to mitigate dictionary and rainbow table attacks. WWW: http://sourceforge.net/projects/kageki PR: ports/128328 Submitted by: Matt D. Harris <mattdharris@users.sourceforge.net> Reworked by: myself Notes: svn path=/head/; revision=222009