Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 22:07:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393979 - in branches/2015Q3/textproc/expat2: . files
Message-ID:  <201508112207.t7BM7icV062487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508112207.t7BM7icV062487>