Bug 1422583 - libgit2 needs rebuild against http-parser 2.7.1
Summary: libgit2 needs rebuild against http-parser 2.7.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: libgit2
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pete Walter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-15 16:10 UTC by Erik Johnson
Modified: 2017-04-21 10:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-04-21 10:29:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Shell output demonstrating libgit2's failure to fetch from a repo, along with evidence this is due to incompatible libhttp_parser (4.71 KB, text/plain)
2017-02-15 16:10 UTC, Erik Johnson
no flags Details

Description Erik Johnson 2017-02-15 16:10:25 UTC
Created attachment 1250646 [details]
Shell output demonstrating libgit2's failure to fetch from a repo, along with evidence this is due to incompatible libhttp_parser

Description of problem:

http-parser was upgraded to 2.7.1, and libgit2 (which depends on it) was never rebuilt.

[root@784e8a8c5028 /]# rpm -qi http-parser | egrep 'Version|Release|Build Date'
Version     : 2.7.1
Release     : 3.el7
Build Date  : Wed Oct 26 17:35:58 2016
[root@784e8a8c5028 /]# rpm -qi libgit2 | egrep 'Version|Release|Build Date'
Version     : 0.21.5
Release     : 1.el7
Build Date  : Sat Mar 14 11:17:20 2015


Version-Release number of selected component (if applicable):

libgit2-0.21.5-1.el7.x86_64


How reproducible:

100% reproducible for https(s) remotes when you use bindings for libgit2 (such as pygit2)


Steps to Reproduce:

See the attached text file.


Actual results:

A fetch fails with a traceback.


Expected results:

The fetch should not fail.


Additional info:

Downgrading http-parser to 2.0.5 allows the fetch to proceed.


Recommendation:

Rebuild libgit2 against http-parser 2.7.1.

Comment 1 Erik Johnson 2017-02-15 16:15:53 UTC
libgit2 probably also needs a Requires for http-parser 2.7.1 to ensure that this sort of issue is caught in the future.

Comment 2 Erik Johnson 2017-04-19 03:20:30 UTC
Just checking in as it has been over 60 days since I filed this issue. Any word on when we can expect this rebuild to be completed? It should not take much effort to do this.

Comment 3 Erik Johnson 2017-04-19 03:24:23 UTC
Disregard. The rebuild has taken place, the mirror on the docker image I was using to test was out of date.

This issue can be closed.

Comment 4 Pete Walter 2017-04-21 10:29:48 UTC
Thanks for verifying!


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