svn commit: r393979 - in branches/2015Q3/textproc/expat2: . files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Aug 11 22:07:44 UTC 2015
Author: bapt
Date: Tue Aug 11 22:07:43 2015
New Revision: 393979
URL: https://svnweb.freebsd.org/changeset/ports/393979
Log:
MFH: r393978
Add patch for CVE-2015-1283
Approved by: portmgr (implicit)
Added:
branches/2015Q3/textproc/expat2/files/
- copied from r393978, head/textproc/expat2/files/
Modified:
branches/2015Q3/textproc/expat2/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/textproc/expat2/Makefile
==============================================================================
--- branches/2015Q3/textproc/expat2/Makefile Tue Aug 11 22:06:20 2015 (r393978)
+++ branches/2015Q3/textproc/expat2/Makefile Tue Aug 11 22:07:43 2015 (r393979)
@@ -3,7 +3,7 @@
PORTNAME= expat
PORTVERSION= 2.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF
@@ -15,6 +15,8 @@ ALL_TARGET= default
USES= libtool pathfix
USE_LDCONFIG= yes
+EXTRA_PATCHES= ${FILESDIR}/CVE-2015-1283.patch:-p1
+
post-patch:
@${REINPLACE_CMD} -e '/^DESTDIR =/d' ${WRKSRC}/Makefile.in
More information about the svn-ports-all
mailing list