Date: Mon, 03 Oct 2022 20:40:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266803] ftp/lftp build fails with libressl 3.5.3 Message-ID: <bug-266803-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266803 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 f= ix for libressl. Now the fix is #if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x03050000f Builds successfully on 13.1 stable --=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-266803-7788>