diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-05-28 01:41:13 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-05-28 01:41:13 +0000 |
commit | 9cc93e792e49b99472ed72ccaba3036236ea25db (patch) | |
tree | 5b61a7096c87f9b55ba4d1743f3188153ff65033 /lang | |
parent | 94f802756579349aa2415d5badf2e6dc889de8bb (diff) |
lang/php70: update 7.0.6 -> 7.0.7
Approved by: ports-secteam (with hat)
Security: CVE-2013-7456
Security: CVE-2016-5093
Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH: 2016Q2
Notes
Notes:
svn path=/head/; revision=415970
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php70/Makefile | 4 | ||||
-rw-r--r-- | lang/php70/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 56220d8dddb5..5b2684c23208 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.6 -PORTREVISION?= 1 +PORTVERSION= 7.0.7 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} diff --git a/lang/php70/distinfo b/lang/php70/distinfo index a6b81dea9f78..6a62777ab2f5 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,2 +1,3 @@ -SHA256 (php-7.0.6.tar.bz2) = 14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7 -SIZE (php-7.0.6.tar.bz2) = 14102594 +TIMESTAMP = 1464392035 +SHA256 (php-7.0.7.tar.bz2) = 474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a +SIZE (php-7.0.7.tar.bz2) = 14106181 |