Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Feb 2020 11:24:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243866] ftp/proftpd: Fix mod_tls build with LibreSSL 2.9.x
Message-ID:  <bug-243866-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243866

            Bug ID: 243866
           Summary: ftp/proftpd: Fix mod_tls build with LibreSSL 2.9.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mm@FreeBSD.org
          Reporter: tom.beard@public-internet.co.uk
             Flags: maintainer-feedback?(mm@FreeBSD.org)
          Assignee: mm@FreeBSD.org

Created attachment 211340
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211340&action=
=3Dedit
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 =3D=3D TLS1_3_VERSION ||

Patch taken from https://github.com/proftpd/proftpd/issues/810 which has be=
en
backported to ProFTPd 1.3.6 branch but not yet released

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243866-7788>