Ryan Carsten Schmidt
Ryan Carsten Schmidt
> No this is evidently not correct either. From the cmake-build-and-test-check log: > > ``` > /usr/bin/ld: warning: -z ;noexecstack ignored > ``` > > so the flag is still...
> Will homebrew-core accept patch reverting the breaking commit? The breaking commit fixed a different bug; reverting it would unfix it so that's probably not ideal either.
There is now an upstream commit that purports to fix the problem; I have not tested yet.
Me too and I added the fix to MacPorts in macports/macports-ports@baf43ea76b241b71522cce544a8918d89cb76c17.
For example this fixes it for me: ```diff --- configure.orig 2024-02-05 16:52:07.000000000 -0600 +++ configure 2024-06-27 09:41:03.000000000 -0500 @@ -795,8 +795,6 @@ if [ "$CC_FOR_BUILD" = "" ] ; then...
There are a couple considerations needed with this update beyond just updating the version. In 8.14.0, wcurl is bundled. In 8.15.0, the Secure Transport backend was removed.
The purpose of the developer bundling wcurl with curl is so that wcurl would always be available when curl is installed. I planned to obsolete the wcurl port, replacing it...
If we update to 8.14.1 now and tackle the wcurl move, then we can deal with 8.15.0 and the Secure Transport removal later.
Thanks. What does the darwinssl variant do now? My hope was to leave something that still accomplished what people want when they choose this variant, which is to build a...
Or just add the patches to the existing libressl port. This presumes the patches can be located and are usable. That can be a ticket to be dealt with later....