| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=493652
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=492076
|
|
|
|
|
|
|
|
|
|
| |
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Notes:
svn path=/head/; revision=468282
|
|
|
|
|
|
|
|
|
|
|
| |
See changelogs:
https://bitbucket.org/mhallin/py-scrypt/src/a0801ed84b4e274d28edcfb547d52030bd5df331/README.rst
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=461320
|
|
|
|
|
|
|
|
|
|
| |
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=461265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change log: https://bitbucket.org/mhallin/py-scrypt/src
Additional changes:
* Updated MAINTAINER e-mail
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14249
Notes:
svn path=/head/; revision=461200
|
|
|
|
| |
Notes:
svn path=/head/; revision=426059
|
|
|
|
|
|
|
|
|
|
| |
PR: 212787
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Notes:
svn path=/head/; revision=422639
|
|
|
|
|
|
|
| |
Approved by: SSL blanket
Notes:
svn path=/head/; revision=421802
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
Scrypt is useful when encrypting password as it is possible to specify a
minimum amount of time to use when encrypting and decrypting. If, for example,
a password takes 0.05 seconds to verify, a user won't notice the slight delay
when signing in, but doing a brute force search of several billion passwords
will take a considerable amount of time. This is in contrast to more
traditional hash functions such as MD5 or the SHA family which can be
implemented extremely fast on cheap hardware.
WWW: https://pypi.python.org/pypi/scrypt/
PR: 206102
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Notes:
svn path=/head/; revision=405767
|