[cpp-linbuild] 01/03: CPPSP-26 Remove obsolete components from Makefile

John W. O'Brien john at saltant.com
Fri Oct 17 14:29:12 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=4a2b278266b00adaeaf8425cb5ba9e4749891228

commit 4a2b278266b00adaeaf8425cb5ba9e4749891228
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 17 12:44:03 2025 +0000

    CPPSP-26 Remove obsolete components from Makefile
---
 Makefile | 56 +-------------------------------------------------------
 1 file changed, 1 insertion(+), 55 deletions(-)

diff --git a/Makefile b/Makefile
index 760e5bd..a87bfd7 100644
--- a/Makefile
+++ b/Makefile
@@ -56,15 +56,8 @@ RUN_CONTAINER_ARGS=
 # All components
 
 COMPONENTS=\
-	CURLOPENSSL \
-	LOG4SHIB \
-	OPENSAML \
 	SHIBBOLETH \
-	SHIBEDS \
-	SHIBRESOLVER \
-	XERCESC \
-	XMLSECURITYC \
-	XMLTOOLING
+	SHIBEDS
 
 # Per-component variables
 
@@ -92,58 +85,11 @@ SHIBEDS_VERSION=1.4.0
 SHIBEDS_DISTFILE=$(SHIBEDS_COMPNAME)-$(SHIBEDS_VERSION).tar.gz
 SHIBEDS_URL=https://shibboleth.net/downloads/embedded-discovery-service/$(SHIBEDS_VERSION)/$(SHIBEDS_DISTFILE)
 
-LOG4SHIB_COMPNAME=log4shib
-LOG4SHIB_VERSION=2.0.1
-LOG4SHIB_DISTFILE=$(LOG4SHIB_COMPNAME)-$(LOG4SHIB_VERSION).$(DEFAULT_DIST_EXT)
-LOG4SHIB_URL=https://shibboleth.net/downloads/$(LOG4SHIB_COMPNAME)/$(LOG4SHIB_VERSION)/$(LOG4SHIB_DISTFILE)
-
-XERCESC_COMPNAME=xerces-c
-XERCESC_VERSION=3.3.0
-XERCESC_MAJORVER=3
-XERCESC_DISTFILE=$(XERCESC_COMPNAME)-$(XERCESC_VERSION).$(DEFAULT_DIST_EXT)
-XERCESC_URL=https://downloads.apache.org/xerces/c/3/sources/$(XERCESC_DISTFILE)
-
-XMLSECURITYC_COMPNAME=xml-security-c
-XMLSECURITYC_VERSION=3.0.0
-XMLSECURITYC_DISTFILE=$(XMLSECURITYC_COMPNAME)-$(XMLSECURITYC_VERSION).$(DEFAULT_DIST_EXT)
-XMLSECURITYC_URL=https://shibboleth.net/downloads/$(XMLSECURITYC_COMPNAME)/$(XMLSECURITYC_VERSION)/$(XMLSECURITYC_DISTFILE)
-XMLSECURITYC_DEPENDS=XERCESC
-
-CURLOPENSSL_COMPNAME=curl-openssl
-CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=8.10.1
-CURLOPENSSL_DISTFILE=$(CURLOPENSSL_DISTNAME)-$(CURLOPENSSL_VERSION).$(DEFAULT_DIST_EXT)
-CURLOPENSSL_URL=https://curl.haxx.se/download/$(CURLOPENSSL_DISTFILE)
-CURLOPENSSL_VALID_PLATFORMS=amazonlinux2 centos7 rhel7
-
-# Look closely: these variables refer to the OPENSAML variables
-XMLTOOLING_COMPNAME=xmltooling
-XMLTOOLING_VERSION=3.3.0
-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
-XMLTOOLING_DEPENDS_centos7=CURLOPENSSL
-XMLTOOLING_DEPENDS_amazonlinux2=CURLOPENSSL
-XMLTOOLING_DEPENDS_rhel7=CURLOPENSSL
-
-OPENSAML_COMPNAME=opensaml
-OPENSAML_VERSION=3.3.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
-
 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)
 
-SHIBRESOLVER_COMPNAME=shibresolver
-SHIBRESOLVER_DISTNAME=shibboleth-resolver
-SHIBRESOLVER_VERSION=3.5.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 OPENSAML SHIBBOLETH XERCESC XMLSECURITYC XMLTOOLING
-
 
 #
 # Platform-neutral variables and rules

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


More information about the commits mailing list