Bug 1055477

Summary: libpt2 fails to build with OpenSSL 1.1
Product: [openSUSE] openSUSE Tumbleweed Reporter: Vítězslav Čížek <vcizek>
Component: OtherAssignee: Michael Gorse <mgorse>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: fcrozat, fezhang, mgorse, sreeves, vcizek, zaitor
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 1042629    

Description Vítězslav Čížek 2017-08-24 10:33:21 UTC
The package fails to build with OpenSSL 1.1.
We need to migrate Factory to OpenSSL 1.1 as it will become the default on SLE-15. For more information see the blocker bug.

Currently testing in staging project:
https://build.opensuse.org/project/show/openSUSE:Factory:Staging:SSL11
Fails with:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:SSL11/libpt2/standard/x86_64
Comment 1 Bjørn Lie 2017-08-24 12:11:12 UTC
Adding some SLE people explicitly to CC
Comment 2 Michael Gorse 2017-08-25 14:41:10 UTC
BIO and BIO_METHOD have become opaque and need to be get/set with accessor functions for 1.1.
Comment 3 Vítězslav Čížek 2017-09-14 12:31:43 UTC
Your patch has been accepted to Factory.
Thanks, Michael.