Update to 4.3.10 release:

- Fix some serious security bugs
- Other enhancements (PRs fixes) will come later
This commit is contained in:
Alex Dupre 2004-12-16 11:37:23 +00:00
parent e02b0c51ba
commit f922b07fdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124207
4 changed files with 10 additions and 11 deletions

View file

@ -6,8 +6,8 @@
#
PORTNAME= php4
PORTVERSION= 4.3.9
PORTREVISION?= 1
PORTVERSION= 4.3.10
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
@ -163,8 +163,6 @@ PHP_PORT= ${.CURDIR:S|^${_PORTSDIR}||:S|^/||}
post-patch:
@${TOUCH} ${WRKSRC}/ext/php_config.h
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
@${REINPLACE_CMD} "s|<crypt.h>|<unistd.h>|g;s|HAVE_CRYPT_H|HAVE_UNISTD_H|g" \
${WRKSRC}/configure
.if ${PHP_SAPI} == "full"
pre-configure:

View file

@ -1,2 +1,2 @@
MD5 (php-4.3.9.tar.bz2) = b799bbb330da60324d972641baab693c
SIZE (php-4.3.9.tar.bz2) = 4001681
MD5 (php-4.3.10.tar.bz2) = 7e56824dae9679c59a8234eb848aa542
SIZE (php-4.3.10.tar.bz2) = 4026148

View file

@ -1,12 +1,12 @@
--- main/php_config.h.in.orig Tue Jul 6 16:37:01 2004
+++ main/php_config.h.in Tue Jul 6 16:40:24 2004
@@ -2452,6 +2452,9 @@
--- main/php_config.h.in.orig Tue Dec 14 18:55:22 2004
+++ main/php_config.h.in Thu Dec 16 09:52:53 2004
@@ -2455,6 +2455,9 @@
/* Whether to build zip as dynamic module */
#undef COMPILE_DL_ZIP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF
/* whether floatingpoint.h defines fp_except */
#undef HAVE_FP_EXCEPT

View file

@ -54,6 +54,7 @@ include/php/Zend/zend_ptr_stack.h
include/php/Zend/zend_qsort.h
include/php/Zend/zend_stack.h
include/php/Zend/zend_static_allocator.h
include/php/Zend/zend_strtod.h
include/php/Zend/zend_types.h
include/php/Zend/zend_variables.h
include/php/acconfig.h