diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-05-03 11:06:05 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-05-03 11:06:05 +0800 |
commit | a02382a8ad08efbbf5fc40e295464f8267d3468c (patch) | |
tree | e3b90da9db88d12a76e84dbcc8b97a52b38b144c /lang/php56 | |
parent | b00a2548a4680266e2edfc4fa1b076dfbc3a6b60 (diff) | |
download | freebsd-ports-gnome-a02382a8ad08efbbf5fc40e295464f8267d3468c.tar.gz freebsd-ports-gnome-a02382a8ad08efbbf5fc40e295464f8267d3468c.tar.zst freebsd-ports-gnome-a02382a8ad08efbbf5fc40e295464f8267d3468c.zip |
lang/php56: update 5.6.20 -> 5.6.21
Changelog: http://www.php.net/ChangeLog-5.php#5.6.21
PR: 209145
Reported by Christian Schwarz <me@cschwarz.com>
Security: CVE-2016-3074
Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 4 | ||||
-rw-r--r-- | lang/php56/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index e2243367837a..7fa7d8d7c8bc 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.20 -PORTREVISION= 1 +PORTVERSION= 5.6.21 +PORTREVISION= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 184f9a387ec8..03012e0138b1 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.6.20.tar.bz2) = 5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f -SIZE (php-5.6.20.tar.bz2) = 14162188 +SHA256 (php-5.6.21.tar.bz2) = b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590 +SIZE (php-5.6.21.tar.bz2) = 14165919 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 |