[cpp-linbuild] branch main updated: Update xmltooling and SP versions.
Scott Cantor
cantor.2 at osu.edu
Wed Nov 2 14:23:07 UTC 2022
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=6560783163cd01047be0ce2908346a8c9afe0dc1
The following commit(s) were added to refs/heads/main by this push:
new 6560783 Update xmltooling and SP versions.
6560783 is described below
commit 6560783163cd01047be0ce2908346a8c9afe0dc1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 2 10:22:44 2022 -0400
Update xmltooling and SP versions.
---
Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 80d154e..0a21763 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ CURLOPENSSL_VALID_PLATFORMS=centos7 amazonlinux2
# Look closely: these variables refer to the OPENSAML variables
XMLTOOLING_COMPNAME=xmltooling
-XMLTOOLING_VERSION=3.2.1
+XMLTOOLING_VERSION=3.2.2
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
@@ -119,7 +119,7 @@ OPENSAML_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING
SHIBBOLETH_COMPNAME=shibboleth
SHIBBOLETH_DISTNAME=shibboleth-sp
-SHIBBOLETH_VERSION=3.3.0
+SHIBBOLETH_VERSION=3.4.0
SHIBBOLETH_DISTFILE=$(SHIBBOLETH_DISTNAME)-$(SHIBBOLETH_VERSION).$(DEFAULT_DIST_EXT)
SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_VERSION)/$(SHIBBOLETH_DISTFILE)
SHIBBOLETH_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING OPENSAML
@@ -128,7 +128,7 @@ SHIBBOLETH_DEPENDS_amazonlinux2=CURLOPENSSL
SHIBRESOLVER_COMPNAME=shibresolver
SHIBRESOLVER_DISTNAME=shibboleth-resolver
-SHIBRESOLVER_VERSION=3.3.0
+SHIBRESOLVER_VERSION=3.4.0
SHIBRESOLVER_DISTFILE=$(SHIBRESOLVER_DISTNAME)-$(SHIBRESOLVER_VERSION).$(DEFAULT_DIST_EXT)
SHIBRESOLVER_URL=https://shibboleth.net/downloads/service-provider/extensions/$(SHIBRESOLVER_COMPNAME)/$(SHIBRESOLVER_VERSION)/$(SHIBRESOLVER_DISTFILE)
SHIBRESOLVER_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING OPENSAML SHIBBOLETH
@@ -165,7 +165,6 @@ PLATFORMS=\
centos8 \
amazonlinux2 \
amazonlinux2022 \
- rockylinux8 \
rockylinux9
# To add a new platform, create the following
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list