[cpp-linbuild] branch main updated: CPPSP-26 Wire 4.0.0 spec file into top-level Makefile
John W. O'Brien
john at saltant.com
Mon Oct 13 22:35:07 UTC 2025
This is an automated email from the git hooks/post-receive script.
obrienjw 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=f7d505c023d55bf69de2e5cca4b21314cf86c1a1
The following commit(s) were added to refs/heads/main by this push:
new f7d505c CPPSP-26 Wire 4.0.0 spec file into top-level Makefile
f7d505c is described below
commit f7d505c023d55bf69de2e5cca4b21314cf86c1a1
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Mon Oct 13 22:32:21 2025 +0000
CPPSP-26 Wire 4.0.0 spec file into top-level Makefile
---
Makefile | 9 ++-------
common/SPECS/{shibboleth.spec => shibboleth-sp.spec} | 0
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 2711a13..760e5bd 100644
--- a/Makefile
+++ b/Makefile
@@ -132,15 +132,10 @@ 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
-SHIBBOLETH_COMPNAME=shibboleth
-SHIBBOLETH_DISTNAME=shibboleth-sp
-SHIBBOLETH_VERSION=3.5.1
+SHIBBOLETH_COMPNAME=shibboleth-sp
+SHIBBOLETH_VERSION=4.0.0alpha1
SHIBBOLETH_DISTFILE=$(SHIBBOLETH_DISTNAME)-$(SHIBBOLETH_VERSION).$(DEFAULT_DIST_EXT)
SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_VERSION)/$(SHIBBOLETH_DISTFILE)
-SHIBBOLETH_DEPENDS=LOG4SHIB OPENSAML XERCESC XMLSECURITYC XMLTOOLING
-SHIBBOLETH_DEPENDS_centos7=CURLOPENSSL
-SHIBBOLETH_DEPENDS_amazonlinux2=CURLOPENSSL
-SHIBBOLETH_DEPENDS_rhel7=CURLOPENSSL
SHIBRESOLVER_COMPNAME=shibresolver
SHIBRESOLVER_DISTNAME=shibboleth-resolver
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth-sp.spec
similarity index 100%
rename from common/SPECS/shibboleth.spec
rename to common/SPECS/shibboleth-sp.spec
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list