Port details |
- pecl-scrypt PHP wrapper to Colin Percival's scrypt implementation
- 2.0.1 security =3 2.0.1Version of this port present on the latest quarterly branch.
- Maintainer: dbaio@FreeBSD.org
- Port Added: 2013-11-04 20:12:14
- Last Update: 2023-10-07 22:23:59
- Commit Hash: d9192e8
- People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-xdiff
- Also Listed In: pear
- License: BSD2CLAUSE
- WWW:
- https://pecl.php.net/package/scrypt
- Description:
- This is a PHP library providing a wrapper to Colin Percival's scrypt
implementation. Scrypt is a key derivation function designed to be
far more secure against hardware brute-force attacks than alternative
functions such as PBKDF2 or bcrypt.
- ¦ ¦ ¦ ¦
- 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:
-
- ${PHP_PKGNAMEPREFIX}pecl-scrypt>0:security/pecl-scrypt
- To install the port:
- cd /usr/ports/security/pecl-scrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pecl-scrypt
- pkg install php81-pecl-scrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-scrypt
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-scrypt
- php80: php80-pecl-scrypt
- php82: php82-pecl-scrypt
- php83: php83-pecl-scrypt
- distinfo:
- TIMESTAMP = 1696710551
SHA256 (PECL/scrypt-2.0.1.tgz) = 281755239b23f68070e1a9e3e35df63a04662598f86ec946137287cb8f31ff91
SIZE (PECL/scrypt-2.0.1.tgz) = 23284
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:
-
- php.h : lang/php81
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php81-pecl-scrypt-2.0.1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_pecl-scrypt
- USES:
- php:build,pecl
- 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 |
2.0.1 07 Oct 2023 22:23:59 |
Danilo G. Baio (dbaio) |
security/pecl-scrypt: Update to 2.0.1
Changelog: https://pecl.php.net/package-changelog.php?package=scrypt&release=2.0.1 |
2.0.0 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
2.0.0 24 Sep 2022 16:26:55 |
Danilo G. Baio (dbaio) |
security/pecl-scrypt: Update to 2.0.0
Changelog: https://pecl.php.net/package-changelog.php?package=scrypt&release=2.0.0 |
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) |
1.4.3 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 ) |
1.4.3 20 Aug 2022 21:27:24 |
Danilo G. Baio (dbaio) |
security/pecl-scrypt: Update to 1.4.3
- Patches removed were incorporated upstream.
Changelog: https://pecl.php.net/package-changelog.php?package=scrypt&release=1.4.3 |
1.4.2 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 ) |
1.4.2 25 Aug 2021 12:27:30 |
Danilo G. Baio (dbaio) |
security/pecl-scrypt: Fix build with PHP 8
PR: 258030
Reported by: clpo13@gmail.com |
1.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2 26 Oct 2020 23:22:50 |
dbaio |
security/pecl-scrypt: Ignore with PHP 8.0
For now, there is some work on upstream to support PHP 8.
Reported by: pkg-fallout |
1.4.2 08 May 2017 17:21:49 |
dbaio |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
1.4.2 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
1.4.2 13 Dec 2016 14:26:12 |
sunpoet |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
1.4.2 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
1.4.2 09 Sep 2016 19:12:55 |
amdmi3 |
- Update to 1.4.2
- Add LICENSE_FILE
- Bring back PHP 7 support
- Simplify port
- Take maintainership
PR: 212230
Submitted by: dbaio@bsd.com.br |
1.2_3 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.2_2 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.2_2 28 Jun 2016 09:11:31 |
rakuco |
Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).
Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.
Differential Revision: https://reviews.freebsd.org/D5980 |
1.2_2 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.2_2 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
1.2_2 21 Sep 2015 19:03:14 |
robak |
security/pecl-scrypt: various fixes and improvements
- Bump PORTREVISION
- Replace STRIP_CMD with INSTALL_TARGET=install-strip
- Remove STACKPROTECTOR and STACKPROTECTORALL from options
- Add EXAMPLES and TEST to options
PR: 200698
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) |
1.2_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.2_1 18 Mar 2014 14:32:16 |
swills |
- Change License from BSD to BSD2CLAUSE
- Add USES=compiler, REINPLACE is only needed for gcc
- Add DOCS to Options
- Add DOCSDIR
- Add BUFFER_OVERFLOW_PROTECTION to Options
- Strip library
- Bump PORTREVISION
PR: ports/187669
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) |
1.2 04 Nov 2013 20:12:04 |
antoine |
New port: security/pecl-scrypt
This is a PHP library providing a wrapper to Colin Percival's scrypt
implementation. Scrypt is a key derivation function designed to be far more
secure against hardware brute-force attacks than alternative functions such as
PBKDF2 or bcrypt.
WWW: http://pecl.php.net/package/scrypt
PR: ports/180904
Submitted by: Horia Racoviceanu |