diff options
author | rm <rm@FreeBSD.org> | 2012-07-01 07:00:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-01 07:00:58 +0800 |
commit | 63b8352feae93c272befb86eb477927b169d7f61 (patch) | |
tree | fa91d179c180f5470361ea5cf531d95394089ec8 | |
parent | 9526aab9c3a1ac4f05c25e5dc58f5c4a8414f292 (diff) | |
download | freebsd-ports-gnome-63b8352feae93c272befb86eb477927b169d7f61.tar.gz freebsd-ports-gnome-63b8352feae93c272befb86eb477927b169d7f61.tar.zst freebsd-ports-gnome-63b8352feae93c272befb86eb477927b169d7f61.zip |
- update backports patch to 20120526
- bump PORTREVISION
PR: 169272
Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by: Alex Keda <admin at lissyara dot su> (maintainer)
-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 3547b32fc6ab..ec5bb05b5cd2 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -7,7 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -26,7 +26,7 @@ USE_BZIP2= yes MAKE_JOBS_SAFE= yes # BACKPORTS patch for lang/php52 and all php52-extensions -PATCHFILES= php52-backports-security-20120504.patch +PATCHFILES= php52-backports-security-20120526.patch PATCH_SITES= http://php52-backports.googlecode.com/files/ .if !defined(PKGNAMESUFFIX) diff --git a/lang/php52/distinfo b/lang/php52/distinfo index 59803858ca04..9914d59a0045 100644 --- a/lang/php52/distinfo +++ b/lang/php52/distinfo @@ -1,10 +1,10 @@ SHA256 (php-5.2.17.tar.bz2) = e81beb13ec242ab700e56f366e9da52fd6cf18961d155b23304ca870e53f116c SIZE (php-5.2.17.tar.bz2) = 9092312 +SHA256 (php52-backports-security-20120526.patch) = f5c62f44c2c040b89d14b55770aca7fae86d1f7c0f572f97d89550aec416d60d +SIZE (php52-backports-security-20120526.patch) = 293532 SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550 SHA256 (suhosin-patch-5.2.16-0.9.7.patch.gz) = aae115a318d80b3f32cedf876e7a8e4b932febb1b0c743c0b398003ebe122f91 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-20120504.patch) = 1ccf9faabccc2f682359076c15162b1acc972e01faeabd9fce6e8d69f5b12c89 -SIZE (php52-backports-security-20120504.patch) = 292077 |