FreeBSD Bugzilla – Attachment 218101 Details for
Bug 249473
www/tt-rss: Update to g20200919 (Fixes several security vulnerabilities)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to g20200919 05ef9aac2
0001-www-tt-rss-Update-to-g20200919-05ef9aac2.patch (text/plain), 4.23 KB, created by
Derek Schrock
on 2020-09-20 04:07:29 UTC
(
hide
)
Description:
Update to g20200919 05ef9aac2
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2020-09-20 04:07:29 UTC
Size:
4.23 KB
patch
obsolete
>From 0a7739f364cec492964f569732ede4860161e517 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Sat, 19 Sep 2020 23:24:06 -0400 >Subject: [PATCH] www/tt-rss: Update to g20200919 05ef9aac2 > >- 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 > >[1] https://community.tt-rss.org/t/heads-up-several-vulnerabilities-fixed/3799 >[2] https://community.tt-rss.org/t/replace-php-gettext/2889/4 >--- > www/tt-rss/Makefile | 7 +++---- > www/tt-rss/distinfo | 6 +++--- > www/tt-rss/pkg-plist | 12 +++++------- > 3 files changed, 11 insertions(+), 14 deletions(-) > >diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile >index 8aa5c29bf..083f9ed7d 100644 >--- a/www/tt-rss/Makefile >+++ b/www/tt-rss/Makefile >@@ -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 >diff --git a/www/tt-rss/distinfo b/www/tt-rss/distinfo >index f022c27cc..2faadceec 100644 >--- a/www/tt-rss/distinfo >+++ b/www/tt-rss/distinfo >@@ -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 >diff --git a/www/tt-rss/pkg-plist b/www/tt-rss/pkg-plist >index 7c5edfc6d..977607da9 100644 >--- a/www/tt-rss/pkg-plist >+++ b/www/tt-rss/pkg-plist >@@ -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 >-- >2.28.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dereks
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 249473
: 218101