8a252ebd85ff2de24ff293f44106d5d5e5bb01c2
[shibboleth/sp.git] / debian / changelog
1 shibboleth-sp2 (2.3+dfsg-1) UNRELEASED; urgency=low
2
3   [ Russ Allbery ]
4   * New upstream release.
5     - SECURITY: Partial fix for improper handling of URLs that could be
6       abused for script injection and other cross-site scripting attacks.
7       The complete fix also requires newer xmltooling and opensaml2
8       packages.  (Closes: #555608, CVE-2009-3300)
9   * Fix watch file for the new version mangling.
10
11   [ Ferenc Wagner ]
12   * Run shibd as non-root.
13
14  -- Russ Allbery <rra@debian.org>  Tue, 10 Nov 2009 14:55:56 -0800
15
16 shibboleth-sp2 (2.2.1+dfsg-2) unstable; urgency=low
17
18   * Change the libapache2-mod-shib2 section to httpd, matching override.
19   * Add a NEWS.Debian entry for libapache2-mod-shib2 that explains the
20     recommended configuration update for the 2.2 version.  Thanks, Scott
21     Cantor and Kristof BAJNOK.
22
23  -- Russ Allbery <rra@debian.org>  Wed, 09 Sep 2009 12:15:08 -0700
24
25 shibboleth-sp2 (2.2.1+dfsg-1) unstable; urgency=high
26
27   * New upstream release.
28     - SECURITY: Fix improper handling of certificate names containing nul
29       characters.
30     - SECURITY: Correctly validate the use attribute of KeyDescriptors,
31       preventing use of a key for signing or for encryption if its use
32       field says it may not be used for that purpose.
33     - New shib-metagen script for generating Shibboleth SP metadata.
34     - Support preserving form data across user authentication.
35     - Support internal server redirection while maintaining protection.
36     - Fix incompatibility between lazy sessions and servlet containers.
37     - Fix some problems with dynamic metadata resolution.
38     - Fix incompatibility with mod_include.
39     - Fix single logout via SOAP.
40     - Fix shibd crash with invalid metadata.
41     - Fix crash in chaining attribute resolver.
42     - Avoid infinite loop on empty attribute mapped to REMOTE_USER.
43     - Fix handling of some Unicode data in relaystate data in URLs.
44     - Correctly return Success to LogoutRequest where appropriate.
45     - Avoid chunked encoding in back-channel calls.
46     - Correctly check Recipient values in assertions.
47     - Fix attributePrefix handling in some contexts.
48     - Fix generated metadata DiscoveryResponse.
49     - Fix handling of unsigned responses with encryption.
50     - Fix handling of InProcess property.
51   * Rename library package for upstream SONAME bump.
52   * Tighten build dependencies and schema package dependencies on
53     opensaml2 and xmltooling.
54   * Build against Xerces-C 3.0.
55   * Dynamically determine the Debian and upstream package versions for
56     get-orig-source from debian/changelog.
57   * Update libapache2-mod-shib2's README.Debian for changes to the
58     TestShib web pages.
59   * Use the automatically-extracted package version as the version number
60     for the man pages.
61   * Update standards version to 3.8.3.
62     - Create /var/run/shibboleth in the init script if it doesn't exist.
63     - Don't ship /var/run/shibboleth in the package.
64     - Remove /var/run/shibboleth in postrm if it exists.
65
66  -- Russ Allbery <rra@debian.org>  Mon, 07 Sep 2009 16:14:29 -0700
67
68 shibboleth-sp2 (2.1.dfsg1-2) unstable; urgency=low
69
70   * Redo the variable quoting in doxygen.m4 so that configure can be
71     rebuilt with Autoconf 2.63.  (Closes: #518039)
72
73  -- Russ Allbery <rra@debian.org>  Tue, 03 Mar 2009 15:03:10 -0800
74
75 shibboleth-sp2 (2.1.dfsg1-1) unstable; urgency=low
76
77   [ Russ Allbery ]
78   * New upstream version.
79     - New memory cache storage backend.
80     - Schema validation is now optional.
81     - Many bug fixes.
82   * Bump SONAME of libshibsp following upstream's versioning.
83   * Build-depend on libsaml2-dev >= 2.1 following the upstream spec file
84     and libxmltooling-dev 1.1 just in case (required by OpenSAML 2.1).
85   * Fix the name of the tarball created by get-orig-source.
86   * Logcheck rules.
87   * Tighten the dependency versioning; the 2.1 SP library requires the
88     2.1 schemas from the Shibboleth SP and OpenSAML and the 1.1 schemas
89     from XMLTooling.
90   * Remove duplicate Section field for libapache2-mod-shib2.
91
92   [ Ferenc Wagner ]
93   * Follow the libshibsp1->2 package rename in the dh_makeshlibs invocation.
94   * Remove the Shibboleth minor version number from README.Debian.
95   * Comment out the reference to WS-Trust.xsd from the catalog.xml file in
96     shibboleth-sp2-schemas and document how to enable it again.
97
98  -- Russ Allbery <rra@debian.org>  Fri, 27 Feb 2009 20:54:51 -0800
99
100 shibboleth-sp2 (2.0.dfsg1-4) unstable; urgency=low
101
102   [ Ferenc Wagner ]
103   * Rename debian/shib.load to debian/shib2.load to avoid clashing with the
104     libapache2-mod-shib package.  Otherwise its Apache config file breaks our
105     module.
106   * Add directory /var/log/shibboleth to libapache2-mod-shib2 (thanks to Peter
107     Schober for noticing)
108
109   [ Russ Allbery ]
110   * Add a postinst to disable the old configuration on upgrade and enable
111     the module if it had been enabled under the old configuration name.
112   * Wait for shibd to exit on stop or restart.  This fixes a bug in
113     restart that could lead to no new shibd being started because the old
114     one had not yet exited.
115   * Fix a syntax error in the shibd man page.
116
117  -- Russ Allbery <rra@debian.org>  Tue, 14 Oct 2008 21:47:36 -0700
118
119 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
120
121   [ Ferenc Wagner ]
122   * Avoid brace expansion in debian/rules, dash does not like it.
123     (Closes: #493408)
124
125   [ Russ Allbery ]
126   * Add logcheck rules to ignore some of the routine messages from the
127     Apache module.  This only covers startup and teardown; more will
128     need to be added.
129   * Fix watch file for new upstream tarball naming.
130
131  -- Russ Allbery <rra@debian.org>  Tue, 19 Aug 2008 19:04:35 -0700
132
133 shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
134
135   * Apply upstream fix for variable sizes in the ODBC code.  Fixes a
136     FTBFS on 64-bit platforms.  (Closes: #492101)
137
138  -- Russ Allbery <rra@debian.org>  Thu, 24 Jul 2008 08:44:50 -0700
139
140 shibboleth-sp2 (2.0.dfsg1-1) unstable; urgency=low
141
142   [ Ferenc Wágner ]
143   * Initial release (Closes: #480290)
144
145  -- Russ Allbery <rra@debian.org>  Wed, 25 Jun 2008 20:06:10 -0700
146