Bug 243866 - ftp/proftpd: Fix mod_tls build with LibreSSL 2.9.x
Summary: ftp/proftpd: Fix mod_tls build with LibreSSL 2.9.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Martin Matuska
URL:
Keywords: buildisok
Depends on: 247554
Blocks:
  Show dependency treegraph
 
Reported: 2020-02-04 11:24 UTC by Tom Beard
Modified: 2020-08-17 06:39 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mm)


Attachments
svn diff to fix mod_tls with libressl 2.9.x (1.65 KB, patch)
2020-02-04 11:24 UTC, Tom Beard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Beard 2020-02-04 11:24:43 UTC
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
Comment 1 Automation User 2020-02-19 00:28:25 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/119089455
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-07-02 06:53:13 UTC
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
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2020-08-17 06:39:23 UTC
Committed Thu Jul  2 06:52:39 UTC 2020 as r541015.