svn commit: r431689 - head/www/tt-rss
Thierry Thomas
thierry at FreeBSD.org
Mon Jan 16 18:56:00 UTC 2017
Author: thierry
Date: Mon Jan 16 18:55:58 2017
New Revision: 431689
URL: https://svnweb.freebsd.org/changeset/ports/431689
Log:
Fix another phpmailer vulnerability.
MFC after: 1 day
Security: CVE-2016-10033
Modified:
head/www/tt-rss/Makefile
head/www/tt-rss/distinfo
head/www/tt-rss/pkg-plist
Modified: head/www/tt-rss/Makefile
==============================================================================
--- head/www/tt-rss/Makefile Mon Jan 16 18:54:57 2017 (r431688)
+++ head/www/tt-rss/Makefile Mon Jan 16 18:55:58 2017 (r431689)
@@ -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 f
LICENSE= GPLv2
-GL_TAGNAME= 832aa249
+GL_TAGNAME= db92edd1
NO_BUILD= yes
NO_ARCH= yes
Modified: head/www/tt-rss/distinfo
==============================================================================
--- head/www/tt-rss/distinfo Mon Jan 16 18:54:57 2017 (r431688)
+++ head/www/tt-rss/distinfo Mon Jan 16 18:55:58 2017 (r431689)
@@ -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
Modified: head/www/tt-rss/pkg-plist
==============================================================================
--- head/www/tt-rss/pkg-plist Mon Jan 16 18:54:57 2017 (r431688)
+++ head/www/tt-rss/pkg-plist Mon Jan 16 18:55:58 2017 (r431689)
@@ -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
More information about the svn-ports-all
mailing list