Improve documentation of DAEMON_OPTS in /etc/default/shibd
[shibboleth/sp.git] / debian / changelog
1 shibboleth-sp2 (2.3+dfsg-1) UNRELEASED; urgency=high
2
3   [ Russ Allbery ]
4   * Urgency set to high for security fix.
5   * New upstream release.
6     - SECURITY: Partial fix for improper handling of URLs that could be
7       abused for script injection and other cross-site scripting attacks.
8       The complete fix also requires newer xmltooling and opensaml2
9       packages.  (Closes: #555608, CVE-2009-3300)
10     - Avoid shibd crash on dead memcache server.
11     - Pass the affiliation name to the session initiator.
12     - Correctly handle a bogus ACS.
13     - Allow overriding the URL that's passed to the DS.
14     - Add schema types for new attribute decoders introduced in 2.2.
15     - Handle success with partial logout in the logout UI code.
16     - Fix POST data preservation with empty parameters and empty forms.
17     - Fix SAML 1 specification of attributes in the query plugin.
18     - Shorten ePTId-type persistent identifiers.
19     - Use an ID rather than a whole doc reference for generated metadata.
20     - Fix spelling of scopeDelimiter in the configuration parser, making
21       the code and documentation match the schema.
22   * Rename library package for upstream SONAME bump.
23   * Tighten build and package dependencies on xmltooling and opensaml2 to
24     require the versions with the security fix.
25   * Fix watch file for the new version mangling.
26   * Improve documentation of DAEMON_OPTS in /etc/default/shibd.
27   * Remove unnecessary patches to upstream files regenerated during the
28     build from the source package diff.
29
30   [ Faidon Liambotis ]
31   * Run make install with NOKEYGEN=1 and stop rm-ing generated
32     certificates.  Fixes FTBFS.
33
34   [ Ferenc Wagner ]
35   * Run shibd as non-root.
36
37  -- Russ Allbery <rra@debian.org>  Tue, 10 Nov 2009 14:55:56 -0800
38
39 shibboleth-sp2 (2.2.1+dfsg-2) unstable; urgency=low
40
41   * Change the libapache2-mod-shib2 section to httpd, matching override.
42   * Add a NEWS.Debian entry for libapache2-mod-shib2 that explains the
43     recommended configuration update for the 2.2 version.  Thanks, Scott
44     Cantor and Kristof BAJNOK.
45
46  -- Russ Allbery <rra@debian.org>  Wed, 09 Sep 2009 12:15:08 -0700
47
48 shibboleth-sp2 (2.2.1+dfsg-1) unstable; urgency=high
49
50   * New upstream release.
51     - SECURITY: Fix improper handling of certificate names containing nul
52       characters.
53     - SECURITY: Correctly validate the use attribute of KeyDescriptors,
54       preventing use of a key for signing or for encryption if its use
55       field says it may not be used for that purpose.
56     - New shib-metagen script for generating Shibboleth SP metadata.
57     - Support preserving form data across user authentication.
58     - Support internal server redirection while maintaining protection.
59     - Fix incompatibility between lazy sessions and servlet containers.
60     - Fix some problems with dynamic metadata resolution.
61     - Fix incompatibility with mod_include.
62     - Fix single logout via SOAP.
63     - Fix shibd crash with invalid metadata.
64     - Fix crash in chaining attribute resolver.
65     - Avoid infinite loop on empty attribute mapped to REMOTE_USER.
66     - Fix handling of some Unicode data in relaystate data in URLs.
67     - Correctly return Success to LogoutRequest where appropriate.
68     - Avoid chunked encoding in back-channel calls.
69     - Correctly check Recipient values in assertions.
70     - Fix attributePrefix handling in some contexts.
71     - Fix generated metadata DiscoveryResponse.
72     - Fix handling of unsigned responses with encryption.
73     - Fix handling of InProcess property.
74   * Rename library package for upstream SONAME bump.
75   * Tighten build dependencies and schema package dependencies on
76     opensaml2 and xmltooling.
77   * Build against Xerces-C 3.0.
78   * Dynamically determine the Debian and upstream package versions for
79     get-orig-source from debian/changelog.
80   * Update libapache2-mod-shib2's README.Debian for changes to the
81     TestShib web pages.
82   * Use the automatically-extracted package version as the version number
83     for the man pages.
84   * Update standards version to 3.8.3.
85     - Create /var/run/shibboleth in the init script if it doesn't exist.
86     - Don't ship /var/run/shibboleth in the package.
87     - Remove /var/run/shibboleth in postrm if it exists.
88
89  -- Russ Allbery <rra@debian.org>  Mon, 07 Sep 2009 16:14:29 -0700
90
91 shibboleth-sp2 (2.1.dfsg1-2) unstable; urgency=low
92
93   * Redo the variable quoting in doxygen.m4 so that configure can be
94     rebuilt with Autoconf 2.63.  (Closes: #518039)
95
96  -- Russ Allbery <rra@debian.org>  Tue, 03 Mar 2009 15:03:10 -0800
97
98 shibboleth-sp2 (2.1.dfsg1-1) unstable; urgency=low
99
100   [ Russ Allbery ]
101   * New upstream version.
102     - New memory cache storage backend.
103     - Schema validation is now optional.
104     - Many bug fixes.
105   * Bump SONAME of libshibsp following upstream's versioning.
106   * Build-depend on libsaml2-dev >= 2.1 following the upstream spec file
107     and libxmltooling-dev 1.1 just in case (required by OpenSAML 2.1).
108   * Fix the name of the tarball created by get-orig-source.
109   * Logcheck rules.
110   * Tighten the dependency versioning; the 2.1 SP library requires the
111     2.1 schemas from the Shibboleth SP and OpenSAML and the 1.1 schemas
112     from XMLTooling.
113   * Remove duplicate Section field for libapache2-mod-shib2.
114
115   [ Ferenc Wagner ]
116   * Follow the libshibsp1->2 package rename in the dh_makeshlibs invocation.
117   * Remove the Shibboleth minor version number from README.Debian.
118   * Comment out the reference to WS-Trust.xsd from the catalog.xml file in
119     shibboleth-sp2-schemas and document how to enable it again.
120
121  -- Russ Allbery <rra@debian.org>  Fri, 27 Feb 2009 20:54:51 -0800
122
123 shibboleth-sp2 (2.0.dfsg1-4) unstable; urgency=low
124
125   [ Ferenc Wagner ]
126   * Rename debian/shib.load to debian/shib2.load to avoid clashing with the
127     libapache2-mod-shib package.  Otherwise its Apache config file breaks our
128     module.
129   * Add directory /var/log/shibboleth to libapache2-mod-shib2 (thanks to Peter
130     Schober for noticing)
131
132   [ Russ Allbery ]
133   * Add a postinst to disable the old configuration on upgrade and enable
134     the module if it had been enabled under the old configuration name.
135   * Wait for shibd to exit on stop or restart.  This fixes a bug in
136     restart that could lead to no new shibd being started because the old
137     one had not yet exited.
138   * Fix a syntax error in the shibd man page.
139
140  -- Russ Allbery <rra@debian.org>  Tue, 14 Oct 2008 21:47:36 -0700
141
142 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
143
144   [ Ferenc Wagner ]
145   * Avoid brace expansion in debian/rules, dash does not like it.
146     (Closes: #493408)
147
148   [ Russ Allbery ]
149   * Add logcheck rules to ignore some of the routine messages from the
150     Apache module.  This only covers startup and teardown; more will
151     need to be added.
152   * Fix watch file for new upstream tarball naming.
153
154  -- Russ Allbery <rra@debian.org>  Tue, 19 Aug 2008 19:04:35 -0700
155
156 shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
157
158   * Apply upstream fix for variable sizes in the ODBC code.  Fixes a
159     FTBFS on 64-bit platforms.  (Closes: #492101)
160
161  -- Russ Allbery <rra@debian.org>  Thu, 24 Jul 2008 08:44:50 -0700
162
163 shibboleth-sp2 (2.0.dfsg1-1) unstable; urgency=low
164
165   [ Ferenc Wágner ]
166   * Initial release (Closes: #480290)
167
168  -- Russ Allbery <rra@debian.org>  Wed, 25 Jun 2008 20:06:10 -0700
169