61 Commits

Author SHA1 Message Date
sthen
a6a3a0fc82 tweak sample php configs, expose_php off by default 2021-02-25 11:42:33 +00:00
sthen
2c825e3982 php: add PHP_PKGSPEC to SUBST_VARS and regenerate PLISTs, reducing
differences between versions.

move -xmlrpc from Makefile.inc to 7.x/Makefile in preparation for
8.0 which doesn't have it.
2021-02-24 17:31:58 +00:00
sthen
708dbb8e1a lang/php/*: update pecl examples in readme 2021-02-10 19:44:31 +00:00
sthen
21ad26b56b php: cope with api change in alpine 2.22+'s c-client
borrowed from https://git.slackware.nl/current/tree/source/n/php/php.imap.api.diff
2021-02-04 22:21:48 +00:00
sthen
6f0b2ffa93 tweak php pkg-readme 2021-01-25 14:02:45 +00:00
sthen
095fa8bcdd doh, i cannot type. found by solene. 2020-10-14 15:18:17 +00:00
sthen
698266774f bump REVISION-xslt in PHP versions due to a dependency change in libxslt
in the 6.7-current cycle.

6.7-stable and 6.7-current both had updates to newer PHP versions
since that was changed, so 6.7-stable has PLIST-xslt at 7.2.34 with dep on
textproc/libxslt,-main but -current has PLIST-xslt at 7.2.34 with dep on
textproc/libxslt.

fix is to bump 6.8-stable and -current above the version in 6.7-stable.
2020-10-14 08:44:32 +00:00
sthen
01e4c8e4c0 update to php-7.2.34 2020-10-06 11:10:05 +00:00
sthen
66ffde49f8 update to php-7.2.33 2020-08-07 12:47:34 +00:00
sthen
932252a9be update to php-7.2.32, 7.3.20, 7.4.8 2020-07-21 15:58:41 +00:00
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
sthen
1b9ca8a4d4 update to php-7.2.31 2020-05-14 19:34:55 +00:00
sthen
27b8a00360 bump -gd 2020-04-22 15:46:59 +00:00
sthen
a2f0528b33 update to php-7.2.30 2020-04-17 16:55:49 +00:00
sthen
178fc51c59 DEBUG_PACKAGES needs to be set before bsd.port.arch.mk is pulled in to
avoid debug packages being attempted on !debuginfo arches.
2020-04-12 14:26:02 +00:00
sthen
1bf9ca6863 update to php-7.2.29 2020-03-19 19:04:42 +00:00
sthen
82d95c1300 update to php-7.2.28, php-7.3.15 2020-02-20 14:57:17 +00:00
sthen
5c9d5c84f0 update to php-7.2.27 2020-01-23 21:21:04 +00:00
sthen
ad7388912e unbreak, sorry naddy@ 2020-01-04 11:50:29 +00:00
sthen
e0e8bdcad9 PHP spring-cleaning:
- remove DESCR files from subpackages which have been removed
- add HOMEPAGEs for various subpackages (sometimes replacing ones
manually listed in DESCR-foo)
- some s/http/https/ in DESCR-foo
- build the enchant extension (won't work by default in chroot but
maybe useful in some cases)
2020-01-03 15:06:27 +00:00
sthen
24eae197c6 update to php-7.2.26 / php-7.3.13 and tidy Makefiles a bit 2019-12-18 20:22:05 +00:00
sthen
09f7414466 update to php-7.2.25/php-7.3.12 2019-11-21 23:35:57 +00:00
sthen
51cc8a5267 update to php-7.2.24 2019-10-24 16:26:46 +00:00
sthen
711c53946f bugfix update to php-7.2.23 2019-09-27 16:00:55 +00:00
sthen
1a165e24b4 update to php-7.2.22; includes various crash/security fixes 2019-08-30 17:09:48 +00:00
sthen
46da07405b update to php 7.1.31, 7.2.21, 7.3.8 2019-08-01 20:20:38 +00:00
sthen
206d5f468a add a note to the sample php-fpm.conf files that if using TCP (rather than
the patched default of a unix socket), the fpm port should never be exposed
to the internet.
2019-07-27 15:16:01 +00:00
sthen
dea867ae7b it seems php have done some cdn shuffling, now the various country.php.net
are a single cdn backed server and issue a redirect to https://www.php.net/.
replace MASTER_SITES with the single https://www.php.net/distributions/.
this also suggests the mishmash of working and broken backends for
www.php.net that resulted in using secure.php.net as the homepage have
been cleaned up, so switch that back to https://www.php.net/.
2019-07-10 22:27:31 +00:00
sthen
bd7eaf390e fix PKGSTEM variable in pkg-readmes/php-7.x files (this one is a bit fiddly
because it uses a shared files/ directory rather than separate copies in
7.{1,2,3}/pkg/README-main).
2019-07-08 16:30:56 +00:00
sthen
517284e991 update to php-7.2.20 2019-07-04 15:40:55 +00:00
sthen
7b7657a672 fix bogus path in @extraunexec 2019-06-07 20:24:04 +00:00
sthen
418529796c build php 7.2/7.3 with support for argon2 in password_hash().
for some reason password_hash requires libargon2 even though php has
access to the argon2 functions from libsodium. prompted by a mail
from Heiko Zimmermann.

(also note, there is a separate sodium_crypto_pwhash_str function
which was already available and doesn't depend on libargon2)
2019-06-03 13:43:27 +00:00
sthen
4cc89d619e update to php-7.2.19 2019-05-31 14:31:51 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
6c1dbc79d6 switch from tidyp to tidy(-html5) 2019-05-14 20:20:16 +00:00
sthen
c75c72c4a7 update to php-7.2.18 2019-05-04 07:57:00 +00:00
sthen
617aa118a8 set PORTROACH limit 2019-04-18 16:26:29 +00:00
sthen
2e8c1d143a security updates to PHP 7.1.28, 7.2.17 and 7.3.4, and unbreak 7.3
by disabling AVX2/SSSE3 code (it was crashing in the AVX2-accelerated
base64 decoder).  ok naddy@
2019-04-08 23:24:11 +00:00
sthen
a9fb2bef06 bump REVISION; apache-httpd pkgpath change
add missing RDEP on apache-httpd in php-apache packages
2019-03-28 12:39:02 +00:00
sthen
620b6e6c10 update to php-7.2.16
regen some WANTLIBs
regen PLIST now ${CHROOT_DIR} is properly added to SUBST_VARS
2019-03-06 15:16:33 +00:00
sthen
c644d75cfd use SUBST_VARS+=CHROOT_DIR to fix a literal ${CHROOT_DIR} in the pkg-readme 2019-02-28 01:29:26 +00:00
sthen
5e3c6c7768 update to php-7.2.15 2019-02-07 22:48:37 +00:00
sthen
8d10c61f55 Make it clearer that you need to install php-apache in order to use apache
mod_php. Based on a diff from Kurt Mosiejczuk.
2019-01-29 20:25:15 +00:00
sthen
0b971b3e33 remove suhosin / php 5.6 mention 2019-01-23 21:04:53 +00:00
sthen
76e59d41e8 update to php-7.2.14 2019-01-09 23:44:39 +00:00
sthen
c7e404ed5e switch HOMEPAGE for php ports to https://secure.php.net/
https://www.php.net/ isn't reliably working across the various servers
hosting the site as reported by danj@ (e.g. at least one instance has
a certificate with CN=ilia.ws, and some don't seem to have
port 443 open at all).
2019-01-05 23:19:26 +00:00
sthen
dd2c9ba93a bumps for -cgi and -dbg as well 2018-12-12 08:38:00 +00:00
ajacoutot
4785fb7830 REVISION-apache needed a bump as well:
+@depend security/libsodium:libsodium-*:libsodium-1.0.16p0
-@depend textproc/oniguruma:oniguruma-*:oniguruma-6.9.0
+@depend textproc/oniguruma:oniguruma-*:oniguruma-6.9.1
+@wantlib sodium.9.1
2018-12-12 08:04:25 +00:00
sthen
9165de9c9e garbage-collect CONFIGURE_ARGS factored to Makefile.inc already 2018-12-11 11:54:29 +00:00
sthen
f758cb6d78 use @pkgpath to merge old pecl72-libsodium into php-7.2 2018-12-11 11:43:45 +00:00