[Bugs] [Bug 1388580] New: crypt: changes needed for openssl-1.1 ( coming in Fedora 26)
bugzilla at redhat.com
bugzilla at redhat.com
Tue Oct 25 17:31:01 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1388580
Bug ID: 1388580
Summary: crypt: changes needed for openssl-1.1 (coming in
Fedora 26)
Product: GlusterFS
Version: 3.8
Component: encryption-xlator
Keywords: Triaged
Assignee: bugs at gluster.org
Reporter: kkeithle at redhat.com
CC: bugs at gluster.org
Depends On: 1384142, 1388579
+++ This bug was initially created as a clone of Bug #1388579 +++
+++ This bug was initially created as a clone of Bug #1384142 +++
Description of problem:
HMAC_CTX is now an opaque type, instances must be obtained by calling
HMAC_CTX_new().
Version-Release number of selected component (if applicable):
All versions going back to at least 3.6 and earlier.
How reproducible:
try to compile on Fedora rawhide with openssl-1.1-0 and later.
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--- Additional comment from Worker Ant on 2016-10-12 12:34:38 EDT ---
REVIEW: http://review.gluster.org/15629 (crypt: changes needed for openssl-1.1
(coming in Fedora 26)) posted (#1) for review on master by Kaleb KEITHLEY
(kkeithle at redhat.com)
--- Additional comment from Worker Ant on 2016-10-18 09:54:42 EDT ---
COMMIT: http://review.gluster.org/15629 committed in master by Jeff Darcy
(jdarcy at redhat.com)
------
commit f5f22d0a84e77162fd5e5afd8e912cef6d8ad320
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date: Wed Oct 12 12:25:11 2016 -0400
crypt: changes needed for openssl-1.1 (coming in Fedora 26)
Fedora is poised to update openssl-1.1.0b in/for Fedora 26
in the next day or so.
But already Fedora koji scratch builds are built against
openssl-1.1.0b because of the way scratch builds work.
N.B. that the latest Fedora rawhide (11 October) still ships
with openssl-1.0.2j.
HMAC_CTX is now an opaque type and instances of it must be
created and released by calling HMAC_CTX_new() and
HMAC_CTX_free().
Change-Id: I3a09751d7b0d9fc25fe18aac6527e5431e9ab19a
BUG: 1384142
Signed-off-by: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Reviewed-on: http://review.gluster.org/15629
Smoke: Gluster Build System <jenkins at build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
Reviewed-by: Niels de Vos <ndevos at redhat.com>
CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
Reviewed-by: Jeff Darcy <jdarcy at redhat.com>
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1384142
[Bug 1384142] crypt: changes needed for openssl-1.1 (coming in Fedora 26)
https://bugzilla.redhat.com/show_bug.cgi?id=1388579
[Bug 1388579] crypt: changes needed for openssl-1.1 (coming in Fedora 26)
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list