Update to 2.0.0:

Release 2.0.0 Wed Jan 11 2006
        - We no longer use the "check" library for C unit testing; we
          always use the (partial) internal implementation of the API.
        - Report XML_NS setting via XML_GetFeatureList().
        - Fixed headers for use from C++.
        - XML_GetCurrentLineNumber() and  XML_GetCurrentColumnNumber()
          now return unsigned integers.
        - Added XML_LARGE_SIZE switch to enable 64-bit integers for
          byte indexes and line/column numbers.
        - Updated to use libtool 1.5.22 (the most recent).
        - Added support for AmigaOS.
        - Some mostly minor bug fixes. SF issues include: 1006708,
          1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
This commit is contained in:
wiz 2006-01-22 16:46:02 +00:00
parent c746fe9467
commit 90999d74d2
3 changed files with 6 additions and 21 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:34 jlam Exp $
# $NetBSD: Makefile,v 1.20 2006/01/22 16:46:02 wiz Exp $
#
DISTNAME= expat-1.95.8
PKGREVISION= 2
DISTNAME= expat-2.0.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.14 2005/02/24 14:48:41 agc Exp $
$NetBSD: distinfo,v 1.15 2006/01/22 16:46:02 wiz Exp $
SHA1 (expat-1.95.8.tar.gz) = 73cb8fc326d04c44ae0e3b3f797f0e6ba9c4121f
RMD160 (expat-1.95.8.tar.gz) = 1b3e5a50a28e2c8efb79188d4c3071318fe1d0dd
Size (expat-1.95.8.tar.gz) = 318349 bytes
SHA1 (patch-aa) = d7b41c263c8a0406733821db4e4ebcb4d474ed6f
SHA1 (expat-2.0.0.tar.gz) = 9ff011a75a1f5b60145c4afdec520442cb398d93
RMD160 (expat-2.0.0.tar.gz) = f52ccab26950d0148c3e8b644d7c9021734de318
Size (expat-2.0.0.tar.gz) = 450860 bytes

View file

@ -1,13 +0,0 @@
$NetBSD: patch-aa,v 1.5 2004/09/15 17:09:37 jlam Exp $
--- lib/expat.h.orig Thu Jul 15 20:54:57 2004
+++ lib/expat.h
@@ -43,7 +43,7 @@ enum XML_Status {
#define XML_STATUS_ERROR XML_STATUS_ERROR
XML_STATUS_OK = 1,
#define XML_STATUS_OK XML_STATUS_OK
- XML_STATUS_SUSPENDED = 2,
+ XML_STATUS_SUSPENDED = 2
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
};