opensaml2 (2.5.3-2+deb8u1) jessie-security; urgency=high

  * Rebuild against fixed xmltooling for DSA 3321-1

 -- Alessandro Ghedini <ghedo@debian.org>  Wed, 05 Aug 2015 12:08:53 +0200

opensaml2 (2.5.3-2) unstable; urgency=low

  * Upload to unstable.

 -- Russ Allbery <rra@debian.org>  Sat, 13 Jul 2013 14:06:29 -0700

opensaml2 (2.5.3-1) experimental; urgency=low

  * New upstream release.
    - Fix samlsign with -dig option.

 -- Russ Allbery <rra@debian.org>  Tue, 18 Jun 2013 14:40:01 -0700

opensaml2 (2.5.2-1) experimental; urgency=low

  * New upstream release.
    - Fix some clone and constructor methods.
    - Fix incorrect clearing of the peer entity name, forcing TrustEngine
      name matching.
    - Metadata provider now checks validity before replacing old metadata.
    - Filter IdPs that don't declare themselves "ready".
    - Support loading folders of metadata.
    - Add metadata filter that can add EntityAttribute tags.
    - Add metadata:rpi schema.
  * Add build dependency on libboost-dev.
  * Use log4shib instead of log4cpp.
  * Force build dependency on xml-security-c 1.7 or later and xmltooling
    1.5 or later for consistent build results.
  * Add Multi-Arch: same to libsaml2-dev and Multi-Arch: foreign to
    opensaml2-utils, opensaml2-schemas, and libsaml2-doc.
  * Remove version from libxerces-c-dev dependency, satisified since
    oldstable (squeeze).
  * Move single-debian-patch to local-options and patch-header to
    local-patch-header so that they only apply to the packages built from
    the canonical Git repository and NMUs get regular version-numbered
    patches.
  * Switch to xz compression for *.debian.tar and the *.deb packages.
  * Canonicalize the URLs in the Vcs-Git and Vcs-Browser control fields.
  * Remove obsolete README.source file that documented symbols file
    maintenance.
  * Update standards version to 3.9.4.
    - Update debian/copyright to specify copyright-format 1.0.

 -- Russ Allbery <rra@debian.org>  Wed, 29 May 2013 11:17:17 -0700

opensaml2 (2.4.3-4) unstable; urgency=low

  * Revert changes to add symbols file.  Due to churn in weak symbols for
    inlined functions, it doesn't appear maintainanable with existing
    tools, and for this library the shlibs behavior seems sufficient.
  * Force linking with -lpthread, working around a bug in libtool that
    drops the linkage because it uses -nostdlib.  See #468555.
  * Pass --as-needed to the linker to reduce unnecessary shared library
    dependencies.
  * Enable PIE for the opensaml2-tools binaries.
  * Strip all of the build flags added by Debian from the pkgconfig
    configuration file installed by the package.

 -- Russ Allbery <rra@debian.org>  Tue, 31 Jan 2012 17:20:53 -0800

opensaml2 (2.4.3-3) unstable; urgency=low

  * Update symbols file from the failed build logs of the remaining
    supported Debian architectures.
  * Build-Depend on pkg-kde-tools and use its symbolhelper plugin so that
    the package can use the output of pkgkde-symbolshelper.

 -- Russ Allbery <rra@debian.org>  Fri, 27 Jan 2012 22:29:13 -0800

opensaml2 (2.4.3-2) unstable; urgency=low

  * Update to debhelper compatibility level V9.
    - Enable hardening build flags.  (Closes: #656006)
    - Enable multiarch support.
  * Add symbols file constructed with pkgkde-symbolshelper.  Add a
    README.source file with a pointer to the documentation.
  * Use dh_autoreconf to regenerate the build system.  This was being done
    already, but not in a controlled way, due to timestamp issues, so just
    do it on every build.
  * Make removal of the Doxygen-installed jquery.js file conditional on
    its existence, since some versions of Doxygen don't install it.
  * Use the latest directory in debian/watch instead of the versioned
    directories.
  * Update the upstream homepage.
  * Update the upstream download location in debian/copyright.
  * Minor format updates to debian/copyright for the new DEP-5.

 -- Russ Allbery <rra@debian.org>  Fri, 27 Jan 2012 19:15:17 -0800

opensaml2 (2.4.3-1) unstable; urgency=high

  * Set urgency to high for security fix.
  * New upstream release.
    - SECURITY: Fix vulnerability to a "wrapping attack" that could allow
      a remote, unauthenticated attacker to craft messages that can be
      successfully verified but contain arbitrary content.  This may allow
      an attacker to subvert the security of software using OpenSAML and
      supply an unauthenticated login identity and data under the guise of
      a trusted issuer.  (CVE-2011-1411)
    - Fix unmarshalling of RespondWith element
    - Make library init routines idempotent
  * Update the Debian-provided samlsign.1 man page for new flags supported
    by the upstream utility.
  * Update debian/watch for the new upstream distribution location.
  * Update standards version to 3.9.2 (no changes required).

 -- Russ Allbery <rra@debian.org>  Mon, 25 Jul 2011 13:35:54 -0700

opensaml2 (2.4.1-1) unstable; urgency=low

  * New upstream release.
    - Don't download remote metadata if it hasn't changed
    - Verify that fetched metadata is valid, even after filters, before
      overwriting the previous metadata.  Improve metadata downloads.
    - Logging improvements for OpenSAML.MetadataProvider.XML
    - Add keywords/tags element to UIInfo extension and disco feed
    - Fix overuse of InclusivePrefixes list when signing
    - Do not use cacheDuration for validity
    - Fix memory leaks
    - Fix crash when encrypting unmarshalled object
    - Resolve sibling EncryptedKey element for decryption
    - Add xml prefix on newly-created xml:lang attributes
    - Duplication and line feed fixes for DiscoFeed.
    - Fix reload interval backoff after reload failures
    - Strip whitespace from SAMLRequest URL parameter values
  * Change package names for the upstream SONAME change.
  * Install the new upstream pkg-config file in libsaml2-dev.
  * Build-depend on xmltooling 1.4 or later.
  * Force build dependency on xml-security-c 1.6 or later for consistent
    build results.
  * Add build dependency on pkg-config, which upstream now uses to find
    the SSL libraries.
  * Add build dependency on graphviz for better API documentation.
  * Replace the version of jQuery installed by Doxygen in the
    documentation package with a symlink to the version supplied by the
    Debian package and add a dependency.
  * Update to debhelper compatibility level V8.
    - Use the autotools-dev debhelper module for config.{sub,guess}.
    - Use debhelper rule minimization.
  * Update debian/copyright to the current DEP-5 specification.
  * Change to Debian source format 3.0 (quilt).  Force a single Debian
    patch for simplicity since the packaging is maintained in Git using
    branches, and include a patch header explaining why.
  * Update standards version to 3.9.1 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sun, 03 Apr 2011 18:57:10 -0700

opensaml2 (2.3-2) unstable; urgency=low

  * Force source format 1.0 for now since it makes backporting easier.
  * Add ${misc:Depends} to all package dependencies.
  * Update debhelper compatibility level to V7.
    - Use dh_prep instead of dh_clean -k.
  * Update standards version to 3.8.4 (no changes required).

 -- Russ Allbery <rra@debian.org>  Thu, 13 May 2010 10:21:12 -0700

opensaml2 (2.3-1) unstable; urgency=high

  * Urgency set to high for security fix.
  * New upstream release.
    - SECURITY: Partial fix for improper handling of URLs that could be
      abused for script injection and other cross-site scripting attacks.
      The complete fix also requires newer xmltooling and shibboleth-sp2
      packages.  (CVE-2009-3300)
    - Fix crash on assertions with missing SubjectConfirmation.
    - Remove inline functions except for templates or RAII patterns.
    - Remove xml from the inclusive prefix list to avoid bugs in Apache
      Java xmlsec.
    - Honor digest algorithm in whole document signing with empty URI.
  * Rename library package for upstream SONAME bump.
  * Build-depend on libxmltooling-dev 1.3 or later and make libsaml2-dev
    depend on libxmltooling-dev 1.3 or later for the fixes for URL
    sanitization.
  * Build-depend on libxml-security-c-dev 1.5 or later to ensure
    that all builds are consistent.

 -- Russ Allbery <rra@debian.org>  Fri, 06 Nov 2009 15:09:04 -0800

opensaml2 (2.2.1-1) unstable; urgency=low

  * New upstream release.
    - Fix crash when generating unsigned ECP AuthnRequest.
    - Correct check of key usage against KeyDescriptor use.
  * Remove temporary build-depend on libicu-dev and tighten the build
    dependency on libxerces-c-dev to require the fixed version.

 -- Russ Allbery <rra@debian.org>  Mon, 07 Sep 2009 18:35:47 -0700

opensaml2 (2.2-1) unstable; urgency=low

  * New upstream release.
    - Use CRLs in the metadata signature during PKIX path validation.
    - Fix cacheDuration handling in metadata parsing.
    - Set HTTP no-cache headers when redirecting client to IdP via POST.
    - Allow verbs for GET-based bindings to be overridden.
  * Rename library package for upstream SONAME bump.
  * Build against Xerces-C 3.0.
  * Build-depend and depend on xmltooling 1.2 or later.
  * Temporarily add libicu-dev to Build-Depends to work around Bug#540964
    in libxerces-c-dev.
  * Update standards version to 3.8.3 (no changes required).

 -- Russ Allbery <rra@debian.org>  Tue, 18 Aug 2009 16:36:16 -0700

opensaml2 (2.1-1) unstable; urgency=low

  [ Russ Allbery ]
  * New upstream bug-fix release.
  * Bump SONAME of libsaml following upstream's versioning.  The names of
    libsaml2-dev and libsaml2-doc have not changed; the "2" in those names
    refers to the major version of the package, not to the SONAME of the
    library.
  * Build-depend on libxmtooling-dev >= 1.1 following the upstream spec
    file.
  * Flesh out debian/copyright with entries for build system files and
    convert to the latest draft of the copyright format proposal.
  * Remove duplicated Section header in the libsaml3 control stanza.

  [ Ferenc Wagner ]
  * Fix watch file for upstream directory structure.

 -- Russ Allbery <rra@debian.org>  Sun, 22 Feb 2009 13:16:05 -0800

opensaml2 (2.0-2) unstable; urgency=low

  * Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-7
    (Metadata with EncryptionMethod elements fails to load)
  * Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-11
    (SignatureMetadataFilter fails to validate signed EntityDescriptor)

 -- Ferenc Wagner <wferi@niif.hu>  Wed, 21 Jan 2009 16:30:46 +0100

opensaml2 (2.0-1) unstable; urgency=low

  [ Ferenc Wagner ]
  * Initial release (Closes: #480289)

 -- Russ Allbery <rra@debian.org>  Mon, 16 Jun 2008 21:28:28 -0700

