Summary: | irc/epic5: Fix OpenSSL 1.1.x build | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nathan <ndowens04> | ||||||
Component: | Individual Port(s) | Assignee: | Josh Paetzel <jpaetzel> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | jpaetzel, mp39590 | ||||||
Priority: | --- | Flags: | antoine:
maintainer-feedback-
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 231931 | ||||||||
Attachments: |
|
Description
Nathan
2018-10-09 12:55:18 UTC
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 |