[cpp-linbuild] branch maint-3 updated: Bump curl version

Codeberg noreply at shibboleth.net
Mon Sep 14 14:43:50 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/7f0ddb6b013137d30e2862fe840c039e088daa50

The following commit(s) were added to refs/heads/maint-3 by this push:
     new 7f0ddb6  Bump curl version
7f0ddb6 is described below

commit 7f0ddb6b013137d30e2862fe840c039e088daa50
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Sep 14 10:43:40 2026 -0400

    Bump curl version
---
 Makefile                       | 2 +-
 common/SPECS/curl-openssl.spec | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c4ce246..08f2c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ XMLSECURITYC_DEPENDS=XERCESC
 
 CURLOPENSSL_COMPNAME=curl-openssl
 CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=8.10.1
+CURLOPENSSL_VERSION=8.22.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 1e1b78f..be34fa8 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.10.1
+Version: 8.22.0
 Release: 1%{?dist}
 License: MIT
 Group: Applications/Internet
@@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Mon Sep 14 2026 Scott Cantor <scott at restingparrotsoftware.com> 8.22.0
+- Update to latest curl version
+
 * Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> 8.10.1-1
 - Update to latest curl version
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list