diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ad688d6e88..22a3d735f4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,16 @@ --> + + May 11th, 2021 + + + [thomas] - Add a patch to make curl compatible with openldap-2.5.4. Fixes + #15026. + + + + May 9th, 2021 diff --git a/networking/netlibs/curl.xml b/networking/netlibs/curl.xml index 1cc1096968..92ad3d1cfb 100644 --- a/networking/netlibs/curl.xml +++ b/networking/netlibs/curl.xml @@ -73,6 +73,16 @@ + Additional Downloads + + + + Required patch: + + + + + cURL Dependencies Recommended @@ -126,6 +136,13 @@ grep -rl '#!.*python$' | xargs sed -i '1s/python/&3/' + + Apply a patch to avoid a naming collision when + is installed: + + +patch -Np1 -i ../curl-&curl-version;-function_naming-1.patch + Install cURL by running the following commands: