pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/expat Update to 2.0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0ada762498f
branches:  trunk
changeset: 529634:a0ada762498f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 08 13:14:04 2007 +0000

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

 textproc/expat/Makefile |  5 ++---
 textproc/expat/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 59fe9d3ad636 -r a0ada762498f textproc/expat/Makefile
--- a/textproc/expat/Makefile   Fri Jun 08 13:11:53 2007 +0000
+++ b/textproc/expat/Makefile   Fri Jun 08 13:14:04 2007 +0000
@@ -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 -r 59fe9d3ad636 -r a0ada762498f textproc/expat/distinfo
--- a/textproc/expat/distinfo   Fri Jun 08 13:11:53 2007 +0000
+++ b/textproc/expat/distinfo   Fri Jun 08 13:14:04 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index