[148776] trunk/dports/textproc/expat/Portfile

mps at macports.org mps at macports.org
Tue May 17 14:20:04 PDT 2016


Revision: 148776
          https://trac.macports.org/changeset/148776
Author:   mps at macports.org
Date:     2016-05-17 14:20:04 -0700 (Tue, 17 May 2016)
Log Message:
-----------
expat: security update to version 2.2.1 (port is not openmaintainer, but addresses a critical security issue with additional patch - CVE-2016-0718).

Modified Paths:
--------------
    trunk/dports/textproc/expat/Portfile

Modified: trunk/dports/textproc/expat/Portfile
===================================================================
--- trunk/dports/textproc/expat/Portfile	2016-05-17 20:27:36 UTC (rev 148775)
+++ trunk/dports/textproc/expat/Portfile	2016-05-17 21:20:04 UTC (rev 148776)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                expat
-version             2.1.0
+version             2.1.1
 categories          textproc devel
 platforms           darwin freebsd
 maintainers         ryandesign
@@ -20,14 +20,18 @@
 homepage            http://www.libexpat.org/
 master_sites        sourceforge:project/${name}/${name}/${version}
 
-checksums           rmd160  bffca083d29fe7688f106a902ef9b909c3321c5d \
-                    sha256  823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
+checksums           rmd160  a1741237726c0b48d7a3f03943c76826ee6f3e48 \
+                    sha256  aff584e5a2f759dcfc6d48671e9529f6afe1e30b0cd6a4cec200cbe3f793de67
 
+use_bzip2           yes
 use_parallel_build  yes
 
 # Don't link with "-flat_namespace -undefined suppress" on Yosemite and later.
 patchfiles          yosemite-libtool.patch
 
+# CVE-2016-0718: Expat XML Parser Crashes on Malformed Input
+patchfiles-append   CVE-2016-0718-v2-2-1.patch
+
 test.run            yes
 test.target         check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160517/2c2ba781/attachment.html>


More information about the macports-changes mailing list