[cpp-linbuild] branch maint-3 updated: Roll curl back to version supporting OpenSSL 1.x
Codeberg
noreply at shibboleth.net
Mon Sep 14 14:58:42 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch maint-3
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/e908a6d5972fe686780fd4df48b92736f9ea2bd5
The following commit(s) were added to refs/heads/maint-3 by this push:
new e908a6d Roll curl back to version supporting OpenSSL 1.x
e908a6d is described below
commit e908a6d5972fe686780fd4df48b92736f9ea2bd5
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Sep 14 10:58:30 2026 -0400
Roll curl back to version supporting OpenSSL 1.x
---
Makefile | 2 +-
common/SPECS/curl-openssl.spec | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 08f2c5f..5f097c5 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ XMLSECURITYC_DEPENDS=XERCESC
CURLOPENSSL_COMPNAME=curl-openssl
CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=8.22.0
+CURLOPENSSL_VERSION=8.17.0
CURLOPENSSL_DISTFILE=$(CURLOPENSSL_DISTNAME)-$(CURLOPENSSL_VERSION).$(DEFAULT_DIST_EXT)
CURLOPENSSL_URL=https://curl.haxx.se/download/$(CURLOPENSSL_DISTFILE)
CURLOPENSSL_VALID_PLATFORMS=amazonlinux2 centos7 rhel7
diff --git a/common/SPECS/curl-openssl.spec b/common/SPECS/curl-openssl.spec
index be34fa8..fe4f228 100644
--- a/common/SPECS/curl-openssl.spec
+++ b/common/SPECS/curl-openssl.spec
@@ -6,7 +6,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl-openssl
-Version: 8.22.0
+Version: 8.17.0
Release: 1%{?dist}
License: MIT
Group: Applications/Internet
@@ -110,9 +110,11 @@ rm -rf $RPM_BUILD_ROOT
%doc docs/FAQ docs/TODO
%dir %{_bindir}
%{_bindir}/curl
+%{_bindir}/wcurl
%dir %{_mandir}
%dir %{_mandir}/man1
%{_mandir}/man1/curl.1*
+%{_mandir}/man1/wcurl.1*
%files -n libcurl-openssl
%defattr(-,root,root,-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list