Age | Commit message (Collapse) | Author | Files | Lines |
|
-fix more potential problems on reallocation failures (CVE-2011-1944)
-Fix memory corruption
also replace an error handling which doesn't recover from
integer overflow
bump PKGREV
|
|
|
|
-fix realloc error handling bug
-fix potential double free (CVE-2010-4494 / SA42721)
bump PKGREVISION
|
|
symbol versioning, hopefully fixes PR pkg/44154 by Geert Hendrickx
bump PKGREVISION
|
|
so comment out the entire statement.
|
|
changes:
-add code to plug in ICU converters by default
-Add xmlSaveOption XML_SAVE_WSNONSIG
-documentation fixes
-portability fixes
-bugfixes, in particular for an XPath problem which can be exploited
to crash the program by a malformed XPath expression (CVE-2010-4008)
-misc improvements, cleanup
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=617053
Fixes build on Interix-6.0.
|
|
changes:
-Adding a --xpath option to xmllint
-Make HTML parser non-recursive
-misc portability improvements and bugfixes
|
|
and Solaris 10/sparc - both with Sun Studio C/C++ 12u1.
Fixes PR pkg/42335 (thanks to Todd Kover for the hint).
|
|
succeed, now that EBCDIC support in NetBSD-current was improved
(see PR lib/42209)
|
|
|
|
|
|
changes:
-bugfixes
-portability and documentation improvements
-cleanup
pkgsrc note: added some tweaks to EBCDIC support, both to fix non-
portable assumptions in the code and to work around NetBSD deficiencies;
now it needs only a little fix to CP273 (newline conversion) to make
the selftest succeed on NetBSD
|
|
and CVE-2009-2416.
The patch was taken from the latest Fedora 11 "libxml2" source RPM.
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
2.7.3: Jan 18 2009
* Build fix: fix build when HTML support is not included.
* Bug fixes: avoid memory overflow in gigantic text nodes,
indentation problem on the writed (Rob Richards), xmlAddChildList
pointer problem (Rob Richards and Kevin Milburn), xmlAddChild
problem with attribute (Rob Richards and Kris Breuker), avoid
a memory leak in an edge case (Daniel Zimmermann), deallocate
some pthread data (Alex Ott).
* Improvements: configure option to avoid rebuilding docs
(Adrian Bunk), limit text nodes to 10MB max by default, add
element traversal APIs, add a parser option to enable pre 2.7
SAX behavior (Rob Richards), add gcc malloc checking (Marcus
Meissner), add gcc printf like functions parameters checking
(Marcus Meissner).
|
|
CVE-2008-4226 from "libxml2" SVN repository. Bump package revision.
|
|
out in the last update, bump PKGREVISION
fixes PR pkg/39755 by David A. Holland
|
|
changes:
-Portability fix: fix solaris compilation problem, fix compilation
if XPath is not configured in
-Bug fixes: nasty entity bug introduced in 2.7.0, restore old behaviour
when saving an HTML doc with an xml dump function,
HTML UTF-8 parsing bug, fix reader custom error handlers
-Improvement: xmlSave options for more flexibility to save
as XML/HTML/XHTML, handle leading BOM in HTML documents
cvs: ----------------------------------------------------------------------
|
|
|
|
Remove ancient workaround for sparc64/1.6 problem.
|
|
GNOME bugzilla. Bump package revision.
|
|
2.7.1: Sep 1 2008
* Portability fix: Borland C fix (Moritz Both)
* Bug fixes: python serialization wrappers, XPath QName corner
case handking and leaks (Martin)
* Improvement: extend the xmlSave to handle HTML documents and trees
* Cleanup: python serialization wrappers
2.7.0: Aug 30 2008
* Documentation: switch ChangeLog to UTF-8, improve mutithreads
and xmlParserCleanup docs
* Portability fixes: Older Win32 platforms (Rob Richards), MSVC
porting fix (Rob Richards), Mac OS X regression tests (Sven
Herzberg), non GNUCC builds (Rob Richards), compilation on
Haiku (Andreas F�rber)
* Bug fixes: various realloc problems (Ashwin), potential
double-free (Ashwin), regexp crash, icrash with invalid whitespace
facets (Rob Richards), pattern fix when streaming (William
Brack), various XML parsing and validation fixes based on the
W3C regression tests, reader tree skipping function fix (Ashwin),
Schemas regexps escaping fix (Volker Grabsch), handling of
entity push errors (Ashwin), fix a slowdown when encoder cant
serialize characters on output
* Code cleanup: compilation fix without the reader, without
the output (Robert Schwebel), python whitespace (Martin), many
space/tabs cleanups, serious cleanup of the entity handling
code
* Improvement: switch parser to XML-1.0 5th edition, add parsing
flags for old versions, switch URI parsing to RFC 3986, add
xmlSchemaValidCtxtGetParserCtxt (Holger Kaelberer), new hashing
functions for dictionnaries (based on Stefan Behnel work),
improve handling of misplaced html/head/body in HTML parser,
better regression test tools and code coverage display, better
algorithms to detect various versions of the billion laughts
attacks, make arbitrary parser limits avoidable as a parser
option
|
|
|
|
2.6.32: Apr 8 2008
* Documentation: returning heap memory to kernel (Wolfram Sang),
trying to clarify xmlCleanupParser() use, xmlXPathContext
improvement (Jack Jansen), improve the *Recover* functions
documentation, XmlNodeType doc link fix (Martijn Arts)
* Bug fixes: internal subset memory leak (Ashwin), avoid problem
with paths starting with // (Petr Sumbera), streaming XSD validation
callback patches (Ashwin), fix redirection on port other than 80
(William Brack), SAX2 leak (Ashwin), XInclude fragment of own
document (Chris Ryan), regexp bug with '.' (Andrew Tosh), flush
the writer at the end of the document (Alfred Mickautsch), output
I/O bug fix (William Brack), writer CDATA output after a text
node (Alex Khesin), UTF-16 encoding detection (William Brack),
fix handling of empty CDATA nodes for Safari team, python binding
problem with namespace nodes, improve HTML parsing (Arnold
Hendriks), regexp automata build bug, memory leak fix (Vasily
Chekalkin), XSD test crash, weird system parameter entity parsing
problem, allow save to file:///X:/ windows paths, various attribute
normalisation problems, externalSubsetSplit fix (Ashwin), attribute
redefinition in the DTD (Ashwin), fix in char ref parsing check
(Alex Khesin), many out of memory handling fixes (Ashwin), XPath
out of memory handling fixes (Alvaro Herrera), various realloc
problems (Ashwin), UCS4 encoding conversion buffer size (Christian
Fruth), problems with EatName functions on memory errors, BOM
handling in external parsed entities (Mark Rowe)
* Code cleanup: fix build under VS 2008 (David Wimsey), remove
useless mutex in xmlDict (Florent Guilian), Mingw32 compilation
fix (Carlo Bramini), Win and MacOS EOL cleanups (Florent Guiliani),
iconv need a const detection (Roumen Petrov), simplify xmlSetProp
(Julien Charbon), cross compilation fixes for Mingw (Roumen
Petrov), SCO Openserver build fix (Florent Guiliani), iconv uses
const on Win32 (Rob Richards), duplicate code removal (Ashwin),
missing malloc test and error reports (Ashwin), VMS makefile fix
(Tycho Hilhorst)
* improvements: better plug of schematron in the normal error
handling (Tobias Minich)
|
|
2.6.31: Jan 11 2008:
- Security fix: missing of checks in UTF-8 parsing
- Bug fixes: regexp bug, dump attribute from XHTML document, fix
xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
(Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
XSD crash due to double free (Rob Richards), indentation fix in
xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
parsing if attribute redeclared, avoid crash in hash list scanner if
deleting elements, column counter bug fix (Christian Schmidt),
HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
output from xml2-config (Fred Crozat), avoid an xmllint crash
(Stefan Kost), don't stop HTML parsing on out of range chars.
- Code cleanup: fix open() call third argument, regexp cut'n paste
copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
some make distcheck realted fixes (John Carr)
- Improvements: HTTP Header: includes port number (William Brack),
testURI --debug option,
|
|
(A single trivial option os not worth wasting an inode, so I've
put it into the Makefile.)
|
|
|
|
|
|
* Portability: Solaris crash on error handling, windows path fixes
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
* Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
reusing a writer for a new document (Dodji Seketeli), Schemas
xsi:nil handling patch (Frank Gross), relative URI build problem
(Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
detection bug, fix disparity with xmlSAXUserParseMemory, automata
generation for complex regexp counts problems, Schemas IDC import
problems (Frank Gross), xpath predicate evailation error handling
(William Brack)
|
|
2.6.29: Jun 12 2007:
- Portability: patches from Andreas Stricke for WinCEi,
fix compilation warnings (William Brack), avoid warnings on Apple OS/X
(Wendy Doyle and Mark Rowe), Windows compilation and threading
improvements (Rob Richards), compilation against old Python versions,
new GNU tar changes (Ryan Hill)
- Documentation: xmlURIUnescapeString comment,
- Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
flag fix (Richard Jones), regexp interpretation of \,
htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
typo (Bjorn Reese), entity content failure, xmlListAppend() fix
(Georges-André Silber), XPath number serialization (William Brack),
nanohttp gzipped stream fix (William Brack and Alex Cornejo),
xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
XPath string value of PI nodes (William Brack), XPath node set
sorting bugs (William Brack), avoid outputting namespace decl
dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
error handling, recustion on next in catalogs, fix a Relax-NG crash,
workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
invalid character in attribute detection bug, big comments before
internal subset streaming bug, HTML parsing of attributes with : in
the name
- Improvement: keep URI query parts in raw form (Richard Jones),
embed tag support in HTML (Michael Day)
|
|
2.6.28: Apr 17 2007:
- Documentation: comment fixes (Markus Keim), xpath comments fixes too
(James Dennett)
- Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
(Usamah Malik), various regexp bug fixes (DV and William), path conversion
on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
principal node of axis bug, HTML serialization of some codepoint
(Steven Rainwater), user data propagation in XInclude (Michael Day),
standalone and XML decl detection (Michael Day), Python id ouptut
for some id, fix the big python string memory leak, URI parsing fixes
(Stéphane Bidoul and William), long comments parsing bug (William),
concurrent threads initialization (Ted Phelps), invalid char
in text XInclude (William), XPath memory leak (William), tab in
python problems (Andreas Hanke), XPath node comparison error
(Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
XML Schemas attribute group (William), HTML parsing problem (William),
fix char 0x2d in regexps (William), regexp quantifier range with
min occurs of 0 (William), HTML script/style parsing (Mike Day)
- Improvement: make xmlTextReaderSetup() public
- Compilation and postability: fix a missing include problem (William),
__ss_familly on AIX again (Björn Wiberg), compilation without zlib
(Michael Day), catalog patch for Win32 (Christian Ehrlicher),
Windows CE fixes (Andreas Stricke)
- Various CVS to SVN infrastructure changes
|
|
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
|
|
|
|
changes:
-XPath improvements
-optimization / caching
-build and portability fixes
-bugfixes
-documentation improvements
pkgsrc change: seperate user doc and devhelp files - migrate the latter
to share/gtk-doc/html
|
|
tests are enabled.
|
|
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
changes: fixes for bugs and memory leaks, minor optimizations
|
|
NetBSD 1.6.X.
|
|
Linux but not on NetBSD because the install command works differently
when a wild card matching fails.
Bump PKGREVISION.
|
|
patch provided by Jake Kupersmith per PR pkg/33425
|
|
changes:
-Portability fixes (Windows, HP-UX, gcc-4.1)
-Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode
-update to Unicode 4.01
-Bug fixes
-man pages updates and cleanups
-New features: Relax NG structure error handlers
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
changes:
Portability fixes:
- Windows (Rob Richards)
- getaddrinfo on Windows (Kolja Nowak
- Rob Richards)
- icc warnings (Kjartan Maraas)
- --with-minimum compilation fixes (William Brack)
- error case handling fix on Solaris (Albert Chin)
- don't use 'list' as parameter name reported by Samuel Diaz Garcia
- more old Unices portability fixes (Albert Chin)
- MinGW compilation (Mark Junker)
- HP-UX compiler warnings (Rick Jones)
Code cleanup:
- xmlReportError (Adrian Mouat)
- remove xmlBufferClose (Geert Jansen)
- unreachable code (Oleksandr Kononenko)
- refactoring parsing code (Bjorn Reese)
Bug fixes:
- xmlBuildRelativeURI and empty path (William Brack)
- combinatory explosion and performances in regexp code
- leak in xmlTextReaderReadString()
- xmlStringLenDecodeEntities problem (Massimo Morara)
- Identity Constraints bugs and a segfault (Kasimier Buchcik)
- XPath pattern based evaluation bugs (DV & Kasimier)
- xmlSchemaContentModelDump() memory leak (Kasimier)
- potential leak in xmlSchemaCheckCSelectorXPath()
- xmlTextWriterVSprintf() misuse of vsnprintf (William Brack)
- XHTML serialization fix (Rob Richards)
- CRLF split problem (William)
- issues with non-namespaced attributes in xmlAddChild(), xmlAddNextSibling()
and xmlAddPrevSibling() (Rob Richards)
- HTML parsing of script
- Python must not output to stdout (Nic Ferrier)
- exclusive C14N namespace visibility (Aleksey Sanin)
- XSD dataype totalDigits bug (Kasimier Buchcik)
- error handling when writing to an xmlBuffer (Rob Richards)
- runtest schemas error not reported (Hisashi Fujinaka)
- signed/unsigned problem in date/time code (Albert Chin)
- fix XSI driven XSD validation (Kasimier)
- parsing of xs:decimal (Kasimier)
- fix DTD writer output (Rob Richards)
- leak in xmlTextReaderReadInnerXml (Gary Coady)
- regexp bug affecting schemas (Kasimier)
- configuration of runtime debugging (Kasimier)
- xmlNodeBufGetContent bug on entity refs (Oleksandr Kononenko)
- xmlRegExecPushString2 bug (Sreeni Nair)
- compilation and build fixes (Michael Day)
- removed dependancies on xmlSchemaValidError (Kasimier)
- bug with <xml:foo/>
- more XPath pattern based evaluation fixes (Kasimier)
Improvements:
- XSD Schemas redefinitions/restrictions (Kasimier Buchcik)
- node copy checks and fix for attribute (Rob Richards)
- counted transition bug in regexps
- ctxt->standalone = -2 to indicate no standalone attribute was found
- add xmlSchemaSetParserStructuredErrors() (Kasimier Buchcik)
- add xmlTextReaderSchemaValidateCtxt() to API (Kasimier)
- handle gzipped HTTP resources (Gary Coady)
- add htmlDocDumpMemoryFormat. (Rob Richards)
Documentation:
- typo (Michael Day)
- libxml man page (Albert Chin)
- save function to XML buffer (Geert Jansen)
- small doc fix (Aron Stansvik)
|