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