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