diff options
author | delphij <delphij@FreeBSD.org> | 2006-08-07 11:27:15 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-08-07 11:27:15 +0800 |
commit | af4b69c437e99ff47d18c6e13ea4a16de9b94d97 (patch) | |
tree | 2f66733bac427094873af9702450da230be40a13 /lang | |
parent | 73a3303f2f74cb2254b16fd4573ab8c9ad5d7aa7 (diff) | |
download | freebsd-ports-gnome-af4b69c437e99ff47d18c6e13ea4a16de9b94d97.tar.gz freebsd-ports-gnome-af4b69c437e99ff47d18c6e13ea4a16de9b94d97.tar.zst freebsd-ports-gnome-af4b69c437e99ff47d18c6e13ea4a16de9b94d97.zip |
Update to php 4.4.3:
* Disallow certain characters in session names.
* Fixed a buffer overflow inside the wordwrap() function.
* Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.
* Improved safe_mode check for the error_log() function.
* Fixed cross-site scripting inside the phpinfo() function.
* Fixed offset/length parameter validation inside the substr_compare() function.
* Upgraded bundled PCRE library to version 6.6
* Over 20 various bug fixes.
Approved by: ale's vacation
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 4 | ||||
-rw-r--r-- | lang/php4/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 23d81b91bfa1..3d771235b027 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php4 -PORTVERSION= 4.4.2 -PORTREVISION?= 2 +PORTVERSION= 4.4.3 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php4/distinfo b/lang/php4/distinfo index 4f69b64bd6b1..fb88c34018cb 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -1,3 +1,3 @@ -MD5 (php-4.4.2.tar.bz2) = 28051cd9ef43490dd9727a4d442011b5 -SHA256 (php-4.4.2.tar.bz2) = a2024d665125a41611eb64451648d37a81e3579594c8810bb41ac8b2b63f81eb -SIZE (php-4.4.2.tar.bz2) = 4371185 +MD5 (php-4.4.3.tar.bz2) = 9542117551c0e79f5bf21f46493094e7 +SHA256 (php-4.4.3.tar.bz2) = 0f57da4b9d94f7febd37c0bc8e608e5aafafe744d094466723e04afb283407f7 +SIZE (php-4.4.3.tar.bz2) = 4461353 |