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