[shibboleth-sp2] branch debian/master updated (ba60a28 -> 7252620)
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Fri Mar 11 15:40:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a change to branch debian/master
in repository shibboleth-sp2.
from ba60a28 Update changelog for 2.5.5+dfsg1-1 release
new 60fd776 Replace obsolete libsystemd-daemon-dev B-D with libsystemd-dev
new 9dbea00 Move doxygen and graphviz into Build-Depends-Indep
new 2dabf1d Use systemd on Linux only
new f46e4ac Rename files via dh-exec, now that we use it anyway
new 36e1b4c Let dh_fixperms make shib-keygen executable
new d90b945 New patch Add-Documentation-key-to-shibd-service-file.patch
new 3e6b865 Install the Apache module by dh_install
adds 90d37dd SSPCPP-665 - Use of systemd breaks on reboot
adds 09c890e Update MSI names to carry patch version
adds 1fe0319 Update library/software version.
adds d5cdc2c Apply typo fixes provided by Debian packagers.
adds cfced5e Clean up ignores.
adds b39c621 SSPCPP-675 - configuration sample cites "federation.org"
adds eab3df9 Re-convert linefeeds to undo Eclipse's handiwork
adds 26d8a2c SSPCPP-670 - Session Cleanup for Database Session Storage can cause performance issues
adds 3417a21 Fix line feeds again, VS is also broken.
adds 6510318 SSPCPP-671 - Handling of partial success in LogoutResponse needs work
adds 65b3657 SSPCPP-669 - cached samlds.json files prematurely removed w/ multiple applicationIds
adds 994d015 Update solution file after loading into VS2015.
adds 9c59ec4 Imported Upstream version 2.5.6+dfsg1
new 94c2670 Merge tag 'upstream/2.5.6+dfsg1' into debian/master
new 469e9f2 Remove two upstreamed patches, update the rest
new 0047c9a Update Standards-Version to 3.9.7 (no changes needed)
new cd08c31 Fix fallout from dh-exec migration
new 7252620 Update changelog for 2.5.6+dfsg1-1 release
The 12 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 | 373 +-
aclocal.m4 | 825 +--
adfs/Makefile.in | 279 +-
adfs/adfs.cpp | 2 +-
adfs/adfs.rc | 12 +-
apache/Makefile.in | 351 +-
apache/mod_shib.cpp | 2 +-
apache/mod_shib_13.rc | 12 +-
apache/mod_shib_20.rc | 12 +-
apache/mod_shib_22.rc | 12 +-
apache/mod_shib_24.rc | 12 +-
build-aux/compile | 347 --
build-aux/config.guess | 185 +-
build-aux/config.sub | 92 +-
build-aux/depcomp | 455 +-
build-aux/install-sh | 374 +-
build-aux/ltmain.sh | 5522 +++++++-------------
build-aux/missing | 414 +-
config.h.in | 3 +-
config_win32.h | 6 +-
configs/Makefile.am | 2 +-
configs/Makefile.in | 123 +-
configs/shibboleth2.xml | 2 +-
configure | 3570 +++++--------
configure.ac | 2 +-
debian/changelog | 17 +
debian/clean | 1 -
debian/control | 10 +-
debian/libapache2-mod-shib2.apache2 | 1 -
debian/libapache2-mod-shib2.install | 3 +
...d-Documentation-key-to-shibd-service-file.patch | 20 +
debian/patches/Avoid-libtool-silent-flag.patch | 2 +-
debian/patches/Fix-typo-acccepted-accepted.patch | 21 -
debian/patches/Fix-typo-paremeter-parameter.patch | 21 -
.../patches/Remove-WSTrust-schema-references.patch | 2 +-
...r-libsystemd-instead-of-libsystemd-daemon.patch | 29 +
debian/patches/series | 4 +-
debian/rules | 23 +-
debian/shibboleth-sp2-common.install | 5 +-
debian/shibboleth-sp2-utils.install | 6 +
doc/Makefile.in | 125 +-
doc/README.txt | 2 +-
fastcgi/Makefile.in | 302 +-
fastcgi/shibauthorizer.rc | 12 +-
fastcgi/shibresponder.rc | 12 +-
isapi_shib/.gitignore | 7 +
isapi_shib/isapi_shib.rc | 12 +-
m4/libtool.m4 | 2560 ++++-----
m4/ltoptions.m4 | 127 +-
m4/ltsugar.m4 | 7 +-
m4/ltversion.m4 | 12 +-
m4/lt~obsolete.m4 | 7 +-
memcache-store/Makefile.in | 267 +-
memcache-store/memcache-store.rc | 12 +-
nsapi_shib/Makefile.in | 274 +-
nsapi_shib/nsapi_shib.rc | 12 +-
odbc-store/Makefile.in | 267 +-
odbc-store/odbc-store.cpp | 22 +-
odbc-store/odbc-store.rc | 12 +-
plugins/Makefile.in | 290 +-
plugins/plugins.rc | 12 +-
schemas/Makefile.am | 2 +-
schemas/Makefile.in | 122 +-
selinux/Makefile.am | 2 +-
selinux/Makefile.in | 124 +-
shibboleth.spec | 18 +-
shibboleth.spec.in | 16 +
shibd/Makefile.in | 272 +-
shibd/shibd.rc | 12 +-
shibsp/Makefile.am | 560 +-
shibsp/Makefile.in | 1645 +++---
shibsp/config_pub.h | 8 +-
shibsp/handler/impl/DiscoveryFeed.cpp | 35 +-
shibsp/handler/impl/SAML2Logout.cpp | 12 +-
shibsp/paths.h | 16 +-
shibsp/shibsp.rc | 12 +-
shibsp/version.h | 2 +-
util/Makefile.in | 257 +-
util/mdquery.rc | 12 +-
util/resolvertest.rc | 12 +-
80 files changed, 8130 insertions(+), 12516 deletions(-)
delete mode 100755 build-aux/compile
mode change 100644 => 100755 debian/libapache2-mod-shib2.install
create mode 100644 debian/patches/Add-Documentation-key-to-shibd-service-file.patch
delete mode 100644 debian/patches/Fix-typo-acccepted-accepted.patch
delete mode 100644 debian/patches/Fix-typo-paremeter-parameter.patch
create mode 100644 debian/patches/Search-for-libsystemd-instead-of-libsystemd-daemon.patch
mode change 100644 => 100755 debian/shibboleth-sp2-utils.install
create mode 100644 isapi_shib/.gitignore
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list