Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-09 Thread Renaud Allard
On 09/12/2024 16:10, Theo Buehler wrote: On Mon, Dec 09, 2024 at 04:08:12PM +0100, Kirill Miazine wrote: • Theo Buehler [2024-12-07 22:10]: had a chat with Exim dev, he said he would look into adding some of OpenBSD patches upstream. That would be nice. Thank you! good news: as of https:

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-09 Thread Kirill Miazine
• Theo Buehler [2024-12-07 22:10]: had a chat with Exim dev, he said he would look into adding some of OpenBSD patches upstream. That would be nice. Thank you! good news: as of https://git.exim.org/exim.git/commitdiff/ae016b1252f60fdde83749741e05104d271be1d1 Exim is able to build with Libre

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-09 Thread Theo Buehler
On Mon, Dec 09, 2024 at 04:08:12PM +0100, Kirill Miazine wrote: > • Theo Buehler [2024-12-07 22:10]: > > > had a chat with Exim dev, he said he would look into adding some of > > > OpenBSD > > > patches upstream. > > That would be nice. Thank you! > > good news: > > as of > https://git.exim.org

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-07 Thread Theo Buehler
On Sat, Dec 07, 2024 at 10:28:34PM +0100, Kirill Miazine wrote: > • Theo Buehler [2024-12-07 22:10]: > > > to help catching LibreSSL issues, I added two additional OpenBSD build > > > systems, both with LibreSSL. the difference is DANE, which is breaking the > > > builds currently. the build withou

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-07 Thread Kirill Miazine
• Theo Buehler [2024-12-07 22:10]: to help catching LibreSSL issues, I added two additional OpenBSD build systems, both with LibreSSL. the difference is DANE, which is breaking the builds currently. the build without DANE goes well, even with Libre. Yes, libressl has currently no DANE support a

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-07 Thread Theo Buehler
> to help catching LibreSSL issues, I added two additional OpenBSD build > systems, both with LibreSSL. the difference is DANE, which is breaking the > builds currently. the build without DANE goes well, even with Libre. Yes, libressl has currently no DANE support and if it adds it, that would mos

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-07 Thread Kirill Miazine
• Kirill Miazine [2024-12-07 21:03]: CC Exim maintainer, who could probably comment on whether libressl would need some fixes. • Theo Buehler [2024-12-07 05:03]: I'm running one of the automated build nodes for the Exim MTA, which does builds of stock Exim on OpenBSD. LibreSSL requires some pa

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-07 Thread Kirill Miazine
CC Exim maintainer, who could probably comment on whether libressl would need some fixes. • Theo Buehler [2024-12-07 05:03]: I'm running one of the automated build nodes for the Exim MTA, which does builds of stock Exim on OpenBSD. LibreSSL requires some patching, Thanks for the report. Could

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-07 Thread Theo Buehler
On Sat, Dec 07, 2024 at 04:34:29AM +, Stuart Henderson wrote: > On 2024/12/07 05:03, Theo Buehler wrote: > > sthen, any concerns if we backport something along these lines to -stable? > > no concerns, ok with me. Ah, right, it's unused in stable anyway. Kirill, I have committed fixes for 3.3

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-06 Thread Stuart Henderson
On 2024/12/07 05:03, Theo Buehler wrote: > sthen, any concerns if we backport something along these lines to -stable? no concerns, ok with me. > Index: Makefile > === > RCS file: /cvs/ports/security/openssl/3.3/Makefile,v > diff -u -

Re: pkg-config lacking -L and -I dirs with openssl >= 3.3

2024-12-06 Thread Theo Buehler
> I'm running one of the automated build nodes for the Exim MTA, which > does builds of stock Exim on OpenBSD. LibreSSL requires some patching, Thanks for the report. Could you elaborate on the actual problem you run into? Is this something we need to fix on the libressl side? > so I'm using Open