aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-08-07 11:27:15 +0800
committerXin LI <delphij@FreeBSD.org>2006-08-07 11:27:15 +0800
commit62a8de4cc4f59f74fc262282cd48fd6f37493836 (patch)
tree61ebdfd0f150224fe7603340edfc386f509b13e5
parent4d060c669f720490db4c2ab3beeab57fa5048ee5 (diff)
downloadfreebsd-ports-gnome-62a8de4cc4f59f74fc262282cd48fd6f37493836.tar.gz
freebsd-ports-gnome-62a8de4cc4f59f74fc262282cd48fd6f37493836.tar.zst
freebsd-ports-gnome-62a8de4cc4f59f74fc262282cd48fd6f37493836.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
-rw-r--r--lang/php4/Makefile4
-rw-r--r--lang/php4/distinfo6
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