diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90tt-rss b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90tt-rss index 4e411ad..1fac64f 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90tt-rss +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90tt-rss @@ -6,6 +6,7 @@ if ((${'tt-rss'}{'status'} || 'enabled') eq 'enabled'){ my $allow = ((${'tt-rss'}{'access'} || 'private') eq 'public') ? 'all':"$localAccess $externalSSLAccess"; my $auth = ((${'tt-rss'}{'Authentication'} || 'http') eq 'http') ? "AuthName \"Tiny Tiny RSS\"\n" . " AuthType Basic\n" . + " AuthBasicProvider external\n" . " AuthExternal pwauth\n" . " Require valid-user\n" : ''; diff --git a/smeserver-tt-rss.spec b/smeserver-tt-rss.spec index 785fed4..1236884 100644 --- a/smeserver-tt-rss.spec +++ b/smeserver-tt-rss.spec @@ -7,6 +7,7 @@ Summary: sme server integration of tt-rss Name: %{name} Version: %{version} +Epoch: 9 Release: %{release}%{?dist} License: GNU GPL version 2 URL: http://www.zabbix.com/ @@ -31,12 +32,18 @@ Tiny Tiny RSS is a feature rich, web based feed reader - Switch to php fpm, using PHP 7.1 - Support tt-rss 20170713 -* Tue Feb 16 2016 Daniel Berteaud 0.2.10-1.sme -- Remove CHECK_SESSION_ADDRESS +* Tue Feb 16 2016 Daniel Berteaud 0.2.11-1.sme +- Remove SESSION_CHECK_ADDRESS * Mon Jun 29 2015 Daniel Berteaud 0.2.9-1.sme - Adapt templates for 20150629 +* Mon Jun 29 2015 Daniel Berteaud 0.2.10-1.sme +- Adapt conf templates for 20150629 + +* Tue Apr 22 2014 Daniel Berteaud 0.2.9-1.sme +- Fix basic auth on SME9 + * Thu Feb 6 2014 Daniel Berteaud 0.2.8-1.sme - Fix database upgrades