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