svn commit: r425757 - head/security/maia

Kurt Jaeger pi at FreeBSD.org
Tue Nov 8 18:40:54 UTC 2016


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 at purplehat.org (maintainer)
  Reported by:	stepan at 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|" \


More information about the svn-ports-head mailing list