sthen
631bfa9064
update to php-5.5.35
2016-05-06 19:59:45 +00:00
sthen
39b42572c2
update to php-5.6.21
2016-05-06 19:59:32 +00:00
sthen
b9db81b412
update to php-7.0.6
2016-05-06 19:59:05 +00:00
sthen
6772492fc9
revert the revert: burn apache1 php modules, @pkgpath is set so that updates
...
work from -ap2. ok robert
2016-04-28 18:19:23 +00:00
sthen
9e47c310f3
oops, revert, too soon (the dangers of cvs ci -m)
2016-04-28 18:09:37 +00:00
sthen
b94888110c
5.4
2016-04-28 18:06:46 +00:00
sthen
9078ffe040
remove php 5.4, suggested by robert
2016-04-28 18:06:33 +00:00
sthen
e2fe224e48
fix regex, from nigel@
2016-04-19 06:19:41 +00:00
sthen
8e7c02a324
Don't hardcode 'php5' in config file and DESCRs, there is php7 now.
...
Reported and initial diff from Frank Groeneveld, revised by me, ok robert@
2016-04-18 09:45:52 +00:00
naddy
4e1c0559e6
Replace iconv and gettext modules.
...
Clean up the dependencies of the -main and -fastcgi subpackages.
ok sthen@ robert@
2016-04-13 11:42:59 +00:00
naddy
0d8f05a14b
remove leftovers from the -fpm subpackage; ok sthen@ robert@
2016-04-10 19:38:13 +00:00
robert
f86e963873
update to 7.0.5
2016-04-08 20:26:13 +00:00
robert
d2b852453e
add more exceptions for php-7.0
2016-04-08 20:25:51 +00:00
robert
981e253b27
update to 5.6.20
2016-04-04 18:56:11 +00:00
robert
16a0393af2
update to 5.5.34
2016-04-04 18:47:22 +00:00
sthen
e162843019
add commented-out entry for 7.0 with explanation of why it's not enabled yet
2016-03-21 10:04:43 +00:00
naddy
38978018fb
remove SHARED_ONLY from PHP ports, unused
2016-03-19 23:59:15 +00:00
naddy
88c5a3338b
For all our ports that use the pecl module, SHARED_ONLY is always
...
defined and "c" is always added to WANTLIB. Remove the check from
the module and add WANTLIB += c to the individual port Makefiles.
No changes in package signature, no other modules affected.
2016-03-19 21:18:37 +00:00
sthen
7123c98071
oops, revert pieces which shouldn't have been in previous commit
2016-03-17 16:58:01 +00:00
sthen
dc5525c548
update to php-7.0.4, ok robert@
2016-03-17 16:54:12 +00:00
sthen
640e4458f9
update to php-5.6.19, ok robert@
2016-03-17 16:54:06 +00:00
sthen
1a0d82458d
update to php-5.5.33, ok robert@
2016-03-17 16:53:58 +00:00
naddy
5fc24d3cb3
removing SHARED_ONLY is safe here
2016-03-16 20:02:11 +00:00
naddy
6326f9996f
remove NO_SHARED_ARCHS
2016-03-12 20:23:35 +00:00
robert
2afa3050c0
update to 7.0.3
2016-03-01 21:58:25 +00:00
sthen
656ea8b751
security update to php-5.5.32, fixes include crashes, integer overflows,
...
and updating the bundled pcre (also security fixes).
add patches to use arc4random_buf instead of /dev/urandom (which is
typically not available on a normal OpenBSD php installation, with very
bad fallbacks in some cases).
ok robert@
2016-02-06 23:31:20 +00:00
sthen
1c71c809e0
security update to php-5.6.18, fixes include crashes, integer overflows,
...
and updating the bundled pcre (also security fixes).
add patches to use arc4random_buf instead of /dev/urandom (which is
typically not available on a normal OpenBSD php installation, with very
bad fallbacks in some cases).
testing of arc4random bits from martijn@, ok robert@
2016-02-06 23:30:25 +00:00
sthen
15a24f3e92
sync patches, no pkg change
2016-02-01 23:37:23 +00:00
sthen
69a82c669b
move php MESSAGE/UNMESSAGE to a README instead, fleshed out with a
...
little more information about how to use it with different web servers.
feedback/OK jasper@ aja@, bumps etc to follow.
2016-02-01 21:53:06 +00:00
robert
1f64da10f5
security update to 7.0.2
2016-01-11 16:55:35 +00:00
robert
cc7be5a974
security update to 5.6.17
2016-01-11 16:52:18 +00:00
robert
866392c3e9
security update to 5.5.31
2016-01-11 16:46:38 +00:00
sthen
056c0c3e5c
merge php-fpm into the main php packages, making things easier for
...
httpd/nginx/lighttpd users. ok robert@
2016-01-07 18:06:45 +00:00
robert
67b63db0d1
update to 7.0.1
2016-01-02 12:53:50 +00:00
ajacoutot
f021349bd1
Unbreak.
2015-12-15 23:02:49 +00:00
robert
d290599a86
add support for php-7.0 and remove the remaining 5.3 references
...
ok ajacoutot@
2015-12-14 17:59:28 +00:00
robert
92624326a1
import of php-7.0.0; currently un-hooked
2015-12-14 17:58:45 +00:00
robert
7eb3906ab0
update to 5.6.16
2015-11-30 20:27:25 +00:00
robert
a84666955b
update to 5.6.15
2015-11-15 13:44:19 +00:00
sthen
6454931a57
set USE_GMAKE for ports using the default pecl target.
...
fixes running tests on 12/15 pecl ports.
2015-11-14 14:55:47 +00:00
sthen
1134b3f483
WANTLIB sync, missed from the big batch of curl nghttp2
2015-11-06 18:31:45 +00:00
sthen
e705674ac9
Partially revert an upstream commit (from PHP 5.6.7) that among other things
...
made STREAM_CRYPTO_METHOD_TLS_CLIENT only support TLSv1.0 (no v1.1/v1.2).
This is a commonly used method (by various functions in PHP source itself,
common software like piwik, roundcube, davical, owncloud and others, and
libraries like zendframework, PEAR Net-IMAP/Sieve/SMTP) so it should
support modern TLS versions. ok robert@
2015-10-22 13:04:56 +00:00
robert
a90e360a29
Re-introduce the suhosin extension and the no_suhosin flavor as well
...
which can be used to disable the suhosin extension in the php packages.
We are not going to build this flavor by default because people should
use suhosin by default, but in some corner-cases if someone wants to disable
it, the flavor can be used.
Also move some variables and the sybase_ct subpackage from the Makefiles
to the shared one, there is no need to have the same data in 3 different
Makefiles.
2015-10-14 19:36:01 +00:00
robert
7e32388cf1
update to 5.5.30
2015-10-14 16:54:40 +00:00
sthen
141bdc632a
update to php-5.6.14, ok robert@ http://php.net/ChangeLog-5.php#5.6.14
2015-10-02 12:39:38 +00:00
sthen
078318e1bf
de-conflict php-fpm packages, ok robert@
...
Heads up! The rc script has changed name:
sed -i s/php_fpm/php56_fpm/g /etc/rc.conf.local
2015-09-18 09:18:22 +00:00
robert
bdda5c038d
security update to 5.6.13
2015-09-15 12:34:12 +00:00
robert
5671697fa9
security update to 5.5.29
2015-09-15 12:33:49 +00:00
robert
f48cb51386
security update to 5.4.45
2015-09-15 12:33:36 +00:00
robert
7d24a31675
update to 5.6.12
2015-08-12 05:50:18 +00:00