Bug 232117

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 Flags
Fix openssl 1.1 build
none
Fix OpenSSL 1.1.x build none

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