diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-10 09:34:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-10 09:34:04 +0000 |
commit | eea3c19057e8e4ed0a141dd17b1a8e52ae4d2305 (patch) | |
tree | 4eb357297f8fc7a511df8f6d42f77ac001071b99 /textproc/libxml2 | |
parent | b345ebfcc91e39442591ae83cb20c7c9f427ee8b (diff) | |
download | pkgsrc-eea3c19057e8e4ed0a141dd17b1a8e52ae4d2305.tar.gz |
Update to 2.5.6:
2.5.6: Apr 1 2003:
- Fixed W3C XML Schemas datatype, should be compliant now except for
binHex and base64 which are not supported yet.
- bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
XInclude entities handling, encoding detection on external subsets, XML
Schemas bugs and memory leaks, HTML parser (James Bursa)
- portability: python/trio (Albert Chin), Sun compiler warnings
- documentation: added --relaxng option to xmllint man page (John)
- improved error reporting: xml:space, start/end tag mismatches, Relax NG
errors
Diffstat (limited to 'textproc/libxml2')
-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 2220473d697..30f1e492145 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/03/26 14:55:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2003/04/10 09:34:04 wiz Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -14,7 +14,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in -LIBXML_VERSION= 2.5.5 +LIBXML_VERSION= 2.5.6 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} GNU_CONFIGURE= yes diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 6ae9e76b596..acc8886e476 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2003/03/26 14:55:12 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.17 2003/04/10 09:34:04 wiz Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -43,7 +43,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.7 -lib/libxml2.so.7.5 +lib/libxml2.so.7.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 f08c31bae6d..3eca2b40723 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2003/03/26 14:55:12 jmmv Exp $ +$NetBSD: distinfo,v 1.24 2003/04/10 09:34:04 wiz Exp $ -SHA1 (libxml2-2.5.5.tar.gz) = 58668dd4528020b4047e8abb905f5d5a0ea1a18a -Size (libxml2-2.5.5.tar.gz) = 3109762 bytes +SHA1 (libxml2-2.5.6.tar.gz) = 5df552d3965cbfca8f4ff82af11ef98e5669ebb8 +Size (libxml2-2.5.6.tar.gz) = 3117944 bytes SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92 SHA1 (patch-ad) = 798da20a3a596b9e321dac26150cdced19fa465c SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b |