Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-10 | Set libxml2 package priority to standard to match override | Mike Hommey | 1 | -0/+1 | |
2009-10-10 | Bump Standards-Version to 3.8.3.0 | Mike Hommey | 1 | -1/+1 | |
2009-10-10 | Merge branch 'upstream' | Mike Hommey | 11 | -176/+258 | |
Conflicts: configure | |||||
2009-10-10 | Import upstream version 2.7.6upstream/2.7.6.dfsg | Mike Hommey | 11 | -176/+258 | |
2009-09-25 | Debian release 2.7.5.dfsg-1debian/2.7.5.dfsg-1 | Mike Hommey | 1 | -0/+7 | |
2009-09-25 | Merge branch 'upstream' | Mike Hommey | 25 | -61/+1967 | |
Conflicts: configure | |||||
2009-09-25 | Import upstream version 2.7.5upstream/2.7.5.dfsg | Mike Hommey | 26 | -62/+1972 | |
2009-09-16 | Debian release 2.7.4.dfsg-2debian/2.7.4.dfsg-2 | Mike Hommey | 1 | -2/+4 | |
2009-09-16 | Fix a parsing problem with little data at startup | Daniel Veillard | 1 | -1/+5 | |
* parser.c: inkscape extension loader (and possibly others) feed data to the parser very slowly, 0 at start, 4 bytes on first GROW and this broke after the fix for https://bugzilla.gnome.org/show_bug.cgi?id=566012 http://git.gnome.org/cgit/libxml2/commit/?id=7e385bd4e28a0cc12b6b26ed178c620e3c3ab8d8 leading to another bug https://bugzilla.redhat.com/show_bug.cgi?id=523002 this detects the situation and GROW when needed for proper processing. | |||||
2009-09-16 | Force binaries that use versioned symbols to depend on version 2.7.4 at least | Mike Hommey | 2 | -37/+44 | |
2009-09-10 | Debian release 2.7.4.dfsg-1debian/2.7.4.dfsg-1 | Mike Hommey | 1 | -0/+11 | |
2009-09-10 | Bump shlibs to current version | Mike Hommey | 1 | -1/+1 | |
2009-09-10 | Change symbols file to use newly introduced symbol versioning | Mike Hommey | 1 | -1663/+41 | |
2009-09-10 | Change upstream url in copyright file | Mike Hommey | 1 | -1/+1 | |
2009-09-10 | Revert old change to entities.c | Mike Hommey | 1 | -1/+1 | |
2009-09-10 | Merge branch 'upstream' | Mike Hommey | 238 | -33152/+26060 | |
Conflicts: Makefile.in aclocal.m4 config.guess config.sub configure doc/Makefile.in doc/devhelp/Makefile.in doc/examples/Makefile.in error.c example/Makefile.in include/Makefile.in include/libxml/Makefile.in ltmain.sh parser.c python/Makefile.in python/tests/Makefile.in xstc/Makefile.in | |||||
2009-09-10 | Non-maintainer upload by the Security Teamdebian/2.7.3.dfsg-2.1 | Mike Hommey | 5 | -71/+139 | |
* Fix multiple use-after-free flaws when parsing notation and enumeration attribute types (CVE-2009-2416). * Fix stack overflow when parsing root XML document element DTD definition (CVE-2009-2414). | |||||
2009-09-10 | Import upstream version 2.7.4upstream/2.7.4.dfsg | Mike Hommey | 240 | -26451/+27527 | |
2009-07-13 | Debian release 2.7.3.dfsg-2debian/2.7.3.dfsg-2 | Mike Hommey | 1 | -4/+15 | |
2009-07-13 | Add Homepage, Vcs-Git and Vcs-Browser fields to debian/control | Mike Hommey | 1 | -0/+3 | |
2009-07-13 | Bump Standards-Version to 3.8.2.0 | Mike Hommey | 1 | -1/+1 | |
2009-07-13 | Change libxml2-dbg's section to "debug" | Mike Hommey | 1 | -1/+1 | |
2009-07-13 | fix structured error handling problems | Mike Hommey | 1 | -2/+2 | |
Cherry-pick upstream 719f397 | |||||
2009-07-13 | change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name | Mike Hommey | 7 | -48/+48 | |
Cherry-pick upstream f076f34 | |||||
2009-07-13 | Don't use symlinks in /usr/share/doc anymore | Mike Hommey | 2 | -18/+3 | |
And only install the upstream changelog in the libxml2 package. Considering its size, we don't need it everywhere. | |||||
2009-07-13 | Initialize Debian release 2.7.3.dfsg-2 | Mike Hommey | 1 | -0/+6 | |
2009-03-01 | Release 2.7.3.dfsg-1debian/2.7.3.dfsg-1 | Mike Hommey | 1 | -2/+2 | |
2009-03-01 | Remove useless nbParse* variables and avoid exporting them as symbols | Mike Hommey | 3 | -24/+2 | |
2009-03-01 | Add new symbols to symbols file and bump shlibs | Mike Hommey | 3 | -1/+24 | |
2009-03-01 | Merge branch 'upstream' | Mike Hommey | 156 | -6183/+12690 | |
Conflicts: Makefile.am Makefile.in SAX2.c configure parser.c tree.c xmllint.c | |||||
2009-03-01 | Import upstream version 2.7.3upstream/2.7.3.dfsg | Mike Hommey | 73 | -428/+1897 | |
2009-03-01 | Import upstream version 2.7.2upstream/2.7.2.dfsg | Mike Hommey | 24 | -73/+514 | |
2009-03-01 | Import upstream version 2.7.1upstream/2.7.1.dfsg | Mike Hommey | 27 | -284/+530 | |
2009-03-01 | Import upstream version 2.7.0upstream/2.7.0.dfsg | Mike Hommey | 150 | -6318/+10932 | |
2008-11-18 | Release 2.6.32.dfsg-5debian/2.6.32.dfsg-5 | Mike Hommey | 1 | -2/+2 | |
2008-11-15 | Fix integer overflow. Fixes: CVE-2008-4226 | Mike Hommey | 2 | -0/+7 | |
2008-11-15 | Fix infinite loop. Fixes: CVE-2008-4225 | Mike Hommey | 2 | -3/+10 | |
2008-11-15 | Avoid double-free in some situations | Mike Hommey | 2 | -1/+10 | |
parserInternals.c: apply patch from upstream revision 3741 to avoid double-free in some situations. This fixes a crash while running the W3C/OASIS XML conformance test. | |||||
2008-09-19 | * Fix regressions due to previous security fixes. Fixes: CVE-2008-3529.debian/2.6.32.dfsg-4 | Mike Hommey | 3 | -13/+173 | |
Closes: #498768. | |||||
2008-08-25 | * Fix DoS which leads to recursive evaluation of entities.debian/2.6.32.dfsg-3 | Mike Hommey | 5 | -9/+59 | |
Fixes: CVE-2008-3281, without breaking librsvg and others. Closes: #496125. | |||||
2008-04-19 | Release 2.6.32.dfsg-2debian/2.6.32.dfsg-2 | Mike Hommey | 1 | -2/+2 | |
2008-04-19 | debian/changelog typo | Mike Hommey | 1 | -1/+1 | |
2008-04-19 | * xml-config.1: Remove unknown groff command. | Mike Hommey | 2 | -1/+1 | |
2008-04-09 | * debian/control: | Mike Hommey | 4 | -5/+16 | |
+ Use ${binary:Version} instead of ${Source-Version}. + Fixed spelling error for "Python". * debian/rules: Don't ignore make distclean errors. * debian/libxml2-doc.doc-base: Changed section to fit doc-base sections changes. | |||||
2008-04-09 | Release 2.6.32.dfsg-1debian/2.6.32.dfsg-1 | Mike Hommey | 1 | -2/+2 | |
2008-04-09 | * debian/rules: | Mike Hommey | 3 | -14/+8 | |
+ Removed the workaround for removed and modified files during build. The former was for svn-buildpackage that I don't use anymore, and the latter for a file that isn't in the .orig.tar.gz anymore. + Bump shlibs to current version, since a new symbol was added. * debian/libxml2.symbols: Reference the new symbol. | |||||
2008-04-09 | * debian/control: Bumped Standards-Version to 3.7.3.0. No changes. | Mike Hommey | 3 | -2/+11 | |
* debian/rules: Make dpkg-shlibdeps fail when symbols are missing. | |||||
2008-04-09 | New upstream release | Mike Hommey | 153 | -16202/+3914 | |
2008-04-09 | Load /tmp/libxml2-2.6.32 intoupstream/2.6.32.dfsg | Mike Hommey | 142 | -15655/+3174 | |
libxml2/branches/upstream/current. | |||||
2008-03-05 | Release 2.6.31.dfsg-2debian/2.6.31.dfsg-2 | Mike Hommey | 1 | -2/+2 | |