[cpp-sp-resolver] branch main updated: Bump version for SP ABI change.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 24 15:51:49 UTC 2022
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=8f7e35847e1efdd11f470484a8a98dcc31bdd042
The following commit(s) were added to refs/heads/main by this push:
new 8f7e358 Bump version for SP ABI change.
8f7e358 is described below
commit 8f7e35847e1efdd11f470484a8a98dcc31bdd042
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 24 11:51:45 2022 -0400
Bump version for SP ABI change.
---
config_win32.h | 4 ++--
configure.ac | 2 +-
resolver.spec.in | 15 +++++++++------
src/Makefile.am | 4 ++--
src/shibresolver/resolver.rc | 26 +++++++++++++-------------
5 files changed, 27 insertions(+), 24 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index 0b25d86..5fd7db1 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.3.0"
+#define PACKAGE_STRING "shibboleth-resolver 3.4.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.3.0"
+#define PACKAGE_VERSION "3.4.0"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
diff --git a/configure.ac b/configure.ac
index d5291d6..44dfa90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([shibboleth-resolver], [3.3.0], [MOONSHOT-COMMUNITY at JISCMAIL.AC.UK], [shibboleth-resolver])
+AC_INIT([shibboleth-resolver], [3.4.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 14ad1f7..600a619 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.3.0
+BuildRequires: shibboleth-devel >= 3.4.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 libshibresolver5
+%package -n libshibresolver6
Summary: Shibboleth SP Attribute Resolver library
Group: Development/Libraries
Provides: @PACKAGE_NAME@ = %{version}-%{release}
Obsoletes: @PACKAGE_NAME@ < %{version}-%{release}
-%description -n libshibresolver5
+%description -n libshibresolver6
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: libshibresolver5 = %{version}-%{release}
+Requires: libshibresolver6 = %{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.3.0
+Requires: shibboleth-devel >= 3.4.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
@@ -107,7 +107,7 @@ This package includes files needed for development.
%postun -n libshibresolver5 -p /sbin/ldconfig
-%files -n libshibresolver5
+%files -n libshibresolver6
%defattr(-,root,root,-)
%{_libdir}/libshibresolver-lite.so.*
%{_libdir}/libshibresolver.so.*
@@ -122,6 +122,9 @@ This package includes files needed for development.
%doc %{pkgdocdir}
%changelog
+* Mon Oct 24 2022 Scott Cantor <cantor.2 at osu.edu> - 3.4.0-1
+- Bump version
+
* Thu Oct 28 2021 Scott Cantor <cantor.2 at osu.edu> - 3.3.0-1
- Bump version
diff --git a/src/Makefile.am b/src/Makefile.am
index d40b4ec..7a28b6e 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 5:0:0
+libshibresolver_la_LDFLAGS = -version-info 6: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 5:0:0
+libshibresolver_lite_la_LDFLAGS = -version-info 6: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 8442967..3a7d1ce 100644
--- a/src/shibresolver/resolver.rc
+++ b/src/shibresolver/resolver.rc
@@ -54,8 +54,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,0,0
- PRODUCTVERSION 3,3,0,0
+ FILEVERSION 3,4,0,0
+ PRODUCTVERSION 3,4,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, 3, 0, 0\0"
+ VALUE "FileVersion", "3, 4, 0, 0\0"
#ifdef SHIBSP_LITE
#ifdef _DEBUG
- VALUE "InternalName", "shibresolver-lite5_0D\0"
+ VALUE "InternalName", "shibresolver-lite6_0D\0"
#else
- VALUE "InternalName", "shibresolver-lite5_0\0"
+ VALUE "InternalName", "shibresolver-lite6_0\0"
#endif
#else
#ifdef _DEBUG
- VALUE "InternalName", "shibresolver5_0D\0"
+ VALUE "InternalName", "shibresolver6_0D\0"
#else
- VALUE "InternalName", "shibresolver5_0\0"
+ VALUE "InternalName", "shibresolver6_0\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright � 2021 JANET(UK)\0"
+ VALUE "LegalCopyright", "Copyright � 2022 JANET(UK)\0"
VALUE "LegalTrademarks", "\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
- VALUE "OriginalFilename", "shibresolver-lite5_0D.dll\0"
+ VALUE "OriginalFilename", "shibresolver-lite6_0D.dll\0"
#else
- VALUE "OriginalFilename", "shibresolver-lite5_0.dll\0"
+ VALUE "OriginalFilename", "shibresolver-lite6_0.dll\0"
#endif
#else
#ifdef _DEBUG
- VALUE "OriginalFilename", "shibresolver5_0D.dll\0"
+ VALUE "OriginalFilename", "shibresolver6_0D.dll\0"
#else
- VALUE "OriginalFilename", "shibresolver5_0.dll\0"
+ VALUE "OriginalFilename", "shibresolver6_0.dll\0"
#endif
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Project Moonshot\0"
- VALUE "ProductVersion", "3, 3, 0, 0\0"
+ VALUE "ProductVersion", "3, 4, 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