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