[Bug 266803] ftp/lftp build fails with libressl 3.5.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 03 Oct 2022 20:40:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266803

            Bug ID: 266803
           Summary: ftp/lftp build fails with libressl 3.5.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: martymac@FreeBSD.org
          Reporter: tjlegg@gmail.com
          Assignee: martymac@FreeBSD.org
             Flags: maintainer-feedback?(martymac@FreeBSD.org)

This fix is pretty simple. files/patch-src_lftp__ssl.cc currently has #if
OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER as a past fix
for libressl. Now the fix is #if OPENSSL_VERSION_NUMBER < 0x10100000L ||
LIBRESSL_VERSION_NUMBER < 0x03050000f

Builds successfully on 13.1 stable

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