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