Bug 64337 - libcurl dependency version specified incorrectly for mod_md
Summary: libcurl dependency version specified incorrectly for mod_md
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_md (show other bugs)
Version: 2.4-HEAD
Hardware: All All
: P2 normal with 3 votes (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL: https://github.com/apache/httpd/pull/108
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2020-04-10 12:02 UTC by Alexander Gerasimov
Modified: 2020-04-17 11:34 UTC (History)
0 users



Attachments
Proposed fix: allows mod_md to be compiled against libcurl 7.29 (741 bytes, patch)
2020-04-10 12:02 UTC, Alexander Gerasimov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gerasimov 2020-04-10 12:02:14 UTC
Created attachment 37167 [details]
Proposed fix: allows mod_md to be compiled against libcurl 7.29

libcurl dependency version fix: mod_md builds and works fine against libcurl 7.29, so EL7 (CentOS 7, RHEL 7) is really supported.
Comment 1 Giovanni Bechis 2020-04-10 15:59:54 UTC
I am using that patch in CentOS7 with Letsencrypt integration and OCSP Stapling, is there any feature that requires libcurl-7.50+ ?
Comment 2 Alexander Gerasimov 2020-04-10 18:27:36 UTC
I don't see any features that require 7.29+.
Builds and works like a charm.
Comment 3 Alexander Gerasimov 2020-04-17 11:34:14 UTC
Pull request: https://github.com/apache/httpd/pull/108