Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 18:40:53 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425757 - head/security/maia
Message-ID:  <201611081840.uA8Ier9S040404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Nov  8 18:40:52 2016
New Revision: 425757
URL: https://svnweb.freebsd.org/changeset/ports/425757

Log:
  security/maia: fix to scan rar attachments
  
  PR:		210138
  Submitted by:	ek@purplehat.org (maintainer)
  Reported by:	stepan@zabreh.cz

Modified:
  head/security/maia/Makefile

Modified: head/security/maia/Makefile
==============================================================================
--- head/security/maia/Makefile	Tue Nov  8 18:25:45 2016	(r425756)
+++ head/security/maia/Makefile	Tue Nov  8 18:40:52 2016	(r425757)
@@ -3,6 +3,7 @@
 
 PORTNAME=	maia
 DISTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.purplehat.org/downloads/maia/
 
@@ -317,6 +318,7 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|daemon_user  = 'maia'|daemon_user  = '${USERS}'|" \
 		-e "s|daemon_group = 'maia'|daemon_group = '${GROUPS}'|" \
 		-e "s|/var/lib/maia|${MAIAHOME}|" \
+		-e "s|'unrar'|'unrar v -c- -p- --'|" \
 		-e "s|DO_SYSLOG = 0|DO_SYSLOG = 1|" ${WRKSRC}/maiad.conf.dist
 
 	@${REINPLACE_CMD} -e "s|/etc/maia.conf|${ETCDIR}/maia.conf|" \



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