[cpp-linbuild] 02/02: Add new component: shibboleth-embedded-ds
John W. O'Brien
john at saltant.com
Fri Sep 17 14:51:09 UTC 2021
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=de1956c49faa900e5df3faa357a3d092aff22bed
commit de1956c49faa900e5df3faa357a3d092aff22bed
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Sep 17 14:45:38 2021 +0000
Add new component: shibboleth-embedded-ds
---
Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Makefile b/Makefile
index f8c4c31..e00b593 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ BASETAG=base
# All components
COMPONENTS=\
+ SHIBEDS \
LOG4SHIB \
XERCESC \
XMLSECURITYC \
@@ -63,6 +64,11 @@ COMPONENTS=\
# Default: $(PLATFORMS)
+SHIBEDS_COMPNAME=shibboleth-embedded-ds
+SHIBEDS_VERSION=1.2.2
+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.0
LOG4SHIB_DISTFILE=$(LOG4SHIB_COMPNAME)-$(LOG4SHIB_VERSION).$(DEFAULT_DIST_EXT)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list