summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-10Set libxml2 package priority to standard to match overrideMike Hommey1-0/+1
2009-10-10Bump Standards-Version to 3.8.3.0Mike Hommey1-1/+1
2009-10-10Merge branch 'upstream'Mike Hommey11-176/+258
Conflicts: configure
2009-10-10Import upstream version 2.7.6upstream/2.7.6.dfsgMike Hommey11-176/+258
2009-09-25Debian release 2.7.5.dfsg-1debian/2.7.5.dfsg-1Mike Hommey1-0/+7
2009-09-25Merge branch 'upstream'Mike Hommey25-61/+1967
Conflicts: configure
2009-09-25Import upstream version 2.7.5upstream/2.7.5.dfsgMike Hommey26-62/+1972
2009-09-16Debian release 2.7.4.dfsg-2debian/2.7.4.dfsg-2Mike Hommey1-2/+4
2009-09-16Fix a parsing problem with little data at startupDaniel Veillard1-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-16Force binaries that use versioned symbols to depend on version 2.7.4 at leastMike Hommey2-37/+44
2009-09-10Debian release 2.7.4.dfsg-1debian/2.7.4.dfsg-1Mike Hommey1-0/+11
2009-09-10Bump shlibs to current versionMike Hommey1-1/+1
2009-09-10Change symbols file to use newly introduced symbol versioningMike Hommey1-1663/+41
2009-09-10Change upstream url in copyright fileMike Hommey1-1/+1
2009-09-10Revert old change to entities.cMike Hommey1-1/+1
2009-09-10Merge branch 'upstream'Mike Hommey238-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-10Non-maintainer upload by the Security Teamdebian/2.7.3.dfsg-2.1Mike Hommey5-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-10Import upstream version 2.7.4upstream/2.7.4.dfsgMike Hommey240-26451/+27527
2009-07-13Debian release 2.7.3.dfsg-2debian/2.7.3.dfsg-2Mike Hommey1-4/+15
2009-07-13Add Homepage, Vcs-Git and Vcs-Browser fields to debian/controlMike Hommey1-0/+3
2009-07-13Bump Standards-Version to 3.8.2.0Mike Hommey1-1/+1
2009-07-13Change libxml2-dbg's section to "debug"Mike Hommey1-1/+1
2009-07-13fix structured error handling problemsMike Hommey1-2/+2
Cherry-pick upstream 719f397
2009-07-13change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro nameMike Hommey7-48/+48
Cherry-pick upstream f076f34
2009-07-13Don't use symlinks in /usr/share/doc anymoreMike Hommey2-18/+3
And only install the upstream changelog in the libxml2 package. Considering its size, we don't need it everywhere.
2009-07-13Initialize Debian release 2.7.3.dfsg-2Mike Hommey1-0/+6
2009-03-01Release 2.7.3.dfsg-1debian/2.7.3.dfsg-1Mike Hommey1-2/+2
2009-03-01Remove useless nbParse* variables and avoid exporting them as symbolsMike Hommey3-24/+2
2009-03-01Add new symbols to symbols file and bump shlibsMike Hommey3-1/+24
2009-03-01Merge branch 'upstream'Mike Hommey156-6183/+12690
Conflicts: Makefile.am Makefile.in SAX2.c configure parser.c tree.c xmllint.c
2009-03-01Import upstream version 2.7.3upstream/2.7.3.dfsgMike Hommey73-428/+1897
2009-03-01Import upstream version 2.7.2upstream/2.7.2.dfsgMike Hommey24-73/+514
2009-03-01Import upstream version 2.7.1upstream/2.7.1.dfsgMike Hommey27-284/+530
2009-03-01Import upstream version 2.7.0upstream/2.7.0.dfsgMike Hommey150-6318/+10932
2008-11-18Release 2.6.32.dfsg-5debian/2.6.32.dfsg-5Mike Hommey1-2/+2
2008-11-15Fix integer overflow. Fixes: CVE-2008-4226Mike Hommey2-0/+7
2008-11-15Fix infinite loop. Fixes: CVE-2008-4225Mike Hommey2-3/+10
2008-11-15Avoid double-free in some situationsMike Hommey2-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-4Mike Hommey3-13/+173
Closes: #498768.
2008-08-25* Fix DoS which leads to recursive evaluation of entities.debian/2.6.32.dfsg-3Mike Hommey5-9/+59
Fixes: CVE-2008-3281, without breaking librsvg and others. Closes: #496125.
2008-04-19Release 2.6.32.dfsg-2debian/2.6.32.dfsg-2Mike Hommey1-2/+2
2008-04-19debian/changelog typoMike Hommey1-1/+1
2008-04-19* xml-config.1: Remove unknown groff command.Mike Hommey2-1/+1
2008-04-09* debian/control:Mike Hommey4-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-09Release 2.6.32.dfsg-1debian/2.6.32.dfsg-1Mike Hommey1-2/+2
2008-04-09* debian/rules:Mike Hommey3-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 Hommey3-2/+11
* debian/rules: Make dpkg-shlibdeps fail when symbols are missing.
2008-04-09New upstream releaseMike Hommey153-16202/+3914
2008-04-09Load /tmp/libxml2-2.6.32 intoupstream/2.6.32.dfsgMike Hommey142-15655/+3174
libxml2/branches/upstream/current.
2008-03-05Release 2.6.31.dfsg-2debian/2.6.31.dfsg-2Mike Hommey1-2/+2