summaryrefslogtreecommitdiff
path: root/textproc/expat
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-08 13:14:04 +0000
committerwiz <wiz>2007-06-08 13:14:04 +0000
commit50b441527bea18e4426fd7ce78507ae9856a4768 (patch)
treedd45d73ace3a084114259a74555524a51958b77d /textproc/expat
parent9b07874bb79cdd457534dcd3055e4cc45b3ec18a (diff)
downloadpkgsrc-50b441527bea18e4426fd7ce78507ae9856a4768.tar.gz
Update to 2.0.1:
Release 2.0.1 Tue June 5 2007 - Fixed bugs #1515266, 1515600: The character data handler's calling of XML_StopParser() was not handled properly; if the parser was stopped and the handler set to NULL, the parser would segfault. - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed some character constants to be ASCII encoded. - Minor cleanups of the test harness. - Fixed xmlwf bug #1513566: "out of memory" error on file size zero. - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call. - Fixes and improvements for Windows platform: bugs #1409451, #1476160, 1548182, 1602769, 1717322. - Build fixes for various platforms: HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180. All Unix: #1554618 (refreshed config.sub/config.guess). #1490371, #1613457: support both, DESTDIR and INSTALL_ROOT, without relying on GNU-Make specific features. #1647805: Patched configure.in to work better with Intel compiler. - Fixes to Makefile.in to have make check work correctly: bugs #1408143, #1535603, #1536684. - Added Open Watcom support: patch #1523242.
Diffstat (limited to 'textproc/expat')
-rw-r--r--textproc/expat/Makefile5
-rw-r--r--textproc/expat/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile
index 97efc4ea6e7..7d3d9c801f3 100644
--- a/textproc/expat/Makefile
+++ b/textproc/expat/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2006/11/03 06:56:23 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2007/06/08 13:14:04 wiz Exp $
#
-DISTNAME= expat-2.0.0
-PKGREVISION= 1
+DISTNAME= expat-2.0.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}
diff --git a/textproc/expat/distinfo b/textproc/expat/distinfo
index ddc77a27817..7b3445dd200 100644
--- a/textproc/expat/distinfo
+++ b/textproc/expat/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2006/01/22 16:46:02 wiz Exp $
+$NetBSD: distinfo,v 1.16 2007/06/08 13:14:04 wiz Exp $
-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
+SHA1 (expat-2.0.1.tar.gz) = 663548c37b996082db1f2f2c32af060d7aa15c2d
+RMD160 (expat-2.0.1.tar.gz) = d31bcb152adaff9e358968be1ea901e1b4ed3b2f
+Size (expat-2.0.1.tar.gz) = 446456 bytes