Commit Graph

126 Commits

Author SHA1 Message Date
robert
fd4c5155c2 Update to 5.2.16 2011-01-03 15:03:03 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
5c69e94e9f every WANTLIB that's linked to the build should be okay 2010-11-11 19:56:19 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
c82c4422b0 USE_GROFF=Yes 2010-10-19 08:02:53 +00:00
sebastia
44857b2db6 bump apache modules, since mod_headers in base httpd was updated.
OK, landry@
2010-09-26 17:45:13 +00:00
robert
084394cf13 Update to 5.2.14 2010-08-24 09:14:43 +00:00
sthen
1956488b57 SECURITY: limited fixes cherry picked from 5.2.14. If upstream had
mentioned the release on their announcements list maybe we would have
had time to get the full update in but, as it is, we just found out
about it and there are too many changes to test properly at short
notice, so we are just fixing these for now.

CVE-2010-2225: fix SplObjectStorage unserialization, upstream r300843

CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests, upstream r296152

ok espie@
2010-08-08 10:46:34 +00:00
steven
dc8c73b1de drop USE_GCC3 here as well.
from brad
2010-07-21 17:04:29 +00:00
espie
c3fcc0f7ef fix Makefile for gcc4, okay robert@ 2010-05-09 16:19:22 +00:00
ajacoutot
9cb31f3652 Consistency: remove the 1, 2 or even 3 empty blank lines.
sthen@ agrees
2010-04-15 14:29:16 +00:00
robert
c0f77b04f2 update to version 5.2.13 2010-03-21 09:05:55 +00:00
ajacoutot
e6a9498b41 Add a comment about why we don't use libtool from ports.
"yeah... sure... ok" robert@
2010-03-20 17:00:21 +00:00
espie
7d1a6d8c2b oopsie 2010-02-28 23:56:20 +00:00
espie
6a383c71cd fix FULLPKGPATHs 2010-02-26 18:31:57 +00:00
sthen
3d9f13534b bump PKGNAMEs, the httpd abi changed, resulting in segfaults after
updating httpd until newly-built packages are installed.

ok espie@
2010-02-26 14:45:02 +00:00
robert
f43f8ed99e Install the tmp dir in the chroot with stricter permissions and change
owner to the www users.

ok ajacoutot@
2010-02-25 09:05:04 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
robert
f98440fa15 - add mssql and pdo_dblib extensions from Antti Harri <iku@openbsd.fi>
- fix the odbc and soap configure args when they are disabled
2010-01-01 19:48:23 +00:00
robert
cebc07826a Update to php-5.2.12 2009-12-22 10:39:28 +00:00
jasper
e9f683a6c9 - add tidy bindgins
ok robert@
2009-11-12 21:47:10 +00:00
ajacoutot
5649cab24c Create /var/www/tmp/ directory on install.
ok robert@ (maintainer)
2009-10-01 12:22:32 +00:00
robert
16d319382f fix packaging 2009-09-22 06:55:11 +00:00
robert
11ab5a2c9b Update to php 5.2.11;
Security Enhancements and Fixes in PHP 5.2.11:

    * Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)
    * Fixed sanity check for the color index in imagecolortransparent(). (Pierre)
    * Added missing sanity checks around exif processing. (Ilia)
    * Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
2009-09-21 20:04:24 +00:00
ajacoutot
9966a5559b Zap trailing blank space. 2009-09-19 13:08:31 +00:00
sthen
72afc9404d Change DESCR-main to talk about symlinks not phpxs, bump FULLPKGNAME-main.
ok robert@
2009-08-26 13:42:30 +00:00
jolan
8a23ddb57c remove php5/extensions,-zip in favor of pecl-zip; they conflict and
pecl-zip is more up to date/stable

ok robert@
2009-08-21 20:26:08 +00:00
sthen
47f70a4ce9 update Suhosin extension to 0.9.29; fixes segfaults with session encryption.
revert workaround (change default back to encrypted sessions).

ok robert@, similar diff jolan@
2009-08-21 09:44:12 +00:00
jolan
8ebc7c97b0 enable zend multibyte support, ok robert@ 2009-08-17 20:13:27 +00:00
sthen
79ae63a782 adjust autoconf checks for freetds 0.82; no package content changes
as a result of this, so no bump
2009-08-01 14:13:00 +00:00
robert
03f87babfe patch-ext_suhosin_suhosin_c has to go the the shared patch
dir.
2009-07-26 22:42:22 +00:00
jolan
1994756c32 enable sysvmsg support, ok robert@ 2009-07-20 18:48:29 +00:00
robert
8da83c7125 Make suhosin.session.encrypt=off by default because there are some problems
with php 5.2.10 and the suhosin patch. noted by william@ and people on ports@
It's going to be re-enabled when it gets fixed upstream.
2009-07-20 16:30:14 +00:00
robert
c69e6de0f6 update to php-5.2.10:
This is a SECURITY FIX that fixes:
  Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files.

Update the suhosin patch to the current one while here.
2009-06-22 11:27:00 +00:00
sthen
f91327116f bump following api change in base httpd 2009-06-03 00:50:38 +00:00
sthen
a305c77413 don't zap /var/www/conf/php5.sample ini file fragments when you
upgrade php5-core. problem noticed by Alexander Hall, ok robert@
2009-04-29 11:36:58 +00:00
espie
e2375b5765 build ZipArchive, okay robert@ 2009-04-24 08:36:49 +00:00
robert
12b11d7d0f Add an environment variable called PHP_INI_PATH so people can set a path
to their php.ini file in a SAPI independent way. This way can easily run
more instances of httpd with different php configs.
Idea after a discussion with "L. V. Lammert" <lvl@omnitec.net>
2009-03-10 22:07:22 +00:00
robert
b8d00d8170 *** empty log message *** 2009-03-06 09:18:31 +00:00
robert
0ec2f59d65 update to php 5.2.9 2009-03-06 09:18:31 +00:00
robert
8f61858cd2 fix typo 2009-01-19 14:22:47 +00:00
sthen
1ae3b7fdf6 PHP 5.2.8 broke strtotime (making it leak memory badly, very obvious to
cacti users): add a patch from the upstream repository to fix this.
Thanks Steven Surdock for reporting the problem and testing this diff
(and similar patches sent by William Yodlowsky). While there, remove
a zero-byte patch that crept in before.  ok robert@
2008-12-20 21:35:38 +00:00
robert
bd23eae5e6 move to the offical suhosin patch for 5.2.8; no change 2008-12-16 12:27:36 +00:00
robert
7d054e79d4 update to php-5.2.8 and fix the no_suhosin flavor 2008-12-09 21:52:31 +00:00
sthen
97e40cc868 typo in SUPDISTFILES, pointed out by Pierre Riteau.
ok robert@
2008-10-07 14:01:42 +00:00
ajacoutot
cf10739f24 - SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS
looks good to landry@
2008-09-18 13:37:41 +00:00
ajacoutot
618bdb73de - s/LOCALBASE/PREFIX/
"of course" robert@
2008-08-21 15:51:51 +00:00
robert
d5f223b64a update to php-5.2.6; from Brad Walker <me@bradmwalker.com> 2008-05-20 14:01:45 +00:00