Merge branch 'sme9'

This commit is contained in:
Daniel Berteaud 2017-07-13 10:33:17 +02:00
commit bf888dd671
2 changed files with 10 additions and 2 deletions

View File

@ -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" : '';

View File

@ -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 <daniel@firewall-services.com> 0.2.10-1.sme
- Remove CHECK_SESSION_ADDRESS
* Tue Feb 16 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.11-1.sme
- Remove SESSION_CHECK_ADDRESS
* Mon Jun 29 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.9-1.sme
- Adapt templates for 20150629
* Mon Jun 29 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.10-1.sme
- Adapt conf templates for 20150629
* Tue Apr 22 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2.9-1.sme
- Fix basic auth on SME9
* Thu Feb 6 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2.8-1.sme
- Fix database upgrades