1 |
# $Id: smeserver-mod_dav.spec,v 1.2 2020/10/29 12:33:10 brianr Exp $ |
# $Id: smeserver-mod_dav.spec,v 1.3 2021/03/01 04:14:17 jpp Exp $ |
2 |
# Authority: snetram |
# Authority: snetram |
3 |
# Name: Jonathan Martens |
# Name: Jonathan Martens |
4 |
|
|
5 |
%define name smeserver-mod_dav |
%define name smeserver-mod_dav |
6 |
%define version 1.1 |
%define version 1.1 |
7 |
%define release 4 |
%define release 5 |
8 |
|
|
9 |
Summary: SME Server mod_dav implementation |
Summary: SME Server mod_dav implementation |
10 |
Name: %{name} |
Name: %{name} |
14 |
Group: Applications/Internet |
Group: Applications/Internet |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
Patch0: smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch |
Patch0: smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch |
17 |
PAtch1: smeserver-mod_dav-1.1-bz11070.patch |
Patch1: smeserver-mod_dav-1.1-bz11070.patch |
18 |
|
Patch2: smeserver-mod_dav-1.1-bz10347-bz4564-bz5337.patch |
19 |
|
|
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
27 |
Implementation of mod_dav for SME Server 7. |
Implementation of mod_dav for SME Server 7. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Mon Mar 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-5.sme |
31 |
|
- fix security issues [SME: 11077] |
32 |
|
where user could access ibay he was not member of group |
33 |
|
- improve ibay dav template [SME 4564] |
34 |
|
force ssl, secure php file, disable cgi and php |
35 |
|
when DAV enabled on ibay, and respect rmeote access settings |
36 |
|
- descriptive login box [SME: 5337] |
37 |
|
|
38 |
* Sun Feb 28 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-4.sme |
* Sun Feb 28 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-4.sme |
39 |
- add createlinks and add -update event [SME: 11070] |
- add createlinks and add -update event [SME: 11070] |
40 |
|
|
54 |
%setup |
%setup |
55 |
%patch0 -p1 |
%patch0 -p1 |
56 |
%patch1 -p1 |
%patch1 -p1 |
57 |
|
%patch2 -p1 |
58 |
%build |
%build |
59 |
perl createlinks |
perl createlinks |
60 |
|
|