From 92df2df9f9941b09fbb845e5a0b6dbf12bca22e2 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 23 Sep 2008 01:26:40 +0000 Subject: [PATCH] Bump version to 2.2. --- config_win32.h | 6 +++--- configure.ac | 8 ++++---- depend | 4 ++-- shibboleth.spec.in | 5 ++++- shibsp/shibsp-lite.vcproj | 8 ++++---- shibsp/shibsp.rc | 26 +++++++++++++------------- shibsp/shibsp.vcproj | 8 ++++---- shibsp/version.h | 12 ++++++------ 8 files changed, 40 insertions(+), 37 deletions(-) diff --git a/config_win32.h b/config_win32.h index 5f52c89..431f378 100644 --- a/config_win32.h +++ b/config_win32.h @@ -110,13 +110,13 @@ #define PACKAGE_NAME "shibboleth" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "shibboleth 2.1" +#define PACKAGE_STRING "shibboleth 2.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "shibboleth" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.1" +#define PACKAGE_VERSION "2.2" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -129,7 +129,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "2.1" +#define VERSION "2.2" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.ac b/configure.ac index 5421411..5651a99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.50]) -AC_INIT([shibboleth], [2.1], [shibboleth-users@internet2.edu], [shibboleth]) +AC_INIT([shibboleth], [2.2], [shibboleth-users@internet2.edu], [shibboleth]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([shibboleth],[2.1]) +AM_INIT_AUTOMAKE([shibboleth],[2.2]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) @@ -305,10 +305,10 @@ AC_CHECK_HEADER([saml/saml2/metadata/Metadata.h],, AC_TRY_LINK( [#include #include ], - [#if _OPENSAML_VERSION >= 20100 + [#if _OPENSAML_VERSION >= 20200 opensaml::SAMLConfig::getConfig(); #else -#error Need OpenSAML version 2.1 or higher +#error Need OpenSAML version 2.2 or higher #endif], [AC_DEFINE(HAVE_SAML,1,[Define if saml library was found])], [AC_MSG_ERROR([unable to link with OpenSAML, or version was too old])]) diff --git a/depend b/depend index 5cd3481..e14a6ee 100644 --- a/depend +++ b/depend @@ -5,8 +5,8 @@ P SHIBxerces xerces-c P SHIBxmlsec xml-security-c 1.4.0 P SHIBxmltool xmltooling-c - 1.1 + 1.2 P SHIBosaml opensaml-c - 2.1 + 2.2 P SHIBlog4shib log4shib 1.0 diff --git a/shibboleth.spec.in b/shibboleth.spec.in index ef250ec..6965a25 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: openssl-devel BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: zlib-devel, opensaml-devel >= 2.1 +BuildRequires: zlib-devel, opensaml-devel >= 2.2 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel} %{?_with_fastcgi:BuildRequires: fcgi-devel} @@ -197,6 +197,9 @@ sh ./keygen.sh -b %doc %{_datadir}/doc/%{name}/api %changelog +* Tue Sep 23 2008 Scott Cantor - 2.2-1 +- Bump minor version. + * Tue Jun 10 2008 Scott Cantor - 2.1-1 - Change shib.conf handling to treat as config file. diff --git a/shibsp/shibsp-lite.vcproj b/shibsp/shibsp-lite.vcproj index 48dc6af..092e40f 100644 --- a/shibsp/shibsp-lite.vcproj +++ b/shibsp/shibsp-lite.vcproj @@ -66,7 +66,7 @@