diff options
author | feld <feld@FreeBSD.org> | 2015-07-24 22:18:34 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-24 22:18:34 +0800 |
commit | 9feccbd740bc520eef83ba0f010850c956489d9c (patch) | |
tree | 4b6aa73a0d9c6d909d834aa46eb1dc1cdd38d289 /www | |
parent | b63da35656771647db01dcbab70e2161b8e6b6d5 (diff) | |
download | freebsd-ports-gnome-9feccbd740bc520eef83ba0f010850c956489d9c.tar.gz freebsd-ports-gnome-9feccbd740bc520eef83ba0f010850c956489d9c.tar.zst freebsd-ports-gnome-9feccbd740bc520eef83ba0f010850c956489d9c.zip |
Update to 4.2.3, fixing CVEs
Add NO_ARCH
MFH: 2015Q3
Security: CVE-2015-5622
Security: CVE-2015-5623
Security: c80b27a2-3165-11e5-8a1d-14dae9d210b8
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress/Makefile | 3 | ||||
-rw-r--r-- | www/wordpress/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index e2ead3bd021e..ecf20c044d0e 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 162929b4a033..280648516a2d 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2.tar.gz) = 3c4e2cc3af289366ff5352e35c3f80fca2dcaed3d56a79f33b25374c356c3f90 -SIZE (wordpress-4.2.2.tar.gz) = 6307937 +SHA256 (wordpress-4.2.3.tar.gz) = 49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16 +SIZE (wordpress-4.2.3.tar.gz) = 6313518 |