Port details |
- py-scrypt Bindings for the scrypt key derivation function library
- 0.8.27 security =3 0.8.24Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2016-01-11 07:29:24
- Last Update: 2024-11-08 21:40:35
- Commit Hash: 71c6688
- People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-scrypt
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://pypi.org/project/scrypt/
- Description:
- This is is a set of Python bindings for the scrypt key derivation function.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}scrypt>0:security/py-scrypt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-scrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-scrypt
- pkg install py311-scrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-scrypt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-scrypt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731099981
SHA256 (scrypt-0.8.27.tar.gz) = a7b637848ed518c1ea2b31a9ecaaa3f49616598d8442de8706cf1f01fbabf0a7
SIZE (scrypt-0.8.27.tar.gz) = 55650
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_py-scrypt
- USES:
- python ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.27 08 Nov 2024 21:40:35 |
Yuri Victorovich (yuri) |
security/py-scrypt: update 0.8.24 → 0.8.27 |
0.8.24 08 Apr 2024 00:33:06 |
Yuri Victorovich (yuri) |
security/py-scrypt: update 0.8.23 → 0.8.24
Reported by: portscout |
0.8.23 04 Mar 2024 16:09:15 |
Yuri Victorovich (yuri) |
security/py-scrypt: update 0.8.20 → 0.8.23
Reported by: portscout |
0.8.20 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.8.20 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.20 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.20 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.20 30 Apr 2022 16:03:25 |
Yuri Victorovich (yuri) |
security/py-scrypt: Update 0.8.19 -> 0.8.20
Reported by: portscout |
0.8.19 03 Jan 2022 22:26:42 |
Yuri Victorovich (yuri) |
security/py-scrypt: Update 0.8.18 -> 0.8.19
Reported by: portscout |
0.8.18 18 Apr 2021 00:23:05 |
Yuri Victorovich (yuri) |
security/py-scrypt: Update 0.8.17 -> 0.8.18
Reported by: portscout |
0.8.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.17 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.17 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
0.8.17 21 Sep 2020 17:50:26 |
yuri |
security/py-scrypt: Update 0.8.16 -> 0.8.17
Reported by: portscout |
0.8.16 13 Sep 2020 19:03:21 |
yuri |
security/py-scrypt: Update 0.8.15 -> 0.8.16 |
0.8.15 23 May 2020 19:14:58 |
yuri |
security/py-scrypt: Update 0.8.13 -> 0.8.15
Reported by: portscout |
0.8.13 23 Feb 2019 07:40:01 |
yuri |
security/py-scrypt: Update 0.8.7 -> 0.8.13
Reported by: portscout |
0.8.7 03 Feb 2019 20:44:09 |
yuri |
security/py-scrypt: Update 0.8.6 -> 0.8.7
Reported by: portscout |
0.8.6 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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 |
0.8.6 09 Feb 2018 17:09:46 |
yuri |
security/py-scrypt: Update to 0.8.6
See changelogs:
https://bitbucket.org/mhallin/py-scrypt/src/a0801ed84b4e274d28edcfb547d52030bd5df331/README.rst
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
0.8.3 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
0.8.3 08 Feb 2018 07:21:59 |
yuri |
security/py-scrypt: Update to 0.8.3
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 |
0.8.0 13 Nov 2016 16:14:14 |
rene |
Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 |
0.8.0 22 Sep 2016 19:53:54 |
cpm |
- Update py-scrypt to 0.8.0
PR: 212787
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor) |
0.7.1 11 Sep 2016 06:20:38 |
marino |
security/py-scrypt: Document SSL requirement and define its flags
Approved by: SSL blanket |
0.7.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.7.1 11 Jan 2016 07:29:16 |
miwi |
This is is a set of Python bindings for the scrypt key derivation function.
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> |