Bug 232117 - irc/epic5: Fix OpenSSL 1.1.x build
Summary: irc/epic5: Fix OpenSSL 1.1.x build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks: 231931
  Show dependency treegraph
 
Reported: 2018-10-09 12:55 UTC by Nathan
Modified: 2018-11-27 15:37 UTC (History)
2 users (show)

See Also:
antoine: maintainer-feedback-


Attachments
Fix openssl 1.1 build (2.79 KB, patch)
2018-10-09 12:56 UTC, Nathan
no flags Details | Diff
Fix OpenSSL 1.1.x build (3.70 KB, patch)
2018-10-09 20:54 UTC, Nathan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2018-10-09 12:55:18 UTC

    
Comment 1 Nathan 2018-10-09 12:56:15 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>
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2018-10-09 19:21:34 UTC
The patch doesn't look correct, EVP_CIPHER_CTX_init is used to zero memory that has not been allocated...
Comment 3 Nathan 2018-10-09 20:54:46 UTC
Created attachment 197973 [details]
Fix OpenSSL 1.1.x build

Patch came from Debian:
https://sources.debian.org/patches/epic5/2.0.1-1/
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-11-09 19:18:46 UTC
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/
Comment 5 Steve Wills freebsd_committer freebsd_triage 2018-11-10 01:27:01 UTC
(In reply to commit-hook from comment #4)
Oops, used the wrong PR number in that commit, sorry.
Comment 6 Josh Paetzel freebsd_committer freebsd_triage 2018-11-26 02:15:41 UTC
I'll work with upstream to see how to handle this.
Comment 7 commit-hook freebsd_committer freebsd_triage 2018-11-27 15:34:44 UTC
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