[opensaml2] branch upstream/latest updated (bc33175 -> eb56bc0)

Ferenc Wágner wferi at moszumanska.debian.org
Tue Aug 30 20:58:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi pushed a change to branch upstream/latest
in repository opensaml2.

      from  bc33175   Imported Upstream version 2.5.5
      adds  2ded9e5   INFRA-120 perform Subversion repository conversions to Git
      adds  3d299ff   Set fourth file version digit to signify rebuild.
      adds  aea5fe1   CPPXT-106 look for XMLTooling in a per-MSDEV directory
      adds  2b806f2   CPPOST-94 move VC stuff into a projects directory
      adds  fa601fe   Clean up ignores
      adds  05ed4f6   Fix catalog path in ignore file
      adds  4bbc6f4   CPPOST-94 Convert to VC14: Initial populate
      adds  8ec41f9   CPPOST-94 Convert to VC14: Automated convert
      adds  d2f6a04   CPPOST-94 Convert to VC14: Compile with VC14
      adds  49f4e0b   CPPOST-94 Convert to VC14: Fix CxxTest
      adds  7efda6e   Bump version to 2.6.0 and adjust soname and DLL name.
      adds  9758c5c   Add subdir option to automake
      adds  8bda6d0   Add general ignore of .deps and .dirstamp
      adds  908d7fc   CPPOST-95 - Add MD RPI extension implementation to metadata classes.
      adds  de7a88d   Update misc file folders in solution.
      adds  1d32609   CPPOST-95 - Add MD RPI extension implementation to metadata classes.
      adds  391e56a   Ignore apidocs
      adds  fa5a58a   Adjust insertion handling in RegistrationInfo impl
      adds  1f1051e    CPPOST-95 - Add MD RPI extension implementation to metadata classes.
      adds  3a8b7bd   CPPOST-96 - EntityMatcher implementation based on RPI registrationAuthority extension
      adds  f14ad6b   CPPOST-94 Move Solution up to VS2015
      adds  6e22d19   CPPOST-95 - Dynamic metadata plugin race conditons / leaks
      adds  a88ee59   CPPOST-93 - Source build fails to link properly against OpenSSL
      adds  30b83b6   CPPOST-94 Make some fixes to SAMLTEST to reflect the move to new build locations
      adds  c66a000   SSPCPP-684 Add test for http[s] access metadata data.
      adds  45eeb69   SSPCPP-684 Use new function in ReloadableXMLFile to work round XERCES Bug
      adds  de58743   CPPOST-10 - Name Format Constants for Unspecified Are Misspelled
      adds  70520cc   Add a placeholder for doc/api
      adds  e180769   Fix makefiles after change to Windows project location
      adds  f496d1a   SSPCPP-684 Fix hideous bracket bug in 45eeb69937
      adds  83a0c67   CPPOST-97 SignatureMetadataFilter skips filtering already filtered files
      adds  661f415   Bit of cleanup, doxygen comments.
      adds  15c9d53   CPPOST-97 skipFromBackup becomes VerifyBackup
      adds  57c0801   Fix a log message nit
      adds  72b84e0   Merge branch 'master' of shibboleth.net:cpp-opensaml
      adds  26de3ee   Update LGPL license text
      adds  4b5b261   Try and fix a header issue on older Boost versions
      adds  b56a6a8   Fix specfile issues
      adds  61193de   Reapply Solaris fix to Boost macros
      adds  eb56bc0   Imported Upstream version 2.6.0

No new revisions were added by this update.

Summary of changes:
 Makefile.am                                        |    2 +-
 Makefile.in                                        |   64 +-
 Projects/vc10/cpp-opensaml2.sln                    |  129 +
 Projects/vc10/saml/saml.vcxproj                    |  346 ++
 {saml => Projects/vc10/saml}/saml.vcxproj.filters  |  273 +-
 .../vc10/samlsign}/samlsign.vcxproj                |   34 +-
 .../vc10/samltest}/samltest.vcxproj                |  398 +-
 .../vc10/samltest}/samltest.vcxproj.filters        |  190 +-
 .../vc14/cpp-opensaml2.sln                         |  254 +-
 Projects/vc14/saml/saml.vcxproj                    |  354 ++
 {saml => Projects/vc14/saml}/saml.vcxproj.filters  | 1073 ++--
 .../vc14/samlsign}/samlsign.vcxproj                |  396 +-
 .../vc14/samltest}/samltest.vcxproj                | 3040 +++++------
 Projects/vc14/samltest/samltest.vcxproj.filters    |  649 +++
 aclocal.m4                                         |  171 +-
 build-aux/compile                                  |  347 --
 build-aux/config.guess                             |   15 +-
 build-aux/config.sub                               |   10 +-
 build-aux/depcomp                                  |    2 +-
 build-aux/install-sh                               |  366 +-
 build-aux/ltmain.sh                                | 5530 +++++++-------------
 build-aux/missing                                  |    6 +-
 config.h.in                                        |    3 +-
 config_win32.h                                     |    6 +-
 configure                                          | 3373 +++++-------
 configure.ac                                       |   21 +-
 doc/LOG4CPP.LICENSE                                |   20 +-
 doc/Makefile.in                                    |   23 +-
 m4/boost.m4                                        |    4 +-
 m4/libtool.m4                                      | 2567 ++++-----
 m4/ltoptions.m4                                    |  127 +-
 m4/ltsugar.m4                                      |    7 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |    7 +-
 opensaml.spec                                      |   24 +-
 opensaml.spec.in                                   |   22 +-
 saml/Makefile.am                                   |    9 +-
 saml/Makefile.in                                   | 1278 ++---
 saml/saml.rc                                       |   20 +-
 saml/saml.vcxproj                                  |  345 --
 saml/saml1/core/impl/AssertionsImpl.cpp            |    2 +-
 saml/saml2/metadata/AbstractMetadataProvider.h     |   10 +
 saml/saml2/metadata/DynamicMetadataProvider.h      |   10 +
 saml/saml2/metadata/EntityMatcher.h                |    5 +-
 saml/saml2/metadata/Metadata.h                     |   46 +
 saml/saml2/metadata/MetadataFilter.h               |   35 +-
 saml/saml2/metadata/MetadataProvider.h             |   13 +
 .../metadata/impl/AbstractMetadataProvider.cpp     |   59 +-
 .../metadata/impl/DynamicMetadataProvider.cpp      |  122 +-
 saml/saml2/metadata/impl/MetadataImpl.cpp          |  329 +-
 saml/saml2/metadata/impl/MetadataProvider.cpp      |   39 +-
 .../metadata/impl/MetadataSchemaValidators.cpp     |   45 +
 saml/saml2/metadata/impl/NameEntityMatcher.cpp     |    2 +
 .../impl/RegistrationAuthorityEntityMatcher.cpp    |  131 +
 .../metadata/impl/SignatureMetadataFilter.cpp      |   16 +-
 saml/saml2/metadata/impl/XMLMetadataProvider.cpp   |   39 +-
 saml/util/SAMLConstants.cpp                        |   10 +
 saml/util/SAMLConstants.h                          |    6 +
 saml/version.h                                     |    4 +-
 samlsign/Makefile.am                               |    2 +-
 samlsign/Makefile.in                               |   27 +-
 samlsign/samlsign.rc                               |   12 +-
 samltest/Makefile.am                               |    4 +-
 samltest/Makefile.in                               | 2347 +++++----
 .../data/saml2/metadata/HTTPMetadataProvider.xml   |   10 +
 .../data/saml2/metadata/XMLMetadataProvider.xml    |    4 +-
 samltest/saml2/metadata/XMLMetadataProviderTest.h  |   44 +
 samltest/samltest.h                                |    2 +-
 schemas/Makefile.in                                |   23 +-
 69 files changed, 12001 insertions(+), 12914 deletions(-)
 create mode 100644 Projects/vc10/cpp-opensaml2.sln
 create mode 100644 Projects/vc10/saml/saml.vcxproj
 copy {saml => Projects/vc10/saml}/saml.vcxproj.filters (58%)
 copy {samlsign => Projects/vc10/samlsign}/samlsign.vcxproj (80%)
 copy {samltest => Projects/vc10/samltest}/samltest.vcxproj (88%)
 rename {samltest => Projects/vc10/samltest}/samltest.vcxproj.filters (73%)
 rename cpp-opensaml2.sln => Projects/vc14/cpp-opensaml2.sln (98%)
 create mode 100644 Projects/vc14/saml/saml.vcxproj
 rename {saml => Projects/vc14/saml}/saml.vcxproj.filters (59%)
 rename {samlsign => Projects/vc14/samlsign}/samlsign.vcxproj (77%)
 rename {samltest => Projects/vc14/samltest}/samltest.vcxproj (88%)
 create mode 100644 Projects/vc14/samltest/samltest.vcxproj.filters
 delete mode 100755 build-aux/compile
 delete mode 100644 saml/saml.vcxproj
 create mode 100644 saml/saml2/metadata/impl/RegistrationAuthorityEntityMatcher.cpp
 create mode 100644 samltest/data/saml2/metadata/HTTPMetadataProvider.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git



More information about the Pkg-shibboleth-devel mailing list