233 Commits

Author SHA1 Message Date
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
robert
8e3c4688ff security update to 5.5.28 2015-08-12 05:50:04 +00:00
robert
9b854f5b99 security update to 5.4.44 2015-08-12 05:49:42 +00:00
robert
8d764893e2 remove all references to the suhosin patch 2015-07-30 09:46:18 +00:00
sthen
205e3dad56 fix typo 2015-07-19 20:09:58 +00:00
sthen
52dc481d6e guard SSLv3_*_method with OPENSSL_NO_SSL3, same as php 5.6 does
(if you use SSL/TLS in php, you really should be using 5.6+)
(...if you use php at all,   "                           " )
2015-07-18 20:54:19 +00:00
ajacoutot
3bae775dc7 Tweak pexp a bit. 2015-07-15 16:03:07 +00:00
robert
a54d81334c update to 5.5.27 2015-07-12 14:07:10 +00:00
robert
209ed8695b update to 5.6.11 2015-07-12 14:06:23 +00:00
robert
a43332a4cd update to 5.4.43 2015-07-10 06:29:25 +00:00
robert
8b09308970 security update to 5.4.42; fixes the following CVEs:
CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
2015-06-14 13:38:46 +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
a0ffb9be8b security update to 5.5.26; 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:25:34 +00:00
robert
ba015519fd bye-bye php-5.3; prodded by aja@ 2015-06-10 12:53:49 +00:00
robert
8cf6099e62 make php-5.6 the default 2015-06-05 05:58:07 +00:00
robert
8f053cec53 security update to 5.6.9 2015-05-17 12:01:18 +00:00
robert
b48e859e4d security update to 5.5.25 2015-05-17 12:00:57 +00:00
robert
f1bda7e79e security update to 5.4.41 2015-05-17 12:00:22 +00:00
ajacoutot
a41cb89233 Patch does not apply and is not needed. 2015-04-27 05:46:50 +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
robert
724936f359 security update to 5.5.24; fixes the following CVEs:
CVE-2015-1351, CVE-2015-1352
2015-04-25 16:09:57 +00:00
robert
02a6b2026a security update to 5.4.40; fixes the following CVEs:
CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, CVE-2015-1352
2015-04-25 16:08:35 +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
schwarze
e584484377 Drop USE_GROFF (no significant difference in output for any of the versions).
No bump needed.
2015-04-03 12:21:20 +00:00
sthen
8c41d46c33 unhook php/5.3, ok robert@ 2015-03-21 22:33:21 +00:00
sthen
7c3ce00fb2 update to PHP-5.6.7, ok robert@ 2015-03-21 22:33:01 +00:00
sthen
3d3368b18d update to PHP-5.5.23, ok robert@ 2015-03-21 22:32:53 +00:00
sthen
2754be19a9 update to PHP-5.4.39, ok robert@ 2015-03-21 22:32:41 +00:00
sthen
9d14cb2afe SECURITY update to php-5.4.38, ok robert@
CVE-2015-0273 (use-after-free with arbitrary code execution;
https://bugs.php.net/bug.php?id=68942), and various other fixes
2015-02-19 20:14:55 +00:00
sthen
06ed6cf0fa SECURITY update to php-5.5.22, ok robert@
CVE-2015-0273 (use-after-free with arbitrary code execution;
https://bugs.php.net/bug.php?id=68942), and various other fixes
2015-02-19 20:14:41 +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
robert
8c3839e607 update to 5.5.21;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232
2015-01-23 16:10:01 +00:00
robert
396285c570 update to 5.4.37;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232
2015-01-23 16:09:41 +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
robert
50a7dd9dcf security update to 5.5.20; fixes CVE-2014-8142 2014-12-28 12:52:42 +00:00
robert
e81d32b615 security update to 5.4.36; fixes CVE-2014-8142 2014-12-28 12:13:04 +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