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