1 |
# $Id: e-smith-ldap.spec,v 1.25 2016/02/05 15:40:28 stephdl Exp $ |
# $Id: e-smith-ldap.spec,v 1.8 2017/02/23 10:21:52 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - LDAP module |
Summary: e-smith server and gateway - LDAP module |
4 |
%define name e-smith-ldap |
%define name e-smith-ldap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.6.0 |
%define version 5.6.0 |
7 |
%define release 1 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-ldap-5.6.0-missing_shebang_ldap_init.patch |
14 |
|
Patch1: e-smith-ldap-5.6.0.bz9688.skipredirect.patch |
15 |
|
Patch2: e-smith-ldap-5.6.0-strong_encryption.patch |
16 |
|
Patch3: e-smith-ldap-5.6.0-bz10936-TLS-and-ciphers.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base |
Requires: e-smith-base |
23 |
Requires: openldap-clients |
Requires: openldap-clients |
24 |
Requires: openldap-servers |
Requires: openldap-servers |
25 |
Requires: perl(Net::LDAP) |
Requires: perl(Net::LDAP) |
26 |
Requires: db4-utils |
Requires: libdb4-utils |
27 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-9 |
28 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
29 |
AutoReqProv: no |
AutoReqProv: no |
32 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme |
36 |
|
- New protocol default as TLSv1.2 [SME: 10936] |
37 |
|
New property TLSProtocolMin |
38 |
|
Ciphers are now ordered with stronger first |
39 |
|
|
40 |
|
* Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-6.sme |
41 |
|
- Disable SSLv3, but keep the possibility to enable it again [SME: 10108] |
42 |
|
- Better default cipher suite, and honor global suite [SME: 10108] |
43 |
|
|
44 |
|
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme |
45 |
|
- systemd skip redirect [SME: 9688] |
46 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
47 |
|
by assuming the date is correct and changing the weekday. |
48 |
|
Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or .... |
49 |
|
Thu Aug 07 2001 --> Thu Aug 02 2001 or Tue Aug 07 2001 or Thu Aug 09 2001 or .... |
50 |
|
Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or .... |
51 |
|
|
52 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme |
53 |
|
- Add missing shebang in ldap.init script [SME: 9432] |
54 |
|
|
55 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme |
56 |
|
- Rebuild for [SME: 9393] |
57 |
|
|
58 |
|
* Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> 5.6.0-2.sme |
59 |
|
- fix Requires db4-utils to libdb4-utils [SME: 9319] |
60 |
|
|
61 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
62 |
- Initial release to sme10 |
- Initial release to sme10 |
63 |
|
|
298 |
* Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme |
* Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme |
299 |
- Restrict access to the ldif file [SME: 6217] |
- Restrict access to the ldif file [SME: 6217] |
300 |
|
|
301 |
* Tue Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme |
* Thu Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme |
302 |
|
Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or .... |
303 |
- Fix ldap-create errors when adding empty groups [SME: 5920] |
- Fix ldap-create errors when adding empty groups [SME: 5920] |
304 |
|
|
305 |
* Mon Jun 7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme |
* Mon Jun 7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme |
839 |
- [4.3.1-01] |
- [4.3.1-01] |
840 |
- Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07. |
- Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07. |
841 |
|
|
842 |
* Thu Aug 07 2001 Charlie Brady <charlieb@e-smith.com> |
* Tue Aug 07 2001 Charlie Brady <charlieb@e-smith.com> |
843 |
- [4.3.0-07] |
- [4.3.0-07] |
844 |
- Break slapd.conf template into fragments, and include in-line |
- Break slapd.conf template into fragments, and include in-line |
845 |
at.conf and co.conf fragements, rather than use include feature. |
at.conf and co.conf fragements, rather than use include feature. |
1013 |
* Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net> |
* Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net> |
1014 |
- Use new multi-arg form of backgroundCommand. |
- Use new multi-arg form of backgroundCommand. |
1015 |
|
|
1016 |
* Fri Jun 1 2000 Charlie Brady <charlieb@e-smith.net> |
* Thu Jun 01 2000 Charlie Brady <charlieb@e-smith.net> |
1017 |
|
Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or .... |
1018 |
- First created - broken out of e-smith-base 4.0.11. |
- First created - broken out of e-smith-base 4.0.11. |
1019 |
|
|
1020 |
%prep |
%prep |
1021 |
%setup |
%setup |
1022 |
|
%patch0 -p1 |
1023 |
|
%patch1 -p1 |
1024 |
|
%patch2 -p1 |
1025 |
|
%patch3 -p1 |
1026 |
|
|
1027 |
|
|
1028 |
%build |
%build |
1029 |
perl createlinks |
perl createlinks |