diff options
author | ale <ale@FreeBSD.org> | 2004-12-16 19:37:23 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-16 19:37:23 +0800 |
commit | b540366242abd653c145146fb7d1b319996c396e (patch) | |
tree | 1f7b7e99984bf84e18a2438d17e490a797f8bcfc | |
parent | d80982b8b6a65cbd0e1d45f6eb3ba0b5c5abcc5d (diff) | |
download | freebsd-ports-gnome-b540366242abd653c145146fb7d1b319996c396e.tar.gz freebsd-ports-gnome-b540366242abd653c145146fb7d1b319996c396e.tar.zst freebsd-ports-gnome-b540366242abd653c145146fb7d1b319996c396e.zip |
Update to 4.3.10 release:
- Fix some serious security bugs
- Other enhancements (PRs fixes) will come later
-rw-r--r-- | lang/php4/Makefile | 6 | ||||
-rw-r--r-- | lang/php4/distinfo | 4 | ||||
-rw-r--r-- | lang/php4/files/patch-main::php_config.h.in | 10 | ||||
-rw-r--r-- | lang/php4/pkg-plist | 1 |
4 files changed, 10 insertions, 11 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 3289b6e36535..a692644b2525 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -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: diff --git a/lang/php4/distinfo b/lang/php4/distinfo index b7bea31f1c67..cbfdb5370d4c 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -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 diff --git a/lang/php4/files/patch-main::php_config.h.in b/lang/php4/files/patch-main::php_config.h.in index 3ae3854baa43..537a8dfe0d31 100644 --- a/lang/php4/files/patch-main::php_config.h.in +++ b/lang/php4/files/patch-main::php_config.h.in @@ -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 diff --git a/lang/php4/pkg-plist b/lang/php4/pkg-plist index 755bd01c976e..83d8c709fbca 100644 --- a/lang/php4/pkg-plist +++ b/lang/php4/pkg-plist @@ -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 |