wok diff proftpd/receipt @ rev 21579

updated python-gevent (0.13.8 -> 1.4.0)
author Hans-G?nter Theisgen
date Sun May 19 16:11:22 2019 +0100 (2019-05-19)
parents 7896f0694ef6
children 395ad616796a
line diff
     1.1 --- a/proftpd/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/proftpd/receipt	Sun May 19 16:11:22 2019 +0100
     1.3 @@ -34,4 +34,9 @@
     1.4  	cp -a $install/usr/bin $fs/usr
     1.5  	cp -a $install/usr/lib/proftpd $fs/usr/lib
     1.6  	cp -a $install/etc $fs
     1.7 +	cat >> $fs/etc/proftpd.conf <<EOT
     1.8 +
     1.9 +# SSLv3 is unsafe, see CVE-2014-3566 POODLE
    1.10 +# TLSProtocol TLSv1
    1.11 +EOT
    1.12  }