30 Commits

Author SHA1 Message Date
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
robert
981e253b27 update to 5.6.20 2016-04-04 18:56:11 +00:00
sthen
640e4458f9 update to php-5.6.19, ok robert@ 2016-03-17 16:54:06 +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
cc7be5a974 security update to 5.6.17 2016-01-11 16:52:18 +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
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
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
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
7d24a31675 update to 5.6.12 2015-08-12 05:50:18 +00:00
ajacoutot
3bae775dc7 Tweak pexp a bit. 2015-07-15 16:03:07 +00:00
robert
209ed8695b update to 5.6.11 2015-07-12 14:06:23 +00:00
robert
d547329e99 security update to 5.6.10; includes fixes for the following CVEs:
CVE-2015-2325, CVE-2015-2326, CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
2015-06-11 20:34:39 +00:00
robert
8f053cec53 security update to 5.6.9 2015-05-17 12:01:18 +00:00
robert
52656ea939 security update 5.6.8; fixes the following CVEs:
CVE-2015-1351, CVE-2015-1352
2015-04-25 16:20:29 +00:00
sthen
29070fe4ee repair a mismerge in the sample php-fpm.conf file, problem pointed
out by Jason Tubnor
2015-04-03 17:53:44 +00:00
sthen
7c3ce00fb2 update to PHP-5.6.7, ok robert@ 2015-03-21 22:33:01 +00:00
robert
0a72bc1144 update to 5.6.5;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232
2015-01-23 16:10:28 +00:00
naddy
6dfe1e0668 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless (parts of) patches.
2015-01-19 20:44:14 +00:00
robert
b643d1c962 security update to 5.6.4; fixes CVE-2014-8142 2014-12-28 13:01:42 +00:00
brad
9f36ae7c5b Correct the php.ini file name used for PHP 5.6 to look for php-5.6.ini instead
of php-5.5.ini as it looks like the patch was simply copied over from 5.5 when
creating the new port. Also use the ${PV} variable with the 5.5 / 5.6 ports as
well so as to do things in the same manner as done with the 5.3 / 5.4 ports.

Issue noticed by otto@
ok sthen@
2014-12-02 09:41:07 +00:00
brad
0bd0eb80b5 bump REVISION for PKGSPEC. 2014-11-19 09:52:26 +00:00
robert
51c712e43b add php-5.6; ok sthen@ 2014-11-15 13:43:01 +00:00