[shibboleth-sp2] branch wheezy-backports updated (d1ac1f3 -> 1dc6d5a)
Russ Allbery
rra at stanford.edu
Fri Jul 11 06:31:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
rra pushed a change to branch wheezy-backports
in repository shibboleth-sp2.
from d1ac1f3 Add changelog for the wheezy backport
adds 585c8cb Move shibsp/paths.h to an architecture-specific directory
adds af1fc94 Update pending release version for the new upstream release
adds 055935b Imported Upstream version 2.5.3+dfsg
adds 3fa6d45 Merge tag 'upstream/2.5.3+dfsg'
adds 7689ee7 Add changelog for upstream 2.5.3 release
adds ca9aac0 Update standards version to 3.9.5
adds 7438447 Increase urgency to medium to match the new urgency standard
adds 33668ad Disable forcing of libtool --silent
adds ac406e9 Split libapache2-mod-shib2 somewhat
adds d559a9e Remove now-unnecessary dh_builddeb override
adds d637d59 Stop symlinking the Doxygen-generated jQuery file
adds 1ce35f7 Remove unnecessary dh_installinit parameters
adds 6c413e1 Revert all patches in preparation for gbp-pq switch
adds 8200c34 Convert to gbp pq patch management
adds 43377ab Fix creation of the multiarch include directory
adds aac296e Remove duplicate Section in debian/control
adds ca8fc9d Add ${misc:Depends} dependency for shibboleth-sp2-common
adds f5544a4 Move adduser dependency to shibboleth-sp2-utils
adds 53da8a3 Add Lintian override for embedded-javascript-library
adds 0af44de Add bug closer for shibboleth-sp2-common package split
adds 52d7a2a Further refactoring of the package set
adds 54ed408 Fix short description for libshibsp-plugins
adds 47789e2 Drop plugins from libapache2-mod-shib2
adds 2666cb6 Finalize changes for 2.5.3+dfsg-1
adds f7da2e8 Add Breaks and Replaces for the package changes
new 109da68 Merge branch 'master' into wheezy-backports
new 1dc6d5a Update changelog date for 2.5.3+dfsg-1~bpo70+1
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:
adfs/adfs.rc | 10 +-
apache/mod_shib.cpp | 11 +-
apache/mod_shib_13.rc | 10 +-
apache/mod_shib_20.rc | 10 +-
apache/mod_shib_22.rc | 10 +-
apache/mod_shib_24.rc | 10 +-
build-aux/ltmain.sh | 4 +-
config_win32.h | 6 +-
configs/Makefile.am | 2 +-
configs/apache.config.in | 3 +-
configs/apache2.config.in | 3 +-
configs/apache22.config.in | 3 +-
configs/apache24.config.in | 2 +-
configs/keygen.sh | 9 +-
configs/native.logger.in | 44 ++---
configs/postTemplate.html | 10 +-
configs/shibd-debian.in | 143 +++------------
configs/shibd-redhat.in | 4 +-
configure | 20 +--
configure.ac | 2 +-
debian/changelog | 40 ++++-
debian/clean | 2 +-
debian/control | 80 ++++++++-
debian/libapache2-mod-shib2.dirs | 2 -
debian/libapache2-mod-shib2.install | 4 -
debian/libshibsp-doc.lintian-overrides | 6 +
debian/libshibsp-plugins.install | 1 +
.../patches/0001-Improve-shibd-init-script.patch | 196 +++++++++++++++++++++
.../0002-keygen-improvements-for-Debian.patch | 39 ++++
.../patches/0003-Avoid-libtool-silent-flag.patch | 24 +++
.../patches/0004-Shire-log-path-for-Debian.patch | 23 +++
.../0005-Default-native-logger-to-syslog.patch | 69 ++++++++
.../0006-Remove-WSTrust-schema-references.patch | 38 ++++
debian/patches/series | 6 +
debian/rules | 51 +++---
debian/shibboleth-sp2-common.install | 2 +
debian/shibboleth-sp2-schemas.install | 1 -
debian/shibboleth-sp2-utils.dirs | 2 +
debian/shibboleth-sp2-utils.install | 4 +
...hib2.postinst => shibboleth-sp2-utils.postinst} | 2 +-
...od-shib2.postrm => shibboleth-sp2-utils.postrm} | 0
....default => shibboleth-sp2-utils.shibd.default} | 0
debian/source/local-options | 1 -
debian/source/local-patch-header | 10 --
fastcgi/Makefile.in | 12 +-
fastcgi/shibauthorizer.rc | 10 +-
fastcgi/shibresponder.rc | 10 +-
isapi_shib/isapi_shib.rc | 10 +-
memcache-store/memcache-store.rc | 12 +-
nsapi_shib/nsapi_shib.rc | 10 +-
odbc-store/odbc-store.rc | 12 +-
plugins/plugins.rc | 10 +-
schemas/Makefile.am | 3 +-
schemas/catalog.xml.in | 2 -
schemas/shibboleth-2.0-native-sp-config.xsd | 3 +-
shibboleth.spec | 2 +-
shibd/shibd.rc | 10 +-
shibsp/Makefile.am | 8 +-
shibsp/Makefile.in | 8 +-
shibsp/SPConfig.cpp | 15 +-
shibsp/handler/impl/AbstractHandler.cpp | 4 +-
shibsp/metadata/DynamicMetadataProvider.cpp | 7 +
shibsp/shibsp.rc | 10 +-
shibsp/version.h | 2 +-
util/mdquery.rc | 10 +-
util/resolvertest.rc | 10 +-
66 files changed, 746 insertions(+), 353 deletions(-)
create mode 100644 debian/libshibsp-doc.lintian-overrides
create mode 100644 debian/libshibsp-plugins.install
create mode 100644 debian/patches/0001-Improve-shibd-init-script.patch
create mode 100644 debian/patches/0002-keygen-improvements-for-Debian.patch
create mode 100644 debian/patches/0003-Avoid-libtool-silent-flag.patch
create mode 100644 debian/patches/0004-Shire-log-path-for-Debian.patch
create mode 100644 debian/patches/0005-Default-native-logger-to-syslog.patch
create mode 100644 debian/patches/0006-Remove-WSTrust-schema-references.patch
create mode 100644 debian/patches/series
create mode 100644 debian/shibboleth-sp2-common.install
delete mode 100644 debian/shibboleth-sp2-schemas.install
create mode 100644 debian/shibboleth-sp2-utils.dirs
create mode 100644 debian/shibboleth-sp2-utils.install
rename debian/{libapache2-mod-shib2.postinst => shibboleth-sp2-utils.postinst} (94%)
rename debian/{libapache2-mod-shib2.postrm => shibboleth-sp2-utils.postrm} (100%)
rename debian/{libapache2-mod-shib2.shibd.default => shibboleth-sp2-utils.shibd.default} (100%)
delete mode 100644 debian/source/local-options
delete mode 100644 debian/source/local-patch-header
--
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