[cpp-sp-resolver] branch main updated: Bump version.

Scott Cantor cantor.2 at osu.edu
Thu Oct 28 13:49:31 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-resolver.

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

The following commit(s) were added to refs/heads/main by this push:
     new eb8b795  Bump version.
eb8b795 is described below

commit eb8b79571e33d092b793b0eb2a65b814bf418701
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 28 09:49:27 2021 -0400

    Bump version.
---
 config_win32.h               |  6 +++---
 configure.ac                 |  2 +-
 resolver.spec.in             | 19 +++++++++++--------
 src/Makefile.am              |  4 ++--
 src/shibresolver/resolver.rc | 26 +++++++++++++-------------
 5 files changed, 30 insertions(+), 27 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index 3c035d7..0b25d86 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.2.0"
+#define PACKAGE_STRING "shibboleth-resolver 3.3.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.2.0"
+#define PACKAGE_VERSION "3.3.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.1.0"
+#define VERSION "3.3.0"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
diff --git a/configure.ac b/configure.ac
index 38d013e..d5291d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([shibboleth-resolver], [3.2.0], [MOONSHOT-COMMUNITY at JISCMAIL.AC.UK], [shibboleth-resolver])
+AC_INIT([shibboleth-resolver], [3.3.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 dc1a973..14ad1f7 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -12,7 +12,7 @@ BuildRequires:  libxerces-c-devel >= 3.2
 BuildRequires:  libxml-security-c-devel >= 2.0.0
 BuildRequires:  libxmltooling-devel >= 3.2.0
 BuildRequires:  libsaml-devel >= 3.2.0
-BuildRequires:  shibboleth-devel >= 3.2.0
+BuildRequires:  shibboleth-devel >= 3.3.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
 %{!?_without_gssapi:BuildRequires: krb5-devel}
@@ -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 libshibresolver4
+%package -n libshibresolver5
 Summary:    Shibboleth SP Attribute Resolver library
 Group:      Development/Libraries
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
 
-%description -n libshibresolver4
+%description -n libshibresolver5
 This package contains a Shibboleth SP Extension that provides
 externally accessible attribute resolver functionality for processing
 local and remote sources of federated attribute information.
@@ -48,14 +48,14 @@ This package contains just the shared library.
 %package -n libshibresolver-devel
 Summary:    Shibboleth SP Attribute Resolver development Headers
 Group:      Development/Libraries
-Requires:   libshibresolver4 = %{version}-%{release}
+Requires:   libshibresolver5 = %{version}-%{release}
 Provides:   @PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME at -devel < %{version}-%{release}
 Requires: libxerces-c-devel >= 3.2
 Requires: libxml-security-c-devel >= 2.0.0
 Requires: libxmltooling-devel >= 3.2.0
 Requires: libsaml-devel >= 3.2.0
-Requires: shibboleth-devel >= 3.2.0
+Requires: shibboleth-devel >= 3.3.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
 
@@ -103,11 +103,11 @@ This package includes files needed for development.
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
-%post -n libshibresolver4 -p /sbin/ldconfig
+%post -n libshibresolver5 -p /sbin/ldconfig
 
-%postun -n libshibresolver4 -p /sbin/ldconfig
+%postun -n libshibresolver5 -p /sbin/ldconfig
 
-%files -n libshibresolver4
+%files -n libshibresolver5
 %defattr(-,root,root,-)
 %{_libdir}/libshibresolver-lite.so.*
 %{_libdir}/libshibresolver.so.*
@@ -122,6 +122,9 @@ This package includes files needed for development.
 %doc %{pkgdocdir}
 
 %changelog
+* Thu Oct 28 2021 Scott Cantor  <cantor.2 at osu.edu> - 3.3.0-1
+- Bump version
+
 * Mon Dec 7 2020  Scott Cantor  <cantor.2 at osu.edu> - 3.2.0-1
 - Bump version
 
diff --git a/src/Makefile.am b/src/Makefile.am
index e656bf6..d40b4ec 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 4:0:0
+libshibresolver_la_LDFLAGS = -version-info 5: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 4:0:0
+libshibresolver_lite_la_LDFLAGS = -version-info 5:0:0
 libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \
     $(PTHREAD_CFLAGS) \
     $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
diff --git a/src/shibresolver/resolver.rc b/src/shibresolver/resolver.rc
index 12663b0..8442967 100644
--- a/src/shibresolver/resolver.rc
+++ b/src/shibresolver/resolver.rc
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,3,0,0
+ PRODUCTVERSION 3,3,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,38 +73,38 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "JANET(UK)\0"
             VALUE "FileDescription", "Shibboleth SP Attribute Resolver Extension\0"
-            VALUE "FileVersion", "3, 2, 0, 0\0"
+            VALUE "FileVersion", "3, 3, 0, 0\0"
 #ifdef SHIBSP_LITE
 #ifdef _DEBUG
-            VALUE "InternalName", "shibresolver-lite4_0D\0"
+            VALUE "InternalName", "shibresolver-lite5_0D\0"
 #else
-            VALUE "InternalName", "shibresolver-lite4_0\0"
+            VALUE "InternalName", "shibresolver-lite5_0\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "InternalName", "shibresolver4_0D\0"
+            VALUE "InternalName", "shibresolver5_0D\0"
 #else
-            VALUE "InternalName", "shibresolver4_0\0"
+            VALUE "InternalName", "shibresolver5_0\0"
 #endif
 #endif
-            VALUE "LegalCopyright", "Copyright � 2020 JANET(UK)\0"
+            VALUE "LegalCopyright", "Copyright � 2021 JANET(UK)\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "shibresolver-lite4_0D.dll\0"
+            VALUE "OriginalFilename", "shibresolver-lite5_0D.dll\0"
 #else
-            VALUE "OriginalFilename", "shibresolver-lite4_0.dll\0"
+            VALUE "OriginalFilename", "shibresolver-lite5_0.dll\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "shibresolver4_0D.dll\0"
+            VALUE "OriginalFilename", "shibresolver5_0D.dll\0"
 #else
-            VALUE "OriginalFilename", "shibresolver4_0.dll\0"
+            VALUE "OriginalFilename", "shibresolver5_0.dll\0"
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Project Moonshot\0"
-            VALUE "ProductVersion", "3, 2, 0, 0\0"
+            VALUE "ProductVersion", "3, 3, 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