Created attachment 211340 [details] svn diff to fix mod_tls with libressl 2.9.x Build with mod_tls against LibreSSL currently fails mod_tls.c:1569:10: error: use of undeclared identifier 'TLS1_3_VERSION' case TLS1_3_VERSION: ^ mod_tls.c:1596:18: error: use of undeclared identifier 'TLS1_3_VERSION' version == TLS1_3_VERSION || Patch taken from https://github.com/proftpd/proftpd/issues/810 which has been backported to ProFTPd 1.3.6 branch but not yet released
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/119089455
A commit references this bug: Author: mm Date: Thu Jul 2 06:52:39 UTC 2020 New revision: 541015 URL: https://svnweb.freebsd.org/changeset/ports/541015 Log: Update ProFTPd to version 1.3.6d PR: 247554, 243866 Submitted by: Alexander Puecker Changes: head/ftp/proftpd/Makefile head/ftp/proftpd/distinfo
Committed Thu Jul 2 06:52:39 UTC 2020 as r541015.