pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/clamav Seems that clamd needs to disable mpro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05c8c04e50a5
branches:  trunk
changeset: 347801:05c8c04e50a5
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Mon May 30 12:25:36 2016 +0000

description:
Seems that clamd needs to disable mprotect.  Bump pkg revision.

diffstat:

 security/clamav/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e2707f669c24 -r 05c8c04e50a5 security/clamav/Makefile
--- a/security/clamav/Makefile  Mon May 30 11:42:19 2016 +0000
+++ b/security/clamav/Makefile  Mon May 30 12:25:36 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/03/05 11:29:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2016/05/30 12:25:36 pgoyette Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "Makefile.common"
 
 COMMENT=       Anti-virus toolkit
@@ -35,6 +35,8 @@
 CONFIGURE_ARGS+=       --enable-readdir_r
 .endif
 
+NOT_PAX_MPROTECT_SAFE+=        sbin/clamd
+
 CFLAGS.SunOS+=         -D__EXTENSIONS__
 
 BUILD_DEFS+=   CLAMAV_USER CLAMAV_GROUP CLAMAV_DBDIR



Home | Main Index | Thread Index | Old Index