Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmltooling for openSUSE:Factory checked in at 2021-07-14 23:58:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmltooling (Old) and /work/SRC/openSUSE:Factory/.xmltooling.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmltooling" Wed Jul 14 23:58:45 2021 rev:14 rq:906246 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xmltooling/xmltooling.changes 2020-12-02 15:05:48.997614645 +0100 +++ /work/SRC/openSUSE:Factory/.xmltooling.new.2625/xmltooling.changes 2021-07-14 23:59:11.541423783 +0200 @@ -1,0 +2,6 @@ +Tue Jul 13 14:47:36 UTC 2021 - Danilo Spinella <[email protected]> + +- Update to 3.2.0 +- Update lib version to 10 + +------------------------------------------------------------------- Old: ---- xmltooling-3.1.0.tar.bz2 xmltooling-3.1.0.tar.bz2.asc New: ---- xmltooling-3.2.0.tar.bz2 xmltooling-3.2.0.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmltooling.spec ++++++ --- /var/tmp/diff_new_pack.ywG1R6/_old 2021-07-14 23:59:11.989420502 +0200 +++ /var/tmp/diff_new_pack.ywG1R6/_new 2021-07-14 23:59:11.993420473 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmltooling # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define libvers 9 -%define opensaml_version 3.1.0 +%define libvers 10 +%define opensaml_version 3.2.0 %define pkgdocdir %{_docdir}/%{name} Name: xmltooling -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: OpenSAML XML Processing library License: Apache-2.0 @@ -34,6 +34,7 @@ BuildRequires: curl-devel >= 7.10.6 BuildRequires: doxygen BuildRequires: gcc-c++ +BuildRequires: libboost_headers-devel BuildRequires: liblog4shib-devel >= 1.0.4 BuildRequires: libtool BuildRequires: libxerces-c-devel >= 3.2 @@ -41,11 +42,6 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel >= 1.32.0 -%endif %description The XMLTooling library contains generic XML parsing and processing @@ -129,6 +125,10 @@ %autopatch -p1 %build +# The default C++ standard used in GCC-11 is C++17, +# which does not support opensaml codebase. +CXXFLAGS="-std=c++11 %{optflags}" +export CXXFLAGS autoreconf -fiv %configure %make_build ++++++ xmltooling-3.1.0.tar.bz2 -> xmltooling-3.2.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/Makefile.in new/xmltooling-3.2.0/Makefile.in --- old/xmltooling-3.1.0/Makefile.in 2020-03-06 17:33:37.000000000 +0100 +++ new/xmltooling-3.2.0/Makefile.in 2020-12-07 19:56:45.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -204,8 +204,8 @@ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.h.in +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. @@ -275,6 +275,8 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip GZIP_ENV = --best DIST_TARGETS = dist-bzip2 dist-gzip dist-zip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -770,6 +772,10 @@ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @@ -811,6 +817,8 @@ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) @@ -826,7 +834,7 @@ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ @@ -992,18 +1000,19 @@ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ - dist-xz dist-zip distcheck distclean distclean-generic \ - distclean-hdr distclean-libtool distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-data install-data-am \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-pkgconfigDATA \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pkgconfigDATA + dist-xz dist-zip dist-zstd distcheck distclean \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-pkgconfigDATA .PRECIOUS: Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/Projects/vc15/xmltooling/xmltooling-lite.vcxproj new/xmltooling-3.2.0/Projects/vc15/xmltooling/xmltooling-lite.vcxproj --- old/xmltooling-3.1.0/Projects/vc15/xmltooling/xmltooling-lite.vcxproj 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/Projects/vc15/xmltooling/xmltooling-lite.vcxproj 2020-12-07 19:55:45.000000000 +0100 @@ -89,10 +89,10 @@ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_1</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_1</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_1D</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_1D</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_2</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_2</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_2D</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_2D</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/Projects/vc15/xmltooling/xmltooling.vcxproj new/xmltooling-3.2.0/Projects/vc15/xmltooling/xmltooling.vcxproj --- old/xmltooling-3.1.0/Projects/vc15/xmltooling/xmltooling.vcxproj 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/Projects/vc15/xmltooling/xmltooling.vcxproj 2020-12-07 19:55:45.000000000 +0100 @@ -87,10 +87,10 @@ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_1D</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_1D</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_1</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_1</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_2D</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_2D</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_2</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_2</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <IntDir>$(SolutionDir)..\..\Build\VC15\$(projectName)\$(Platform)\$(Configuration)\</IntDir> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/aclocal.m4 new/xmltooling-3.2.0/aclocal.m4 --- old/xmltooling-3.1.0/aclocal.m4 2020-03-06 17:33:35.000000000 +0100 +++ new/xmltooling-3.2.0/aclocal.m4 2020-12-07 19:56:42.000000000 +0100 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.16.1 -*- Autoconf -*- +# generated automatically by aclocal 1.16.3 -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -296,7 +296,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -311,7 +311,7 @@ [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.16.1], [], +m4_if([$1], [1.16.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -327,14 +327,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.16.1])dnl +[AM_AUTOMAKE_VERSION([1.16.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -386,7 +386,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -417,7 +417,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -608,7 +608,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -647,7 +647,9 @@ done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi @@ -674,7 +676,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -871,7 +873,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -892,7 +894,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -913,7 +915,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -956,7 +958,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -977,12 +979,7 @@ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then @@ -995,7 +992,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1024,7 +1021,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1071,7 +1068,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1090,7 +1087,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1171,7 +1168,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1231,7 +1228,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1259,7 +1256,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1278,7 +1275,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/config_win32.h new/xmltooling-3.2.0/config_win32.h --- old/xmltooling-3.1.0/config_win32.h 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/config_win32.h 2020-12-07 19:55:45.000000000 +0100 @@ -106,13 +106,13 @@ #define PACKAGE_NAME "xmltooling" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xmltooling 3.1.0" +#define PACKAGE_STRING "xmltooling 3.2.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xmltooling" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.1.0" +#define PACKAGE_VERSION "3.2.0" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -125,7 +125,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "3.1.0" +#define VERSION "3.2.0" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/configure new/xmltooling-3.2.0/configure --- old/xmltooling-3.1.0/configure 2020-03-06 17:33:38.000000000 +0100 +++ new/xmltooling-3.2.0/configure 2020-12-07 19:56:44.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xmltooling 3.1.0. +# Generated by GNU Autoconf 2.69 for xmltooling 3.2.0. # # Report bugs to <https://issues.shibboleth.net/>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='xmltooling' PACKAGE_TARNAME='xmltooling' -PACKAGE_VERSION='3.1.0' -PACKAGE_STRING='xmltooling 3.1.0' +PACKAGE_VERSION='3.2.0' +PACKAGE_STRING='xmltooling 3.2.0' PACKAGE_BUGREPORT='https://issues.shibboleth.net/' PACKAGE_URL='' @@ -1449,7 +1449,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xmltooling 3.1.0 to adapt to many kinds of systems. +\`configure' configures xmltooling 3.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1519,7 +1519,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xmltooling 3.1.0:";; + short | recursive ) echo "Configuration of xmltooling 3.2.0:";; esac cat <<\_ACEOF @@ -1687,7 +1687,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xmltooling configure 3.1.0 +xmltooling configure 3.2.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2422,7 +2422,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xmltooling $as_me 3.1.0, which was +It was created by xmltooling $as_me 3.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2977,12 +2977,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then @@ -3287,7 +3282,7 @@ # Define the identity of the package. PACKAGE='xmltooling' - VERSION='3.1.0' + VERSION='3.2.0' cat >>confdefs.h <<_ACEOF @@ -21853,7 +21848,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xmltooling $as_me 3.1.0, which was +This file was extended by xmltooling $as_me 3.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21919,7 +21914,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xmltooling config.status 3.1.0 +xmltooling config.status 3.2.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -23118,7 +23113,9 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/configure.ac new/xmltooling-3.2.0/configure.ac --- old/xmltooling-3.1.0/configure.ac 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/configure.ac 2020-12-07 19:55:45.000000000 +0100 @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[3.1.0],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[3.2.0],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/doc/Makefile.in new/xmltooling-3.2.0/doc/Makefile.in --- old/xmltooling-3.1.0/doc/Makefile.in 2020-03-06 17:33:37.000000000 +0100 +++ new/xmltooling-3.2.0/doc/Makefile.in 2020-12-07 19:56:45.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/schemas/Makefile.in new/xmltooling-3.2.0/schemas/Makefile.in --- old/xmltooling-3.1.0/schemas/Makefile.in 2020-03-06 17:33:37.000000000 +0100 +++ new/xmltooling-3.2.0/schemas/Makefile.in 2020-12-07 19:56:45.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/Makefile.am new/xmltooling-3.2.0/xmltooling/Makefile.am --- old/xmltooling-3.1.0/xmltooling/Makefile.am 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/xmltooling/Makefile.am 2020-12-07 19:55:45.000000000 +0100 @@ -229,7 +229,7 @@ $(PTHREAD_LIBS) \ $(dlopen_LIBS) -AM_LDFLAGS = -version-info 9:0:0 +AM_LDFLAGS = -version-info 10:0:0 libxmltooling_lite_la_SOURCES = \ ${common_sources} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/Makefile.in new/xmltooling-3.2.0/xmltooling/Makefile.in --- old/xmltooling-3.1.0/xmltooling/Makefile.in 2020-03-06 17:33:37.000000000 +0100 +++ new/xmltooling-3.2.0/xmltooling/Makefile.in 2020-12-07 19:56:46.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -496,8 +496,8 @@ $(secinclude_HEADERS) $(siginclude_HEADERS) \ $(soapinclude_HEADERS) $(utilinclude_HEADERS) \ $(valinclude_HEADERS) -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config_pub.h.in +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config_pub.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. @@ -913,7 +913,7 @@ $(PTHREAD_LIBS) \ $(dlopen_LIBS) -AM_LDFLAGS = -version-info 9:0:0 +AM_LDFLAGS = -version-info 10:0:0 libxmltooling_lite_la_SOURCES = \ ${common_sources} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/io/HTTPRequest.cpp new/xmltooling-3.2.0/xmltooling/io/HTTPRequest.cpp --- old/xmltooling-3.1.0/xmltooling/io/HTTPRequest.cpp 2020-04-02 15:59:58.000000000 +0200 +++ new/xmltooling-3.2.0/xmltooling/io/HTTPRequest.cpp 2020-12-07 19:55:45.000000000 +0100 @@ -30,6 +30,7 @@ #include <cstring> #include <boost/algorithm/string.hpp> +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include <boost/bind.hpp> #include <boost/lexical_cast.hpp> #include <boost/tokenizer.hpp> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/io/HTTPResponse.cpp new/xmltooling-3.2.0/xmltooling/io/HTTPResponse.cpp --- old/xmltooling-3.1.0/xmltooling/io/HTTPResponse.cpp 2020-03-06 17:33:23.000000000 +0100 +++ new/xmltooling-3.2.0/xmltooling/io/HTTPResponse.cpp 2020-12-07 19:55:45.000000000 +0100 @@ -28,6 +28,7 @@ #include "HTTPResponse.h" #include <boost/algorithm/string/predicate.hpp> +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include <boost/bind.hpp> using namespace xmltooling; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/security/impl/ChainingCredentialResolver.cpp new/xmltooling-3.2.0/xmltooling/security/impl/ChainingCredentialResolver.cpp --- old/xmltooling-3.1.0/xmltooling/security/impl/ChainingCredentialResolver.cpp 2018-07-10 03:00:14.000000000 +0200 +++ new/xmltooling-3.2.0/xmltooling/security/impl/ChainingCredentialResolver.cpp 2020-12-07 19:55:45.000000000 +0100 @@ -33,6 +33,7 @@ #include <algorithm> #include <functional> +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include <boost/bind.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <xercesc/util/XMLUniDefs.hpp> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/util/ParserPool.cpp new/xmltooling-3.2.0/xmltooling/util/ParserPool.cpp --- old/xmltooling-3.1.0/xmltooling/util/ParserPool.cpp 2019-03-08 15:44:44.000000000 +0100 +++ new/xmltooling-3.2.0/xmltooling/util/ParserPool.cpp 2020-12-07 19:55:45.000000000 +0100 @@ -40,6 +40,7 @@ #include <algorithm> #include <functional> #include <boost/algorithm/string.hpp> +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include <boost/bind.hpp> #include <xercesc/util/PlatformUtils.hpp> #include <xercesc/util/XMLUniDefs.hpp> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/version.h new/xmltooling-3.2.0/xmltooling/version.h --- old/xmltooling-3.1.0/xmltooling/version.h 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/xmltooling/version.h 2020-12-07 19:55:45.000000000 +0100 @@ -43,7 +43,7 @@ */ #define XMLTOOLING_VERSION_MAJOR 3 -#define XMLTOOLING_VERSION_MINOR 1 +#define XMLTOOLING_VERSION_MINOR 2 #define XMLTOOLING_VERSION_REVISION 0 /** DO NOT MODIFY BELOW THIS LINE */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling/xmltooling.rc new/xmltooling-3.2.0/xmltooling/xmltooling.rc --- old/xmltooling-3.1.0/xmltooling/xmltooling.rc 2020-02-06 01:20:34.000000000 +0100 +++ new/xmltooling-3.2.0/xmltooling/xmltooling.rc 2020-12-07 19:55:45.000000000 +0100 @@ -28,8 +28,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,1,0,0 - PRODUCTVERSION 3,1,0,0 + FILEVERSION 3,2,0,0 + PRODUCTVERSION 3,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,38 +51,38 @@ #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "3, 1, 0, 0\0" + VALUE "FileVersion", "3, 2, 0, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG - VALUE "InternalName", "xmltooling-lite3_1D\0" + VALUE "InternalName", "xmltooling-lite3_2D\0" #else - VALUE "InternalName", "xmltooling-lite3_1\0" + VALUE "InternalName", "xmltooling-lite3_2\0" #endif #else #ifdef _DEBUG - VALUE "InternalName", "xmltooling3_1D\0" + VALUE "InternalName", "xmltooling3_2D\0" #else - VALUE "InternalName", "xmltooling3_1\0" + VALUE "InternalName", "xmltooling3_2\0" #endif #endif VALUE "LegalCopyright", "Copyright 2020 Various\0" VALUE "LegalTrademarks", "\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG - VALUE "OriginalFilename", "xmltooling-lite3_1D.dll\0" + VALUE "OriginalFilename", "xmltooling-lite3_2D.dll\0" #else - VALUE "OriginalFilename", "xmltooling-lite3_1.dll\0" + VALUE "OriginalFilename", "xmltooling-lite3_2.dll\0" #endif #else #ifdef _DEBUG - VALUE "OriginalFilename", "xmltooling3_1.dll\0" + VALUE "OriginalFilename", "xmltooling3_2.dll\0" #else - VALUE "OriginalFilename", "xmltooling3_1.dll\0" + VALUE "OriginalFilename", "xmltooling3_2.dll\0" #endif #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 3.1.0\0" - VALUE "ProductVersion", "3, 1, 0, 0\0" + VALUE "ProductName", "OpenSAML 3.2.0\0" + VALUE "ProductVersion", "3, 2, 0, 0\0" VALUE "SpecialBuild", "\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltooling.spec.in new/xmltooling-3.2.0/xmltooling.spec.in --- old/xmltooling-3.1.0/xmltooling.spec.in 2020-04-02 15:47:35.000000000 +0200 +++ new/xmltooling-3.2.0/xmltooling.spec.in 2020-12-07 19:55:45.000000000 +0100 @@ -13,7 +13,7 @@ %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4} BuildRequires: gcc-c++, pkgconfig, zlib-devel, openssl-devel, boost-devel >= 1.32.0 -%if 0%{?rhel} == 6 && 0%{?rhel} == 7 || 0%{?amzn} >= 1 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1 BuildRequires: libcurl-openssl-devel >= 7.21.7 Requires: libcurl-openssl >= 7.21.7 %else @@ -35,7 +35,7 @@ %endif # Prevent the RHEL/etc 6+ package from requiring a vanilla libcurl. -%if 0%{?rhel} == 6 && 0%{?rhel} == 7 || 0%{?amzn} >= 1 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1 %filter_from_requires /libcurl\.so\..*/d %filter_setup %endif @@ -47,16 +47,16 @@ classes to add value around the DOM, as well as signing and encryption support. -%package -n lib@PACKAGE_NAME@9 +%package -n lib@PACKAGE_NAME@10 Summary: OpenSAML XMLTooling library Group: Development/Libraries/C and C++ Provides: @PACKAGE_NAME@ = %{version}-%{release} Obsoletes: @PACKAGE_NAME@ < %{version}-%{release} -%if 0%{?rhel} == 6 && 0%{?rhel} == 7 || 0%{?amzn} >= 1 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1 Requires: libcurl-openssl >= 7.21.7 %endif -%description -n lib@PACKAGE_NAME@9 +%description -n lib@PACKAGE_NAME@10 The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation @@ -68,7 +68,7 @@ %package -n lib@PACKAGE_NAME@-devel Summary: XMLTooling development Headers Group: Development/Libraries/C and C++ -Requires: lib@PACKAGE_NAME@9 = %{version}-%{release} +Requires: lib@PACKAGE_NAME@10 = %{version}-%{release} Provides: @PACKAGE_NAME@-devel = %{version}-%{release} Obsoletes: @PACKAGE_NAME@-devel < %{version}-%{release} Requires: libxerces-c-devel >= 3.2 @@ -76,7 +76,7 @@ %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4} Requires: openssl-devel, boost-devel >= 1.32.0 -%if 0%{?rhel} == 6 && 0%{?rhel} == 7 || 0%{?amzn} >= 1 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1 Requires: libcurl-openssl-devel >= 7.21.7 %else Requires: curl-devel >= 7.10.6 @@ -108,7 +108,7 @@ %setup -q %build -%if 0%{?rhel} == 6 && 0%{?rhel} == 7 || 0%{?amzn} >= 1 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1 %configure %{?@PACKAGE_NAME@_options} %{!?_without_xmlsec: --with-xmlsec} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig %else %configure %{?@PACKAGE_NAME@_options} %{!?_without_xmlsec: --with-xmlsec} @@ -126,11 +126,11 @@ %clean [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT -%post -n lib@PACKAGE_NAME@9 -p /sbin/ldconfig +%post -n lib@PACKAGE_NAME@10 -p /sbin/ldconfig -%postun -n lib@PACKAGE_NAME@9 -p /sbin/ldconfig +%postun -n lib@PACKAGE_NAME@10 -p /sbin/ldconfig -%files -n lib@PACKAGE_NAME@9 +%files -n lib@PACKAGE_NAME@10 %defattr(-,root,root,-) %{_libdir}/*.so.* %exclude %{_libdir}/*.la @@ -149,6 +149,9 @@ %doc %{pkgdocdir} %changelog +* Tue Dec 2 2020 Scott Cantor <[email protected]> - 3.2.0-1 +- Version bump + * Mon Feb 3 2020 Scott Cantor <[email protected]> - 3.1.0-1 - Version and lib bump diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltoolingtest/Makefile.in new/xmltooling-3.2.0/xmltoolingtest/Makefile.in --- old/xmltooling-3.1.0/xmltoolingtest/Makefile.in 2020-03-06 17:33:37.000000000 +0100 +++ new/xmltooling-3.2.0/xmltoolingtest/Makefile.in 2020-12-07 19:56:46.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -427,6 +427,7 @@ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log @@ -1257,7 +1258,7 @@ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ Binary files old/xmltooling-3.1.0/xmltoolingtest/data/cert.der.bak and new/xmltooling-3.2.0/xmltoolingtest/data/cert.der.bak differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltoolingtest/data/cert.pem.bak new/xmltooling-3.2.0/xmltoolingtest/data/cert.pem.bak --- old/xmltooling-3.1.0/xmltoolingtest/data/cert.pem.bak 2019-03-08 15:52:07.000000000 +0100 +++ new/xmltooling-3.2.0/xmltoolingtest/data/cert.pem.bak 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICjzCCAfigAwIBAgIJAKk8t1hYcMkhMA0GCSqGSIb3DQEBBAUAMDoxCzAJBgNV -BAYTAlVTMRIwEAYDVQQKEwlJbnRlcm5ldDIxFzAVBgNVBAMTDnNwLmV4YW1wbGUu -b3JnMB4XDTA1MDYyMDE1NDgzNFoXDTMyMTEwNTE1NDgzNFowOjELMAkGA1UEBhMC -VVMxEjAQBgNVBAoTCUludGVybmV0MjEXMBUGA1UEAxMOc3AuZXhhbXBsZS5vcmcw -gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANlZ1L1mKzYbUVKiMQLhZlfGDyYa -/jjCiaXP0WhLNgvJpOTeajvsrApYNnFX5MLNzuC3NeQIjXUNLN2Yo2MCSthBIOL5 -qE5dka4z9W9zytoflW1LmJ8vXpx8Ay/meG4z//J5iCpYVEquA0xl28HUIlownZUF -7w7bx0cF/02qrR23AgMBAAGjgZwwgZkwHQYDVR0OBBYEFJZiO1qsyAyc3HwMlL9p -JpN6fbGwMGoGA1UdIwRjMGGAFJZiO1qsyAyc3HwMlL9pJpN6fbGwoT6kPDA6MQsw -CQYDVQQGEwJVUzESMBAGA1UEChMJSW50ZXJuZXQyMRcwFQYDVQQDEw5zcC5leGFt -cGxlLm9yZ4IJAKk8t1hYcMkhMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEEBQAD -gYEAMFq/UeSQyngE0GpZueyD2UW0M358uhseYOgGEIfm+qXIFQF6MYwNoX7WFzhC -LJZ2E6mEvZZFHCHUtl7mGDvsRwgZ85YCtRbvleEpqfgNQToto9pLYe+X6vvH9Z6p -gmYsTmak+kxO93JprrOd9xp8aZPMEprL7VCdrhbZEfyYER0= ------END CERTIFICATE----- Binary files old/xmltooling-3.1.0/xmltoolingtest/data/key.der.bak and new/xmltooling-3.2.0/xmltoolingtest/data/key.der.bak differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmltooling-3.1.0/xmltoolingtest/data/key.pem.bak new/xmltooling-3.2.0/xmltoolingtest/data/key.pem.bak --- old/xmltooling-3.1.0/xmltoolingtest/data/key.pem.bak 2019-03-08 15:52:07.000000000 +0100 +++ new/xmltooling-3.2.0/xmltoolingtest/data/key.pem.bak 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXQIBAAKBgQDZWdS9Zis2G1FSojEC4WZXxg8mGv44womlz9FoSzYLyaTk3mo7 -7KwKWDZxV+TCzc7gtzXkCI11DSzdmKNjAkrYQSDi+ahOXZGuM/Vvc8raH5VtS5if -L16cfAMv5nhuM//yeYgqWFRKrgNMZdvB1CJaMJ2VBe8O28dHBf9Nqq0dtwIDAQAB -AoGAKsaVKdlLs9BYhuzIvIpju+6M2LEDS2Rt9qYZzm7O6i77NtfXDIgdq8OEo3Xq -3bPnfS5Retl8DYdURyBdN4Uh+WR/BUWQjBvOaJLEEdxvuAaLyAjniVREwkc2rXTZ -xoYYFL/XMyAEt/ye2ZbTw2u5R2i7HCYdddZWMkP1+Vabg8ECQQD7VJXWy8KFiyeC -thJiVqG/h5IO0y25dId/n81sW2B55eK0c4+IVsqc0a45/U/y2y1wtNBmIEQQn9yY -pDtWwzVRAkEA3WOgmvxFGTI5V1K5CLCCZzQIUYpzQDQvBu2sKYuy8dK2BMEGe9Zw -cKVyZJuDKHBvrVI5G6CqkHuFD2PwDvwAhwJBAPdfbM/q4/4/VddAz918uV1j2a2/ -y3yDJq7GIhHp6o5wZ3AHYhnmmyw48YxgOGWntxT80zYBwhy+zAhtdX5TStECQEKL -drP/TfnD2e6Ag/Ozso642iNAXWIYDWakvBIE1rXPYzzMlFlW3JdPc7H/+I2INlk/ -lMDUK1CggB9fJ8IpRzMCQQDQmqpWZtH6eaMAN6b/9WBdVzqzpCeTWFlL/SwhVbzI -s+k2zvC4HEAK9Y199g6SHVTQMEAE49wfhhCpY0JdCsQ/ ------END RSA PRIVATE KEY----- Binary files old/xmltooling-3.1.0/xmltoolingtest/data/test.pfx.bak and new/xmltooling-3.2.0/xmltoolingtest/data/test.pfx.bak differ
