Commit graph

92 commits

Author SHA1 Message Date
Alex Dupre
65309e3814 Update to 5.4.37 release. 2015-01-23 12:15:14 +00:00
Alex Dupre
3ea04f6a33 Update to 5.4.36 release and drop broken fpm-ipv6 patch.
If you need it, update to php 5.6 (that will be the default one soon) or 5.5.
2014-12-29 09:59:56 +00:00
Alex Dupre
2ea43eb3c1 Update to 5.4.35 release. 2014-11-14 17:02:02 +00:00
Alex Dupre
c339bf47c4 Update to 5.4.34 release. 2014-10-17 21:14:12 +00:00
Alex Dupre
aa93d85ef8 Update to 5.4.33 release. 2014-09-18 14:07:05 +00:00
Alex Dupre
8ab83160e5 Update to 5.4.32 release. 2014-08-27 12:20:40 +00:00
Alex Dupre
a2df0fbb92 Update to 5.4.31 release. 2014-08-04 15:03:44 +00:00
Alex Dupre
bd9297188f - Update to 5.4.30 release
- Add extra patch to enable ipv6 support in fpm [1]

PR:		190190 [1]
Submitted by:	melvyn@magemana.nl
2014-07-07 09:23:06 +00:00
Alex Dupre
0d50cb1e16 Update to 5.4.29 release. 2014-06-03 12:17:51 +00:00
Alex Dupre
3b1e743b3a Update to 5.4.28 release. 2014-05-02 06:18:30 +00:00
Alex Dupre
bebbd8444c Update to 5.4.27 release. 2014-04-04 11:08:17 +00:00
Alex Dupre
4524f4849b Update to 5.4.26 release. 2014-03-07 12:07:19 +00:00
Alex Dupre
3bf632e183 - Update to 5.4.25 release [1]
- Enable FPM by default [2]
- Add support to override configure flags [3]

To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM

PR:		ports/186564 [1], ports/185437 [2], ports/186536 [3]
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com> [1],
		Ilya Bakulin <webmaster@kibab.com> [2],
		Reinier Schoof <reinier@skoef.nl> [3]
2014-02-09 08:39:00 +00:00
Alex Dupre
945b444e95 Update to 5.4.24 release. 2014-01-21 17:09:30 +00:00
Alex Dupre
ce9ba7129c Update to 5.4.23 release and refresh patches. 2013-12-14 12:45:40 +00:00
Alex Dupre
7eeea5cc87 Update to 5.4.21 release and STAGify. 2013-10-18 10:04:26 +00:00
Alex Dupre
0a1f91ae12 Update to 5.4.20 release.
PR:		ports/182292
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-09-27 14:12:51 +00:00
Alex Dupre
b6ef226bd6 Update to 5.4.19 release. 2013-08-27 15:10:38 +00:00
Alex Dupre
8881b5bd12 Update to 5.4.17 release.
PR:		ports/180527
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-07-16 06:47:02 +00:00
Florian Smeets
36db7bcea0 Update to 5.4.16
Approved by:	ports-secteam (remko, delphij)
Security:	59e7163c-cf84-11e2-907b-0025905a4770
2013-06-07 23:49:53 +00:00
Alex Dupre
7c85e1a48f Update to 5.4.15 release.
PR:		ports/178556
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-05-13 08:22:07 +00:00
Alex Dupre
258d2a92f1 Update to 5.4.14 release.
PR:		ports/177787, ports/177825
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>,
		Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
2013-04-23 08:14:18 +00:00
Alex Dupre
31d0b59a39 Update to 5.4.13 release.
PR:		ports/177082
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-03-20 08:15:37 +00:00
Alex Dupre
befc345529 Update to 5.4.12 release. 2013-02-25 10:30:40 +00:00
Alex Dupre
a298a24f46 Update to 5.4.11 release. 2013-01-22 08:20:05 +00:00
Alex Dupre
191ec4a2d5 Update to 5.4.10 release. 2012-12-20 21:15:05 +00:00
Alex Dupre
e568062c73 Update to 5.4.9 release. 2012-12-10 14:46:07 +00:00
Alex Dupre
80e4958419 Update to 5.4.7 release. 2012-10-04 10:00:00 +00:00
Alex Dupre
dfc4377001 Update to 5.4.6 release. 2012-08-23 14:54:48 +00:00
Xin LI
c70c6891b6 Update to 5.4.5.
Security:	bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89
With hat:	secteam
2012-07-23 23:18:19 +00:00
Alex Dupre
64c2bd97d4 Update to 5.4.4 release and switch to OptionsNG. 2012-06-19 07:44:31 +00:00
Alex Dupre
0926c2d681 Update to 5.4.3 release:
- add support for embedded php library
- add support for dtrace

Re-organize bsd.php.mk:
 - add WANT_PHP_EMD
 - fix handling of WANT_PHP_*
 - remove php4 extensions

From UPDATING:
  Suhosin patch has been disabled until the
  new version will be released (soon). Suhosing extension will take more
  time. LINKTHR option is now enabled by default, be sure to flag it if
  you are updating using an old saved configuration. sqlite2 extension
  has been permanently removed.
  If you want to remain at PHP 5.3, a new port (lang/php53) will be
  committed soon.
2012-05-16 07:36:13 +00:00
Alex Dupre
7c74eb8aa5 Update to 5.3.13 release:
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
- Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
2012-05-09 05:43:32 +00:00
Alex Dupre
dbe5e951ac Update to 5.3.11 release.
Note: this port will be updated to 5.4.x as soon as suhosin will be released,
while php 5.3.x branch will continue to exist in lang/php53.
2012-04-30 15:06:53 +00:00
Alex Dupre
fa058866bd Update to 5.3.10 security-fix release.
(Probably you have to wait for the FreeBSD mirrors to sync up distfiles).
2012-02-03 09:03:06 +00:00
Alex Dupre
78089b826e Update to 5.3.9 release. 2012-01-12 16:19:13 +00:00
Alex Dupre
695204e383 Update to 5.3.8 release. 2011-08-24 06:48:07 +00:00
Alex Dupre
3255ef1143 Point to upstream suhosin master site. 2011-08-22 08:07:15 +00:00
Alex Dupre
cda471cf02 Update to 5.3.7 release. 2011-08-19 09:33:31 +00:00
Alex Dupre
3c46ad186b Update to 5.3.6 release. 2011-03-18 09:23:19 +00:00
Alex Dupre
47dd0dde42 Update to 5.3.5 release to fix CVE-2010-4645.
PR:		ports/153766
Submitted by:	Tom Judge <tom@tomjudge.com>
2011-01-09 08:47:47 +00:00
Alex Dupre
3b71b63930 Update suhosin patch. This is a NOP, so don't bump PORTREVISION. 2010-12-31 10:15:54 +00:00
Alex Dupre
1f94356efc Update to 5.3.4 release.
PR:		ports/153250
Submitted by:	mm
2010-12-20 11:34:20 +00:00
Alex Dupre
14ac5bc066 Add the ability to use MySQL Native Driver (instead of MySQL Client Library)
with mysql/mysqli/pdo_mysql extensions.
2010-08-25 12:42:20 +00:00
Alex Dupre
49a746ede7 Update to 5.3.3 release:
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)

PR:		ports/148956 [1]
Submitted by:	mm
2010-07-27 15:13:54 +00:00
Alex Dupre
538a6d28a2 Update to PHP 5.3.2 release! 2010-04-09 09:34:43 +00:00
Alex Dupre
c09e900087 Update to 5.2.12 release. 2009-12-29 14:39:11 +00:00
Alex Dupre
d8637e03c9 Update to 5.2.11 release.
(Do not link to thread library when building a thread-safe only lib)

Feature safe:	yes
2009-09-22 10:36:31 +00:00
Alex Dupre
0290ecb280 Update to 5.2.10 release. 2009-06-25 06:25:45 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00