pkgsrc/textproc/mxml/Makefile
mef 0d6253a069 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)
2016-07-15 13:14:10 +00:00

23 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/07/15 13:14:10 mef Exp $
DISTNAME= mxml-2.10
CATEGORIES= textproc
MASTER_SITES= http://www.msweet.org/files/project3/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.minixml.org/
COMMENT= Small XML parsing library
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= mxml.pc
PKGCONFIG_OVERRIDE_STAGE=post-configure
INSTALL_MAKE_FLAGS+= BUILDROOT=${DESTDIR}
.include "options.mk"
.include "../../mk/bsd.pkg.mk"