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