diff options
author | thierry <thierry@FreeBSD.org> | 2017-01-17 02:55:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-01-17 02:55:58 +0800 |
commit | b63318858ebf2bef6e83f63eafc7824a17f3f8de (patch) | |
tree | 211e97bb54032d01173b65fbd591719e948ea167 /www | |
parent | d9ba52185649d847ced082d0b910aacff8ef0851 (diff) | |
download | freebsd-ports-gnome-b63318858ebf2bef6e83f63eafc7824a17f3f8de.tar.gz freebsd-ports-gnome-b63318858ebf2bef6e83f63eafc7824a17f3f8de.tar.zst freebsd-ports-gnome-b63318858ebf2bef6e83f63eafc7824a17f3f8de.zip |
Fix another phpmailer vulnerability.
MFC after: 1 day
Security: CVE-2016-10033
Diffstat (limited to 'www')
-rw-r--r-- | www/tt-rss/Makefile | 4 | ||||
-rw-r--r-- | www/tt-rss/distinfo | 6 | ||||
-rw-r--r-- | www/tt-rss/pkg-plist | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 1b57cb24aa4b..697d8139ee06 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 29.12.2016.04.37 +PORTVERSION= 2017.01.16 CATEGORIES= www MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ @@ -11,7 +11,7 @@ COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator LICENSE= GPLv2 -GL_TAGNAME= 832aa249 +GL_TAGNAME= db92edd1 NO_BUILD= yes NO_ARCH= yes diff --git a/www/tt-rss/distinfo b/www/tt-rss/distinfo index 2d820ac5ca93..a470a0e626b3 100644 --- a/www/tt-rss/distinfo +++ b/www/tt-rss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482994775 -SHA256 (tt-rss-29.12.2016.04.37.tar.bz2) = 95e75a2db200a91d3a3303c8166867c266238f4081cf93ea9be05a4b9b4249da -SIZE (tt-rss-29.12.2016.04.37.tar.bz2) = 2093062 +TIMESTAMP = 1484592330 +SHA256 (tt-rss-2017.01.16.tar.bz2) = f416b41c2885e215fb96893e89b332af72f64bd68a86bd03087e543a1f4776c0 +SIZE (tt-rss-2017.01.16.tar.bz2) = 2093648 diff --git a/www/tt-rss/pkg-plist b/www/tt-rss/pkg-plist index 44d4e18bc0c0..00b0e6053954 100644 --- a/www/tt-rss/pkg-plist +++ b/www/tt-rss/pkg-plist @@ -2093,12 +2093,12 @@ %%WWWDIR%%/plugins/af_comics/init.php %%WWWDIR%%/plugins/af_fsckportal/init.php %%WWWDIR%%/plugins/af_lang_detect/init.php +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/lang.dat +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/unicode_blocks.dat %%WWWDIR%%/plugins/af_lang_detect/languagedetect/LanguageDetect.php %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/ISO639.php %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Parser.php -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/lang.dat -%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/unicode_blocks.dat %%WWWDIR%%/plugins/af_psql_trgm/button.png %%WWWDIR%%/plugins/af_psql_trgm/init.js %%WWWDIR%%/plugins/af_psql_trgm/init.php @@ -2148,13 +2148,15 @@ %%WWWDIR%%/plugins/search_sphinx/sphinxapi.php %%WWWDIR%%/plugins/share/init.php %%WWWDIR%%/plugins/share/notshared.png +%%WWWDIR%%/plugins/share/share_prefs.js %%WWWDIR%%/plugins/share/share.js %%WWWDIR%%/plugins/share/share.png -%%WWWDIR%%/plugins/share/share_prefs.js %%WWWDIR%%/plugins/shorten_expanded/init.css %%WWWDIR%%/plugins/shorten_expanded/init.js %%WWWDIR%%/plugins/shorten_expanded/init.php %%WWWDIR%%/plugins/swap_jk/init.php +%%WWWDIR%%/plugins/toggle_sidebar/application_side_list.png +%%WWWDIR%%/plugins/toggle_sidebar/init.php %%WWWDIR%%/plugins/vf_shared/init.php %%WWWDIR%%/plugins/vf_shared/share.png %%WWWDIR%%/prefs.php |