[cpp-linbuild] branch maint-3 updated: Bump SP and resolver versions.
Codeberg
noreply at shibboleth.net
Mon Sep 14 14:31:32 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch maint-3
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/baad17906cb5057b86baa6732012df5eb5569082
The following commit(s) were added to refs/heads/maint-3 by this push:
new baad179 Bump SP and resolver versions.
baad179 is described below
commit baad17906cb5057b86baa6732012df5eb5569082
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Sep 14 10:31:21 2026 -0400
Bump SP and resolver versions.
---
Makefile | 4 ++--
common/SPECS/shibboleth.spec | 7 +++++--
common/SPECS/shibresolver.spec | 9 ++++++---
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 770fec8..c4ce246 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ OPENSAML_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING
SHIBBOLETH_COMPNAME=shibboleth
SHIBBOLETH_DISTNAME=shibboleth-sp
-SHIBBOLETH_VERSION=3.5.2
+SHIBBOLETH_VERSION=3.6.0
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
@@ -144,7 +144,7 @@ SHIBBOLETH_DEPENDS_rhel7=CURLOPENSSL
SHIBRESOLVER_COMPNAME=shibresolver
SHIBRESOLVER_DISTNAME=shibboleth-resolver
-SHIBRESOLVER_VERSION=3.5.0
+SHIBRESOLVER_VERSION=3.6.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
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index aca2843..aa64e8d 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
Name: shibboleth
-Version: 3.5.2
-Release: 2%{?dist}
+Version: 3.6.0
+Release: 1%{?dist}
Summary: Open source system for attribute-based Web SSO
Group: Productivity/Networking/Security
Vendor: Shibboleth Consortium
@@ -319,6 +319,9 @@ exit 0
%doc %{pkgdocdir}/api
%changelog
+* Mon Sep 14 2026 Scott Cantor <scott at restingparrotsoftware.com> - 3.6.0-1
+- Bump version.
+
* Sat Feb 14 2026 John W. O'Brien <john at saltant.com> - 3.5.2-2
- Use systemctl directly in scriptlets
- Restart httpd.service consistently in scriptlets
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index 0e0f324..78c29c0 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -1,12 +1,12 @@
%define compname shibresolver
%define distname shibboleth-resolver
-%define libname lib%{compname}7
+%define libname lib%{compname}8
%define develname lib%{compname}-devel
Name: %{libname}
-Version: 3.5.0
+Version: 3.6.0
Summary: Shibboleth SP Attribute Resolver Library
-Release: 3%{?dist}
+Release: 1%{?dist}
Vendor: Shibboleth Consortium
Group: System Environment/Libraries
License: Apache-2.0
@@ -98,6 +98,9 @@ This package includes files needed for development.
%doc %{pkgdocdir}
%changelog
+* Mon Sep 14 2026 Scott Cantor <scott at restingparrotsoftware.com> - 3.6.0-1
+- Bump version and libname.
+
* Thu Feb 6 2025 John W. O'Brien <john at saltant.com> - 3.5.0-3
- SSPCPP-1003 Remove support for RHEL 6
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list