diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-09-29 19:11:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-09-29 19:11:40 +0000 |
commit | c1879a77bd9c23a6d58e062bff1e30eef0b93a86 (patch) | |
tree | e22507bfae06bc109b7500131c32c895c0afa3aa /lang/php4 | |
parent | since we're removing a bunch of the sleep(s), let's increase the couple (diff) |
Update suhosin patch to 0.9.5 release.
Notes
Notes:
svn path=/head/; revision=174113
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/distinfo | 6 | ||||
-rw-r--r-- | lang/php4/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 5e24719ff73f..165cacf8d818 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -54,7 +54,7 @@ MAN1= php-config.1 phpize.1 .include <bsd.port.pre.mk> .if defined(WITH_SUHOSIN) -PATCHFILES= suhosin-patch-${PORTVERSION}-0.9.3.patch.gz +PATCHFILES= suhosin-patch-${PORTVERSION}-0.9.5.patch.gz PATCH_SITES= http://www.hardened-php.net/suhosin/_media/ PATCH_DIST_STRIP= -p1 PLIST_SUB+= SUHOSIN="" diff --git a/lang/php4/distinfo b/lang/php4/distinfo index 0ab4d0ca4016..7381557a009d 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -1,6 +1,6 @@ MD5 (php-4.4.4.tar.bz2) = bc6fa8908e2ac36e93bab9f7d42cda3a SHA256 (php-4.4.4.tar.bz2) = 9f0742fce014a255f8453c1264afee5de289a9e9dcd57c448c77b46978f6a76b SIZE (php-4.4.4.tar.bz2) = 4478698 -MD5 (suhosin-patch-4.4.4-0.9.3.patch.gz) = 38703eda6b4e3ab9ab6dd83918211e53 -SHA256 (suhosin-patch-4.4.4-0.9.3.patch.gz) = 979ebfce83d68edaf74270c1f93d82f248f17b905bccacc0dc56e113be205667 -SIZE (suhosin-patch-4.4.4-0.9.3.patch.gz) = 14521 +MD5 (suhosin-patch-4.4.4-0.9.5.patch.gz) = 86ac457a27f644acccbc76411c02f1a4 +SHA256 (suhosin-patch-4.4.4-0.9.5.patch.gz) = a1dfe2919aa72f8c262b4e434947420918c80a14a1c7cab4dc89a7461524124f +SIZE (suhosin-patch-4.4.4-0.9.5.patch.gz) = 21593 diff --git a/lang/php4/pkg-plist b/lang/php4/pkg-plist index 1d79bbf66871..e0bc9acf7b97 100644 --- a/lang/php4/pkg-plist +++ b/lang/php4/pkg-plist @@ -151,6 +151,7 @@ include/php/main/safe_mode.h include/php/main/snprintf.h include/php/main/spprintf.h %%SUHOSIN%%include/php/main/suhosin_globals.h +%%SUHOSIN%%include/php/main/suhosin_logo.h %%SUHOSIN%%include/php/main/suhosin_patch.h include/php/main/win95nt.h include/php/regex/cclass.h |