Created attachment 197964 [details] Fix openssl 1.1 build irc/epic5: Fix OpenSSL 1.1.x build PR: 231931 Submitted by: Nathan <ndowens@yahoo.com>
The patch doesn't look correct, EVP_CIPHER_CTX_init is used to zero memory that has not been allocated...
Created attachment 197973 [details] Fix OpenSSL 1.1.x build Patch came from Debian: https://sources.debian.org/patches/epic5/2.0.1-1/
A commit references this bug: Author: swills Date: Fri Nov 9 19:18:35 UTC 2018 New revision: 484538 URL: https://svnweb.freebsd.org/changeset/ports/484538 Log: devel/yosys: use simpler way of dealing with compiler issues PR: 232117 Submitted by: jbeich Pointyhat to: swills Changes: head/devel/yosys/Makefile head/devel/yosys/files/
(In reply to commit-hook from comment #4) Oops, used the wrong PR number in that commit, sorry.
I'll work with upstream to see how to handle this.
A commit references this bug: Author: jpaetzel Date: Tue Nov 27 15:34:25 UTC 2018 New revision: 486014 URL: https://svnweb.freebsd.org/changeset/ports/486014 Log: Fix build with OpenSSL version 1.1.1 The fix for this has been in the epic5 git repo for some time now, looks like it's time for them to roll a release. Maintainer timeout PR: 232117 Changes: head/irc/epic5/Makefile head/irc/epic5/files/ head/irc/epic5/files/patch-source_crypto.c