* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme

- disable anonymous by default [SME: 931]
- add passive port [SME: 12454]
- TLSv1.3 filtered out as not supported by 1.3.6 branch [SME: 12925]
- fix wrong group defined for ibays [SME: 7914]
- drop runit for full systemd service unit [SME: 12874]
This commit is contained in:
2025-02-16 02:09:38 -05:00
parent 3cbe389a9e
commit 4be10f2b17
19 changed files with 81 additions and 90 deletions

View File

@@ -2,8 +2,6 @@
use esmith::Build::CreateLinks qw(:all);
safe_symlink("proftpd", "root/var/service/ftp");
templates2events("/etc/logrotate.d/proftpd", qw(
bootstrap-console-save
smeserver-proftpd-update
@@ -41,6 +39,13 @@ templates2events("/etc/proftpd.conf", qw(
ssl-update
));
templates2events("/usr/lib/systemd/system/ftp.service.d/50koozali.conf", qw(
bootstrap-console-save
smeserver-proftpd-update
ssl-update
));
foreach my $event (qw(
remoteaccess-update))
{