[cpp-sp] branch maint-3.5 updated: Bump lib versions to ensure accurate updating/logging.

Scott Cantor cantor.2 at osu.edu
Wed Sep 3 12:54:22 UTC 2025


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

scantor pushed a commit to branch maint-3.5
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=f3e4cca99fa31b5f6cf539b488f5a841fe7cd47f

The following commit(s) were added to refs/heads/maint-3.5 by this push:
     new f3e4cca9 Bump lib versions to ensure accurate updating/logging.
f3e4cca9 is described below

commit f3e4cca99fa31b5f6cf539b488f5a841fe7cd47f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 3 08:54:18 2025 -0400

    Bump lib versions to ensure accurate updating/logging.
---
 shibsp/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 09406d99..70d9d3ed 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -244,7 +244,7 @@ libshibsp_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = -version-info 12:0:0
+libshibsp_la_LDFLAGS = -version-info 12:1:0
 libshibsp_la_CXXFLAGS = \
     $(AM_CXXFLAGS) \
     $(BOOST_CPPFLAGS) \
@@ -263,7 +263,7 @@ libshibsp_la_LIBADD = \
     $(xerces_LIBS) \
     $(xmlsec_LIBS) \
     $(xmltooling_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 12:0:0
+libshibsp_lite_la_LDFLAGS = -version-info 12:1:0
 libshibsp_lite_la_CXXFLAGS = -DSHIBSP_LITE \
     $(AM_CXXFLAGS) \
     $(BOOST_CPPFLAGS) \

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


More information about the commits mailing list