[cpp-linbuild] branch main updated: Update shibboleth-sp to 3.2.3

John W. O'Brien john at saltant.com
Sat Jul 10 18:14:39 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=96e8091ca6e9779cc639483afb9bb98ceaa34dec

The following commit(s) were added to refs/heads/main by this push:
       new  96e8091   Update shibboleth-sp to 3.2.3
96e8091 is described below

commit 96e8091ca6e9779cc639483afb9bb98ceaa34dec
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sat Jul 10 13:37:23 2021 -0400

    Update shibboleth-sp to 3.2.3
    
    While here, pick up SPEC changes missed in 3.2.2.
---
 Makefile                     |  2 +-
 common/SPECS/shibboleth.spec | 15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 57bd62b..f8c4c31 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ OPENSAML_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING
 
 SHIBBOLETH_COMPNAME=shibboleth
 SHIBBOLETH_DISTNAME=shibboleth-sp
-SHIBBOLETH_VERSION=3.2.2
+SHIBBOLETH_VERSION=3.2.3
 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
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index 5194b16..775ee57 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
 Name:		shibboleth
-Version:	3.2.2
-Release:	1
+Version:	3.2.3
+Release:	3.1
 Summary:	Open source system for attribute-based Web SSO
 Group:		Productivity/Networking/Security
 Vendor:		Shibboleth Consortium
@@ -29,8 +29,8 @@ BuildRequires:  gdb
 %endif
 BuildRequires:  libxerces-c-devel >= 3.2
 BuildRequires:	libxml-security-c-devel >= 2.0.0
-BuildRequires:	libxmltooling-devel >= 3.1.0
-BuildRequires:	libsaml-devel >= 3.1.0
+BuildRequires:	libxmltooling-devel >= 3.2.0
+BuildRequires:	libsaml-devel >= 3.2.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 2}
 %if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1
@@ -93,8 +93,8 @@ Requires:	%{name} = %{version}-%{release}
 Obsoletes:	shibboleth-sp-devel = 2.5.0
 Requires:	libxerces-c-devel >= 3.2
 Requires: 	libxml-security-c-devel >= 2.0.0
-Requires: 	libxmltooling-devel >= 3.1.0
-Requires: 	libsaml-devel >= 3.1.0
+Requires: 	libxmltooling-devel >= 3.2.0
+Requires: 	libsaml-devel >= 3.2.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 2}
 
@@ -481,6 +481,9 @@ exit 0
 %doc %{pkgdocdir}/api
 
 %changelog
+* Thu Apr 22 2021 Scott Cantor <cantor.2 at osu.edu> - 3.2.2-1
+- Fix devel dependency versions
+
 * Tue Dec 1 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
 - Version and lib bump
 

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


More information about the commits mailing list