diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-23 21:49:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-23 21:49:05 +0000 |
commit | b5f1c61b2f2b732a8abf57c797615f7cc2bb0a77 (patch) | |
tree | 68f09f0b689d9baa7d1504541a93a2e51ce9a6e2 /textproc | |
parent | 84d5961a6c164c40c12b1aeb278c804261d4ff06 (diff) | |
download | pkgsrc-b5f1c61b2f2b732a8abf57c797615f7cc2bb0a77.tar.gz |
Upgrade libxml2 to 2.6.7.
2.6.7: Feb 23 2004:
- documentation: tutorial updates (John Fleck), benchmark results
- xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino)
- XPath optimization (Petr Pajas)
- DTD ID handling optimization
- bugfixes: xpath number with > 19 fractional (William Brack), push
mode with unescaped '>' characters, fix xmllint --stream --timing, fix
xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent
handling NULL, trying to fix Relax-NG/Perl interface.
- python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick)
- Added relaxng option to xmllint --shell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 41fc6749b68..127f005e76d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2004/02/22 07:03:20 minskim Exp $ +# $NetBSD: Makefile,v 1.50 2004/02/23 21:49:05 xtraeme Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -16,7 +16,7 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libxml-2.0.pc.in -LIBXML_VERSION= 2.6.6 +LIBXML_VERSION= 2.6.7 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} GNU_CONFIGURE= yes diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index b50b2fe3e7d..456ed2c80eb 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2004/02/12 22:18:13 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.27 2004/02/23 21:49:05 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.6 +lib/libxml2.so.8.7 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 1c95c119251..8019207fcd5 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2004/02/12 22:18:13 xtraeme Exp $ +$NetBSD: distinfo,v 1.35 2004/02/23 21:49:05 xtraeme Exp $ -SHA1 (libxml2-2.6.6.tar.bz2) = 60d8d743a481964e364a3b3b78e94899e20b3c24 -Size (libxml2-2.6.6.tar.bz2) = 2652415 bytes +SHA1 (libxml2-2.6.7.tar.bz2) = 886c77a07555d9cba45a045acde2e5ffdcca34fb +Size (libxml2-2.6.7.tar.bz2) = 2651941 bytes SHA1 (patch-aa) = 9013309e3a416de65bf5c86f0ade4303d05f0f0e SHA1 (patch-ab) = 9f715205d1ffb116b6b3793c1319f9c99410c4e4 SHA1 (patch-ad) = 58da64df2e421d396e707044019787f066df68f3 |