Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Oct 2020 23:22:50
1.4.2

|
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 |
08 May 2017 17:21:49
1.4.2

|
dbaio  |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
10 Apr 2017 15:08:47
1.4.2

|
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
13 Dec 2016 14:26:12
1.4.2

|
sunpoet  |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
15 Sep 2016 01:41:28
1.4.2

|
swills  |
Unmark broken on powerpc64
These ports built successfully |
09 Sep 2016 19:12:55
1.4.2

|
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 |
03 Aug 2016 12:47:05
1.2_3

|
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 |
28 Jun 2016 14:00:45
1.2_2

|
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 |
28 Jun 2016 09:11:31
1.2_2

|
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 |
21 Apr 2016 16:43:15
1.2_2

|
swills  |
many ports: mark broken on powerpc64 |
18 Feb 2016 14:47:06
1.2_2

|
miwi  |
- Ignore php70
- While here remove old php gruft |
21 Sep 2015 19:03:14
1.2_2

|
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) |
29 Jul 2014 19:11:53
1.2_1

|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
18 Mar 2014 14:32:16
1.2_1

|
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) |
04 Nov 2013 20:12:04
1.2

|
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 |