From 0b42b7ef9e2bcaa8343495aec151b59699f058bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 10 Jun 2021 03:31:27 +0200
Subject: [PATCH] component/proftpd: version up 1.3.7a

---
 component/proftpd/buildout.cfg | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/component/proftpd/buildout.cfg b/component/proftpd/buildout.cfg
index 1d9c52063..4bec36a36 100644
--- a/component/proftpd/buildout.cfg
+++ b/component/proftpd/buildout.cfg
@@ -23,8 +23,8 @@ recipe = collective.recipe.grp
 
 [proftpd]
 recipe = slapos.recipe.cmmi
-md5sum = 4040f6a6b86173e2a03f4ccdb9b9af6e
-url = ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.6b.tar.gz
+md5sum = 4a9b8877b2e9b08d70e71ad56c19e2c9
+url = ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.7a.tar.gz
 configure-options =
   --enable-openssl
   --enable-nls
@@ -32,7 +32,6 @@ configure-options =
   --enable-dso
   --disable-cap
   --with-modules=mod_sftp:mod_ban
-  --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
 environment =
   CFLAGS=-DPR_RUN_DIR=\"/proc/self/cwd/var\"
   CPPFLAGS=-I${zlib:location}/include -I${openssl:location}/include
-- 
2.30.9