[cpp-sp] branch main updated: Rename package directory to shibboleth-sp

Scott Cantor cantor.2 at osu.edu
Wed Jul 16 23:37:39 UTC 2025


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new 476bbac8 Rename package directory to shibboleth-sp
476bbac8 is described below

commit 476bbac8afbddf4dd4a1ba4a42212a897cd5dc0f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 16 19:37:36 2025 -0400

    Rename package directory to shibboleth-sp
---
 config_win32.h     | 8 ++++----
 configure.ac       | 2 +-
 shibsp/Makefile.am | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index 57e7e627..ea44d8f4 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -109,16 +109,16 @@
 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
 
 /* Name of package */
-#define PACKAGE "shibboleth"
+#define PACKAGE "shibboleth-sp"
 
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "https://issues.shibboleth.net/"
 
 /* Define to the full name of this package. */
-#define PACKAGE_NAME "shibboleth"
+#define PACKAGE_NAME "shibboleth-sp"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 4.0.0"
+#define PACKAGE_STRING "shibboleth-sp 4.0.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "shibboleth-sp"
@@ -137,7 +137,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "3.5.0"
+#define VERSION "4.0.0"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
diff --git a/configure.ac b/configure.ac
index 1cd599c3..510ba49c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.72])
-AC_INIT([shibboleth],[4.0.0],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
+AC_INIT([shibboleth-sp],[4.0.0],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
 AC_CONFIG_SRCDIR(shibsp)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 07d6884d..63ed7ad4 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -94,7 +94,7 @@ noinst_HEADERS = \
 	logging/impl/StringUtil.h \
 	remoting/impl/AbstractRemotingService.h \
 	remoting/impl/AbstractHTTPRemotingService.h \
-        util/Date.h \
+    util/Date.h \
 	util/DirectoryWalker.h \
 	util/IPRange.h \
 	util/Misc.h

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


More information about the commits mailing list