39a103129b268fd078187e08e35aac17c489ab88
[shibboleth/xmltooling.git] / debian / changelog
1 xmltooling (1.3.3-2) unstable; urgency=low
2
3   * Force source format 1.0 for now since it makes backporting easier.
4   * Add ${misc:Depends} to all package dependencies.
5   * Update standards version to 3.8.4 (no changes required).
6
7  -- Russ Allbery <rra@debian.org>  Thu, 13 May 2010 10:03:36 -0700
8
9 xmltooling (1.3.3-1) unstable; urgency=low
10
11   * New upstream release.
12     - Allow the empty string in assignment to DateTime members.
13     - Allow configuration to not extract local credential names for
14       matching purposes.
15
16  -- Russ Allbery <rra@debian.org>  Thu, 17 Dec 2009 18:29:08 -0800
17
18 xmltooling (1.3.1-1) unstable; urgency=high
19
20   * Urgency set to high for security fix.
21   * New upstream release.
22     - SECURITY: Partial fix for improper handling of URLs that could be
23       abused for script injection and other cross-site scripting attacks.
24       The complete fix also requires newer opensaml2 and shibboleth-sp2
25       packages.  (CVE-2009-3300)
26     - Add setter for KeyInfoResolver object.
27     - Fix extraction of cert info for UTF-8 handling changes.
28     - Fix passing of TransportOption configuration to cURL.
29     - Fix instability in reusing a DOM after signing it.
30     - Remove xmlns:xml namespace declaration when marshalling and
31       unmarshalling to avoid canonicalization bugs.
32   * Rename library package for upstream SONAME bump.
33   * Build-depend on libxml-security-c-dev 1.5 or later and make
34     libxmltooling-dev depend on libxml-security-c-dev 1.5 or later to
35     ensure that all builds are consistent.  Although this package will
36     build with 1.4, the other packages built on xmltooling require 1.5.
37
38  -- Russ Allbery <rra@debian.org>  Fri, 06 Nov 2009 11:30:41 -0800
39
40 xmltooling (1.2.2-1) unstable; urgency=high
41
42   * Urgency set to high for security fix.
43   * New upstream release.
44     - SECURITY: Fix potential buffer overflows and reuses of freed objects
45       in error handling code paths with invalid XML or with malformed
46       URLs.  See the upstream security advisory at
47       http://shibboleth.internet2.edu/secadv/secadv_20090826.txt
48     - Fix other validation issues with malformed objects.
49     - Fix for accessing the resolution context, which affects the ability
50       of callers to restrict keys based on use attributes.
51     - Fix encoding of backup metadata.
52   * Update debhelper compatibility level to V7.
53     - Use dh_prep instead of dh_clean -k.
54   * Update standards version to 3.8.3 (no changes required).
55
56  -- Russ Allbery <rra@debian.org>  Thu, 27 Aug 2009 11:31:37 -0700
57
58 xmltooling (1.2-1) unstable; urgency=low
59
60   * New upstream release.
61     - Stop dropping the namespace of qualified attributes that aren't
62       extensions.
63     - Expose multiple certificate revocation lists via the credential
64       API, allowing separate revocation lists for intermediate certs.
65     - Provide the hostname in artifact resolution errors.
66     - Sanity-check provided credentials for consistency.
67   * Rename library package for upstream SONAME bump.
68   * Build against Xerces-C 3.0.
69   * Update standards version to 3.8.2 (no changes required).
70   * Remove duplicate section setting for the library package.
71
72  -- Russ Allbery <rra@debian.org>  Wed, 05 Aug 2009 15:45:06 -0700
73
74 xmltooling (1.1-1) unstable; urgency=low
75
76   [ Russ Allbery ]
77   * New upstream bug-fix release.
78   * Bump SONAME of libxmltooling following upstream's versioning.
79   * Include <cstdio> in base.h since some of its macros use sprintf.
80     Fixes FTBFS for packages using xmltooling with GCC 4.4 that don't
81     already include cstdio.  Thanks, Martin Michlmayr.  (Closes: #505072)
82
83   [ Ferenc Wagner ]
84   * Fix watch file for upstream directory structure.
85
86  -- Russ Allbery <rra@debian.org>  Tue, 17 Feb 2009 17:23:00 -0800
87
88 xmltooling (1.0-2) unstable; urgency=low
89
90   [ Ferenc Wagner ]
91   * Add dependencies to libxmltooling-dev for the packages whose header
92     files are included by XMLTooling headers.
93   * Include NOTICE.txt in all packages.
94
95   [ Russ Allbery ]
96   * Explicitly link with -lpthread to work around Bug#468555 in libtool.
97   * Change package priorities to extra.  Xerces-C is extra, so all of the
98     Shibboleth stack needs to be extra, and realistically it's somewhat of
99     an edge package in Debian.
100   * Add in copyright and license information for all of the other random
101     files in the tree, including all the Autoconf support files.
102   * Fix copyright file formatting to use the right syntax for Files.
103
104  -- Russ Allbery <rra@debian.org>  Wed, 18 Jun 2008 20:18:21 -0700
105
106 xmltooling (1.0-1) unstable; urgency=low
107
108   [ Ferenc Wagner ]
109   * Initial release (Closes: #480287)
110
111  -- Russ Allbery <rra@debian.org>  Sat, 07 Jun 2008 13:00:13 -0700