1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

security/maia: fix to scan rar attachments

PR:		210138
Submitted by:	ek@purplehat.org (maintainer)
Reported by:	stepan@zabreh.cz
This commit is contained in:
Kurt Jaeger 2016-11-08 18:40:52 +00:00
parent 8470cbf676
commit 69ddf3ca48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425757

View File

@ -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|" \