Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 23:17:44 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306772 - head/lang/php53
Message-ID:  <201210312317.q9VNHi1r057388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Wed Oct 31 23:17:44 2012
New Revision: 306772
URL: http://svn.freebsd.org/changeset/ports/306772

Log:
  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

Modified:
  head/lang/php53/Makefile
  head/lang/php53/distinfo

Modified: head/lang/php53/Makefile
==============================================================================
--- head/lang/php53/Makefile	Wed Oct 31 23:00:31 2012	(r306771)
+++ head/lang/php53/Makefile	Wed Oct 31 23:17:44 2012	(r306772)
@@ -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 "

Modified: head/lang/php53/distinfo
==============================================================================
--- head/lang/php53/distinfo	Wed Oct 31 23:00:31 2012	(r306771)
+++ head/lang/php53/distinfo	Wed Oct 31 23:17:44 2012	(r306772)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210312317.q9VNHi1r057388>