[cpp-linbuild] 02/02: Update shibboleth-sp to 3.2.2
John W. O'Brien
john at saltant.com
Fri May 21 14:36:31 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=218b62a1d46981c2c75344068a856ceb5b93d5e3
commit 218b62a1d46981c2c75344068a856ceb5b93d5e3
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri May 21 14:35:49 2021 +0000
Update shibboleth-sp to 3.2.2
---
Makefile | 4 +++-
common/SPECS/shibboleth.spec | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 32a5881..8693d8a 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ OPENSAML_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING
SHIBBOLETH_COMPNAME=shibboleth
SHIBBOLETH_DISTNAME=shibboleth-sp
-SHIBBOLETH_VERSION=3.2.1
+SHIBBOLETH_VERSION=3.2.2
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
@@ -217,6 +217,8 @@ define build-component-platform
$(1)_$(2)_token = $(srcdir).$(1)_$(2)_products
$$($(1)_$(2)_token): $$($(1)_$(2)_image_token) $(SOURCEDIR)/$$($(1)_DISTFILE) $(SPECDIR)/$$($(1)_COMPNAME).spec
mkdir -p $(srcdir)os/$(2)/products/{RPMS,SRPMS}
+ @echo "==> Sanity checking $(1) on $(2)"
+ grep -E "^Version:[[:space:]]+$$($(1)_VERSION)" $(SPECDIR)/$$($(1)_COMPNAME).spec
@echo "==> Building $(1) on $(2)"
docker run -it --rm \
--mount type=bind,source=$(srcdir)os/$(2)/products,target=/opt/build/external/out \
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index f227fac..5194b16 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,5 +1,5 @@
Name: shibboleth
-Version: 3.2.1
+Version: 3.2.2
Release: 1
Summary: Open source system for attribute-based Web SSO
Group: Productivity/Networking/Security
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list