12580a451c6490de1645af78912d5183f446da50
[shibboleth/opensaml2.git] / debian / changelog
1 opensaml2 (2.5+dfsg~moonshot2-1) unstable; urgency=low
2
3   * New upstream
4
5  -- Sam Hartman <Sam Hartman <hartmans@debian.org>>  Tue, 13 Dec 2011 15:22:47 -0500
6
7 opensaml2 (2.5+dfsg~moonshot1-2) unstable; urgency=low
8
9   * Update to libsaml8
10
11  -- Sam Hartman <hartmans@project-moonshot.org>  Wed, 07 Dec 2011 11:54:44 -0500
12
13 opensaml2 (2.5+dfsg~moonshot1-1) unstable; urgency=low
14
15   * New upstream prerelease
16
17  -- Russ Allbery <hartmans@project-moonshot.org>  Tue, 09 Aug 2011 16:37:46 -0400
18
19 opensaml2 (2.4.1-1) unstable; urgency=low
20
21   * New upstream release.
22     - Don't download remote metadata if it hasn't changed
23     - Verify that fetched metadata is valid, even after filters, before
24       overwriting the previous metadata.  Improve metadata downloads.
25     - Logging improvements for OpenSAML.MetadataProvider.XML
26     - Add keywords/tags element to UIInfo extension and disco feed
27     - Fix overuse of InclusivePrefixes list when signing
28     - Do not use cacheDuration for validity
29     - Fix memory leaks
30     - Fix crash when encrypting unmarshalled object
31     - Resolve sibling EncryptedKey element for decryption
32     - Add xml prefix on newly-created xml:lang attributes
33     - Duplication and line feed fixes for DiscoFeed.
34     - Fix reload interval backoff after reload failures
35     - Strip whitespace from SAMLRequest URL parameter values
36   * Change package names for the upstream SONAME change.
37   * Install the new upstream pkg-config file in libsaml2-dev.
38   * Build-depend on xmltooling 1.4 or later.
39   * Force build dependency on xml-security-c 1.6 or later for consistent
40     build results.
41   * Add build dependency on pkg-config, which upstream now uses to find
42     the SSL libraries.
43   * Add build dependency on graphviz for better API documentation.
44   * Replace the version of jQuery installed by Doxygen in the
45     documentation package with a symlink to the version supplied by the
46     Debian package and add a dependency.
47   * Update to debhelper compatibility level V8.
48     - Use the autotools-dev debhelper module for config.{sub,guess}.
49     - Use debhelper rule minimization.
50   * Update debian/copyright to the current DEP-5 specification.
51   * Change to Debian source format 3.0 (quilt).  Force a single Debian
52     patch for simplicity since the packaging is maintained in Git using
53     branches, and include a patch header explaining why.
54   * Update standards version to 3.9.1 (no changes required).
55
56  -- Russ Allbery <rra@debian.org>  Sun, 03 Apr 2011 18:57:10 -0700
57
58 opensaml2 (2.3-2) unstable; urgency=low
59
60   * Force source format 1.0 for now since it makes backporting easier.
61   * Add ${misc:Depends} to all package dependencies.
62   * Update debhelper compatibility level to V7.
63     - Use dh_prep instead of dh_clean -k.
64   * Update standards version to 3.8.4 (no changes required).
65
66  -- Russ Allbery <rra@debian.org>  Thu, 13 May 2010 10:21:12 -0700
67
68 opensaml2 (2.3-1) unstable; urgency=high
69
70   * Urgency set to high for security fix.
71   * New upstream release.
72     - SECURITY: Partial fix for improper handling of URLs that could be
73       abused for script injection and other cross-site scripting attacks.
74       The complete fix also requires newer xmltooling and shibboleth-sp2
75       packages.  (CVE-2009-3300)
76     - Fix crash on assertions with missing SubjectConfirmation.
77     - Remove inline functions except for templates or RAII patterns.
78     - Remove xml from the inclusive prefix list to avoid bugs in Apache
79       Java xmlsec.
80     - Honor digest algorithm in whole document signing with empty URI.
81   * Rename library package for upstream SONAME bump.
82   * Build-depend on libxmltooling-dev 1.3 or later and make libsaml2-dev
83     depend on libxmltooling-dev 1.3 or later for the fixes for URL
84     sanitization.
85   * Build-depend on libxml-security-c-dev 1.5 or later to ensure
86     that all builds are consistent.
87
88  -- Russ Allbery <rra@debian.org>  Fri, 06 Nov 2009 15:09:04 -0800
89
90 opensaml2 (2.2.1-1) unstable; urgency=low
91
92   * New upstream release.
93     - Fix crash when generating unsigned ECP AuthnRequest.
94     - Correct check of key usage against KeyDescriptor use.
95   * Remove temporary build-depend on libicu-dev and tighten the build
96     dependency on libxerces-c-dev to require the fixed version.
97
98  -- Russ Allbery <rra@debian.org>  Mon, 07 Sep 2009 18:35:47 -0700
99
100 opensaml2 (2.2-1) unstable; urgency=low
101
102   * New upstream release.
103     - Use CRLs in the metadata signature during PKIX path validation.
104     - Fix cacheDuration handling in metadata parsing.
105     - Set HTTP no-cache headers when redirecting client to IdP via POST.
106     - Allow verbs for GET-based bindings to be overridden.
107   * Rename library package for upstream SONAME bump.
108   * Build against Xerces-C 3.0.
109   * Build-depend and depend on xmltooling 1.2 or later.
110   * Temporarily add libicu-dev to Build-Depends to work around Bug#540964
111     in libxerces-c-dev.
112   * Update standards version to 3.8.3 (no changes required).
113
114  -- Russ Allbery <rra@debian.org>  Tue, 18 Aug 2009 16:36:16 -0700
115
116 opensaml2 (2.1-1) unstable; urgency=low
117
118   [ Russ Allbery ]
119   * New upstream bug-fix release.
120   * Bump SONAME of libsaml following upstream's versioning.  The names of
121     libsaml2-dev and libsaml2-doc have not changed; the "2" in those names
122     refers to the major version of the package, not to the SONAME of the
123     library.
124   * Build-depend on libxmtooling-dev >= 1.1 following the upstream spec
125     file.
126   * Flesh out debian/copyright with entries for build system files and
127     convert to the latest draft of the copyright format proposal.
128   * Remove duplicated Section header in the libsaml3 control stanza.
129
130   [ Ferenc Wagner ]
131   * Fix watch file for upstream directory structure.
132
133  -- Russ Allbery <rra@debian.org>  Sun, 22 Feb 2009 13:16:05 -0800
134
135 opensaml2 (2.0-2) unstable; urgency=low
136
137   * Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-7
138     (Metadata with EncryptionMethod elements fails to load)
139   * Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-11
140     (SignatureMetadataFilter fails to validate signed EntityDescriptor)
141
142  -- Ferenc Wagner <wferi@niif.hu>  Wed, 21 Jan 2009 16:30:46 +0100
143
144 opensaml2 (2.0-1) unstable; urgency=low
145
146   [ Ferenc Wagner ]
147   * Initial release (Closes: #480289)
148
149  -- Russ Allbery <rra@debian.org>  Mon, 16 Jun 2008 21:28:28 -0700
150