summaryrefslogtreecommitdiff
path: root/devel/mantis/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-04-17 09:57:14 +0000
committermaya <maya@pkgsrc.org>2017-04-17 09:57:14 +0000
commit67a7f78fdd3919b5c2f3694979b50b27eea088f3 (patch)
tree65b6600d00047081151bfc3c33a93d653a5981d2 /devel/mantis/Makefile
parentc0d67b9bd03dc4e5ad45705d21692ba23c18b92b (diff)
downloadpkgsrc-67a7f78fdd3919b5c2f3694979b50b27eea088f3.tar.gz
mantisBT: patch CVE-2017-7615, allowing any user to authenticate as admin
using upstream provided patch. XXX THIS IS THE WRONG FIX, PACKAGE SHOULD BE UPDATED TO LATEST VERSION bump PKGREVISION
Diffstat (limited to 'devel/mantis/Makefile')
-rw-r--r--devel/mantis/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 012c4deccaf..4ae05748a04 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2016/09/11 17:03:25 taca Exp $
+# $NetBSD: Makefile,v 1.49 2017/04/17 09:57:14 maya Exp $
DISTNAME= mantisbt-1.3.1
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${DISTNAME:S/mantisbt/mantis/}
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -53,6 +53,10 @@ INSTALLATION_DIRS+= share/doc/mantis ${EGDIR} ${MANTIS_HOME}
post-extract:
${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
+# Get rid of patch leftovers
+post-patch:
+ ${RM} ${WRKSRC}/*.orig
+
do-install:
cd ${WRKSRC}/doc && \
pax -rwpppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis