[cpp-sp] branch main updated: Bump version.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 22 20:02:29 UTC 2021
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=90d21f761846cfb028228900baadd8c10575e9d3
The following commit(s) were added to refs/heads/main by this push:
new 90d21f76 Bump version.
90d21f76 is described below
commit 90d21f761846cfb028228900baadd8c10575e9d3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 22 16:02:20 2021 -0400
Bump version.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
shibboleth.spec.in | 7 +++++--
shibsp/shibsp.rc | 4 ++--
shibsp/version.h | 2 +-
util/resourceCommon.rci | 6 +++---
6 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index 3af7ada1..4b492409 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -121,13 +121,13 @@
#define PACKAGE_NAME "shibboleth"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 3.2.1"
+#define PACKAGE_STRING "shibboleth 3.2.2"
/* 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 "3.2.1"
+#define PACKAGE_VERSION "3.2.2"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -140,7 +140,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "3.2.1"
+#define VERSION "3.2.2"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.ac b/configure.ac
index ddae5880..57dd2c09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([shibboleth],[3.2.1],[https://issues.shibboleth.net/],[shibboleth-sp])
+AC_INIT([shibboleth],[3.2.2],[https://issues.shibboleth.net/],[shibboleth-sp])
AC_CONFIG_SRCDIR(shibsp)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index c9a60e93..5be89d67 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -93,8 +93,8 @@ Requires: %{name} = %{version}-%{release}
Obsoletes: shibboleth-sp-devel = 2.5.0
Requires: libxerces-c-devel >= 3.2
Requires: libxml-security-c-devel >= 2.0.0
-Requires: libxmltooling-devel >= 3.1.0
-Requires: libsaml-devel >= 3.1.0
+Requires: libxmltooling-devel >= 3.2.0
+Requires: libsaml-devel >= 3.2.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel >= 2}
@@ -481,6 +481,9 @@ exit 0
%doc %{pkgdocdir}/api
%changelog
+* Thu Apr 22 2021 Scott Cantor <cantor.2 at osu.edu> - 3.2.2-1
+- Fix devel dependency versions
+
* Tue Dec 1 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
- Version and lib bump
diff --git a/shibsp/shibsp.rc b/shibsp/shibsp.rc
index 9a177c41..16caac40 100644
--- a/shibsp/shibsp.rc
+++ b/shibsp/shibsp.rc
@@ -80,8 +80,8 @@ BEGIN
#endif
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.2.1\0"
- VALUE "ProductVersion", "3, 2, 1, 0\0"
+ VALUE "ProductName", "Shibboleth 3.2.2\0"
+ VALUE "ProductVersion", "3, 2, 2, 0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/shibsp/version.h b/shibsp/version.h
index 320ec3ae..10cfd925 100644
--- a/shibsp/version.h
+++ b/shibsp/version.h
@@ -44,7 +44,7 @@
#define SHIBSP_VERSION_MAJOR 3
#define SHIBSP_VERSION_MINOR 2
-#define SHIBSP_VERSION_REVISION 1
+#define SHIBSP_VERSION_REVISION 2
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 001b03f3..8f525055 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -1,10 +1,10 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
- VALUE "FileVersion", "3,2,1,0\0"
+ VALUE "FileVersion", "3,2,2,0\0"
VALUE "LegalCopyright", "Copyright 2021 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.2.1\0"
- VALUE "ProductVersion", "3, 2, 1, 0\0"
+ VALUE "ProductName", "Shibboleth 3.2.2\0"
+ VALUE "ProductVersion", "3, 2, 2, 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