From 3cbe389a9ea62aa8c61cfa3bf8a0421280b2b600 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sun, 26 Jan 2025 16:28:59 -0500 Subject: [PATCH] * Sun Jan 26 2025 Jean-Philippe Pialasse 11.0.0-6.sme - adding requirement for deamontools bin [SME: 12566] --- root/var/service/proftpd/log/run | 4 ++-- smeserver-proftpd.spec | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/root/var/service/proftpd/log/run b/root/var/service/proftpd/log/run index 3ec23a1..6280f76 100644 --- a/root/var/service/proftpd/log/run +++ b/root/var/service/proftpd/log/run @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #---------------------------------------------------------------------- exec \ - /usr/local/bin/setuidgid smelog \ - /usr/local/bin/multilog t s5000000 \ + /usr/bin/setuidgid smelog \ + /usr/bin/multilog t s5000000 \ /var/log/ftp diff --git a/smeserver-proftpd.spec b/smeserver-proftpd.spec index 467a933..902a513 100644 --- a/smeserver-proftpd.spec +++ b/smeserver-proftpd.spec @@ -4,7 +4,7 @@ Summary: smeserver specific proftpd configuration files and templates %define name smeserver-proftpd Name: %{name} %define version 11.0.0 -%define release 5 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -17,10 +17,18 @@ BuildRequires: smeserver-devtools Requires: smeserver-base >= 4.15.0-05, proftpd Requires: smeserver-lib >= 1.15.1-33 Requires: iptables +# as long as we use tcpsvd +Requires: ipsvd +# daemontools bins in use +Requires: /usr/bin/setuidgid +Requires: /usr/bin/multilog Provides: e-smith-proftpd AutoReqProv: no %changelog +* Sun Jan 26 2025 Jean-Philippe Pialasse 11.0.0-6.sme +- adding requirement for deamontools bin [SME: 12566] + * Sat Jan 18 2025 Jean-Philippe Pialasse 11.0.0-5.sme - use esmith::ssl to set ciphers and protocol [SME: 12825] add TLSCipherSuite usage and order ciphers by strength