[cpp-sp] branch main updated: Attach -alpha1 to version.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 13 23:26:49 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=1e4cc1a69752ef553bcb78f821bf771dd65ed15f
The following commit(s) were added to refs/heads/main by this push:
new 1e4cc1a6 Attach -alpha1 to version.
1e4cc1a6 is described below
commit 1e4cc1a69752ef553bcb78f821bf771dd65ed15f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 13 19:26:43 2025 -0400
Attach -alpha1 to version.
---
.gitignore | 5 +++--
apache/Makefile.am | 2 +-
apache/mod_shib4.rc | 2 +-
config_win32.h | 6 +++---
configure.ac | 2 +-
iis7_shib/iis7_shib.rc | 2 +-
util/resourceCommon.rci | 4 ++--
7 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index 911274b1..b9156ccc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
*.opensdf
*.suo
*.aps
+*.asc
shibsp.pc
*~
*.#*
@@ -57,8 +58,8 @@ x64
/Build
/fastcgi/shibauthorizer
/fastcgi/shibresponder
-/Projects/VC??/apache/mod_shib_24-Debug/
-/Projects/VC??/apache/mod_shib_24-Release/
+/Projects/VC??/apache/mod_shib4-Debug/
+/Projects/VC??/apache/mod_shib4-Release/
/Projects/VC??/fastcgi/shibauthorizer-Debug/
/Projects/VC??/fastcgi/shibauthorizer-Release/
/Projects/VC??/fastcgi/shibresponder-Debug/
diff --git a/apache/Makefile.am b/apache/Makefile.am
index 9e761140..4ce8bfff 100644
--- a/apache/Makefile.am
+++ b/apache/Makefile.am
@@ -18,4 +18,4 @@ mod_shib4_la_LIBADD = \
$(PTHREAD_LIBS)
endif
-EXTRA_DIST = mod_shib4.cpp resource.h mod_shib4.rc
+EXTRA_DIST = mod_shib4.cpp mod_shib4.rc
diff --git a/apache/mod_shib4.rc b/apache/mod_shib4.rc
index 12ee0ac8..f25e5600 100644
--- a/apache/mod_shib4.rc
+++ b/apache/mod_shib4.rc
@@ -27,7 +27,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
#include "..\util\resourceCommon.rci"
- VALUE "FileDescription", "Shibboleth V4 Apache 2.4 Module\0"
+ VALUE "FileDescription", "Shibboleth Apache 2.4 Module\0"
VALUE "InternalName", "mod_shib4\0"
VALUE "OriginalFilename", "mod_shib4.so\0"
END
diff --git a/config_win32.h b/config_win32.h
index ea44d8f4..24d2da8c 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -118,13 +118,13 @@
#define PACKAGE_NAME "shibboleth-sp"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth-sp 4.0.0"
+#define PACKAGE_STRING "shibboleth-sp 4.0.0-alpha1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "shibboleth-sp"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.0"
+#define PACKAGE_VERSION "4.0.0-alpha1"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -137,7 +137,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "4.0.0"
+#define VERSION "4.0.0-alpha1"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.ac b/configure.ac
index 510ba49c..3be78788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.72])
-AC_INIT([shibboleth-sp],[4.0.0],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
+AC_INIT([shibboleth-sp],[4.0.0-alpha1],[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/iis7_shib/iis7_shib.rc b/iis7_shib/iis7_shib.rc
index 2e0632f3..fa3b8a8d 100644
--- a/iis7_shib/iis7_shib.rc
+++ b/iis7_shib/iis7_shib.rc
@@ -31,7 +31,7 @@ BEGIN
BLOCK "080904b0"
BEGIN
#include "..\util\resourceCommon.rci"
- VALUE "FileDescription", "Shibboleth IIIS7 Native Filter / Extension"
+ VALUE "FileDescription", "Shibboleth IIS Module"
VALUE "InternalName", "iis7_shib"
VALUE "OriginalFilename", "iis7_shib.dll"
END
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 79a7a51c..743d2b41 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -2,9 +2,9 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileVersion", "4,0,0,0\0"
- VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 4.0.0\0"
+ VALUE "ProductName", "Shibboleth 4.0.0-alpha1\0"
VALUE "ProductVersion", "4, 0, 0, 0\0"
VALUE "SpecialBuild", "\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list