diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2012-01-19 01:27:09 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2012-01-19 01:27:09 +0800 |
commit | 5d57e96c538640ac458d1d85629df78b2becf532 (patch) | |
tree | 1ca08c7189fd0568f26244f801555d6418cf92ae /lang/php52 | |
parent | db955497b8232bc76ce3bd9bec4321d9a378bdfc (diff) | |
download | freebsd-ports-gnome-5d57e96c538640ac458d1d85629df78b2becf532.tar.gz freebsd-ports-gnome-5d57e96c538640ac458d1d85629df78b2becf532.tar.zst freebsd-ports-gnome-5d57e96c538640ac458d1d85629df78b2becf532.zip |
- CVE-2011-4566 fix in 20120117 security patchset
PR: ports/164286
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: Alex Keda <admin@lissyara.su> (maintainer)
Security: d3921810-3c80-11e1-97e8-00215c6a37bb
Diffstat (limited to 'lang/php52')
-rw-r--r-- | lang/php52/Makefile | 4 | ||||
-rw-r--r-- | lang/php52/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile index ce5cd46fa9a4..23c76f8f8fdb 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -7,7 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 5 +PORTREVISION= 6 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-20120103.patch +PATCHFILES+= php52-backports-security-20120117.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 be3370a3f2ac..772d8318bdee 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-20120103.patch) = d2821a7f2bbca3bde5b908652ce6fac4983f9e1373a2f9a0d6cf57d3df4c51c7 -SIZE (php52-backports-security-20120103.patch) = 283011 +SHA256 (php52-backports-security-20120117.patch) = 60626ee83d001050ec8b9cc0017cc7859d3173d9c102ee644deea56dd617fb3b +SIZE (php52-backports-security-20120117.patch) = 283977 |