[cpp-sp] branch master updated (8b6b9b0 -> 5f2e587)
Scott Cantor
cantor.2 at osu.edu
Wed Jun 27 20:35:41 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch master
in repository cpp-sp.
from 8b6b9b0 Promote a related reverse index setting to the top-level cache type.
new b83aa0d Avoid libtool --silent flag
new 6a537b0 Add Documentation key to shibd service file
new 03587fd Increase the timeouts in the shibd service file
new 42e696e Add pkg-config files for libshibsp and libshibsp-lite
new ac8c3fc Use pkg-config for log4shib/log4cpp
new 2cd8a00 Use pkg-config for xmltooling
new ab1f271 Localize pthread library flags
new aef9ebc Localize Boost preprocessor flags
new c165aae We don't use OpenSSL directly
new 5021b65 Use pkg-config for Xerces
new 0f18127 Use pkg-config for OpenSAML
new ac27219 Use pkg-config for xmlsec, but remove superfluous linkages
new b5476b4 Use pkg-config for GSSAPI
new 218b357 The plugins use GSSAPI only if the naming extensions are available
new 31e2cf3 Enable the dot feature of Doxygen
new 030de50 Add missing flags/libs to makefiles, fix GSS decl test, set pkgconfig path in spec.
new 5f2e587 Fix reverted filename.
The 17 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:
.gitignore | 1 +
Makefile.am | 2 +
adfs/Makefile.am | 23 +-
apache/Makefile.am | 62 ++++-
configs/shibboleth2.xml | 2 +-
configs/shibd-systemd.in | 6 +-
configure.ac | 459 ++++-----------------------------
fastcgi/Makefile.am | 16 +-
m4/ax_pkg_check_modules.m4 | 69 +++++
m4/ax_restore_flags.m4 | 52 ++++
m4/ax_save_flags.m4 | 71 +++++
memcache-store/Makefile.am | 13 +-
nsapi_shib/Makefile.am | 13 +-
odbc-store/Makefile.am | 13 +-
plugins/GSSAPIAttributeExtractor.cpp | 6 +-
plugins/Makefile.am | 36 ++-
plugins/plugins.cpp | 4 +-
shibboleth.spec.in | 15 +-
shibd/Makefile.am | 17 +-
shibsp-lite.pc.in | 13 +
shibsp.pc.in | 13 +
shibsp/Makefile.am | 33 ++-
shibsp/handler/impl/RemotedHandler.cpp | 6 +-
util/Makefile.am | 29 ++-
24 files changed, 500 insertions(+), 474 deletions(-)
create mode 100644 m4/ax_pkg_check_modules.m4
create mode 100644 m4/ax_restore_flags.m4
create mode 100644 m4/ax_save_flags.m4
create mode 100644 shibsp-lite.pc.in
create mode 100644 shibsp.pc.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list