Summary: | net/liboauth: Fix build with OpenSSL 1.1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bernard Spil <brnrd> | ||||||||
Component: | Individual Port(s) | Assignee: | Hiroki Sato <hrs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | hrs, meta, ndowens04, ohartmann | ||||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(hrs) |
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://github.com/x42/liboauth/issues/9 | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 228865, 231931 | ||||||||||
Attachments: |
|
Now builds with OpenSSL 1.1, poudriere log https://keg.brnrd.eu/data/111amd64-default-openssl110/2018-06-11_10h42m37s/logs/liboauth-1.0.3_3.log Need to remove BROKEN= Created attachment 197122 [details]
Removed broken
Bernard don’t forget this fix. Watching exp-run of the OpenSSL Recent failure log: http://package18.nyi.freebsd.org/data/headamd64PR231931-default/2018-10-04_07h49m12s/logs/errors/liboauth-1.0.3_3.log (In reply to Antoine Brodin from comment #5) This patch fixed it with previous attempt of test (In reply to Nathan from comment #6) There should be a PORTREVISION bump since the code changes. Created attachment 197820 [details] Removed broken net/liboauth: * Fix openssl build PR: 225919 Submitted by: Nathan <ndowens@yahoo.com> *** Bug 232150 has been marked as a duplicate of this bug. *** A commit references this bug: Author: antoine Date: Wed Oct 10 19:28:18 UTC 2018 New revision: 481766 URL: https://svnweb.freebsd.org/changeset/ports/481766 Log: Fix build with openssl 1.1.1 PR: 225919 Submitted by: Nathan Owens Obtained from: https://github.com/x42/liboauth/issues/9 With hat: portmgr Changes: head/net/liboauth/Makefile head/net/liboauth/files/ head/net/liboauth/files/patch-src_hash.c A commit references this bug: Author: antoine Date: Fri Oct 19 13:04:29 UTC 2018 New revision: 482425 URL: https://svnweb.freebsd.org/changeset/ports/482425 Log: MFH: r481766 Fix build with openssl 1.1.1 PR: 225919 Submitted by: Nathan Owens Obtained from: https://github.com/x42/liboauth/issues/9 With hat: portmgr Changes: _U branches/2018Q4/ branches/2018Q4/net/liboauth/Makefile branches/2018Q4/net/liboauth/files/ Close? Anything else to do? At least for me, the port builds under 13-CURRENT and 12-BETA1. The fix already has been committed, closing. |
Created attachment 190650 [details] svn diff for net/liboauth ``` net/liboauth: Fix build with OpenSSL 1.1 - Currently doesn't build with OpenSSL 1.1 PR: ``` Working on updating the OpenSSL port to 1.1 which will require this patch