[cpp-sp-resolver] branch main updated: Fix API call and bump version.

Codeberg noreply at shibboleth.net
Mon Sep 14 14:28:44 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp-resolver.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp-resolver/commit/2db612f8dfe47e7dfd4a1d3b3ad14589b480f565

The following commit(s) were added to refs/heads/main by this push:
     new 2db612f  Fix API call and bump version.
2db612f is described below

commit 2db612f8dfe47e7dfd4a1d3b3ad14589b480f565
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Sep 14 10:28:33 2026 -0400

    Fix API call and bump version.
---
 config_win32.h                |  6 +++---
 configure.ac                  |  2 +-
 resolver.spec.in              | 13 ++++++++-----
 src/Makefile.am               |  4 ++--
 src/shibresolver/resolver.cpp |  4 ++--
 src/shibresolver/resolver.rc  | 24 ++++++++++++------------
 6 files changed, 28 insertions(+), 25 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index c664bdf..d5feaba 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -55,13 +55,13 @@
 #define PACKAGE_NAME "shibboleth-resolver"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth-resolver 3.5.0"
+#define PACKAGE_STRING "shibboleth-resolver 3.6.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "shibboleth-resolver"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.5.0"
+#define PACKAGE_VERSION "3.6.0"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -74,7 +74,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "3.5.0"
+#define VERSION "3.6.0"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
diff --git a/configure.ac b/configure.ac
index 8539bb3..2ef181d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([shibboleth-resolver], [3.5.0], [MOONSHOT-COMMUNITY at JISCMAIL.AC.UK], [shibboleth-resolver])
+AC_INIT([shibboleth-resolver], [3.6.0], [MOONSHOT-COMMUNITY at JISCMAIL.AC.UK], [shibboleth-resolver])
 AC_CONFIG_SRCDIR(src)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/resolver.spec.in b/resolver.spec.in
index 1bcc61a..b50d3ce 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -32,13 +32,13 @@ This package contains a Shibboleth SP Extension that provides
 externally accessible attribute resolver functionality for processing
 local and remote sources of federated attribute information.
 
-%package -n libshibresolver6
+%package -n libshibresolver8
 Summary:    Shibboleth SP Attribute Resolver library
 Group:      Development/Libraries
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
 
-%description -n libshibresolver6
+%description -n libshibresolver8
 This package contains a Shibboleth SP Extension that provides
 externally accessible attribute resolver functionality for processing
 local and remote sources of federated attribute information.
@@ -103,11 +103,11 @@ This package includes files needed for development.
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
-%post -n libshibresolver6 -p /sbin/ldconfig
+%post -n libshibresolver8 -p /sbin/ldconfig
 
-%postun -n libshibresolver6 -p /sbin/ldconfig
+%postun -n libshibresolver8 -p /sbin/ldconfig
 
-%files -n libshibresolver6
+%files -n libshibresolver8
 %defattr(-,root,root,-)
 %{_libdir}/libshibresolver-lite.so.*
 %{_libdir}/libshibresolver.so.*
@@ -122,6 +122,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
+
 * Mon Oct 24 2022 Scott Cantor <cantor.2 at osu.edu> - 3.4.0-1
 - Bump version
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 75477db..acd0f9c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ libshibresolver_lite_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibresolver_la_LDFLAGS = -version-info 7:0:0
+libshibresolver_la_LDFLAGS = -version-info 8:0:0
 libshibresolver_la_CXXFLAGS = \
     $(PTHREAD_CFLAGS) \
     $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
@@ -43,7 +43,7 @@ libshibresolver_la_LIBADD = \
     $(xmlsec_LIBS) \
     $(xmltooling_LIBS)
 
-libshibresolver_lite_la_LDFLAGS = -version-info 7:0:0
+libshibresolver_lite_la_LDFLAGS = -version-info 8:0:0
 libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \
     $(PTHREAD_CFLAGS) \
     $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
diff --git a/src/shibresolver/resolver.cpp b/src/shibresolver/resolver.cpp
index f67efe7..fdd428f 100644
--- a/src/shibresolver/resolver.cpp
+++ b/src/shibresolver/resolver.cpp
@@ -605,7 +605,7 @@ bool ShibbolethResolver::init(unsigned long features, const char* config, bool r
         return true;
     }
 
-    SPConfig::getConfig().deprecate().warn("Resolver extension library is removed in next major version of Shibboleth SP");
+    SPConfig::getConfig().deprecation().warn("Resolver extension library is removed in next major version of Shibboleth SP");
 
     if (features & SPConfig::OutOfProcess) {
 #ifndef SHIBSP_LITE
@@ -646,7 +646,7 @@ extern "C" int SHIBRESOLVER_EXPORTS xmltooling_extension_init(void*)
 {
     SPConfig& conf = SPConfig::getConfig();
 
-    conf.deprecate().warn("Resolver extension library is removed in next major version of Shibboleth SP");
+    conf.deprecation().warn("Resolver extension library is removed in next major version of Shibboleth SP");
 
     if (conf.isEnabled(SPConfig::OutOfProcess) && !conf.isEnabled(SPConfig::InProcess) && conf.isEnabled(SPConfig::Listener))
         conf.getServiceProvider()->regListener("org.project-moonshot.shibresolver", &g_Remoted);
diff --git a/src/shibresolver/resolver.rc b/src/shibresolver/resolver.rc
index cf309f9..77497c3 100644
--- a/src/shibresolver/resolver.rc
+++ b/src/shibresolver/resolver.rc
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,5,0,0
- PRODUCTVERSION 3,5,0,0
+ FILEVERSION 3,6,0,0
+ PRODUCTVERSION 3,6,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,38 +73,38 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Jisc Services Ltd (UK)\0"
             VALUE "FileDescription", "Shibboleth SP Attribute Resolver Extension\0"
-            VALUE "FileVersion", "3, 5, 0, 0\0"
+            VALUE "FileVersion", "3, 6, 0, 0\0"
 #ifdef SHIBSP_LITE
 #ifdef _DEBUG
-            VALUE "InternalName", "shibresolver-lite7_0D\0"
+            VALUE "InternalName", "shibresolver-lite8_0D\0"
 #else
-            VALUE "InternalName", "shibresolver-lite7_0\0"
+            VALUE "InternalName", "shibresolver-lite8_0\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "InternalName", "shibresolver7_0D\0"
+            VALUE "InternalName", "shibresolver8_0D\0"
 #else
-            VALUE "InternalName", "shibresolver7_0\0"
+            VALUE "InternalName", "shibresolver8_0\0"
 #endif
 #endif
             VALUE "LegalCopyright", "Copyright �  Jisc Services Ltd (UK)\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "shibresolver-lite7_0D.dll\0"
+            VALUE "OriginalFilename", "shibresolver-lite8_0D.dll\0"
 #else
-            VALUE "OriginalFilename", "shibresolver-lite7_0.dll\0"
+            VALUE "OriginalFilename", "shibresolver-lite8_0.dll\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "shibresolver7_0D.dll\0"
+            VALUE "OriginalFilename", "shibresolver8_0D.dll\0"
 #else
-            VALUE "OriginalFilename", "shibresolver7_0.dll\0"
+            VALUE "OriginalFilename", "shibresolver8_0.dll\0"
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Project Moonshot\0"
-            VALUE "ProductVersion", "3, 5, 0, 0\0"
+            VALUE "ProductVersion", "3, 6, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END

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


More information about the commits mailing list