1 |
# $Id: smeserver-mod_dav.spec,v 1.3 2021/03/01 04:14:17 jpp Exp $ |
# $Id: smeserver-mod_dav.spec,v 1.5 2021/03/02 20:39:34 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 5 |
%define release 7 |
8 |
|
|
9 |
Summary: SME Server mod_dav implementation |
Summary: SME Server mod_dav implementation |
10 |
Name: %{name} |
Name: %{name} |
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 |
Patch2: smeserver-mod_dav-1.1-bz10347-bz4564-bz5337.patch |
19 |
|
Patch3: smeserver-mod_dav-1.1-bz11630.patch |
20 |
|
|
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
28 |
Implementation of mod_dav for SME Server 7. |
Implementation of mod_dav for SME Server 7. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
* Mon Mar 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-5.sme |
* Mon Jun 21 2021 Terry Fage <terryf@ozemail.com.au> 1.1-7.sme |
32 |
|
- Ensure persistence of/var/run/davlocks on reboot/reconfig [SME: 11630] |
33 |
|
|
34 |
|
* Mon Mar 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
35 |
- fix security issues [SME: 11077] |
- fix security issues [SME: 11077] |
36 |
where user could access ibay he was not member of group |
where user could access ibay he was not member of group |
37 |
- improve ibay dav template [SME 4564] |
- improve ibay dav template [SME 4564] |
38 |
force ssl, secure php file, disable cgi and php |
force ssl, secure php file, disable cgi and php |
39 |
when DAV enabled on ibay, and respect rmeote access settings |
when DAV enabled on ibay, and respect rmeote access settings |
40 |
- descriptive login box [SME: 5337] |
- descriptive login box [SME: 5337] |
41 |
|
- fix some typos and propertie names |
42 |
|
|
43 |
* 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 |
44 |
- add createlinks and add -update event [SME: 11070] |
- add createlinks and add -update event [SME: 11070] |
60 |
%patch0 -p1 |
%patch0 -p1 |
61 |
%patch1 -p1 |
%patch1 -p1 |
62 |
%patch2 -p1 |
%patch2 -p1 |
63 |
|
%patch3 -p1 |
64 |
%build |
%build |
65 |
perl createlinks |
perl createlinks |
66 |
|
|