svn commit: r431770 - branches/2017Q1/www/tt-rss

Thierry Thomas thierry at FreeBSD.org
Tue Jan 17 18:29:24 UTC 2017


Author: thierry
Date: Tue Jan 17 18:29:23 2017
New Revision: 431770
URL: https://svnweb.freebsd.org/changeset/ports/431770

Log:
  MFH: r431689
  
  Fix another phpmailer vulnerability.
  
  Security:	CVE-2017-5223
  
  Approved by:	ports-secteam

Modified:
  branches/2017Q1/www/tt-rss/Makefile
  branches/2017Q1/www/tt-rss/distinfo
  branches/2017Q1/www/tt-rss/pkg-plist
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/www/tt-rss/Makefile
==============================================================================
--- branches/2017Q1/www/tt-rss/Makefile	Tue Jan 17 18:20:28 2017	(r431769)
+++ branches/2017Q1/www/tt-rss/Makefile	Tue Jan 17 18:29:23 2017	(r431770)
@@ -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: branches/2017Q1/www/tt-rss/distinfo
==============================================================================
--- branches/2017Q1/www/tt-rss/distinfo	Tue Jan 17 18:20:28 2017	(r431769)
+++ branches/2017Q1/www/tt-rss/distinfo	Tue Jan 17 18:29:23 2017	(r431770)
@@ -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: branches/2017Q1/www/tt-rss/pkg-plist
==============================================================================
--- branches/2017Q1/www/tt-rss/pkg-plist	Tue Jan 17 18:20:28 2017	(r431769)
+++ branches/2017Q1/www/tt-rss/pkg-plist	Tue Jan 17 18:29:23 2017	(r431770)
@@ -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