pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libxml2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 26 09:22:14 UTC 2013

Modified Files:
        pkgsrc/textproc/libxml2: Makefile PLIST distinfo
        pkgsrc/textproc/libxml2/patches: patch-aa patch-ab patch-ae
            patch-threads.c
Removed Files:
        pkgsrc/textproc/libxml2/patches: patch-CVE-2012-5134
            patch-CVE-2013-0338-CVE-2013-0339 patch-SA53061_1 patch-SA53061_2

Log Message:
Changes 2.9.1:
Features:
Support for Python3,
Add xmlXPathSetContextNode and xmlXPathNodeEval

Documentation:
Add documentation for xmllint --xpath
Fix the URL of the SAX documentation from James
Fix spelling of "length"

Portability:
Fix python bindings with versions older than 2.7
rebuild docs:Makefile.am
elfgcchack.h after rebuild in doc
elfgcchack for buf module
Fix a uneeded and wrong extra link parameter
Few cleanup patches for Windows
Fix rpmbuild --nocheck
Fix for win32/configure.js and WITH_THREAD_ALLOC
Fix Broken multi-arch support in xml2-config
Fix a portability issue for GCC < 3.4.0
Windows build fixes
Fix a thread portability problem
Downgrade autoconf requirement to 2.63

Bug Fixes:
Fix a linking error for python bindings
Fix a couple of return without value
Improve the hashing functions
Improve handling of xmlStopParser()
Remove risk of lockup in dictionary initialization
Activate detection of encoding in external subset
Fix an output buffer flushing conversion bug
Fix an old bug in xmlSchemaValidateOneElement
Fix configure cannot remove messages
fix schema validation in combination with xsi:nil
xmlCtxtReadFile doesn't work with literal IPv6 URLs
Fix a few problems with setEntityLoader
Detect excessive entities expansion upon replacement
Fix the flushing out of raw buffers on encoding conversions
Fix some buffer conversion issues
When calling xmlNodeDump make sure we grow the buffer quickly
Fix an error in the progressive DTD parsing code
xmllint should not load DTD by default when using the reader
Try IBM-037 when looking for EBCDIC handlers
Fix potential out of bound access
Fix large parse of file from memory
Fix a bug in the nsclean option of the parser
Fix a regression in 2.9.0 breaking validation while streaming
Remove potential calls to exit()

Improvements:
Regenerated API, and testapi, rebuild documentation
Fix tree iterators broken by 2to3 script
update all tests for Python3 and Python2
A few more fixes for python 3 affecting libxml2.py
Fix compilation on Python3
Converting apibuild.py to python3
First pass at starting porting to python3
updated configure.in for python3
Add support for xpathRegisterVariable in Python
Added a regression tests from bug 694228 data
Cache presence of '<' in entities content
Avoid extra processing on entities
Python binding for xmlRegisterInputCallback
Python bindings: DOM casts everything to xmlNode
Define LIBXML_THREAD_ALLOC_ENABLED via xmlversion.h
Adding streaming validation to runtest checks
Add a --pushsmall option to xmllint

Cleanups:
Switched comment in file to UTF-8 encoding
Extend gitignore
Silent the new python test on input
Cleanup of a duplicate test
Cleanup on duplicate test expressions
Fix compiler warning after 153cf15905cf4ec080612ada6703757d10caba1e
Spec cleanups and a fix for multiarch support
Silence a clang warning
Cleanup the Copyright to be pure MIT Licence wording
rand_seed should be static in dict.c
Fix typos in parser comments


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/libxml2/PLIST
cvs rdiff -u -r1.100 -r1.101 pkgsrc/textproc/libxml2/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/libxml2/patches/patch-CVE-2012-5134 \
    pkgsrc/textproc/libxml2/patches/patch-CVE-2013-0338-CVE-2013-0339 \
    pkgsrc/textproc/libxml2/patches/patch-SA53061_2
cvs rdiff -u -r1.2 -r0 pkgsrc/textproc/libxml2/patches/patch-SA53061_1
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/libxml2/patches/patch-aa \
    pkgsrc/textproc/libxml2/patches/patch-ab
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/libxml2/patches/patch-ae
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/libxml2/patches/patch-threads.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index