[opensaml2] branch debian/master updated (3f93571 -> 0c08870)

Ferenc Wágner wferi at moszumanska.debian.org
Thu Nov 16 14:20:05 UTC 2017


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

wferi pushed a change to branch debian/master
in repository opensaml2.

      from  3f93571   Update changelog for 2.6.0-5 release
      adds  86ddec0   VC14 build - move interm director from the Project to the BUILD tree
      adds  2bb7d62   Eclipse settings change.
      adds  ba39329   Ignore .vs directories
      adds  06f3987   CPPOST-94: VC17 initial cut
      adds  a616a01   Bump version to 2.6.1
      adds  8a40d40   Fix inconsistent log category.
      adds  d30db1a   Update library version
      adds  96c00b0   CPPXT-121 Add strict overflow checking
      adds  4f54d00   CPPXT-121 Fix potential signed overflow
      adds  e546466   Untabify
      adds  c40f2f6   CPPOST-99 Compare the hash of the entotyId when doing artefact lookup
      adds  98724ab   CPPOST-100 - Assertions20SchemaValidator requires unencrypted Attributes
      adds  6182b0a   CPPOST-105
      adds  8dc6e95   Undo strict-overflow warning, fails on older gcc
       new  df1a1f2   New upstream version 2.6.1
       new  0c08870   Merge tag 'upstream/2.6.1' into debian/master

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.in                                        |   70 +-
 Projects/vc14/saml/saml.vcxproj                    |    9 +-
 Projects/vc14/samlsign/samlsign.vcxproj            |    9 +-
 Projects/vc14/samltest/samltest.vcxproj            |    9 +-
 Projects/{vc14 => vc17}/cpp-opensaml2.sln          |    2 +-
 Projects/{vc14 => vc17}/saml/saml.vcxproj          |   35 +-
 Projects/{vc14 => vc17}/saml/saml.vcxproj.filters  |    0
 Projects/{vc14 => vc17}/samlsign/samlsign.vcxproj  |   35 +-
 Projects/{vc14 => vc17}/samltest/samltest.vcxproj  |   35 +-
 .../samltest/samltest.vcxproj.filters              |    0
 aclocal.m4                                         |  171 +-
 build-aux/compile                                  |  348 ++
 build-aux/config.guess                             |  375 +-
 build-aux/config.sub                               |  118 +-
 build-aux/depcomp                                  |    6 +-
 build-aux/install-sh                               |  368 +-
 build-aux/ltmain.sh                                | 5530 +++++++++++++-------
 build-aux/missing                                  |    8 +-
 config.h.in                                        |    3 +-
 config_win32.h                                     |    4 +-
 configure                                          | 3354 +++++++-----
 configure.ac                                       |    2 +-
 doc/Makefile.in                                    |   23 +-
 m4/libtool.m4                                      | 2567 +++++----
 m4/ltoptions.m4                                    |  127 +-
 m4/ltsugar.m4                                      |    7 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |    7 +-
 opensaml.spec                                      |    2 +-
 saml/Makefile.am                                   |    2 +-
 saml/Makefile.in                                   |   40 +-
 saml/saml.rc                                       |   12 +-
 .../core/impl/Assertions20SchemaValidators.cpp     |    3 +-
 .../metadata/impl/DynamicMetadataProvider.cpp      |   24 +-
 saml/saml2/metadata/impl/XMLMetadataProvider.cpp   |    2 +-
 saml/version.h                                     |    2 +-
 samlsign/Makefile.in                               |   25 +-
 samlsign/samlsign.rc                               |   12 +-
 samltest/Makefile.in                               |   26 +-
 schemas/Makefile.in                                |   23 +-
 40 files changed, 8265 insertions(+), 5142 deletions(-)
 copy Projects/{vc14 => vc17}/cpp-opensaml2.sln (99%)
 copy Projects/{vc14 => vc17}/saml/saml.vcxproj (95%)
 copy Projects/{vc14 => vc17}/saml/saml.vcxproj.filters (100%)
 copy Projects/{vc14 => vc17}/samlsign/samlsign.vcxproj (90%)
 copy Projects/{vc14 => vc17}/samltest/samltest.vcxproj (99%)
 copy Projects/{vc14 => vc17}/samltest/samltest.vcxproj.filters (100%)
 create mode 100755 build-aux/compile

-- 
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