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