[cpp-sp] annotated tag debian/2.5.2+dfsg-2_bpo70+1 created (now 3a906dc)
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:46:39 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to annotated tag debian/2.5.2+dfsg-2_bpo70+1
in repository cpp-sp.
at 3a906dc (tag)
tagging d1ac1f3b015d6b08d5e1708e58e86f51b43816ee (commit)
replaces debian/2.5.2+dfsg-2
tagged by Russ Allbery
on Sun Apr 6 18:50:45 2014 -0700
- Log -----------------------------------------------------------------
Debian release 2.5.2+dfsg-2~bpo70+1
Format: 1.8
Date: Sun, 06 Apr 2014 18:23:31 -0700
Source: shibboleth-sp2
Binary: libapache2-mod-shib2 libshibsp6 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
Architecture: source amd64 all
Version: 2.5.2+dfsg-2~bpo70+1
Distribution: wheezy-backports
Urgency: medium
Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
Changed-By: Russ Allbery <rra at debian.org>
Description:
libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
libshibsp-dev - Federated web single sign-on system (development)
libshibsp-doc - Federated web single sign-on system (API docs)
libshibsp6 - Federated web single sign-on system (runtime)
shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
Closes: 666804 685069
Changes:
shibboleth-sp2 (2.5.2+dfsg-2~bpo70+1) wheezy-backports; urgency=medium
.
* Backport to wheezy.
* Revert the changes to build against Apache 2.4 and use dh_apache2, but
keep the change to enable the module by default on new installs.
.
shibboleth-sp2 (2.5.2+dfsg-2) unstable; urgency=low
.
* Upload to unstable.
.
shibboleth-sp2 (2.5.2+dfsg-1) experimental; urgency=low
.
* New upstream release.
- New shib-session and shib-user Require authentication types added,
which should be used in preference to Require valid-user or Require
user with Shibboleth authentication is desired.
- New ShibCompatValidUser Apache directive, which works around the way
that Shibboleth hooks into Require valid-user and Require user so
that those directives will continue to work with non-Shibboleth
authentication types. This directive will be needed for servers
that use Shibboleth and other authentication methods and want to use
Require valid-user or Require user with non-Shibboleth methods.
- Fix implementation of shib-metagen -l.
- Fix AttributeExtractor handling of multiple logos.
- Fix metadata attribute extraction with non-ASCII characters.
- Fix problems with Apache subrequests during server-side include
handling of unprotected pages.
- Add character set to DiscoFeed page header.
- Avoid leaking shibd sockets to child processes.
* Add NEWS entry for the authentication directive changes.
* Update README.Debian instructions to add AuthType None to the URLs
that have to be available to everyone and to use Require shib-session
instead of Require valid-user.
* Create /var/cache/shibboleth on install and remove it on purge.
* Link the FastCGI programs with libxmltooling-lite since they call one
of its interfaces directly. (This shows up as a build failure
otherwise due to the Debian build rules use of --as-needed.)
.
shibboleth-sp2 (2.5.1+dfsg-1) experimental; urgency=low
.
* New upstream release. (Closes: #685069)
- Support for Apache 2.4. Please note there are some configuration
incompabilities between Apache 2.4 and Apache 2.2. See the upstream
documentation at
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig
for more information. (Closes: #666804)
- Disable the PKCS 1.5 algorithm for SAML assertion encryption by
default for security reasons. This can be re-enabled if necessary
in the security-policy.xml configuration file.
- The protocol between the Apache module and shibd has changed. shibd
will be restarted during upgrades, but if the module is configured
to talk to a remote shibd over TCP, both the module and shibd must
be upgraded at the same time.
- Settings to limit redirections have been renamed from
relayStateLimit and relayStateWhitelist to redirectLimit and
redirectWhitelist respectively and the old names are deprecated (but
still supported).
- cookieProps has been simplified and warnings introduced if SSL
restrictions are not enabled.
- The <AttributeExtractor> element that loads the attribute-map.xml
file now defaults to reloadChanges="false". Restarting the SP when
this file changes is recommended for security reasons.
- Logging properties have been removed from the default configuration
file and the absence of properties now indicates use of the default
logging configuration files (shibd.logger and native.logger).
- The native.log file is now created as root before Apache child
initialization to minimize permission issues.
- Files that persist across server restarts have been moved to
/var/cache/shibboleth.
- The example style sheet for error templates has been moved to a
version-independent location in /usr/share/shibboleth. A logo file
is no longer included in the package to avoid accidental use of the
Shibboleth logo on production sites. If your existing error
templates reference these files, you should correct this by copying
files that you need to locations that you control.
- The module should now be referenced as mod_shib.cpp in conditionals
that want to reference a source file name.
- Clients that bounce between IPv4 and IPv6 addresses should now be
handled more smoothly.
- SP initialization now fails if an external session cache is
configured but cannot be opened.
* Update libapache2-mod-shib2's README.Debian:
- Use the Apache 2.4 authorization syntax.
- Mention possibly having to grant access to /Shibboleth.sso.
- The module is now enabled by default but still needs configuration.
- Update the upstream configuration documentation URL.
- The reason for switching native.logger to syslog is now obsolete
(but the package still does that, possibly to be reconsidered
later).
* Remove the (undefined) warn_log destination from the default
native.logger configuration file, restoring consistency with the
Debian modification to log to syslog. Since all native logs go to
syslog, there's no need to have differentiated log destinations based
on threshold. The previous version of the file referenced a
commented-out warn_log destination, which caused errors to be spammed
to syslog.
* Build with GSS-API support.
* Build and install FastCGI programs in /usr/lib/<triplet>/shibboleth.
For right now, these are still included in libapache2-mod-shib2, which
makes them substantially less useful than they would be in their own
package. Further work is required to allow the FastCGI programs plus
shibd to be installed independent of the Apache module.
* Add build dependency on libboost-dev.
* Use log4shib instead of log4cpp.
* Force build dependencies and package dependencies on xml-security-c
1.7 or later, xmltooling 1.5 or later, and opensaml2 2.5 or later to
ensure everything is consistent.
* Remove explicit build dependency on libtool. This is now handled by
dh-autoreconf.
* Add Multi-Arch: same to libshibsp-dev and Multi-Arch: foreign to
libshibsp-doc and shibboleth-sp2-schemas.
* Remove Conflicts with libapache2-mod-shib. lenny is dead.
* Fix the libshibsp-doc package name in the Suggests on libshibsp-dev
and remove the nonstandard version constraint.
* Install the upstream doc/RELEASE.txt file as the upstream changelog.
It's not exactly a changelog, but it has pointers to the upstream web
documentation of changes, which is probably what people are looking for.
* Drop postinst code to handle upgrades from the Shibboleth 1.x module,
which was last included in lenny.
* Switch to xz compression for the repackaged upstream
source, *.debian.tar, and the *.deb packages.
* Update upstream Homepage.
* Canonicalize the URLs in the Vcs-Git and Vcs-Browser control fields.
* Update standards version to 3.9.4.
- Update debian/copyright to specify copyright-format 1.0.
Checksums-Sha1:
0be4d8fd16fa7e9d07862a3ae489002ff7351bd5 1749 shibboleth-sp2_2.5.2+dfsg-2~bpo70+1.dsc
cf2eeec82133559f48cb56244f11f0be5a157332 567568 shibboleth-sp2_2.5.2+dfsg.orig.tar.xz
4c7dd3e0541e0be6514be6ae1001ba1f45b53334 23792 shibboleth-sp2_2.5.2+dfsg-2~bpo70+1.debian.tar.xz
66b08badf2e2eb5d8e2e129b23712198254b132c 270690 libapache2-mod-shib2_2.5.2+dfsg-2~bpo70+1_amd64.deb
df82c7c62dc9767e51af1a26a20e307147f0f4e6 842064 libshibsp6_2.5.2+dfsg-2~bpo70+1_amd64.deb
fd67f2018a1080a5186aa24b85d1747a6f97aff1 50794 libshibsp-dev_2.5.2+dfsg-2~bpo70+1_amd64.deb
4380980aa2f88e6289f18172690aa2f7e1141a41 259252 libshibsp-doc_2.5.2+dfsg-2~bpo70+1_all.deb
d929746c9596845695945cf87bb6a2c8a5fe3f23 26056 shibboleth-sp2-schemas_2.5.2+dfsg-2~bpo70+1_all.deb
Checksums-Sha256:
84ca9016b7c008349647821301cd4ff24c662c7b8452f4d71019cf0d4f3e8f3a 1749 shibboleth-sp2_2.5.2+dfsg-2~bpo70+1.dsc
a6052082a34e825cf3e8952bb84098b6f9df05316dc571fe232aba920c74493e 567568 shibboleth-sp2_2.5.2+dfsg.orig.tar.xz
e4258dab1017a97cdc211dcecfc57e723f0c5033b5c264333f85c20bd24f2d89 23792 shibboleth-sp2_2.5.2+dfsg-2~bpo70+1.debian.tar.xz
8ac031a7b32eb5c651c82dec25b6d39463add0605c958cc0de83a6570ff9cb53 270690 libapache2-mod-shib2_2.5.2+dfsg-2~bpo70+1_amd64.deb
2d294e52752348014f61822ba05094550543c41fe8d0445cc5216952ff60b8d3 842064 libshibsp6_2.5.2+dfsg-2~bpo70+1_amd64.deb
d307c579b3cc0ffd134f5701292150a591d1cd4db83721bec0bef43ee3273acb 50794 libshibsp-dev_2.5.2+dfsg-2~bpo70+1_amd64.deb
8ef3e3ec598cf5ca00d1f0dd57c275bc916d7e6b9d7b9e6fd5a8333557dc49a7 259252 libshibsp-doc_2.5.2+dfsg-2~bpo70+1_all.deb
8e72c9352a50374a65e5120e779f6ceec63d45849c7a16cf4406ad7204d7d5cf 26056 shibboleth-sp2-schemas_2.5.2+dfsg-2~bpo70+1_all.deb
Files:
80bbe55a675c0f4b831b909edc555444 1749 web extra shibboleth-sp2_2.5.2+dfsg-2~bpo70+1.dsc
98edbfbb63ef36bc732c79ebb4a65313 567568 web extra shibboleth-sp2_2.5.2+dfsg.orig.tar.xz
40a2362716db24ee3ce67a48f68e1bf7 23792 web extra shibboleth-sp2_2.5.2+dfsg-2~bpo70+1.debian.tar.xz
dc6026032d60d66b071d370d27b068c6 270690 httpd extra libapache2-mod-shib2_2.5.2+dfsg-2~bpo70+1_amd64.deb
f2387868733e3bf23843ea88505e2f3f 842064 libs extra libshibsp6_2.5.2+dfsg-2~bpo70+1_amd64.deb
0a3bccd1d690c0a6d6cc19db40f9578b 50794 libdevel extra libshibsp-dev_2.5.2+dfsg-2~bpo70+1_amd64.deb
d7fe7cbe146b0dcbc905972e1fd1ccf5 259252 doc extra libshibsp-doc_2.5.2+dfsg-2~bpo70+1_all.deb
944e481fb9dd7d0995dcc6dd2dfab128 26056 text extra shibboleth-sp2-schemas_2.5.2+dfsg-2~bpo70+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJTQgSMAAoJEH2AMVxXNt51ZQMH/0g5zC5yHs9KE/VLi23li49z
vtDH6blcU1/5claY5pMAefaQthmnyhqtALRIPb2e08Pian7qBR5umBgmOpfJIQHb
j/DnKHEcRoAxkidDFoUndDk4wm28lytOliURAgP5S1j0R35hi7EQyiI2pZTkhb21
yCZPi0mgghAvaVrUYpAqG0Y7he5Zk9tgKW0Alrhb8pFrer1WiaKVyNNmy7PHksmn
79gVi5afCZwFz1EHSjh+n8lrEtpIPVRRwslnCSLxcaOKY9r/Cqze18LxTOXubs+a
G/dIKv5Dflimh7pYA/FUUZahnE6kQ2oqEEVL2c6mHVmzJJdBIKsnB2C8M+KvMyI=
=yTmG
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 1b84acb Imported Upstream version 2.0
new 8882f03 Imported Debian patch 2.0-1
new f0b0d20 Add email address of Chad La Joie, the upstream author
new ce7a6da Close ITP in the changelog
new 2798519 doc-base integration
new 9d08111 Remove superfluous copyright texts
new aaffe61 Forgot to create the Apache2 module directory
new d455cea Create a directory for the manual page, too
new 568dc47 Depend on the XMLTooling and OpenSAML schemas
new a5848cb Install webpage elements and some documentation
new 1fae46b The Apache module chokes on the ShibSchemaDir directive, remove it
new 8a1ed06 Change priority to extra because we conflict with libapache2-mod-shib
new 0b57f14 The shib.conf file contained defaults only, thus removing it
new 9c10e82 Rewrite debian/copyright to use the new format
new 2b46c4b Add a get-orig-source target
new b73dbb1 Imported Upstream version 2.0.dfsg1
new 6bf220a Merge branch 'upstream'
new cfce3cd Merge branch 'upstream' into debian
new c818f58 Quickly fix some typos
new 910000a Build-depend on libxerces-c2-dev, add Homepage, Vcs-Git and Vcs-Browser fields
new 1304904 Revert to upstream config.guess and config.sub
new 649c69e Don't use Source-Version
new 48c178c Improve package descriptions (hopefully)
new 4eb9b74 Use standards-version 3.8.0
new 0be4949 Add a dependency on doxygen to generate API docs
new dba54d0 Change the doc-base section to Programming/C++
new 5772228 Overhaul debian/rules
new c2f5618 (Build-)depend on OpenSAML2 and XMLTooling
new 1f35b65 Follow repackaging with the Debian version number
new 5531c91 Correct file name of the repackaged source
new acd7b99 Build-depend on the XMLTooling and OpenSAML schema files
new 5fb8068 Remove dependency on the removed WS-Trust.xsd
new 7bb401b Add <memory> includes for auto_ptr
new b2d437f dh_link was unneded
new cadb6ba Force building the Apache 2.2 module
new 76b02ec One more missing <memory> include
new da68a3f We don't ship static libraries
new f4c1520 Add development package dependencies
new c93a0ce Include upstream documentation from the build tree
new 00cc12c Work around missing #include in xmltooling/io/HTTPRequest.h
new 85a745d Revert "We don't ship static libraries"
new 005ca62 Shorten the too long short package descriptions
new b56d608 Update version number and remove boilerplate
new 67fbe9c Update build-depends and re-run libtool at build time
new d613c4a Also remove all Makefile.in files in debian/rules clean
new 1027094 Update long and short package descriptions
new 49e2749 Break apart and rename library packages
new 1cdd314 Really add unixodbc-dev to the Build-Depends
new db828da Add a trailing slash to the homepage
new 1cbc1ee libshibsp1 should be in section libs
new e6927e6 Remove S from Default-Stop in shibd init script LSB headers
new 92240e9 Minor debian/rules cleanup
new 39dc9c7 Install upstream docs only in some packages
new 5cab23c Merge branch 'bug/gcc-4.3'
new 9213fb0 Merge branch 'bug/init'
new 1a53ea3 Merge branch 'bug/xmltooling'
new 2a50e2a Merge branch 'debian'
new 55a61ce Copy config.* files before running autotools
new c86ed97 Merge branch 'debian'
new 088af2d Remove WS-Trust.xsd from the upstream makefile
new 5efcc01 Merge branch 'debian'
new 4a70734 Add mangling to the watch file to remove .dfsg1
new 4361f38 Install the API docs into the correct directory
new 4044604 Only run dh_makeshlibs for libshibsp1
new 3e9db72 Move the Shibboleth SP schemas into a separate package
new 92c92cf Add man pages for mdquery and resolvertest
new 4707846 Add the --fqdn flag to hostname for generating keys
new f483bc9 Move keygen.sh into /usr/sbin and clean up /etc/shibboleth
new 4d07b45 Send the native log to syslog
new e4cb371 Unregister the shib module on package removal
new 988635c Add a README.Debian file with basic instructions
new 53be594 Merge branch 'debian'
new c15534f Install the shib-keygen man page in the right directory
new 4fef9a5 Include TestShib testing instructions
new 6570d22 Merge branch 'debian'
new 0a2b61c Update date of first upload
new 90ed04d Merge branch 'debian'
new b4c9d1b Include the text and reference for Expat and Apache-2.0
new 0450b42 Include the text and reference for Expat and Apache-2.0
new 92f0aa1 Merge branch 'debian'
new 65d5cca Fix variable sizes in the ODBC code
new bc2b126 Merge branch 'debian'
new 8163f58 Avoid brace expansion in debian/rules, dash does not like it.
new 4e6a722 Remove the space slippend into the version string.
new e8420aa Revert "Remove dependency on the removed WS-Trust.xsd"
new 32d53a1 Add initial logcheck rules for libapache2-mod-shib2
new 3087a94 Run dh_installlogcheck to install logcheck rules
new 58f0cec Ignore another syslog message from the Apache module
new 5ff6c2f Fix watch file for new upstream tarball naming
new cd2b2ff Finalize changes for 2.0.dfsg1-3
new 04a3c65 Merge branch 'debian'
new cfccc6a Change get-orig-source to pull version 2.1
new 521a131 Merge branch 'debian'
new fe7be2f Fix the tarball name used by get-orig-source
new 8cfb88b Imported Upstream version 2.1.dfsg1
new a29204f Merge branch 'upstream' into bug/gcc-4.3
new da8145c Merge branch 'upstream' into bug/init
new 976e9f1 Merge branch 'upstream' into bug/xmltooling
new d56ea35 Upstream fixed GCC 4.3 compilation errors in different ways
new bd7da5a Merge branch 'bug/gcc-4.3'
new f96934d Merge branch 'bug/init'
new 26cab37 Merge branch 'bug/xmltooling'
new 97e481c Add initial changes for 2.1.dfsg1-1
new 902cf1e Merge branch 'upstream' into debian
new b737d27 Merge branch 'debian'
new 23cc4e7 Bump build-dependencies on libsaml2-dev and libxmtooling-dev
new 3c5a76a Merge branch 'debian'
new 7c3e66e Revert "Work around missing #include in xmltooling/io/HTTPRequest.h"
new 42e487e Remove the minor version number from README.Debian
new ea3f278 Follow the libshibsp1->2 package rename in the dh_makeshlibs invocation
new 7ee6108 Merge branch 'debian'
new 6ab845c Merge branch 'bug/xmltooling'
new b5d93c1 Note my changes in debian/changelog
new ac10dd4 Merge branch 'debian'
new a2d1d8e Comment out the reference to the removed WS-Trust.xsd from the catalog file
new ff959fc Add directory /var/log/shibboleth to the libapache2-mod-shib2 package
new dd1ce4a Thanks to Peter Schober for pointing out that /var/log/shibboleth is missing from the package
new 040eca9 Merge branch 'debian'
new a322a54 Correct logcheck file name
new 43c6606 Document how to reenable WS-Trust.xsd
new c8b4132 Indent long description and wait for shibd to exit
new dba8923 Rename debian/shib.load to debian/shib2.load
new 50e4d4b Disable the shib module name on upgrade
new b566391 Add a NEWS file for the configuration file name change
new 9e2f1e0 Add changelog entry for additional init script fixes
new b4f3a8b Fix a syntax error in the shibd man page
new 52025f7 Disable the new module name
new 424a2e4 Also disable shib on initial install
new b771e54 Finalize changes for 2.0.dfsg1-4
new 712275e Merge branch 'bug/init'
new 82f618b Merge branch 'debian'
new 533b5d9 Don't recommend replacing all shibd options, that kills the PID file
new 10574a8 Tighten the shibboleth-sp2-schemas dependency
new 432a833 Tighten the dependencies on the OpenSAML and XMLTooling schemas
new 5b512d7 Merge branch 'debian'
new da5c358 Remove duplicate Section field for libapache2-mod-shib2
new 1c67c28 Finalize changes for 2.1.dfsg1-1
new 4a39ff0 Merge branch 'debian'
new db1873a Fix quoting for Autoconf 2.63
new 6a981b3 Merge branch 'bug/autoconf-doxygen'
new 389ef7b Add changelog entry for 2.1.dfsg1-2
new 4db637d Merge branch 'debian'
new 1e912c4 Update TestShib testing instructions
new eee9a97 Prepare for 2.2.1 packaging
new a5b1914 Imported Upstream version 2.2.1+dfsg
new dd8cdbd Merge branch 'upstream' into bug/autoconf-doxygen
new 39023c8 Merge branch 'upstream' into bug/init
new c772ba2 Merge branch 'upstream' into debian
new 762a4b7 Merge branch 'bug/autoconf-doxygen'
new 4c5563b Merge branch 'bug/init'
new c3841bb Merge branch 'debian'
new 73668ed Add changelog for upstream 2.2.1 release
new 4100ff5 Update copyright dates for 2.2.1 release and packaging
new e1b76e3 Update the shibd man page for new upstream options
new dfadb29 Remove remaining unnecessary delta from upstream
new 0cb5c3e Merge branch 'bug/autoconf-doxygen'
new 7657e20 Merge branch 'debian'
new e077895 Tighten dependencies for the 2.2 release
new 06a1b15 Build against Xerces-C 3.0
new 9f8700f Rename library package for upstream SONAME bump
new f1ce1d2 Update standards version to 3.8.3
new 0309ef4 Merge branch 'debian'
new fb16486 Also require xml-security-c 1.5 or later for build
new d7c3214 Merge branch 'debian'
new 93afff8 Don't include /var/run/shibboleth in the package and clean up on remove
new 5d4f4c7 Don't include /var/run/shibboleth in the package and clean up on remove
new 839e010 Merge branch 'debian'
new 593f991 /var/run/shibboleth is no more, so stop installing it
new ad30473 Merge branch 'debian'
new 3a45e56 Remove the new upstream doc installation
new 612759c Merge branch 'debian'
new 929195d Generate shlibs for the correct binary package
new 6c9eba4 Merge branch 'debian'
new a4896de Add debhelper token to libapache2-mod-shib2 postrm
new 5b03747 Remove the SuSE init script installed by upstream
new 359c5fe Properly install and document the metagen script
new ed5c5c5 metagen.sh should be a bash script
new 7d7e980 Use the upstream version as the man page version
new e0f4e13 Merge branch 'debian'
new 9ba203a Fix syntax error in shib-metagen man page
new 4fa234f Finalize changes for 2.2.1+dfsg-1
new e19495c Merge branch 'debian'
new 2224101 Change the libapache2-mod-shib2 section to httpd
new 35250f8 Add a NEWS.Debian entry for shibboleth2.xml updates
new 7760bcf Merge branch 'debian'
new 245f2b9 Run shibd as non-root On installation, create a new system user (_shibd) and run shibd as this user if possible.
new b80e914 Initial changelog for 2.3
new eea70e5 Fix watch file for the new version mangling
new 2b8daf0 Imported Upstream version 2.3+dfsg
new f63a2d3 Merge commit 'upstream/2.3+dfsg'
new 822e5af Merge branch 'upstream' into bug/init
new 317bfa4 Merge branch 'bug/init'
new adcb974 Merge branch 'upstream' into debian
new 5ab3a84 Update README.Debian for new require session syntax
new 86b8a8e Add additional upstream changes for 2.3
new 0336242 Merge branch 'debian'
new 03ba3ff Tighten build and package dependencies
new 0b4b4b9 Bump urgency for security fix
new 0f779c0 Rename library package for upstream SONAME bump
new 413ba5f Run make install with NOKEYGEN=1
new e1b95e1 Merge branch 'debian'
new ade705c Fix another location of the library package name
new 302d05f Merge branch 'debian'
new a715303 Revert local modification of shibsp/paths.h
new c540d1f Revert to upstream configs/Makefile.in
new fa18c05 Document removal of unnecessary patches to generated files
new 8411e75 Improve documentation of DAEMON_OPTS in /etc/default/shibd
new ca07de6 Additional documentation and formatting for DAEMON_USER support
new 1524052 Add a NEWS.Debian entry for the shibd run-time user change
new 47b681b Merge branch 'debian'
new 4c837dd Make NEWS.Debian urgency match debian/changelog urgency
new 78f49ca Finalize changes for 2.3+dfsg-1
new 6335bc7 Merge branch 'debian'
new c89ea14 Fix stray whitespace in init restart rule from mismerge
new f9647c2 Fix logic mistake in shibd as non-root user probe
new 6d5cf98 Fix comment typos in init script
new 7d9d425 Fix documentation in /etc/default/shibd
new c524172 Update date for the 2.3+dfsg-1 release
new 68b2910 Merge branch 'debian'
new e3f9f27 Fix pidfile removal
new 5d5c789 Initial changelog entry for 2.3.1+dfsg-1
new fb303a3 Imported Upstream version 2.3.1+dfsg
new e17d36e Merge commit 'upstream/2.3.1+dfsg'
new 163c5e0 Merge commit 'upstream/2.3.1+dfsg' into bug/init
new 1d60c96 Merge commit 'upstream/2.3.1+dfsg' into debian
new 15e105d Add upstream changes for 2.3.1
new b2747ac Merge branch 'bug/unlink-pidfile'
new 726f417 Add changelog entry for the shibd PID bug fix
new 29981e6 Merge branch 'debian'
new 9a09dd8 Add ${misc:Depends} and ${shlibs:Depends} to dependencies
new 02ea41d Merge branch 'debian'
new 98eaf13 Finalize changes for 2.3.1+dfsg-1
new 0075f0d Merge branch 'debian'
new 1a81c69 Modify shib-keygen to create the certificate key group-readable
new 273e527 Merge branch 'debian'
new 066f128 Update standards version to 3.8.4
new b8f99fa Force source format 1.0 for now since it makes backporting easier
new 4f2bb6b Update debhelper compatibility level to V7
new be3e3bf Finalize changes for 2.3.1+dfsg-2
new 672e2ec Merge branch 'debian'
new 2a35333 Add myself to Uploaders.
new af0eb9b Enable and ship memcache-store.
new c89ec5f Fix watch file
new fc2fcc3 Mention CVE for the world-readable key issue
new 4496ca3 Restart Apache from the module postinst
new 646e500 Test with -f to ignore a possibly dangling symlink
new c5a78ff Coalesce unreleased versions
new 34c09fe Only restart Apache on package configure if it is running
new 9cfa745 Suppress output from checking whether Apache is running
new 3e8d830 Fix changelog entries for cherry-picking from squeeze
new b4c0bfc Merge commit 'upstream/2.3.1+dfsg' into bug/unlink-pidfile
new f5f2d61 Merge branch 'tmp'
new f3a2de6 Merge in 2.3.1+dfsg-5 changelog
new 943b401 Add changelog entry for new upstream release
new f9e6779 Use rm -rf in get-orig-source target
new dcdaebe Imported Upstream version 2.4.2+dfsg
new 452b2d3 Merge commit 'upstream/2.4.2+dfsg'
new f5b6e96 Merge branch 'upstream' into bug/unlink-pidfile
new ad6ee1e Merge branch 'bug/unlink-pidfile'
new bbf063d Add a summary of changes for new upstream release
new aff0fb5 Update debian/copyright to the current DEP-5 specification
new 304eaae Change package names for the upstream SONAME change
new a9de6c2 Remove pkg-config file from debian/copyright
new b8bef97 Update build dependencies and dependency versions
new 764f0db Reformat debian/control somewhat
new 9dd08d1 Update to debhelper compatibility level V8
new 05f5392 Change to Debian source format 3.0 (quilt)
new 244dada Add build dependency on graphviz for better API documentation
new ced5674 Replace the Doxygen copy of jQuery with the packaged version
new 5000dd5 Add the generic debian/rules rule for dh
new d5d479a Update standards version to 3.9.1
new 8a0a94e Also make the Shibboleth key owned by _shibd
new e58ce73 Update Debian man pages for upstream utility changes
new 123f969 Also remove config.guess and config.sub on clean
new 618073e Remove the *.la files installed in /usr/lib/shibboleth
new 2d44c9f Stop removing the mod_shib *.la file separately
new 5b51e4c Remove unnecessary $(CURDIR) variables
new 31c0748 Add bug closers for the 2.4.2+dfsg-1 release
new 2563cfd Fix dependency from libshibsp-dev to libshibsp5
new 832ff8e shibd init script fixes
new 0897e36 Ignore Shibboleth plugins for dh_makeshlibs
new 8da0544 Remove *.gif files from doc-base configuration
new 16178e4 Finalize changes for 2.4.2+dfsg-1
new e45f706 Update standards version to 3.9.2
new 41ddbbd Remove ${shlibs:Depends} from libshibsp-dev
new b23cd8c Include stddef.h in mod_apache.cpp for g++ 4.6
new 6932c03 Merge branch 'bug/gcc-4.6'
new ceb7939 Add changelog entry for the stddef.h fix
new 5af40f5 Finalize changes for 2.4.2+dfsg-2
new cd50f2c Use cstddef instead of stddef.h
new 89a820b Merge branch 'bug/gcc-4.6'
new aff0ea1 Add changelog for <cstddef> tweak
new d79500e Update debian/{watch,rules} for the new distribution location
new a576417 Add initial changelog entry for new upstream release
new f2b5c8f Imported Upstream version 2.4.3+dfsg
new 70cdaec Merge commit 'upstream/2.4.3+dfsg'
new b297fc3 Merge branch 'upstream' into bug/gcc-4.6
new 80463ad Remove duplicate cstddef include
new cb7bed4 Merge branch 'bug/gcc-4.6'
new 13421e2 Add changelog for upstream 2.4.3 release
new d643c91 Copyright updates for the new upstream release
new 2f5b3e9 Remove changelog entry for change obviated by upstream release
new a567c51 Tell update-rc.d to not install stop links for the shibd init script
new f016e47 Finalize changes for 2.4.3+dfsg-1
new 7b9b23b Update the upstream download location in debian/copyright
new 48b645e Build with g++ 4.4 on armel
new f889d77 Fix facility in the native.logger configuration file
new c211498 Finalize changes for 2.4.3+dfsg-2
new a4e5882 Fix some formatting issues in debian/copyright caught by Lintian
new f4f581d Remove the g++-4.4 workaround for armel
new 26389b6 Debhelper level V9, enable hardening and multi-arch
new 28b09bb Use dh-autoreconf to rebuild the build system
new 4146a35 Further fixes for multiarch paths during the build
new 0710bef Readd shibsp/paths.h to debian/clean
new a64e45e Add missing ${misc:Pre-Depends} dependency
new 39f094d Build with --as-needed to drop some unnecessary dependencies
new 1d7433c Rewrite the shibd init script to use LSB functions, add status
new 527a977 Tighten library dependencies for libshibsp
new 2a05bab Finalize changes for 2.4.3+dfsg-4
new 558acf2 Restore mistakenly deleted shibsp/paths.h
new 1c681e9 Add PIE to the hardening flags for the shibd binary
new 7703b3f Apply patch for libmemcached 1.0 support
new 881ab42 Make the single-debian-patch and patch-header options local
new 3115204 Fix syntax error in update-rc.d invocation
new 67bb3b0 Finalize changes for 2.4.3+dfsg-5
new 303cf48 Fix native.logger configuration
new ae498d4 Leave the native.logger upstream default
new 77a063f Update get-orig-source for 2.5.1, switch to xz compression
new 2c4682a Imported Upstream version 2.5.1+dfsg
new 4f62808 Merge tag 'upstream/2.5.1+dfsg'
new 97d08da Install RELEASE.txt as the upstream changelog
new 6aa776c Add changelog for upstream 2.5.1 release
new eee70f5 First pass of updating the build system for Apache 2.4
new 6f606cd Remove now-unncessary maintainer script actions
new 686e14e Use log4shib and bump package dependencies
new b99d53e Add build dependency on libboost-dev
new 0bae089 Remove explicit build dependency on libtool
new bd1314a Add additional Multi-Arch control fields
new 8028730 Remove Conflicts with libapache2-mod-shib
new 22b6eaf Switch to xz compression for *.debian.tar and *.deb
new 67a1dec Update upstream Homepage
new 7b47b27 Canonicalize Vcs-* URLS, update standards version and copyright
new 43d5c1b Build with GSS-API support
new c4eb33e Build the FastCGI support
new eebcb2c Adjust packaging for upstream SONAME change
new 67804f5 Update README.Debian and install for the removed logo
new 9f26ce1 Document the new -l flag to shib-metagen
new 33aa963 Update debian/copyright for the upstream 2.5.1 release
new 735c0e2 Actually enable GSS-API support
new 5b27ab5 Remove old, unnecessary version information for dh_makeshlibs
new 1d51a5c Drop now-unnecessary removal of *.la files for plugins
new b59f53f Fix moving of the Apache module
new 2f86a60 Install the files in /usr/share/shibboleth
new 0d46204 Remove explicit install rule for module load configuration
new 388bd87 Fix the Suggests from libshibsp-dev to libshibsp-doc
new abe89dd Fix the Apache module name to match the package
new b8e73ec Drop old postinst code for libapache2-mod-shib upgrades
new c8b7b99 Fix another place affected by the Apache module renaming
new 0767db8 Update README.Debian for hte new release and Apache 2.4
new a1d4225 Finalize changes for 2.5.1+dfsg-1
new 7815040 Upload to experimental, fix doc of FastCGI programs
new 310b983 Add stub changelog entry for the 2.5.2 release
new 1554c25 Imported Upstream version 2.5.2+dfsg
new 9d21650 Merge tag 'upstream/2.5.2+dfsg'
new 5c6141b Add changelog, NEWS, and doc updates for 2.5.2 release
new fbc93a0 Create /var/cache/shibboleth on install and remove it on purge
new b456d94 Link FastCGI programs directly with libxmltooling-lite
new bb96e1f Finalize changes for 2.5.2+dfsg-1
new fa17c56 Upload 2.5.2+dfsg-2 to unstable
new 666b390 Revert packaging changes for Apache 2.4
new 8b6f7ed Enable the module by default on new installs
new d1ac1f3 Add changelog for the wheezy backport
The 372 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list