Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 12:19:02 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334306 - head/security/lynis
Message-ID:  <201311191219.rAJCJ2YO093917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Nov 19 12:19:01 2013
New Revision: 334306
URL: http://svnweb.freebsd.org/changeset/ports/334306

Log:
  security/lynis: Update to 1.3.5
  
  - Update to 1.3.5
  - Update MASTER_SITES
  - Update pkg-plist
  - Add LICENSE
  
  Changes: http://www.rootkit.nl/files/lynis-changelog.html
  
  PR:		ports/183316
  Submitted by:	koobs
  Approved by:	maintainer timeout (3 weeks)

Modified:
  head/security/lynis/Makefile   (contents, props changed)
  head/security/lynis/distinfo   (contents, props changed)
  head/security/lynis/pkg-plist   (contents, props changed)

Modified: head/security/lynis/Makefile
==============================================================================
--- head/security/lynis/Makefile	Tue Nov 19 12:11:25 2013	(r334305)
+++ head/security/lynis/Makefile	Tue Nov 19 12:19:01 2013	(r334306)
@@ -2,17 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	lynis
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.5
 CATEGORIES=	security
-MASTER_SITES=	http://www.rootkit.nl/files/ \
-		http://downloads.rootkit.nl/
+MASTER_SITES=	http://cisofy.com/files/
 
 MAINTAINER=	loon@noncensored.com
 COMMENT=	Security and system auditing tool
 
+LICENSE=	GPLv3
+
 NO_BUILD=	yes
 
-PORTDOCS=	CHANGELOG INSTALL FAQ LICENSE README
+PORTDOCS=	INSTALL FAQ LICENSE README
 
 post-patch:
 	@${REINPLACE_CMD} -e '/tINCLUDE_TARGETS/ s|".*"|"${DATADIR}/include"|; \

Modified: head/security/lynis/distinfo
==============================================================================
--- head/security/lynis/distinfo	Tue Nov 19 12:11:25 2013	(r334305)
+++ head/security/lynis/distinfo	Tue Nov 19 12:19:01 2013	(r334306)
@@ -1,2 +1,2 @@
-SHA256 (lynis-1.3.0.tar.gz) = fe265965eb1ce8fac352e0bddea1d5ec6508c319bf88a5f63c2edecf2af6de54
-SIZE (lynis-1.3.0.tar.gz) = 119797
+SHA256 (lynis-1.3.5.tar.gz) = 37cbe96f83d861aae7379319936c88726d500f27b927be0005a1e1a181679d8c
+SIZE (lynis-1.3.5.tar.gz) = 128188

Modified: head/security/lynis/pkg-plist
==============================================================================
--- head/security/lynis/pkg-plist	Tue Nov 19 12:11:25 2013	(r334305)
+++ head/security/lynis/pkg-plist	Tue Nov 19 12:19:01 2013	(r334306)
@@ -27,6 +27,7 @@ man/man8/lynis.8.gz
 %%DATADIR%%/include/tests_banners
 %%DATADIR%%/include/tests_boot_services
 %%DATADIR%%/include/tests_crypto
+%%DATADIR%%/include/tests_custom.template
 %%DATADIR%%/include/tests_databases
 %%DATADIR%%/include/tests_file_integrity
 %%DATADIR%%/include/tests_file_permissions



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