net/ipdecap: Fix OpenSSL build PR: 231931 Submitted by: Nathan <ndowens@yahoo.com>
Created attachment 197992 [details] Fix openssl
This doesn't look good, EVP_CIPHER_CTX_init is used on uninitialized memory.
Created attachment 197993 [details] Fix openssl Match upstreams changes
Created attachment 197994 [details] Fix ssl Fix missed code change
Created attachment 197995 [details] Fix ssl Sorry for the pings this should be last at this time
Hello, Thanks for looking at this! What about updating the port to the latest 0.7.2 upstream version instead, which includes the openssl fix? https://loicpefferkorn.net/ipdecap/ipdecap-0.7.2.tar.gz I wasn't able to find the time to do it so far, but I'll try to find some time this week-end if this has not been done before. Kind regards, Loic
(In reply to loic-freebsd from comment #6) New version doesn't compile. But I can for the moment use fixes to patch current version in ports
(In reply to Nathan from comment #7) I am ok with the patch then. I will investigate the latest version build error this week-end.
I've submitted a patch to update to 0.7.2 and fix the build issue at the same time: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232223
Fixed in r482107