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