1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
xml-security-c (1.2.1-3+etch1) oldstable-security; urgency=high
* CVE-2009-0217: Apply upstream patch to sanity-check the HMAC
truncation length. Closes a vulnerability that could allow an
attacker to spoof HMAC-based signatures and bypass authentication.
-- Russ Allbery <rra@debian.org> Fri, 24 Jul 2009 16:34:29 -0700
xml-security-c (1.2.1-3) unstable; urgency=low
* Fix compilation with g++ 4.1. (Closes: #375348)
-- Russ Allbery <rra@debian.org> Mon, 26 Jun 2006 20:44:57 -0700
xml-security-c (1.2.1-2) unstable; urgency=low
* Initial upload to Debian. (Closes: #368551)
* Include Xalan support.
* Only include the major library version in the SONAME, not the minor
library version. The minor version corresponds to patch releases,
which shouldn't break the ABI.
* Package library documentation as libxml-security-c-doc.
* Minor improvements to package descriptions. Add homepage links.
* Pre-create the library directory in debian/rules rather than via a
patch.
* Switch to quilt as the patch system.
* Update config.guess and config.sub.
* Change priority to extra.
* General cleanup of debian/rules.
- Remove commented-out and unused code.
- Add build-arch and build-indep targets, just in case.
- Run make distclean, not clean, and check its error status.
- Always pass the host type into configure.
* Include NOTICE text in debian/copyright rather than installing NOTICE,
and include an explicit copyright statement and a license for the
Debian packaging modifications.
* Don't install CHANGELOG.txt twice or KEYS at all.
* Remove unnecessary dh_installdirs invocation.
* Install whole directories rather than wildcards in *.install files.
* Remove commented-out samples from debian/watch.
* Update to standards version 3.7.2 (no changes required).
* Add myself as uploader.
-- Russ Allbery <rra@debian.org> Tue, 30 May 2006 17:49:15 -0700
xml-security-c (1.2.1-1) stable; urgency=low
* Initial Release.
-- Quanah Gibson-Mount <quanah@stanford.edu> Thu, 30 Mar 2006 17:09:41 -0800
|