View | Details | Raw Unified | Return to bug 182016
Collapse All | Expand All

(-)Makefile (-6 / +2 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:  Lynis
1
# Created by: Cory McIntire (loon@noncensored.com)
2
# Date created:        15 November 2008
3
# Whom:                Cory McIntire (loon@noncensored.com)
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	lynis
4
PORTNAME=	lynis
9
PORTVERSION=	1.2.9
5
PORTVERSION=	1.3.0
10
CATEGORIES=	security
6
CATEGORIES=	security
11
MASTER_SITES=	http://www.rootkit.nl/files/ \
7
MASTER_SITES=	http://www.rootkit.nl/files/ \
12
		http://downloads.rootkit.nl/
8
		http://downloads.rootkit.nl/
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lynis-1.2.9.tar.gz) = 51e69e0d45d6a879a0a22ba1144a49207dad7ed45764172769d67f21f60f5b79
1
SHA256 (lynis-1.3.0.tar.gz) = fe265965eb1ce8fac352e0bddea1d5ec6508c319bf88a5f63c2edecf2af6de54
2
SIZE (lynis-1.2.9.tar.gz) = 117107
2
SIZE (lynis-1.3.0.tar.gz) = 119797
(-)pkg-plist (-4 / +3 lines)
Lines 12-22 Link Here
12
%%DATADIR%%/dev/check-lynis.sh
12
%%DATADIR%%/dev/check-lynis.sh
13
%%DATADIR%%/dev/files.dat
13
%%DATADIR%%/dev/files.dat
14
%%DATADIR%%/dev/openbsd/+CONTENTS
14
%%DATADIR%%/dev/openbsd/+CONTENTS
15
%%DATADIR%%/plugins/custom_plugin.template
15
%%DATADIR%%/plugins/README
16
%%DATADIR%%/plugins/README
16
%%DATADIR%%/plugins/plugin_access_files
17
%%DATADIR%%/plugins/plugin_compliance_pci
18
%%DATADIR%%/plugins/plugin_homedirs
19
%%DATADIR%%/plugins/plugin_webserver_data
20
%%DATADIR%%/include/binaries
17
%%DATADIR%%/include/binaries
21
%%DATADIR%%/include/consts
18
%%DATADIR%%/include/consts
22
%%DATADIR%%/include/functions
19
%%DATADIR%%/include/functions
Lines 59-65 Link Here
59
%%DATADIR%%/include/tests_ssh
56
%%DATADIR%%/include/tests_ssh
60
%%DATADIR%%/include/tests_storage
57
%%DATADIR%%/include/tests_storage
61
%%DATADIR%%/include/tests_storage_nfs
58
%%DATADIR%%/include/tests_storage_nfs
59
%%DATADIR%%/include/tests_tcpwrappers
62
%%DATADIR%%/include/tests_time
60
%%DATADIR%%/include/tests_time
61
%%DATADIR%%/include/tests_tooling
63
%%DATADIR%%/include/tests_virtualization
62
%%DATADIR%%/include/tests_virtualization
64
%%DATADIR%%/include/tests_webservers
63
%%DATADIR%%/include/tests_webservers
65
@dirrm %%DATADIR%%/include
64
@dirrm %%DATADIR%%/include

Return to bug 182016