[60775] trunk/dports/lang/php5/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 23 02:30:43 PST 2009


Revision: 60775
          http://trac.macports.org/changeset/60775
Author:   ryandesign at macports.org
Date:     2009-11-23 02:30:39 -0800 (Mon, 23 Nov 2009)
Log Message:
-----------
php5: fix suhosin variant; see #22649

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-11-23 10:06:18 UTC (rev 60774)
+++ trunk/dports/lang/php5/Portfile	2009-11-23 10:30:39 UTC (rev 60775)
@@ -220,15 +220,16 @@
             return -code error "incompatible Mac OS X version"
         }
     }
-    set suhosin_patch_version   ${version}-0.9.8
+#    set suhosin_patch_version   ${version}-0.9.8
+    set suhosin_patch_version   5.3.1RC1-0.9.8
     set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
     patch_sites-append          http://download.suhosin.org/
     patchfiles-append           ${suhosin_patch}
     checksums-append \
         ${suhosin_patch} \
-            md5     a23a3d54e177ac0ad30f78d928ba8177 \
-            sha1    f2cdce64a9811a5712bcb038b8d4411f5817abfd \
-            rmd160  d01333d55a8288506060053be31c00a24dd14836
+            md5     c3ff0cb5fa728420d56f8ed139446647 \
+            sha1    d3e8f83f81311a5f382b545cbd745dcedd5f3c93 \
+            rmd160  cfb60da9b4142b0d3fd0f7e193fe2419ba9a5d31
 }
 
 destroot.args \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091123/0d02b5df/attachment.html>


More information about the macports-changes mailing list