Bug 1388580 - crypt: changes needed for openssl-1.1 (coming in Fedora 26)
Summary: crypt: changes needed for openssl-1.1 (coming in Fedora 26)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: encryption-xlator
Version: 3.8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kaleb KEITHLEY
QA Contact:
URL:
Whiteboard:
Depends On: 1384142 1388579
Blocks: glusterfs-3.8.6
TreeView+ depends on / blocked
 
Reported: 2016-10-25 17:31 UTC by Kaleb KEITHLEY
Modified: 2016-11-29 09:36 UTC (History)
1 user (show)

Fixed In Version: glusterfs-3.8.6
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1388579
Environment:
Last Closed: 2016-11-29 09:36:46 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Kaleb KEITHLEY 2016-10-25 17:31:01 UTC
+++ 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)

--- 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) 
------
commit f5f22d0a84e77162fd5e5afd8e912cef6d8ad320
Author: Kaleb S. KEITHLEY <kkeithle>
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>
    Reviewed-on: http://review.gluster.org/15629
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Niels de Vos <ndevos>
    CentOS-regression: Gluster Build System <jenkins.org>
    Reviewed-by: Jeff Darcy <jdarcy>

Comment 1 Worker Ant 2016-10-25 18:02:13 UTC
REVIEW: http://review.gluster.org/15727 (crypt: changes needed for openssl-1.1 (coming in Fedora 26)) posted (#1) for review on release-3.8 by Kaleb KEITHLEY (kkeithle)

Comment 2 Worker Ant 2016-10-27 18:45:21 UTC
COMMIT: http://review.gluster.org/15727 committed in release-3.8 by Jeff Darcy (jdarcy) 
------
commit 78b0f84bc80336c876ccd8e240d39f648fb981a6
Author: Kaleb S. KEITHLEY <kkeithle>
Date:   Tue Oct 25 13:50:12 2016 -0400

    crypt: changes needed for openssl-1.1 (coming in Fedora 26)
    
    Fedora has updated openssl-1.1.0b in/for Fedora 26
    
    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: 1388580
    Signed-off-by: Kaleb S. KEITHLEY <kkeithle>
    Reviewed-on: http://review.gluster.org/15727
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>

Comment 3 Niels de Vos 2016-11-29 09:36:46 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.6, please open a new bug report.

glusterfs-3.8.6 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] http://www.gluster.org/pipermail/packaging/2016-November/000217.html
[2] https://www.gluster.org/pipermail/gluster-users/


Note You need to log in before you can comment on or make changes to this bug.