1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Update to g20200919 05ef9aac2

- Require filter module
- Security fixes [1][2]:
  - CVE-2020-25789 da5af2fae09
  - CVE-2020-25788 c3d14e1fa54
  - CVE-2020-25787 c3d14e1fa54
  - CVE-2016-6175 3588d5186e

PR:		249473
Submitted by:	Derek Schrock (maintainer)
MFH:		1 day
Security:	Several CVE.
This commit is contained in:
Thierry Thomas 2020-09-30 20:32:33 +00:00
parent faa80d4e6e
commit 334d1129aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550748
3 changed files with 11 additions and 14 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tt-rss
PORTVERSION= g20200801
PORTREVISION= 2
PORTVERSION= g20200919
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= https://git.tt-rss.org/fox/tt-rss/archive/
@ -16,13 +15,13 @@ COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
LICENSE= GPLv2
USES= php:cli,web shebangfix gettext-tools
USE_PHP= ctype dom fileinfo iconv intl hash json mbstring pcntl posix session xmlrpc
USE_PHP= ctype dom fileinfo filter iconv intl hash json mbstring pcntl posix session xmlrpc
REINPLACE_ARGS= -i ""
SHEBANG_FILES= lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl update_daemon2.php
WRKSRC= ${WRKDIR}/tt-rss
GIT_TAGNAME= 2b50aaed6
GIT_TAGNAME= 05ef9aac2
NO_BUILD= yes
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1596354391
SHA256 (tt-rss/2b50aaed6.tar.gz) = b7e4cd124c1137e0690f2a135cb5cd23a15265aa9334fb3fc8e86e96f66eb2cc
SIZE (tt-rss/2b50aaed6.tar.gz) = 3419629
TIMESTAMP = 1600570171
SHA256 (tt-rss/05ef9aac2.tar.gz) = c2bef32173391ec2bb5efe1fca3f7f1956f8c73cb7323ae7d885dd0423ce2adc
SIZE (tt-rss/05ef9aac2.tar.gz) = 3392049

View File

@ -53,6 +53,7 @@
%%WWWDIR%%/classes/templator.php
%%WWWDIR%%/errors.php
%%WWWDIR%%/feed-icons/index.html
%%WWWDIR%%/gulpfile.js
%%WWWDIR%%/images/blank_icon.gif
%%WWWDIR%%/images/favicon-72px.png
%%WWWDIR%%/images/favicon.png
@ -1810,8 +1811,9 @@
%%WWWDIR%%/lib/flat-ttrss/images/progressBarStrips.png
%%WWWDIR%%/lib/floIcon.php
%%WWWDIR%%/lib/gettext/README
%%WWWDIR%%/lib/gettext/gettext.inc
%%WWWDIR%%/lib/gettext/gettext.inc.php
%%WWWDIR%%/lib/gettext/gettext.php
%%WWWDIR%%/lib/gettext/plurals.php
%%WWWDIR%%/lib/gettext/streams.php
%%WWWDIR%%/lib/iconfont/MaterialIcons-Regular.eot
%%WWWDIR%%/lib/iconfont/MaterialIcons-Regular.ijmap
@ -2314,6 +2316,7 @@
%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.po
%%WWWDIR%%/messages.pot
%%WWWDIR%%/opml.php
%%WWWDIR%%/package.json
%%WWWDIR%%/plugins.local/index.html
%%WWWDIR%%/plugins/af_comics/.gitignore
%%WWWDIR%%/plugins/af_comics/af_comics_template.php
@ -2694,14 +2697,11 @@
%%WWWDIR%%/templates/resetpass_link_template.txt
%%WWWDIR%%/templates.local/index.html
%%WWWDIR%%/themes/compact.css
%%WWWDIR%%/themes/compact.css.map
%%WWWDIR%%/themes/compact.less
%%WWWDIR%%/themes/compact_base.less
%%WWWDIR%%/themes/compact_night.css
%%WWWDIR%%/themes/compact_night.css.map
%%WWWDIR%%/themes/compact_night.less
%%WWWDIR%%/themes/light.css
%%WWWDIR%%/themes/light.css.map
%%WWWDIR%%/themes/light.less
%%WWWDIR%%/themes/light/cdm.less
%%WWWDIR%%/themes/light/defines.less
@ -2712,12 +2712,11 @@
%%WWWDIR%%/themes/light/tt-rss.less
%%WWWDIR%%/themes/light/utility.less
%%WWWDIR%%/themes/light/zoom.less
%%WWWDIR%%/themes/Makefile
%%WWWDIR%%/themes/night.css
%%WWWDIR%%/themes/night.css.map
%%WWWDIR%%/themes/night.less
%%WWWDIR%%/themes/night_base.less
%%WWWDIR%%/themes/night_blue.css
%%WWWDIR%%/themes/night_blue.css.map
%%WWWDIR%%/themes/night_blue.less
%%WWWDIR%%/version_static.txt
@mode ug=rx
@ -3149,7 +3148,6 @@
@dir %%WWWDIR%%/classes
@dir %%WWWDIR%%/api
@dir %%WWWDIR%%
@owner %%WWWOWN%%
@mode 0400
@sample %%WWWDIR%%/config.php.sample