pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/mxml



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jul 15 13:14:11 UTC 2016

Modified Files:
        pkgsrc/textproc/mxml: Makefile distinfo

Log Message:
Updated textproc/mxml to 2.10
-----------------------------
CHANGES IN Mini-XML 2.10    - 2016-06-12
        - The version number in mxml.h was wrong (Bug #532)
        - The mxml.spec file was out of date (Bug #521)
        - Mini-XML no longer allows malformed element names (Bug #509)
        - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when
          MXML_TEXT_CALLBACK was specified (Bug #531)
        - mxmlDelete used a recursive algorithm which could require large
          amounts of stack space depending on the file (Bug #549, CVE-2016-4570)
        - mxmlWrite* used a recursive algorithm which could require large
          amounts of stack space depending on the file (Bug #549, CVE-2016-4571)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/mxml/Makefile \
    pkgsrc/textproc/mxml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/mxml/Makefile
diff -u pkgsrc/textproc/mxml/Makefile:1.5 pkgsrc/textproc/mxml/Makefile:1.6
--- pkgsrc/textproc/mxml/Makefile:1.5   Tue Mar  8 13:50:46 2016
+++ pkgsrc/textproc/mxml/Makefile       Fri Jul 15 13:14:10 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/03/08 13:50:46 nros Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/15 13:14:10 mef Exp $
 
-DISTNAME=      mxml-2.9
+DISTNAME=      mxml-2.10
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.msweet.org/files/project3/
 
Index: pkgsrc/textproc/mxml/distinfo
diff -u pkgsrc/textproc/mxml/distinfo:1.5 pkgsrc/textproc/mxml/distinfo:1.6
--- pkgsrc/textproc/mxml/distinfo:1.5   Tue Mar  8 13:50:46 2016
+++ pkgsrc/textproc/mxml/distinfo       Fri Jul 15 13:14:10 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2016/03/08 13:50:46 nros Exp $
+$NetBSD: distinfo,v 1.6 2016/07/15 13:14:10 mef Exp $
 
-SHA1 (mxml-2.9.tar.gz) = a3d9c1f8cf8c7f85d76bb6954af1888d55f926f0
-RMD160 (mxml-2.9.tar.gz) = 41cda23eb32e7883109be3cdeaa968ab787e32f1
-SHA512 (mxml-2.9.tar.gz) = 819c506ea43198de07a90d7473f29c9edc7f638638b5a1b215d88ac635b4f4f37441d8a760ce356f7d4bfb14a4f504c304d0e33345f69ecd145db50350e50ad7
-Size (mxml-2.9.tar.gz) = 264379 bytes
+SHA1 (mxml-2.10.tar.gz) = 9145980cac61f3ced592db8876b4a61cc187dce3
+RMD160 (mxml-2.10.tar.gz) = b06a20ed436a7b6845acc66f523985cae8a175eb
+SHA512 (mxml-2.10.tar.gz) = c3838611979c4228df476166e4e987fc1ff8f9b8bd30139066b475dcd99e25be81ecc5171235bc80b1c2291c9d78c9ceae9a1dfc928272a983740d6a67372f5c
+Size (mxml-2.10.tar.gz) = 265398 bytes
 SHA1 (patch-aa) = c728536a8813e455579a8aa816adcdb575063079
 SHA1 (patch-configure) = 250eb883c8c6c44e223e31f55e669e74d3269888



Home | Main Index | Thread Index | Old Index