pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Upgrade libxml2 to 2.6.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84008310b80f
branches:  trunk
changeset: 469466:84008310b80f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 23 21:49:05 2004 +0000

description:
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:

 doc/CHANGES               |  3 ++-
 textproc/libxml2/Makefile |  4 ++--
 textproc/libxml2/PLIST    |  4 ++--
 textproc/libxml2/distinfo |  6 +++---
 4 files changed, 9 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r d405252003ef -r 84008310b80f doc/CHANGES
--- a/doc/CHANGES       Mon Feb 23 19:07:51 2004 +0000
+++ b/doc/CHANGES       Mon Feb 23 21:49:05 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4977 2004/02/23 19:07:03 jmmv Exp $
+$NetBSD: CHANGES,v 1.4978 2004/02/23 21:49:05 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1003,3 +1003,4 @@
        Updated subversion to 1.0.0 [epg 2004-02-23]
        Added dasher-3.2.3 [jmmv 2004-02-23]
        Updated gnome-accessibility to 2.4.2nb1 [jmmv 2004-02-23]
+       Updated libxml2 to 2.6.7 [xtraeme 2004-02-23]
diff -r d405252003ef -r 84008310b80f textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Mon Feb 23 19:07:51 2004 +0000
+++ b/textproc/libxml2/Makefile Mon Feb 23 21:49:05 2004 +0000
@@ -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_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 -r d405252003ef -r 84008310b80f textproc/libxml2/PLIST
--- a/textproc/libxml2/PLIST    Mon Feb 23 19:07:51 2004 +0000
+++ b/textproc/libxml2/PLIST    Mon Feb 23 21:49:05 2004 +0000
@@ -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.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 -r d405252003ef -r 84008310b80f textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Mon Feb 23 19:07:51 2004 +0000
+++ b/textproc/libxml2/distinfo Mon Feb 23 21:49:05 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index