/[smeserver]/rpms/e-smith-proftpd/sme10/e-smith-proftpd.spec
ViewVC logotype

Diff of /rpms/e-smith-proftpd/sme10/e-smith-proftpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by stephdl, Fri Feb 5 21:57:24 2016 UTC Revision 1.15 by jpp, Tue Mar 16 18:36:37 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-proftpd.spec,v 1.3 2013/06/07 16:14:33 vip-ire Exp $  # $Id: e-smith-proftpd.spec,v 1.14 2021/03/03 21:13:28 jpp Exp $
2    
3  Summary: e-smith specific proftpd configuration files and templates  Summary: e-smith specific proftpd configuration files and templates
4  %define name e-smith-proftpd  %define name e-smith-proftpd
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 1  %define release 14
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-proftpd-2.6.0-TLS.patch
14    Patch1: e-smith-proftpd-2.6.0-bz11106_11150_systemd_update_event.patch
15    Patch2: e-smith-proftpd-2.6.0-bz11106_11150_remove_supervise_ftp.patch
16    Patch3: e-smith-proftpd-2.6.0-bz11245_runit_required.patch
17    Patch4: e-smith-proftpd-2.6.0-bz11106_protect_from_proftpd.patch
18    Patch5: e-smith-proftpd-2.6.0-bz11316-testSSLfiles.patch
19    Patch6: e-smith-proftpd-2.6.0-bz11357-rmConflcits.patch
20    Patch7: e-smith-proftpd-2.6.0-bz11384-logging.patch
21    Patch8: e-smith-proftpd-2.6.0-bz9692-cleanup.patch
22    
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  BuildArchitectures: noarch  BuildArchitectures: noarch
25  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 19  Requires: iptables Line 29  Requires: iptables
29  AutoReqProv: no  AutoReqProv: no
30    
31  %changelog  %changelog
32    * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme
33    - cleanup in /etc/rc.d  [SME: 9692]
34    
35    * Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
36    - redirect log away from message [SME: 11384]
37    
38    * Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
39    - fix circular Conflict with proftpd [SME: 11357]
40    
41    * Thu Jan 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
42    - improve protect from proftpd.service running [SME: 11106]
43    
44    * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
45    - protect from proftpd.service running in place of ftp.service [SME: 11106]
46    - remove system-preset file from usr [SME: 10958]
47    - SSL crt and key to self signed if path does not exist [SME: 11316]
48    
49    * Thu Dec 10 2020  Michel Begue <mab974@gmail.com> 2.6.0-8.sme
50    - add Requires=runit.service [SME: 11245]
51    
52    * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
53    - execute systemd-reload before service adjust in events [SME: 11228]
54    - remove S95reset-unsavedflag [SME: 11229]
55    
56    * Wed Nov 25 2020 Michel Begue <mab974@gmail.com> 2.6.0-6.sme
57    - Remove ftp from 'init.d/supervise' [SME: 11106] [SME: 11150]
58    
59    * Wed Nov 25 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme
60    - Move ftp service to systemd [SME: 11106]
61    - Create e-smith-proftpd-update event [SME: 11150]
62    
63    * Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
64    - fix typos [SME: 6804]
65    - set default as required
66    - NB: client must be set as active connection, not passive
67    
68    * Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
69    - updated patch for certificate chain
70    - Thanks to Daniel Berteaud
71    
72    * Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
73    - Adding TLS support to proftp configuration [SME: 6804]
74    - default is enabled but not required, only TLSv1.1 and v1.2
75    
76  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
77  - Initial release to sme10  - Initial release to sme10
78    
# Line 533  Configuration files and templates for th Line 587  Configuration files and templates for th
587    
588  %prep  %prep
589  %setup  %setup
590    %patch0 -p1
591    %patch1 -p1
592    %patch2 -p1
593    %patch3 -p1
594    %patch4 -p1
595    %patch5 -p1
596    %patch6 -p1
597    %patch7 -p1
598    %patch8 -p1
599    
600  # Remove the empty template-begin and the directory  # Remove the empty template-begin and the directory
601  rm -rf root/etc/e-smith/templates/etc/pam.d/proftpd/  rm -rf root/etc/e-smith/templates/etc/pam.d/proftpd/


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed