smeserver-webapps-common/smeserver-webapps-common.spec

172 lines
5.8 KiB
RPMSpec
Raw Normal View History

2012-03-13 12:50:08 +01:00
Summary: Common WebApps Framework for SME Server
%define name smeserver-webapps-common
Name: %{name}
2017-10-02 08:15:33 +02:00
%define version 0.3.2
2012-03-13 13:21:34 +01:00
%define release 1
2012-03-13 12:50:08 +01:00
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: SMEServer/addon
Source: %{name}-%{version}.tar.gz
URL: http://www.firewall-services.com/
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Requires: e-smith-base
2013-10-22 09:59:04 +02:00
Requires: e-smith-apache >= 2.2.0-11
2012-03-13 12:50:08 +01:00
Requires: httpd
Requires: mysql
Requires: php
Requires: openssl-perl
2017-07-27 19:20:43 +02:00
Requires: mod_proxy_wstunnel
2012-03-13 12:50:08 +01:00
BuildRequires: e-smith-devtools
2017-07-26 17:48:30 +02:00
%ifarch x86_64
Requires: smeserver-php-fpm
%endif
2012-03-13 12:50:08 +01:00
%description
This package provide common files and events for Web Applications integration
on SME Server
%changelog
2017-10-02 08:15:33 +02:00
* Sun Oct 1 2017 Daniel Berteaud <daniel@firewall-services.com> 0.3.2-1.sme
- Allow per domain custom ProxyPass rules using ProxyPassRules db prop
2017-07-27 19:20:43 +02:00
* Thu Jul 27 2017 Daniel Berteaud <daniel@firewall-services.com> 0.3.1-1.sme
- Support Socket.IO websocket proxying
2017-07-26 17:48:30 +02:00
* Wed Jul 26 2017 Daniel Berteaud <daniel@firewall-services.com> 0.3.0-1.sme
- Requires smeserver-php-fpm on x86_64
2016-12-14 08:45:50 +01:00
* Mon Dec 12 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.23-1.sme
- Fix syntax error introduce with X-Forwarded-Proto
* Sun Dec 11 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.22-1.sme
- Set X-Forwarded-Proto for proxypass vhosts
2016-10-24 15:52:12 +02:00
* Mon Oct 24 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.21-1.sme
- Skip rewrites for ACME challenges
2016-06-06 15:30:01 +02:00
* Mon Jun 6 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.20-1.sme
- MIssing $OUT statement
* Mon Jun 6 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.19-1.sme
- Allow access to ACME challenge even when access is otherwise restricted
2016-02-09 22:05:40 +01:00
* Tue Feb 9 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.18-1.sme
- Fix ProxyPass handling logic
2016-02-02 22:46:09 +01:00
* Tue Feb 2 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.17-1.sme
- Possibility to only foward acme challenge URI
2016-01-25 11:04:21 +01:00
* Sat Jan 23 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.16-1.sme
- Don't force SSL for acme challenges URI
- Don't proxypass acme challenges by default
2016-01-19 10:46:38 +01:00
* Tue Jan 19 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2.15-1.sme
- Don't hardcode apache ports
2015-09-01 15:31:16 +02:00
* Tue Sep 1 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.14-1.sme
- Fix AllowHosts when setting more than 2 IP
2015-06-30 16:56:15 +02:00
* Tue Jun 30 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.13-1.sme
- Add support for setting DirectoryIndex per vhost
2015-04-28 12:39:23 +02:00
* Tue Apr 28 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2.12-1.sme
- Add support for setting the Timeout
2014-02-11 16:35:57 +01:00
* Tue Feb 11 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2.11-1.sme
- Support custom alias on WebAppVirtualHost vhost
2013-11-21 11:42:43 +01:00
* Thu Nov 21 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.10-1.sme
- Also force SSL when using LemonLDAPBasic auth
2013-10-22 09:59:04 +02:00
* Tue Oct 22 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.9-1.sme
- Do not load mod_auth_basic and mod_authn_file anymore
* Tue Oct 9 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.8-1.sme
2012-10-09 18:54:41 +02:00
- Select WebAppVirtualHosts as the default templates for vhosts
2012-10-02 15:01:54 +02:00
* Tue Oct 2 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.7-1.sme
- Add simple vhost support (domains without DNS or mail handling)
2012-09-13 12:50:22 +02:00
* Thu Sep 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.6-1.sme
- Re-add automatic SSL redirection if LL::NG is used (for back compat)
2012-09-04 13:57:24 +02:00
* Tue Sep 4 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.5-1.sme
- Support basic auth for domains
2012-06-20 09:45:43 +02:00
* Mon Jun 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.4-1.sme
- Support custom SetEnv for virtualhosts
2012-04-13 12:26:03 +02:00
* Fri Apr 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1.sme
- Add bootstrap.min.css
* Tue Mar 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.2-1.sme
- Add support for RewriteRule or Redirect
2012-03-13 13:21:34 +01:00
* Tue Mar 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1.sme
- Add ServerAlias support in WebAppVirtualHost
2012-03-13 12:50:08 +01:00
* Tue Mar 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1.sme
- Migrate to git
* Fri Jul 22 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-11.sme
- Add an prop to disable the default /icons alias
* Wed Jun 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-10.sme
- Allow values enabled, yes on or 1 for RequireSSL
- Implement access restriction with AllowHosts
* Tue Mar 8 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-9.sme
- Integration with PHPki
- Stop restarting mysqld service
* Mon Mar 7 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme
- Add SSLCACertificateFile directive
* Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme
- Fix httpd template syntax
* Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme
- Load some additional modules for apache if they are found
* Thu Dec 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme
- RequireSSL can take a list of location to rewrite
* Thu Dec 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme
- Only load authn_file if the module exists
2013-10-22 09:59:04 +02:00
* Sun Dec 26 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme
2012-03-13 12:50:08 +01:00
- Load mod_authn_file
* Thu Dec 16 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-2.sme
- Provide alternative WebAppVirtualHost templates
* Fri Dec 10 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme
- Add DocumentRoot prop for domains
* Wed Sep 30 2009 Daniel B. <daniel@firewall-services.com> 0.1-0
- Initial rpm
%prep
%setup
%build
perl createlinks
%{__mkdir_p} root/etc/pki/tls/crl
%install
/bin/rm -rf $RPM_BUILD_ROOT
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
/bin/rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%clean
rm -rf $RPM_BUILD_ROOT