[opensaml2] branch debian/master updated (7db3bca -> ad78eca)
Ferenc Wágner
wferi at moszumanska.debian.org
Sat Sep 3 06:11:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a change to branch debian/master
in repository opensaml2.
from 7db3bca Update changelog for 2.5.5-1 release
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
adds 35ec294 Merge tag 'upstream/2.6.0' into debian/master
adds 3f3833b Enable parallel builds
adds 6cf6cf1 Fix spelling in samlsign man page: resouce -> resource
adds b95e975 Update Standards-Version to 3.9.8 (no changes needed)
adds 16a5f09 Simplify removal of documentation files
adds e346976 Drop superfluous libssl-dev build dependency
adds fe952e8 Refresh our patch
adds cc53146 New patch Use-pkg-config-for-log4shib-log4cpp.patch
adds 3ada081 New patch Use-pkg-config-for-xmltooling.patch
adds 5a9ad82 New patch Use-readdir-for-portability-no-PATH_MAX.patch
adds 038186c Rename library package for upstream SONAME bump
adds 72d47c7 Move doxygen and graphviz into Build-Depends-Indep
adds 27fddf0 Switch to secure VCS URIs
adds bfcfbd4 Add 6 patches migrating to pkg-config fully
adds 7d272bb Remove remnants of the old pkg-config management
adds 22eb9d9 The build system now links with the needed libraries only
adds f95990c Pthread seems to work correctly with libtool now
adds 2fbe084 New patch Make-pkgconfigdir-configurable.patch
adds e1050c0 New patch Make-pkgxmldir-configurable-and-export-it-via-pkg-co.patch
adds 4965d41 Run the internal tests during package build
adds e726909 Require experimental xmltooling for matching C++11 strings
adds ff1d780 New patch Don-t-generate-the-tag-file-it-isn-t-reproducible.patch
adds d081e84 Update changelog for 2.6.0-1 release
adds c4900c2 Build-Depend on zlib1g-dev (not pulled in by libssl-dev >= 1.1)
adds b9c7f00 Our header files include zlib headers, so depend on them
adds b23e409 Enable parallelism during the test steps
adds 7299078 Build-Depend explicitly on automake
adds bff9592 Switch gbp dch to verbose changelog entries
adds c536b07 Revert "New patch Don-t-generate-the-tag-file-it-isn-t-reproducible.patch"
adds e542531 The Doxygen tag file is unreproducible, don't ship it
adds 5eeb896 New patch Enable-the-dot-feature-of-Doxygen.patch
adds 144bd63 Don't ship the .md5 files from Doxygen
adds 8ca227b Update changelog for 2.6.0-2 release
new 1b95816 Don't ship the .map files from Doxygen
new 67fdd97 Revert "Require experimental xmltooling for matching C++11 strings"
new 36839b7 Update copyright years
new d7b472e Migrate to my Debian address
new ad78eca Update changelog for 2.6.0-3 release
The 5 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.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 +-
debian/changelog | 66 +
debian/control | 29 +-
debian/copyright | 6 +-
debian/gbp.conf | 1 +
debian/{libsaml8v5.install => libsaml9.install} | 0
...tomatically-includes-the-user-variable-CX.patch | 21 +
...ck-BUILD_UNITTEST-in-the-main-Makefile.am.patch | 53 +
...erive-correct-test-data-paths-from-srcdir.patch | 59 +
.../Disable-forcing-of-libtool-silent.patch | 6 +-
...ll-the-test-program-but-use-it-for-make-c.patch | 23 +
...ipping-tests-which-require-network-access.patch | 65 +
.../Enable-the-dot-feature-of-Doxygen.patch | 20 +
.../Localize-Boost-and-pthread-library-flags.patch | 57 +
.../patches/Make-pkgconfigdir-configurable.patch | 34 +
...dir-configurable-and-export-it-via-pkg-co.patch | 52 +
...ate-requirements-into-our-pkg-config-file.patch | 524 ++
.../patches/Refactor-test-source-generation.patch | 48 +
.../Remove-.pl-extension-of-cxxtestgen.patch | 21 +
...pendencies-are-well-known-no-need-to-decl.patch | 20 +
debian/patches/Use-pkg-config-for-Xerces.patch | 249 +
.../Use-pkg-config-for-log4shib-log4cpp.patch | 103 +
debian/patches/Use-pkg-config-for-xmlsec.patch | 81 +
debian/patches/Use-pkg-config-for-xmltooling.patch | 108 +
.../Use-pkg-config-for-zlib-and-openssl.patch | 102 +
.../Use-readdir-for-portability-no-PATH_MAX.patch | 45 +
debian/patches/We-don-t-use-OpenSSL-directly.patch | 41 +
debian/patches/series | 20 +
debian/rules | 30 +-
debian/samlsign.1 | 2 +-
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 +-
98 files changed, 13845 insertions(+), 12956 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
rename debian/{libsaml8v5.install => libsaml9.install} (100%)
create mode 100644 debian/patches/Automake-automatically-includes-the-user-variable-CX.patch
create mode 100644 debian/patches/Check-BUILD_UNITTEST-in-the-main-Makefile.am.patch
create mode 100644 debian/patches/Derive-correct-test-data-paths-from-srcdir.patch
create mode 100644 debian/patches/Don-t-install-the-test-program-but-use-it-for-make-c.patch
create mode 100644 debian/patches/Enable-skipping-tests-which-require-network-access.patch
create mode 100644 debian/patches/Enable-the-dot-feature-of-Doxygen.patch
create mode 100644 debian/patches/Localize-Boost-and-pthread-library-flags.patch
create mode 100644 debian/patches/Make-pkgconfigdir-configurable.patch
create mode 100644 debian/patches/Make-pkgxmldir-configurable-and-export-it-via-pkg-co.patch
create mode 100644 debian/patches/Propagate-requirements-into-our-pkg-config-file.patch
create mode 100644 debian/patches/Refactor-test-source-generation.patch
create mode 100644 debian/patches/Remove-.pl-extension-of-cxxtestgen.patch
create mode 100644 debian/patches/The-.cpp-dependencies-are-well-known-no-need-to-decl.patch
create mode 100644 debian/patches/Use-pkg-config-for-Xerces.patch
create mode 100644 debian/patches/Use-pkg-config-for-log4shib-log4cpp.patch
create mode 100644 debian/patches/Use-pkg-config-for-xmlsec.patch
create mode 100644 debian/patches/Use-pkg-config-for-xmltooling.patch
create mode 100644 debian/patches/Use-pkg-config-for-zlib-and-openssl.patch
create mode 100644 debian/patches/Use-readdir-for-portability-no-PATH_MAX.patch
create mode 100644 debian/patches/We-don-t-use-OpenSSL-directly.patch
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