aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-11-01 07:17:44 +0800
committerflo <flo@FreeBSD.org>2012-11-01 07:17:44 +0800
commit2c694fd9e1db971a8cfe488afec05341c5f26a99 (patch)
treedcd69e9e811df4c8c5a13868ff44952337371774 /lang
parent316e74354ee58d24b51fb32cc80ff43e89fed8da (diff)
downloadfreebsd-ports-gnome-2c694fd9e1db971a8cfe488afec05341c5f26a99.tar.gz
freebsd-ports-gnome-2c694fd9e1db971a8cfe488afec05341c5f26a99.tar.zst
freebsd-ports-gnome-2c694fd9e1db971a8cfe488afec05341c5f26a99.zip
Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to prevent
SHA256 and SIZE mismatches with the previous version. This is required as in php 5.3.18 2 copyright notices were updated with the current Year numbers, this prevents the stock suhosin patch to apply. Temporarily add my public_html on freefall to PATCH_SITES, as the MASTER_SITE_LOCAL sync does not seem to work currently. The diff between the latest available stock suhosin patch and the patch we apply to our port can be found here: http://people.freebsd.org/~flo/suhosin.diff Reported by: bdrewery Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r--lang/php53/Makefile6
-rw-r--r--lang/php53/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 46cd963a16e0..19579c1e80a1 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -58,12 +58,12 @@ MAN1= php-config.1 phpize.1
PATCH_DIST_STRIP= -p1
-PATCH_SITES+= ${MASTER_SITE_LOCAL}
+PATCH_SITES+= ${MASTER_SITE_LOCAL} \
+ http://people.freebsd.org/~flo/
PATCH_SITE_SUBDIR= flo
.if ${PORT_OPTIONS:MSUHOSIN}
-PATCHFILES+= suhosin-patch-5.3.x-0.9.10.patch.gz
-PATCH_SITES+= http://download.suhosin.org/:suhosin
+PATCHFILES+= suhosin-patch-5.3.x-0.9.10.1.patch.gz
PLIST_SUB+= SUHOSIN=""
.else
PLIST_SUB+= SUHOSIN="@comment "
diff --git a/lang/php53/distinfo b/lang/php53/distinfo
index b118365af967..809fab29ef29 100644
--- a/lang/php53/distinfo
+++ b/lang/php53/distinfo
@@ -1,6 +1,6 @@
SHA256 (php-5.3.18.tar.bz2) = f065deecb78abb8ef101e1098866024af4ca10cb30139608c9a18e40236f1a2f
SIZE (php-5.3.18.tar.bz2) = 11335289
-SHA256 (suhosin-patch-5.3.x-0.9.10.patch.gz) = 063c981679c3249030f3053f5232e97096deca446f32784f3e3727b45d742134
-SIZE (suhosin-patch-5.3.x-0.9.10.patch.gz) = 40804
+SHA256 (suhosin-patch-5.3.x-0.9.10.1.patch.gz) = 063c981679c3249030f3053f5232e97096deca446f32784f3e3727b45d742134
+SIZE (suhosin-patch-5.3.x-0.9.10.1.patch.gz) = 40804
SHA256 (php-5.3.x-mail-header.patch) = 5a677448b32d9f592703e2323a33facdb45e5c237dcca04aaea8ec3287f7db84
SIZE (php-5.3.x-mail-header.patch) = 3325