ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
landry
5b766363f2
Explicitely set USE_LIBTOOL=No for ports we know don't work with our
...
libtool.
Joint work with ajacoutot@
2013-03-21 08:33:51 +00:00
sthen
73bb1be303
update to php 5.3.22, fixes a couple of segfaults and some other bugs
...
(http://www.php.net/ChangeLog-5.php ). ok robert@
2013-03-12 09:01:58 +00:00
sthen
7b10e7c633
PERMIT_*
2013-03-11 12:27:53 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
sthen
fadd2fec7a
unbreak patch; spotted by kili, thanks
2013-01-19 18:22:16 +00:00
sthen
70b8a37cc4
bugfix update to php 5.3.21, ok robert@
2013-01-18 21:07:08 +00:00
sthen
8f88b1b375
update to php 5.3.20, ok robert@
2012-12-22 12:09:23 +00:00
sthen
87bb29524a
For the ap2 flavour, strip the unwanted subpackages from MULTI_PACKAGES rather
...
than BUILD_PACKAGES (which is for pseudo-flavours). Reported by naddy.
2012-11-30 12:56:02 +00:00
sthen
49180dc5fe
fix ap2 flavours; they should be in lang/php/Makefile not lang/Makefile
...
reported by naddy
2012-11-28 20:51:39 +00:00
sthen
bf51655168
- update to PHP 5.3.19, with a re-rolled suhosin patch (the last official
...
one has a patch conflict due to copyright date changes)
- don't build pointless -ap2 flavoured subpackages (modules, fpm, fastcgi)
ok robert@ (maintainer)
2012-11-28 10:47:12 +00:00
pea
5f21f03efe
Allow php to build on loongson
...
Fix types for sparc64
With help from Miod@, thanks you !
ok robert@
2012-10-24 07:58:48 +00:00
ajacoutot
0f85fc85d9
Use c-client from re-alpine (php-imap).
2012-09-27 16:45:51 +00:00
sthen
3ab04b2e3f
update to php 5.3.17, maintainer timeout
2012-09-25 20:16:08 +00:00
sthen
ed5718d175
update to PHP 5.3.16, ok robert@
2012-08-24 08:11:13 +00:00
sthen
cc855487de
sync wantlib for pecl-*
2012-08-23 19:35:31 +00:00
sthen
701ea4d98f
sync wantlib
2012-08-23 19:19:16 +00:00
sthen
8130c0d888
update PHP to 5.3.15 for real this time (committed previous from wrong machine)
2012-08-05 12:00:54 +00:00
sthen
463de630e1
bugfix update to php 5.3.15, ok robert@
2012-08-05 10:32:09 +00:00
jasper
0dde8e2808
Allow building against OpenSSL without SSLv2 support.
...
from brad
ok robert@ (MAINTAINER)
2012-07-02 08:14:26 +00:00
naddy
dd246c15f1
remove gcc3 workaround
2012-06-27 19:28:52 +00:00
ajacoutot
c6730eabb5
Merge pdo_sqlite into the core package; we have sqlite3 in base now.
...
input/ok sthen@ robert@ (maintainer)
2012-06-21 06:58:51 +00:00
ajacoutot
52c20b12d7
Put the ln(1) and rm(1) commands on one line so that lazy people like me
...
can just copy/paste it.
ok robert (maintainer)
2012-06-17 06:49:07 +00:00
sthen
b2170de7b1
fix @conflict line (it was wrong in submitted diff, I fixed 5.3
...
but forgot 5.2..) - pointed out by nigel@, thanks!
2012-06-16 19:00:07 +00:00
sthen
015918373e
update to PHP 5.3.14, "please do" robert@
...
- also build the zip extension, from wen heping
2012-06-16 12:51:06 +00:00
landry
16be6f2293
Mark as BROKEN on hppa, no __sync_bool_compare_and_swap() /
...
__sync_add_and_fetch() support and no asm fallback in
./sapi/fpm/fpm/fpm_atomic.h
2012-06-12 09:23:10 +00:00
william
3f958812cc
Disable reloads of php-fpm for now, as it spins instead of reloading.
...
ok robert
2012-05-19 02:49:45 +00:00
sthen
42b89bb2c5
update to PHP 5.3.13, fixing the fix for CVE-2012-2311 affecting CGI-based
...
setups (mod_php and FPM are unaffected). OK robert@.
2012-05-08 21:29:16 +00:00
ajacoutot
2177400423
Add missing @sample.
...
ok robert@ (maintainer)
2012-05-07 14:41:56 +00:00
robert
9711706740
update to 5.3.12
2012-05-05 14:26:14 +00:00
ajacoutot
689f54b24a
--localstatedir=/var is the default now.
2012-04-28 10:52:08 +00:00
sthen
f2c437ed01
Let php-config-5.[23] --php-binary report the correct path. This fixes
...
regression tests in pecl ports. Part of my pecl.port.mk work which was
OK'd by jasper@ (maintainer timeout).
2012-04-28 08:34:56 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
sthen
739fe130d6
add a MODULE for pecl ports. ok jasper@
2012-04-19 21:29:33 +00:00
sthen
9670a9ddf5
Update to PHP 5.3.10, rolling in yesterday's security fix and also
...
fixing a memory leak. OK robert@
2012-02-03 08:44:51 +00:00
sthen
cb3bccfa8f
SECURITY - add a fix from upstream for a bug introduced with the recent
...
fix for CVE-2011-4885 included in PHP 5.3.9
Note that the Suhosin extension (which is enabled by default in our packages)
mitigates against this problem
ok robert@ ajacoutot@
2012-02-02 08:48:27 +00:00
espie
cbca6afbb8
allow for simultaneous install of 5.2 and 5.3 extensions.
...
This solves some nasty 5.0 -> current update problems.
Up to 5.0, lots of php-using packages were depending on php-mysql-5.2.
So the dependencies would update to php-mysql-5.2 from current.
BUT the php-using packages are now depending on 5.3 -> internal conflict !
With this change, things work again. After the update, you end up with
php-mysql-5.2 AND php-mysql-5.3, you can then try pkg_delete -a to weed
out "unneeded" php*-5.2
okay sthen@, ajacoutot@
2012-01-29 14:53:20 +00:00
sthen
7ed8f39ef4
Update the Suhosin extension to 0.9.33 fixing CVE-2012-0807.
...
Stack overflow, only affects a very specific and unusual non-default
configuration: transparent cookie encryption enabled, HTTP response
splitting protection disabled, *and* a PHP application must allow
unfiltered user input to header() in order to be affected.
Good write-up at http://seclists.org/fulldisclosure/2012/Jan/295
ok robert@
2012-01-25 11:17:22 +00:00
sthen
000dccc77b
fix php-pcntl PKGNAME, ok robert@
2012-01-25 10:03:40 +00:00
sthen
527f3f5f6d
Enable chroot in the example php-fpm.conf file, mention it in DESCR-fpm.
...
ok robert@
2012-01-21 23:59:43 +00:00
sthen
cf14dc2f78
update php-5.3 to 5.3.9
...
- SECURITY fixes: CVE-2012-0057 CVE-2011-4566 CVE-2012-0788 CVE-2012-0789
- sync WANTLIB for php-5.2 while there
ok robert@
2012-01-21 23:34:35 +00:00
sthen
17b58c9332
regen patches, no pkg change
2012-01-13 18:02:54 +00:00
sthen
fcaa654699
- set SHARED_ONLY and roll PFRAG.shared-main into PLIST-main
...
- uncomment a couple of lines in the default php-fpm.conf so you
don't have to make any changes before it will start up
- add missing crypt_blowfish.h header to PLIST-main
ok robert@
2012-01-13 17:59:07 +00:00
robert
700e9674f5
enable the pcntl extension to replace pecl-pcntl
2011-11-17 12:52:27 +00:00
robert
93923bd770
switch php to version 5.3 by default
2011-11-16 15:56:36 +00:00
espie
8a612a2089
zap extra unneeded ldconfig that pollute the cache with temporary directories
2011-11-16 12:29:00 +00:00
sthen
e9dd4edd8d
replace dead entry in MASTER_SITES0
2011-11-08 10:25:48 +00:00
espie
c52ad831c4
... make no_suhosin a full flavor
2011-10-02 11:16:19 +00:00
espie
f9b3b56f3e
you've got to be kidding me
2011-10-02 10:56:16 +00:00