* Fri Sep 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- fix path for tcpsvd peers [SME: 13193]
This commit is contained in:
@@ -22,6 +22,6 @@
|
|||||||
|
|
||||||
use esmith::tcpsvd;
|
use esmith::tcpsvd;
|
||||||
|
|
||||||
esmith::tcpsvd::configure_peers('ftp');
|
esmith::tcpsvd::configure_peers('ftp','/var/service/proftpd');
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
@@ -4,7 +4,7 @@ Summary: smeserver specific proftpd configuration files and templates
|
|||||||
%define name smeserver-proftpd
|
%define name smeserver-proftpd
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 11
|
%define release 12
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -26,6 +26,9 @@ Provides: e-smith-proftpd
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
|
||||||
|
- fix path for tcpsvd peers [SME: 13193]
|
||||||
|
|
||||||
* Thu Sep 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
|
* Thu Sep 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
|
||||||
- fix wrong parameter SFTPDHParamFile in place of TLSDHParamFile [SME: 13183]
|
- fix wrong parameter SFTPDHParamFile in place of TLSDHParamFile [SME: 13183]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user