Upgrade libxml2 to 2.6.6.
Changes: 2.6.6: Feb 12 2004: - nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and William) reported by Yuuichi Teranishi - bugfixes: make test and path issues, xmlWriter attribute serialization (William Brack), xmlWriter indentation (William), schemas validation (Eric Haszlakiewicz), XInclude dictionnaries issues (William and Oleg Paraschenko), XInclude empty fallback (William), HTML warnings (William), XPointer in XInclude (William), Python namespace serialization, isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter entities in internal subset (William), internal subset bug in push mode, <xs:all> fix (Alexey Sarytchev) - Build: fix for automake-1.8 (Alexander Winston), warnings removal (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix --with-minimum configuration. - XInclude: allow the 2001 namespace without warning. - Documentation: missing example/index.html (John Fleck), version dependancies (John Fleck) - reader API: structured error reporting (Steve Ball) - Windows compilation: mingw, msys (Mikhail Grushinskiy), function prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_ patch - Parsers: added xmlByteConsumed(ctxt) API to get the byte offest in input.
This commit is contained in:
parent
60fad3998a
commit
8945d2d1e5
4 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.4803 2004/02/12 14:46:00 taca Exp $
|
||||
$NetBSD: CHANGES,v 1.4804 2004/02/12 22:18:12 xtraeme Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -798,3 +798,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated docbook-xsl to 1.64.1nb3 [jmmv 2004-02-12]
|
||||
Updated gtk-doc to 1.1 [jmmv 2004-02-12]
|
||||
Updated squid to 2.5.4nb8 [taca 2004-02-12]
|
||||
Updated libxml2 to 2.6.6 [xtraeme 2004-02-12]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2004/02/01 10:28:48 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2004/02/12 22:18:13 xtraeme Exp $
|
||||
|
||||
DISTNAME= libxml2-${LIBXML_VERSION}
|
||||
CATEGORIES= textproc
|
||||
|
@ -15,7 +15,7 @@ USE_LIBTOOL= yes
|
|||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in
|
||||
|
||||
LIBXML_VERSION= 2.6.5
|
||||
LIBXML_VERSION= 2.6.6
|
||||
PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.25 2004/01/31 22:13:52 xtraeme Exp $
|
||||
@comment $NetBSD: PLIST,v 1.26 2004/02/12 22:18:13 xtraeme Exp $
|
||||
bin/xml2-config
|
||||
bin/xmlcatalog
|
||||
bin/xmllint
|
||||
|
@ -50,7 +50,7 @@ lib/libxml2.a
|
|||
lib/libxml2.la
|
||||
lib/libxml2.so
|
||||
lib/libxml2.so.8
|
||||
lib/libxml2.so.8.5
|
||||
lib/libxml2.so.8.6
|
||||
lib/pkgconfig/libxml-2.0.pc
|
||||
lib/xml2Conf.sh
|
||||
man/man1/xml2-config.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.33 2004/01/31 22:13:52 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.34 2004/02/12 22:18:13 xtraeme Exp $
|
||||
|
||||
SHA1 (libxml2-2.6.5.tar.bz2) = 8d347ded9c6e8872bbf4e482b0e15ac86815960b
|
||||
Size (libxml2-2.6.5.tar.bz2) = 2649744 bytes
|
||||
SHA1 (libxml2-2.6.6.tar.bz2) = 60d8d743a481964e364a3b3b78e94899e20b3c24
|
||||
Size (libxml2-2.6.6.tar.bz2) = 2652415 bytes
|
||||
SHA1 (patch-aa) = 9013309e3a416de65bf5c86f0ade4303d05f0f0e
|
||||
SHA1 (patch-ab) = 9f715205d1ffb116b6b3793c1319f9c99410c4e4
|
||||
SHA1 (patch-ad) = 58da64df2e421d396e707044019787f066df68f3
|
||||
|
|
Loading…
Reference in a new issue