aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-scrypt
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.0.7Sunpoet Po-Chuan Hsieh2019-11-152-5/+4
| | | | | | | | Changes: https://github.com/pbhogan/scrypt/releases https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=517672
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-11-031-1/+1
| | | | Notes: svn path=/head/; revision=516531
* Keep .so files in ext directorySunpoet Po-Chuan Hsieh2019-09-101-2/+1
| | | | | | | | | | | - Remove NO_ARCH for dependent ports - Bump PORTREVISION for dependency and package change PR: 240425 Exp-run by: antoine Notes: svn path=/head/; revision=511765
* Update to 3.0.6Sunpoet Po-Chuan Hsieh2018-10-062-6/+7
| | | | | | | Changes: https://github.com/pbhogan/scrypt/releases Notes: svn path=/head/; revision=481358
* Remove ONLY_FOR_ARCHSSunpoet Po-Chuan Hsieh2018-07-291-3/+0
| | | | | | | | PR: 229731 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=475848
* Pet portlint: move ONLY_FOR_ARCHS* upwardSunpoet Po-Chuan Hsieh2017-08-201-2/+2
| | | | Notes: svn path=/head/; revision=448390
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-1/+1
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* Update to 3.0.5Sunpoet Po-Chuan Hsieh2017-03-213-17/+5
| | | | | | | Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436639
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-03-173-6/+17
| | | | | | | Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=436356
* - Update to 3.0.3Sunpoet Po-Chuan Hsieh2016-12-032-7/+8
| | | | | | | Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=427661
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 2.1.1Sunpoet Po-Chuan Hsieh2016-03-122-3/+4
| | | | | | | | | - Add NO_ARCH Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=410848
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-09-281-0/+1
| | | | Notes: svn path=/head/; revision=398082
* Mark as broken on sparc64 et. al.: uses SSE compiler-specific flag.Mark Linimon2015-09-251-0/+3
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397890
* - Remove RG linkSunpoet Po-Chuan Hsieh2015-08-131-1/+0
| | | | Notes: svn path=/head/; revision=394174
* - Update to 2.0.2Sunpoet Po-Chuan Hsieh2015-06-062-3/+3
| | | | | | | Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=388673
* - Update to 2.0.1Sunpoet Po-Chuan Hsieh2015-06-052-3/+3
| | | | | | | Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=388616
* - Add rubygem-scrypt 2.0.0Sunpoet Po-Chuan Hsieh2015-03-023-0/+29
The scrypt key derivation function is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. WWW: https://github.com/pbhogan/scrypt RG: https://rubygems.org/gems/scrypt Notes: svn path=/head/; revision=380268