Fix TLSCipherSuite parsing

- Bump PORTREVISION for package change

Note: author pointed out that users will get a more secure cipher suite by not
setting TLSCipherSuite to HIGH and just use the default.

PR:		215906
Reported by:	<yani@pi-greece.eu>
Obtained from:	3823d00dee
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-09 14:41:58 +00:00
parent 9591d984b4
commit dc421bb167
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430958
2 changed files with 15 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= pure-ftpd
PORTVERSION= 1.0.44
PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= https://github.com/jedisct1/${PORTNAME}/releases/download/${PORTVERSION}/ \
https://download.pureftpd.org/pub/pure-ftpd/releases/ \

View File

@ -0,0 +1,14 @@
Obtained from: https://github.com/jedisct1/pure-ftpd/commit/3823d00dee089b998d1f40943e9aa3f619c238b2
--- src/simpleconf_ftpd.h.orig 2016-12-16 19:17:52 UTC
+++ src/simpleconf_ftpd.h
@@ -59,8 +59,8 @@ static const SimpleConfEntry simpleconf_
{"ProhibitDotFilesRead? <bool>", "--prohibitdotfilesread"},
{"Quota (<digits>):(<digits>)", "--quota=$0:$1"},
{"SyslogFacility (<alnum>)", "--syslogfacility=$0"},
- {"TLS (<digits>)", "--tls=$0"},
{"TLSCipherSuite (<nospace>)", "--tlsciphersuite=$0"},
+ {"TLS (<digits>)", "--tls=$0"},
{"TrustedGID (<digits>)", "--trustedgid=$0"},
{"TrustedIP (<nospace>)", "--trustedip=$0"},
{"Umask (<digits>):(<digits>)", "--umask=$0:$1"},