From owner-svn-ports-all@FreeBSD.ORG Sat Dec 14 20:10:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FCF8BDB; Sat, 14 Dec 2013 20:10:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BD091AA5; Sat, 14 Dec 2013 20:10:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBEKAr8X035319; Sat, 14 Dec 2013 20:10:53 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBEKAr1v035317; Sat, 14 Dec 2013 20:10:53 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312142010.rBEKAr1v035317@svn.freebsd.org> From: Antoine Brodin Date: Sat, 14 Dec 2013 20:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336483 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 20:10:53 -0000 Author: antoine Date: Sat Dec 14 20:10:52 2013 New Revision: 336483 URL: http://svnweb.freebsd.org/changeset/ports/336483 Log: Set proper permissions on tests, or lynis will skip them PR: ports/184143 Submitted by: Kozlov Sergey Approved by: maintainer timeout (3 weeks) Modified: head/security/lynis/Makefile head/security/lynis/pkg-plist Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Sat Dec 14 19:52:00 2013 (r336482) +++ head/security/lynis/Makefile Sat Dec 14 20:10:52 2013 (r336483) @@ -3,6 +3,7 @@ PORTNAME= lynis PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://cisofy.com/files/ Modified: head/security/lynis/pkg-plist ============================================================================== --- head/security/lynis/pkg-plist Sat Dec 14 19:52:00 2013 (r336482) +++ head/security/lynis/pkg-plist Sat Dec 14 20:10:52 2013 (r336483) @@ -22,6 +22,7 @@ man/man8/lynis.8.gz %%DATADIR%%/include/parameters %%DATADIR%%/include/profiles %%DATADIR%%/include/report +@mode 0400 %%DATADIR%%/include/tests_accounting %%DATADIR%%/include/tests_authentication %%DATADIR%%/include/tests_banners @@ -63,6 +64,7 @@ man/man8/lynis.8.gz %%DATADIR%%/include/tests_tooling %%DATADIR%%/include/tests_virtualization %%DATADIR%%/include/tests_webservers +@mode @dirrm %%DATADIR%%/include @dirrm %%DATADIR%%/dev/openbsd @dirrm %%DATADIR%%/dev