[cpp-linbuild] branch main updated: Bump curl version to 8.3 in trial run for next week.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 4 14:29:09 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=7e18f922c2eaaca7dca2b84ac62443d214ccb253
The following commit(s) were added to refs/heads/main by this push:
new 7e18f92 Bump curl version to 8.3 in trial run for next week.
7e18f92 is described below
commit 7e18f922c2eaaca7dca2b84ac62443d214ccb253
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 4 10:29:04 2023 -0400
Bump curl version to 8.3 in trial run for next week.
---
Makefile | 2 +-
common/SPECS/curl-openssl.spec | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index cb9416e..35da6fd 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ XMLSECURITYC_DEPENDS=XERCESC
CURLOPENSSL_COMPNAME=curl-openssl
CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=7.86.0
+CURLOPENSSL_VERSION=8.3.0
CURLOPENSSL_DISTFILE=$(CURLOPENSSL_DISTNAME)-$(CURLOPENSSL_VERSION).$(DEFAULT_DIST_EXT)
CURLOPENSSL_URL=https://curl.haxx.se/download/$(CURLOPENSSL_DISTFILE)
CURLOPENSSL_VALID_PLATFORMS=amazonlinux2 centos7
diff --git a/common/SPECS/curl-openssl.spec b/common/SPECS/curl-openssl.spec
index 7950a67..3757a7c 100644
--- a/common/SPECS/curl-openssl.spec
+++ b/common/SPECS/curl-openssl.spec
@@ -6,8 +6,8 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl-openssl
-Version: 7.86.0
-Release: 2%{?dist}
+Version: 8.3.0
+Release: 1%{?dist}
License: MIT
Group: Applications/Internet
Source0: http://curl.haxx.se/download/curl-%{version}.tar.bz2
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list