diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-05-28 09:41:36 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-05-28 09:41:36 +0800 |
commit | 9cbfc03dea08aac0dbdbf63753ce62a63f45a5e7 (patch) | |
tree | 232c66684daa256959ce164570a01bf36f995901 /lang | |
parent | 9abea82be21900e7b83310abfc2257b984e23775 (diff) | |
download | freebsd-ports-gnome-9cbfc03dea08aac0dbdbf63753ce62a63f45a5e7.tar.gz freebsd-ports-gnome-9cbfc03dea08aac0dbdbf63753ce62a63f45a5e7.tar.zst freebsd-ports-gnome-9cbfc03dea08aac0dbdbf63753ce62a63f45a5e7.zip |
lang/php56: update 5.6.21 -> 5.6.22 [1] plus minor fixup
- Fix MAILHEAD patch to match the new version of the patch. The distinfo
currently matches the php-5.5.x-mail-header.patch.old patch. [2]
PR: 209779 [1]
PR: 208072 [2]
Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> [1]
Reported by: Vladislav V. Prodan <admin@support.od.ua> [2]
Approved by: ports-secteam (with hat)
Security: CVE-2013-7456
Security: CVE-2016-5093
Security: CVE-2016-5094
Security: CVE-2016-5096
Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH: 2016Q2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php56/Makefile | 2 | ||||
-rw-r--r-- | lang/php56/distinfo | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index be2edf83416d..dce16584b92d 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.21 +PORTVERSION= 5.6.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 03012e0138b1..9b11be434402 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,4 +1,5 @@ -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 +TIMESTAMP = 1464391783 +SHA256 (php-5.6.22.tar.bz2) = 90da8a80cc52fa699cf2bfa4c6fa737c772df7c92b81ef483460aa3b1e9f88c6 +SIZE (php-5.6.22.tar.bz2) = 14170522 +SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed +SIZE (php-5.5.x-mail-header.patch) = 4426 |