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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
tinyxml (2.6.2-4+deb11u2) bullseye; urgency=medium
* Non-maintainer upload.
* Fix CVE-2023-34194: Reachable assertion (and application exit) via a
crafted XML document with a '\0' located after whitespace.
(Closes: #1059315)
-- Guilhem Moulin <guilhem@debian.org> Thu, 25 Jan 2024 04:12:05 +0100
tinyxml (2.6.2-4+deb11u1) bullseye; urgency=medium
* Import fix for CVE-2021-42260.
- Add CVE-2021-42260.patch
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Oct 2022 16:32:51 +0200
tinyxml (2.6.2-4) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #839391)
+ Use triplet-prefixed tools
+ Support DEB_BUILD_OPTIONS=nocheck
[ Felix Geyer ]
* Switch to debhelper compat level 9.
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Oct 2016 20:36:11 +0200
tinyxml (2.6.2-3) unstable; urgency=medium
* Rename libtinyxml2.6.2 to libtinyxml2.6.2v5 for the libstdc++6 transition.
-- Felix Geyer <fgeyer@debian.org> Tue, 04 Aug 2015 22:23:50 +0200
tinyxml (2.6.2-2) unstable; urgency=low
* Include /usr/share/dpkg/default.mk to set build flags and simplify
debian/rules.
- Build-depend on dpkg-dev (>= 1.16.1~).
* Enable parallel building.
* Convert to multiarch.
* Bump Standards-Version to 3.9.4, no changes needed.
* Use canonical URIs for Vcs-* fields.
* Switch to my @debian.org email address.
-- Felix Geyer <fgeyer@debian.org> Thu, 09 May 2013 14:42:26 +0200
tinyxml (2.6.2-1) unstable; urgency=low
* New upstream release.
* Switch to source format 3.0 (quilt).
* Change SONAME and package names for new upstream version.
* Bump Standards-Version to 3.9.2, no changes needed.
* Add entity-encoding.patch from upstream bugtracker.
-- Felix Geyer <debfx-pkg@fobos.de> Tue, 24 May 2011 17:51:42 +0200
tinyxml (2.5.3-3) unstable; urgency=low
* Revert most changes from 2.5.3-2 (Closes: #574852).
Only provide tinyxml with STL support.
* Set the source package format explicitly to "1.0".
* Override libtinyxml2.5.3 shlibs to require at least 2.5.3-3.
-- Felix Geyer <debfx-pkg@fobos.de> Fri, 16 Apr 2010 00:54:55 +0200
tinyxml (2.5.3-2) unstable; urgency=low
* Build a second variant of the library without STL support called
libtinyxml-nostl.so
* Rename library with STL support from libtinyxml.so to libtinyxml-stl.so
* Add pkg-config files.
-- Felix Geyer <debfx-pkg@fobos.de> Thu, 18 Mar 2010 19:59:41 +0100
tinyxml (2.5.3-1) unstable; urgency=low
* Initial release. (Closes: #531968)
-- Felix Geyer <debfx-pkg@fobos.de> Sun, 28 Feb 2010 20:13:57 +0100
|