aboutsummaryrefslogtreecommitdiff
path: root/lang/php52
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-12-17 11:30:56 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-12-17 11:30:56 +0000
commit69e2c7fae34be6c257d4805cf44ab5b28edef538 (patch)
treecfcacefeca591297b7033f06c0eebd0e1d940b41 /lang/php52
parentc6c5fd692b79e718b76817cf45f20a5d1ecafeb4 (diff)
downloadports-69e2c7fae34be6c257d4805cf44ab5b28edef538.tar.gz
ports-69e2c7fae34be6c257d4805cf44ab5b28edef538.zip
Notes
Diffstat (limited to 'lang/php52')
-rw-r--r--lang/php52/Makefile3
-rw-r--r--lang/php52/distinfo4
-rw-r--r--lang/php52/files/patch-main-fopen_wrappers.c12
3 files changed, 3 insertions, 16 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile
index bb48e557d7b1..836f9a94cf2e 100644
--- a/lang/php52/Makefile
+++ b/lang/php52/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= php52
-PORTVERSION= 5.2.15
-PORTREVISION= 1
+PORTVERSION= 5.2.16
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
diff --git a/lang/php52/distinfo b/lang/php52/distinfo
index 5554d01f8eda..1afc15ff9ec1 100644
--- a/lang/php52/distinfo
+++ b/lang/php52/distinfo
@@ -1,5 +1,5 @@
-SHA256 (php-5.2.15.tar.bz2) = ecae6d397b929181233f7bf0294662c066e2d2b05fb61b69af1e50b9e28b585b
-SIZE (php-5.2.15.tar.bz2) = 9089791
+SHA256 (php-5.2.16.tar.bz2) = 790c4aeb77064a17e3c985fac0fbd7ac3635bc53c7ce7c80bd7c39239e338603
+SIZE (php-5.2.16.tar.bz2) = 9090930
SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f
SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550
SHA256 (suhosin-patch-5.2.14-0.9.7.patch.gz) = bd03ade44673f7e6fa116d746350f16c60be7170d6c41816a2d51faaeb5a31ae
diff --git a/lang/php52/files/patch-main-fopen_wrappers.c b/lang/php52/files/patch-main-fopen_wrappers.c
deleted file mode 100644
index dc33bfc070ae..000000000000
--- a/lang/php52/files/patch-main-fopen_wrappers.c
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN main/fopen_wrappers.c main/fopen_wrappers.c.orig
---- main/fopen_wrappers.c.orig 2010-12-09 18:04:29.000000000 +0100
-+++ main/fopen_wrappers.c 2010-12-10 11:32:02.000000000 +0100
-@@ -192,7 +192,7 @@
- if (strncmp(resolved_basedir, resolved_name, resolved_basedir_len) == 0) {
- #endif
- if (resolved_name_len > resolved_basedir_len &&
-- resolved_name[resolved_basedir_len] != PHP_DIR_SEPARATOR) {
-+ resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
- return -1;
- } else {
- /* File is in the right directory */