summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-02 18:26:27 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-02 18:26:27 +0000
commitde5b8d2ed29d12a2b4751ac040a2496396c8eaf0 (patch)
tree25656c2ceb3c72451c48dc99a15d6d6fb20d07c3
parent- Update to 0.33 (diff)
Update to lastest security patchset 20120103: added max_input_vars directive
(default "1000") to prevent attacks based on hash collisions (from PHP 5.4 RC4) PR: 163782 Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com> Approved by: maintainer
-rw-r--r--lang/php52/Makefile4
-rw-r--r--lang/php52/distinfo4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile
index 2593c3f33528..ce5cd46fa9a4 100644
--- a/lang/php52/Makefile
+++ b/lang/php52/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php52
PORTVERSION= 5.2.17
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
@@ -187,7 +187,7 @@ CONFIGURE_ARGS+=--disable-ipv6
.endif
.if defined(WITH_BACKPORTS)
-PATCHFILES+= php52-backports-security-20111030.patch
+PATCHFILES+= php52-backports-security-20120103.patch
PATCH_SITES+= http://php52-backports.googlecode.com/files/
.else
FORBIDDEN= Vulnerable since 2011-01-13, http://portaudit.freebsd.org/3761df02-0f9c-11e0-becc-0022156e8794.html
diff --git a/lang/php52/distinfo b/lang/php52/distinfo
index ff08e9ec9015..be3370a3f2ac 100644
--- a/lang/php52/distinfo
+++ b/lang/php52/distinfo
@@ -6,5 +6,5 @@ SHA256 (suhosin-patch-5.2.16-0.9.7.patch.gz) = aae115a318d80b3f32cedf876e7a8e4b9
SIZE (suhosin-patch-5.2.16-0.9.7.patch.gz) = 23069
SHA256 (php-5.2.10-mail-header.patch) = a61d50540f4aae32390118453845c380fe935b6d1e46cef6819c8561946e942f
SIZE (php-5.2.10-mail-header.patch) = 3383
-SHA256 (php52-backports-security-20111030.patch) = 642c124f702310d584940608f1ebcaf5a5c44ca4e17c0adb5aa538d76a86ec1f
-SIZE (php52-backports-security-20111030.patch) = 280143
+SHA256 (php52-backports-security-20120103.patch) = d2821a7f2bbca3bde5b908652ce6fac4983f9e1373a2f9a0d6cf57d3df4c51c7
+SIZE (php52-backports-security-20120103.patch) = 283011