270 Commits

Author SHA1 Message Date
robert
2624873193 don't pick libpam up in the imap module and fix PLISTs 2013-08-08 19:11:43 +00:00
robert
0dd55e94ff remove php 5.2 references and default to 5.4 2013-08-08 18:59:26 +00:00
robert
efc466dc3b bye-bye php 5.2, you have been rotten dead already
welcome 5.4 to the build which replaces 5.2 by default
2013-08-08 18:54:54 +00:00
robert
c29efe3341 WANTLIB cleanups (packages are bumped already) and add back sqlite3 support
to -main
2013-08-08 18:53:36 +00:00
robert
f1acbe7d9e add a patch to avoid picking libpam up in the imap module
and also add an "old sqlite" module to 5.3 which is still
supported there
2013-08-08 18:52:40 +00:00
robert
b04e4ed80a these files are not needed anymore 2013-08-08 18:51:02 +00:00
robert
60a99b98a9 sqlite3 and pdo_sqlite moves back to -main because a lot of
ports are expecting this and we have sqlite in base
2013-08-08 18:50:37 +00:00
robert
4b30b64694 add the sybase-ct module and add pkgpath entries for deprecated modules 2013-08-08 18:28:58 +00:00
robert
855c2be056 add DESCR files for modules 2013-08-08 16:27:39 +00:00
robert
3067ed25b2 this module is no more 2013-08-08 16:27:09 +00:00
robert
ba8a313095 add @pkgpaths for updating from php 5.2 and add some new modules 2013-08-08 16:25:29 +00:00
robert
62686931ca update to 5.3.27 (reaching EOL) and re-add the sqlite subpackage here 2013-08-08 14:26:11 +00:00
robert
7b9c6fb905 there is no suhosin for 5.4 and 5.5 so remove that for those
versions and also remove the sqlite flavor from the common
Makefile because it gets moved to 5.3
2013-08-08 14:25:43 +00:00
robert
25a3f79e15 oops, remove accidentally imported files 2013-08-07 16:50:55 +00:00
robert
449d29446c initial import of php 5.5.1 2013-08-07 16:46:55 +00:00
robert
72ec3d27a7 initial import of php 5.4 2013-08-07 16:35:45 +00:00
sthen
928b0dfe82 fix patch; context includes a CVS id tag. found by rpe@ 2013-08-07 14:07:09 +00:00
jasper
495dd93dc0 previous commit lacked a revision bump and maintainer ok/time-out. 2013-08-07 07:10:36 +00:00
dlg
14a2a6a121 the tidy php extension tries to call tidyReleaseDate() to get some
silly version string, but the library symbol doesnt exist for it
to resolve. this points it at tidyVersion instead.

you can reproduce the problem this solves by enabling the tidy
extension and running "php-5.3 -i" or by writing a script that calls
phpinfo(). they should segfault after ld complains about a missing
symbol.

the only caveat to this is the meaning of tidyReleaseDate doesnt
map well to what tidyVersion returns now (which is a version number),
but i dont care.

ok jasper@
2013-08-07 05:02:57 +00:00
jasper
e250b17c21 Update to php-5.3.27, includes a fix for CVE-2013-4113, heap corruption in xml parser
ok robert@
2013-07-16 08:49:09 +00:00
naddy
eac0c7727c bump -fastcgi after hx509 and ntlm removal from Kerberos 2013-06-22 13:30:55 +00:00
naddy
0eddc301f3 bump -fastcgi after hx509 and ntlm removal from Kerberos 2013-06-22 13:23:41 +00:00
naddy
0227ee1210 bump -fpm after hx509 and ntlm removal from Kerberos 2013-06-21 21:12:07 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
sthen
b97a2365d9 tweak bumps 2013-06-18 14:22:30 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
robert
d074e916dc security update to 5.3.26, which fixes about 15 bugs, including CVE-2013-2110 2013-06-11 19:00:42 +00:00
naddy
b4fb4aa9c7 cope with new png include layout 2013-06-03 02:46:57 +00:00
sthen
d26256aecc update to php 5.3.25, ok robert 2013-05-30 00:29:50 +00:00
espie
4f9bfe4ff3 fix brad booboo.
typical
2013-05-26 13:43:54 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
sthen
95064792af update to PHP 5.3.24 and switch 5.3 to tar.bz2 distfiles
ok (and original diff for 5.3.23) william@, maintainer timeout
2013-04-18 08:38:54 +00:00
sthen
bb2ee20682 fix with libxml 2.9 2013-04-14 23:22:06 +00:00
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