diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-12 22:18:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-12 22:18:12 +0000 |
commit | 8945d2d1e5a92629897ccedcda8d85d23eea5a7e (patch) | |
tree | 91fbbe6da52ee35d213752421f9a3fba205ae13c | |
parent | 60fad3998a9512223dc2e78937242c2c07297457 (diff) | |
download | pkgsrc-8945d2d1e5a92629897ccedcda8d85d23eea5a7e.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
4 files changed, 9 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 40df220e01e..2b8b527c5f9 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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] diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index fa9f66bb73b..3f893237472 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -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 diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 86831e83e6b..b50b2fe3e7d 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -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 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 2d7f7158f70..1c95c119251 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -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 |