Your package ipmitool failed to build from source in current rawhide. https://koji.fedoraproject.org/koji/taskinfo?taskID=17725491 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Created attachment 1252579 [details] build.log
Created attachment 1252580 [details] root.log
Created attachment 1252581 [details] state.log
Have to add support for new OpenSSL library - see #1383995
Created attachment 1256003 [details] OpenSSL-1.1.0 support in ipmitool with this patch, I am able to compile and build ipmitool package in RAWHIDE.
Brew build for rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=17975158 This change should be done in rawhide (f26+) branch only!
jridky's ipmitool-1.8.18-4.fc26 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=860585
@Josef: I'm just wondering how will the ctx get allocated, now? I don't see any malloc and as long as EVP_CIPHER_CTX_init is not a macro (not sure, here, is it?) it can't do the allocation.
Created attachment 1256040 [details] OpenSSL-1.1.0 support in ipmitool v.2 thanks for comment, hope this patch resolves described issue.
Comment on attachment 1256040 [details] OpenSSL-1.1.0 support in ipmitool v.2 Yep, this looks good to me.
jridky's ipmitool-1.8.18-5.fc26 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=860594
(In reply to Josef Ridky from comment #9) > Created attachment 1256040 [details] > OpenSSL-1.1.0 support in ipmitool v.2 > > thanks for comment, hope this patch resolves described issue. Josef, Has this been proposed upstream?