| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libxml2-debuginfo | Distribution: Fedora Project |
| Version: 2.7.8 | Vendor: Fedora Project |
| Release: 9.fc17 | Build date: Tue Sep 11 15:41:51 2012 |
| Group: Development/Debug | Build host: buildvm-21.phx2.fedoraproject.org |
| Size: 11787346 | Source RPM: libxml2-2.7.8-9.fc17.src.rpm |
| Packager: Fedora Project | |
| Url: http://xmlsoft.org/ | |
| Summary: Debug information for package libxml2 | |
This package provides debug information for package libxml2. Debug information is useful when developing applications that use this package or when debugging this package.
MIT
* Tue Sep 11 2012 Daniel Veillard <veillard@redhat.com> - 2.7.8-9
- previous build broken due to failure to use the versioning script
retrying with automake and autoconf
* Mon Sep 10 2012 Daniel Veillard <veillard@redhat.com> - 2.7.8-8
- Fixes for CVE-2011-3919 CVE-2011-3905 CVE-2011-2834 (rhbz#772122)
- Fixes for CVE-2012-2807 (843743)
- Fixes for CVE-2012-0841 (795698)
- Fix for CVE-2011-1944 (709750)
- Fix for CVE-2011-0216 (755813)
- Fix for CVE-2011-2821 (735715)
- Fix for CVE-2011-3102 (822171)
- Fix some potential problems on reallocation failures
- Hardening of XPath evaluation
- Fix an off by one error in encoding
- Fix missing error status in XPath evaluation
- Make sure the parser returns when getting a Stop order
- Fix an allocation error when copying entities
- Add hash randomization to hash and dict structures
- Force randomization of dict and hash
- Fix a failure to report xmlreader parsing failures
- Fix parser local buffers size problems
- Fix entities local buffers size problems
- Fix an error in previous commit
- Do not fetch external parsed entities
- Impose a reasonable limit on attribute size
- Impose a reasonable limit on comment size
- Impose a reasonable limit on PI size
- Cleanups and new limit APIs for dictionaries
- Introduce some default parser limits
- Implement some default limits in the XPath module
- Fixup limits parser
- Enforce XML_PARSER_EOF state handling through the parser
- Avoid quadratic behaviour in some push parsing cases
- More avoid quadratic behaviour
- Strengthen behaviour of the push parser in problematic situations
- More fixups on the push parser behaviour
- Fix a segfault on XSD validation on pattern error
- Fix an unimplemented part in RNG value validation
- Fix an off by one pointer access
- Change the XPath code to percolate allocation errors
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Fri Mar 04 2011 Daniel Veillard <veillard@redhat.com> - 2.7.8-6
- fix a double free in XPath CVE-2010-4494 bug 665965
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Nov 05 2010 Daniel Veillard <veillard@redhat.com> - 2.7.8-4
- reactivate shared libs versionning script
* Thu Nov 04 2010 Daniel Veillard <veillard@redhat.com> - 2.7.8-1
- Upstream release of 2.7.8
- various bug fixes, including potential crashes
- new non-destructive formatting option
- date parsing updated to RFC 5646
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.7.7-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Mon Mar 15 2010 Daniel Veillard <veillard@redhat.com> - 2.7.7-1
- Upstream release of 2.7.7
- fix serious trouble with zlib >= 1.2.4
- xmllint new option --xpath
- various HTML parser improvements
- includes a number of nug fixes
* Tue Oct 06 2009 Daniel Veillard <veillard@redhat.com> - 2.7.6-1
- Upstream release of 2.7.6
- restore thread support off by default in 2.7.5
* Thu Sep 24 2009 Daniel Veillard <veillard@redhat.com> - 2.7.5-1
- Upstream release of 2.7.5
- fix a couple of Relax-NG validation problems
- couple more fixes
* Tue Sep 15 2009 Daniel Veillard <veillard@redhat.com> - 2.7.4-2
- fix a problem with little data at startup affecting inkscape #523002
* Thu Sep 10 2009 Daniel Veillard <veillard@redhat.com> - 2.7.4-1
- upstream release 2.7.4
- symbol versioning of libxml2 shared libs
- very large number of bug fixes
* Mon Aug 10 2009 Daniel Veillard <veillard@redhat.com> - 2.7.3-4
- two patches for parsing problems CVE-2009-2414 and CVE-2009-2416
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Jan 18 2009 Daniel Veillard <veillard@redhat.com> - 2.7.3-1
- new release 2.7.3
- limit default max size of text nodes
- special parser mode for PHP
- bug fixes and more compiler checks
* Wed Dec 03 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.7.2-7
- Pull back into Python 2.6
* Wed Dec 03 2008 Caolán McNamara <caolanm@redhat.com> - 2.7.2-6
- AutoProvides requires BuildRequires pkgconfig
* Wed Dec 03 2008 Caolán McNamara <caolanm@redhat.com> - 2.7.2-5
- rebuild to get provides(libxml-2.0) into HEAD rawhide
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.7.2-4
- Rebuild for pkgconfig logic
* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.7.2-3
- Rebuild for Python 2.6
* Wed Nov 12 2008 Daniel Veillard <veillard@redhat.com> - 2.7.2-2.fc11
- two patches for size overflows problems CVE-2008-4225 and CVE-2008-4226
* Fri Oct 03 2008 Daniel Veillard <veillard@redhat.com> 2.7.2-1.fc10
- new release 2.7.2
- Fixes the known problems in 2.7.1
- increase the set of options when saving documents
* Thu Oct 02 2008 Daniel Veillard <veillard@redhat.com> 2.7.1-2.fc10
- fix a nasty bug in 2.7.x, http://bugzilla.gnome.org/show_bug.cgi?id=554660
* Mon Sep 01 2008 Daniel Veillard <veillard@redhat.com> 2.7.1-1.fc10
- fix python serialization which was broken in 2.7.0
- Resolve: rhbz#460774
* Sat Aug 30 2008 Daniel Veillard <veillard@redhat.com> 2.7.0-1.fc10
- upstream release of 2.7.0
- switch to XML 1.0 5th edition
- switch to RFC 3986 for URI parsing
- better entity handling
- option to remove hardcoded limitations in the parser
- more testing
- a new API to allocate entity nodes
- and lot of fixes and clanups
* Mon Aug 25 2008 Daniel Veillard <veillard@redhat.com> 2.6.32-4.fc10
- fix for entities recursion problem
- Resolve: rhbz#459714
* Fri May 30 2008 Daniel Veillard <veillard@redhat.com> 2.6.32-3.fc10
- cleanup based on Fedora packaging guidelines, should fix #226079
- separate a -static package
* Thu May 15 2008 Daniel Veillard <veillard@redhat.com> 2.6.32-2.fc10
- try to fix multiarch problems like #440206
* Tue Apr 08 2008 Daniel Veillard <veillard@redhat.com> 2.6.32-1.fc9
- upstream release 2.6.32 see http://xmlsoft.org/news.html
- many bug fixed upstream
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.6.31-2
- Autorebuild for GCC 4.3
* Fri Jan 11 2008 Daniel Veillard <veillard@redhat.com> 2.6.31-1.fc9
- upstream release 2.6.31 see http://xmlsoft.org/news.html
- many bug fixed upstream
* Thu Aug 23 2007 Daniel Veillard <veillard@redhat.com> 2.6.30-1
- upstream release 2.6.30 see http://xmlsoft.org/news.html
- many bug fixed upstream
* Tue Jun 12 2007 Daniel Veillard <veillard@redhat.com> 2.6.29-1
- upstream release 2.6.29 see http://xmlsoft.org/news.html
- many bug fixed upstream
* Wed May 16 2007 Matthias Clasen <mclasen@redhat.com> 2.6.28-2
- Bump revision to fix N-V-R problem
* Tue Apr 17 2007 Daniel Veillard <veillard@redhat.com> 2.6.28-1
- upstream release 2.6.28 see http://xmlsoft.org/news.html
- many bug fixed upstream
* Thu Dec 07 2006 Jeremy Katz <katzj@redhat.com> - 2.6.27-2
- rebuild against python 2.5
* Wed Oct 25 2006 Daniel Veillard <veillard@redhat.com> 2.6.27-1
- upstream release 2.6.27 see http://xmlsoft.org/news.html
- very large amount of bug fixes reported upstream
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.26-2.1.1
- rebuild
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.26-2.1
- rebuild
* Wed Jun 07 2006 Daniel Veillard <veillard@redhat.com> 2.6.26-2
- fix bug #192873
* Tue Jun 06 2006 Daniel Veillard <veillard@redhat.com> 2.6.26-1
- upstream release 2.6.26 see http://xmlsoft.org/news.html
* Tue Jun 06 2006 Daniel Veillard <veillard@redhat.com>
- upstream release 2.6.25 broken, do not ship !
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/5e /usr/lib/debug/.build-id/5e/f4612d64267827c6f97b9f734087189de86102 /usr/lib/debug/.build-id/5e/f4612d64267827c6f97b9f734087189de86102.debug /usr/lib/debug/.build-id/82 /usr/lib/debug/.build-id/82/03d2f5b20c006ae9793104a8714cc67f56170b /usr/lib/debug/.build-id/82/03d2f5b20c006ae9793104a8714cc67f56170b.debug /usr/lib/debug/.build-id/95 /usr/lib/debug/.build-id/95/f2610b927b48e417f5be4ba53cbe2a656dce8e /usr/lib/debug/.build-id/95/f2610b927b48e417f5be4ba53cbe2a656dce8e.debug /usr/lib/debug/.build-id/fe /usr/lib/debug/.build-id/fe/a3498680f69f9abcd3b4f02e2388bbd0296bd1 /usr/lib/debug/.build-id/fe/a3498680f69f9abcd3b4f02e2388bbd0296bd1.debug /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/xmlcatalog.debug /usr/lib/debug/usr/bin/xmllint.debug /usr/lib/debug/usr/lib64 /usr/lib/debug/usr/lib64/libxml2.so.2.7.8.debug /usr/lib/debug/usr/lib64/libxml2.so.2.debug /usr/lib/debug/usr/lib64/libxml2.so.debug /usr/lib/debug/usr/lib64/python2.7 /usr/lib/debug/usr/lib64/python2.7/site-packages /usr/lib/debug/usr/lib64/python2.7/site-packages/libxml2mod.so.debug /usr/src/debug/libxml2-2.7.8 /usr/src/debug/libxml2-2.7.8/DOCBparser.c /usr/src/debug/libxml2-2.7.8/HTMLparser.c /usr/src/debug/libxml2-2.7.8/HTMLtree.c /usr/src/debug/libxml2-2.7.8/SAX.c /usr/src/debug/libxml2-2.7.8/SAX2.c /usr/src/debug/libxml2-2.7.8/c14n.c /usr/src/debug/libxml2-2.7.8/catalog.c /usr/src/debug/libxml2-2.7.8/chvalid.c /usr/src/debug/libxml2-2.7.8/debugXML.c /usr/src/debug/libxml2-2.7.8/dict.c /usr/src/debug/libxml2-2.7.8/elfgcchack.h /usr/src/debug/libxml2-2.7.8/encoding.c /usr/src/debug/libxml2-2.7.8/entities.c /usr/src/debug/libxml2-2.7.8/error.c /usr/src/debug/libxml2-2.7.8/globals.c /usr/src/debug/libxml2-2.7.8/hash.c /usr/src/debug/libxml2-2.7.8/include /usr/src/debug/libxml2-2.7.8/include/libxml /usr/src/debug/libxml2-2.7.8/include/libxml/DOCBparser.h /usr/src/debug/libxml2-2.7.8/include/libxml/HTMLparser.h /usr/src/debug/libxml2-2.7.8/include/libxml/HTMLtree.h /usr/src/debug/libxml2-2.7.8/include/libxml/SAX.h /usr/src/debug/libxml2-2.7.8/include/libxml/SAX2.h /usr/src/debug/libxml2-2.7.8/include/libxml/c14n.h /usr/src/debug/libxml2-2.7.8/include/libxml/catalog.h /usr/src/debug/libxml2-2.7.8/include/libxml/chvalid.h /usr/src/debug/libxml2-2.7.8/include/libxml/debugXML.h /usr/src/debug/libxml2-2.7.8/include/libxml/dict.h /usr/src/debug/libxml2-2.7.8/include/libxml/encoding.h /usr/src/debug/libxml2-2.7.8/include/libxml/entities.h /usr/src/debug/libxml2-2.7.8/include/libxml/globals.h /usr/src/debug/libxml2-2.7.8/include/libxml/hash.h /usr/src/debug/libxml2-2.7.8/include/libxml/list.h /usr/src/debug/libxml2-2.7.8/include/libxml/nanoftp.h /usr/src/debug/libxml2-2.7.8/include/libxml/nanohttp.h /usr/src/debug/libxml2-2.7.8/include/libxml/parser.h /usr/src/debug/libxml2-2.7.8/include/libxml/parserInternals.h /usr/src/debug/libxml2-2.7.8/include/libxml/pattern.h /usr/src/debug/libxml2-2.7.8/include/libxml/relaxng.h /usr/src/debug/libxml2-2.7.8/include/libxml/schemasInternals.h /usr/src/debug/libxml2-2.7.8/include/libxml/schematron.h /usr/src/debug/libxml2-2.7.8/include/libxml/threads.h /usr/src/debug/libxml2-2.7.8/include/libxml/tree.h /usr/src/debug/libxml2-2.7.8/include/libxml/uri.h /usr/src/debug/libxml2-2.7.8/include/libxml/valid.h /usr/src/debug/libxml2-2.7.8/include/libxml/xinclude.h /usr/src/debug/libxml2-2.7.8/include/libxml/xlink.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlIO.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlautomata.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlerror.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlmemory.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlmodule.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlreader.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlregexp.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlsave.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlschemas.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlschemastypes.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlstring.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlunicode.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlversion.h /usr/src/debug/libxml2-2.7.8/include/libxml/xmlwriter.h /usr/src/debug/libxml2-2.7.8/include/libxml/xpath.h /usr/src/debug/libxml2-2.7.8/include/libxml/xpathInternals.h /usr/src/debug/libxml2-2.7.8/include/libxml/xpointer.h /usr/src/debug/libxml2-2.7.8/legacy.c /usr/src/debug/libxml2-2.7.8/libxml.h /usr/src/debug/libxml2-2.7.8/list.c /usr/src/debug/libxml2-2.7.8/nanoftp.c /usr/src/debug/libxml2-2.7.8/nanohttp.c /usr/src/debug/libxml2-2.7.8/parser.c /usr/src/debug/libxml2-2.7.8/parserInternals.c /usr/src/debug/libxml2-2.7.8/pattern.c /usr/src/debug/libxml2-2.7.8/python /usr/src/debug/libxml2-2.7.8/python/libxml.c /usr/src/debug/libxml2-2.7.8/python/libxml2-py.c /usr/src/debug/libxml2-2.7.8/python/libxml_wrap.h /usr/src/debug/libxml2-2.7.8/python/types.c /usr/src/debug/libxml2-2.7.8/relaxng.c /usr/src/debug/libxml2-2.7.8/schematron.c /usr/src/debug/libxml2-2.7.8/threads.c /usr/src/debug/libxml2-2.7.8/tree.c /usr/src/debug/libxml2-2.7.8/trionan.c /usr/src/debug/libxml2-2.7.8/trionan.h /usr/src/debug/libxml2-2.7.8/uri.c /usr/src/debug/libxml2-2.7.8/valid.c /usr/src/debug/libxml2-2.7.8/xinclude.c /usr/src/debug/libxml2-2.7.8/xlink.c /usr/src/debug/libxml2-2.7.8/xmlIO.c /usr/src/debug/libxml2-2.7.8/xmlcatalog.c /usr/src/debug/libxml2-2.7.8/xmllint.c /usr/src/debug/libxml2-2.7.8/xmlmemory.c /usr/src/debug/libxml2-2.7.8/xmlmodule.c /usr/src/debug/libxml2-2.7.8/xmlreader.c /usr/src/debug/libxml2-2.7.8/xmlregexp.c /usr/src/debug/libxml2-2.7.8/xmlsave.c /usr/src/debug/libxml2-2.7.8/xmlschemas.c /usr/src/debug/libxml2-2.7.8/xmlschemastypes.c /usr/src/debug/libxml2-2.7.8/xmlstring.c /usr/src/debug/libxml2-2.7.8/xmlunicode.c /usr/src/debug/libxml2-2.7.8/xmlwriter.c /usr/src/debug/libxml2-2.7.8/xpath.c /usr/src/debug/libxml2-2.7.8/xpointer.c
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat May 18 05:29:31 2013