[cpp-linbuild] branch main updated: Update curl to 8.4.0.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 11 12:36:25 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=833507ca85a03382c88068f627d59a9858530b81
The following commit(s) were added to refs/heads/main by this push:
new 833507c Update curl to 8.4.0.
833507c is described below
commit 833507ca85a03382c88068f627d59a9858530b81
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 11 08:36:21 2023 -0400
Update curl to 8.4.0.
---
Makefile | 2 +-
common/SPECS/curl-openssl.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e9cdada..5d2a479 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ XMLSECURITYC_DEPENDS=XERCESC
CURLOPENSSL_COMPNAME=curl-openssl
CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=8.3.0
+CURLOPENSSL_VERSION=8.4.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 3757a7c..a041618 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.3.0
+Version: 8.4.0
Release: 1%{?dist}
License: MIT
Group: Applications/Internet
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list