[cpp-linbuild] branch main updated: Bump opensaml/xmltooling versions.

Scott Cantor cantor.2 at osu.edu
Mon Nov 22 15:08:54 UTC 2021


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=f473d1de54aabaa583160a94de87b749c19483fa

The following commit(s) were added to refs/heads/main by this push:
     new f473d1d  Bump opensaml/xmltooling versions.
f473d1d is described below

commit f473d1de54aabaa583160a94de87b749c19483fa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 22 10:08:50 2021 -0500

    Bump opensaml/xmltooling versions.
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3b87bef..bb3609a 100644
--- a/Makefile
+++ b/Makefile
@@ -89,14 +89,14 @@ XMLSECURITYC_DEPENDS=XERCESC
 
 CURLOPENSSL_COMPNAME=curl-openssl
 CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=7.79.1
+CURLOPENSSL_VERSION=7.80.0
 CURLOPENSSL_DISTFILE=$(CURLOPENSSL_DISTNAME)-$(CURLOPENSSL_VERSION).$(DEFAULT_DIST_EXT)
 CURLOPENSSL_URL=https://curl.haxx.se/download/$(CURLOPENSSL_DISTFILE)
 CURLOPENSSL_VALID_PLATFORMS=centos7 amazonlinux2
 
 # Look closely: these variables refer to the OPENSAML variables
 XMLTOOLING_COMPNAME=xmltooling
-XMLTOOLING_VERSION=3.2.0
+XMLTOOLING_VERSION=3.2.1
 XMLTOOLING_DISTFILE=$(XMLTOOLING_COMPNAME)-$(XMLTOOLING_VERSION).$(DEFAULT_DIST_EXT)
 XMLTOOLING_URL=https://shibboleth.net/downloads/c++-opensaml/$(OPENSAML_VERSION)/$(XMLTOOLING_DISTFILE)
 XMLTOOLING_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC
@@ -104,7 +104,7 @@ XMLTOOLING_DEPENDS_centos7=CURLOPENSSL
 XMLTOOLING_DEPENDS_amazonlinux2=CURLOPENSSL
 
 OPENSAML_COMPNAME=opensaml
-OPENSAML_VERSION=3.2.0
+OPENSAML_VERSION=3.2.1
 OPENSAML_DISTFILE=$(OPENSAML_COMPNAME)-$(OPENSAML_VERSION).$(DEFAULT_DIST_EXT)
 OPENSAML_URL=https://shibboleth.net/downloads/c++-$(OPENSAML_COMPNAME)/$(OPENSAML_VERSION)/$(OPENSAML_DISTFILE)
 OPENSAML_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING

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


More information about the commits mailing list