Bug 1374081
Summary: | http-parser update breaks ocserv | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | |
Component: | http-parser | Assignee: | Igor Gnatenko <ignatenko> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 23 | CC: | mrunge, nmavrogi, piotr1212, sgallagh, tchollingsworth | |
Target Milestone: | --- | Keywords: | Regression | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1411021 (view as bug list) | Environment: | ||
Last Closed: | 2016-09-21 20:22:20 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1411021 |
Description
David Woodhouse
2016-09-07 22:27:28 UTC
Rebuilding ocserv against the new http-parser 'fixes' it. Did the library break binary compatibility without updating its soname? (In reply to David Woodhouse from comment #1) > Rebuilding ocserv against the new http-parser 'fixes' it. Did the library > break binary compatibility without updating its soname? If they did, they're in violation of their own semver-based versioning scheme. Sorry about this; according to semver, http-parser 2.7.1 should have been backwards-compatible with anything built against 2.0. That being said, it looks like the previous maintainer of this package had been using a git snapshot between 2.0 and 2.1 to fix certain errors in the tests. It's entirely possible that this specific version had introduced a regression that would have been fixed in 2.1.0 when it was finally released and we are only just now feeling it. Anyway, I apologize for the breakage. Since it seems that a trivial rebuild should be all that's needed, I'll see if I can do that for each of the packages depending on http-parser in F23. I've submitted an update (rebuild) for ocserv: https://bodhi.fedoraproject.org/updates/FEDORA-2016-b4a82e707e ocserv-0.10.12-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-b4a82e707e ocserv-0.10.12-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |