Enji Cooper
Enji Cooper
Refer to source files using .CURDIR instead of relying on the build to be done with NO_OBJ, etc. Adjust .gitignore to ignore files left behind as part of FreeBSD's bsd.prog.mk...
https://github.com/pyca/pyopenssl/blob/cac747892be07a06d0315917fc72cfd06d10e471/tests/test_ssl.py#L2390-L2407 This test fails fairly reliably on my physical host. If I space out the commands so the socket is fully setup, then call connect_ex, the test succeeded. Some additional...
If I omit a subdirectory from a category Makefile and make the port a dependency of another port (example, I was adding math/gnuplot as a dependency of another meta port,...
alternatives support in kombu.Connection does not cycle through the next host when it tries to connect; instead the transport layer throws socket.errors and dies, which seems to defeat the purpose...
The alternates option in kombu.connection.Connection provides the same functionality as semicolons in rabbitmq URIs in the event that a user chose not to use the URI format when specifying rabbitmq...
`WhenDynamicCastToTest.AmbiguousCast` fails on FreeBSD 13.0-CURRENT with clang 7.0.1, clang 8.0.0, and gcc 8.2.0 with the following message: ``` $ script WhenDynamicCastToTest.AmbiguousCast.typescript ./googlemock/gmock-matchers_test --gtest_filter=WhenDynamicCastToTest.AmbiguousCast --gtest_color=no Script started on Sat Mar 9...
The linker fails with some undefined symbol errors when linking against OpenSSL 3. Original log came from: https://pkg.bofh.network/data/MAIN-default-openssl3/2023-05-02_02h56m25s/logs/errors/jose-11.log [jose-11.log](https://github.com/latchset/jose/files/11369242/jose-11.log)
The package fails to build against OpenSSL 3. Moreover, there are a variety of issues related to deprecated libxml2 use. Log originally came from https://pkg.bofh.network/data/MAIN-default-openssl3/2023-05-02_02h56m25s/logs/errors/xar-1.6.1_2.log . [xar-1.6.1_2.log](https://github.com/mackyle/xar/files/11369282/xar-1.6.1_2.log)
## Summary The FreeBSD port for duo fixes the paths mentioned in the beforementioned manpages respect --prefix as part of the port patching process: https://github.com/freebsd/freebsd-ports/blob/809d194919cb0df3def5550e280bc520996917ba/security/duo/Makefile#L27-L30 These paths should be automatically...