Date: Mon, 27 Apr 2009 01:32:11 GMT From: Cory McIntire <loon@noncensored.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134035: Update of lynis to 1.2.6 Message-ID: <200904270132.n3R1WBDs018346@www.freebsd.org> Resent-Message-ID: <200904270140.n3R1e3wB096659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134035 >Category: ports >Synopsis: Update of lynis to 1.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 27 01:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cory McIntire >Release: FreeBSD 7.1-RELEASE i386 >Organization: >Environment: FreeBSD free.lolunix.org 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Fri Apr 24 05:42:29 CDT 2009 root@free.lolunix.org:/usr/obj/usr/src/sys/LOLKERNEL i386 >Description: Please update lynis to version 1.2.6 Thanks >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN lynis.old/Makefile lynis.new/Makefile --- lynis.old/Makefile 2008-11-16 18:20:32.000000000 -0600 +++ lynis.new/Makefile 2009-04-26 19:43:56.000000000 -0500 @@ -2,11 +2,11 @@ # Date created: 15 November 2008 # Whom: Cory McIntire (loon@noncensored.com) # -# $FreeBSD: ports/security/lynis/Makefile,v 1.1 2008/11/17 00:20:32 amdmi3 Exp $ +# $FreeBSD: ports/security/lynis/Makefile,v 1.2 2009/04/13 10:52:57 dhn Exp $ # PORTNAME= lynis -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.6 CATEGORIES= security MASTER_SITES= http://www.rootkit.nl/files/ \ http://downloads.rootkit.nl/ @@ -21,7 +21,6 @@ post-patch: @${REINPLACE_CMD} -e '/tINCLUDE_TARGETS/ s|".*"|"${DATADIR}/include"|; \ - /tPLUGIN_TARGETS/ s|".*"|"${DATADIR}/plugins"|; \ /tDB_TARGETS/ s|".*"|"${DATADIR}/db"|' ${WRKSRC}/${PORTNAME} do-install: @@ -30,12 +29,12 @@ ${MKDIR} ${PREFIX}/etc/lynis ${INSTALL_DATA} ${WRKSRC}/default.prf ${PREFIX}/etc/lynis ${MKDIR} ${DATADIR} -.for dir in include db dev plugins +.for dir in include db dev cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for f in CHANGELOG INSTALL FAQ LICENSE TODO README +.for f in CHANGELOG INSTALL FAQ LICENSE README ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif diff -ruN lynis.old/distinfo lynis.new/distinfo --- lynis.old/distinfo 2008-11-16 18:20:32.000000000 -0600 +++ lynis.new/distinfo 2009-04-26 19:05:05.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (lynis-1.2.1.tar.gz) = 4f8db3c524c1014db5842ca2dbd575aa -SHA256 (lynis-1.2.1.tar.gz) = 24e256770dbc5a50c2088eda6da9ba21c2136db6233e36af38c033cea4aa347f -SIZE (lynis-1.2.1.tar.gz) = 72632 +MD5 (lynis-1.2.6.tar.gz) = 46921fc56873a53074f4cf6775ce9007 +SHA256 (lynis-1.2.6.tar.gz) = af94dfcc8909152ca95b233d89bbea2d65c0563b10addf2e84893f8312e82303 +SIZE (lynis-1.2.6.tar.gz) = 100254 diff -ruN lynis.old/pkg-plist lynis.new/pkg-plist --- lynis.old/pkg-plist 2008-11-16 18:20:32.000000000 -0600 +++ lynis.new/pkg-plist 2009-04-26 19:54:02.000000000 -0500 @@ -5,14 +5,17 @@ %%DATADIR%%/db/malware.db %%DATADIR%%/db/sbl.db %%DATADIR%%/dev/README +%%DATADIR%%/dev/TODO %%DATADIR%%/dev/build-lynis.sh %%DATADIR%%/dev/files.dat %%DATADIR%%/dev/openbsd/+CONTENTS +%%DATADIR%%/include/binaries %%DATADIR%%/include/consts %%DATADIR%%/include/functions %%DATADIR%%/include/osdetection %%DATADIR%%/include/parameters %%DATADIR%%/include/profiles +%%DATADIR%%/include/report %%DATADIR%%/include/tests_accounting %%DATADIR%%/include/tests_authentication %%DATADIR%%/include/tests_banners @@ -23,8 +26,10 @@ %%DATADIR%%/include/tests_file_permissions %%DATADIR%%/include/tests_filesystems %%DATADIR%%/include/tests_firewalls +%%DATADIR%%/include/tests_hardening_tools %%DATADIR%%/include/tests_hardening %%DATADIR%%/include/tests_homedirs +%%DATADIR%%/include/tests_insecure_services %%DATADIR%%/include/tests_kernel %%DATADIR%%/include/tests_ldap %%DATADIR%%/include/tests_logging @@ -32,21 +37,21 @@ %%DATADIR%%/include/tests_mail_messaging %%DATADIR%%/include/tests_malware %%DATADIR%%/include/tests_memory_processes -%%DATADIR%%/include/tests_nameserver +%%DATADIR%%/include/tests_nameservices %%DATADIR%%/include/tests_networking %%DATADIR%%/include/tests_php %%DATADIR%%/include/tests_ports_packages %%DATADIR%%/include/tests_printers_spools %%DATADIR%%/include/tests_scheduling %%DATADIR%%/include/tests_shells +%%DATADIR%%/include/tests_snmp +%%DATADIR%%/include/tests_solaris +%%DATADIR%%/include/tests_ssh %%DATADIR%%/include/tests_storage +%%DATADIR%%/include/tests_storage_nfs %%DATADIR%%/include/tests_time %%DATADIR%%/include/tests_virtualization %%DATADIR%%/include/tests_webservers -%%DATADIR%%/plugins/README -%%DATADIR%%/plugins/security_rootkit -%%DATADIR%%/plugins/security_webvuln -@dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%%/include @dirrm %%DATADIR%%/dev/openbsd @dirrm %%DATADIR%%/dev >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904270132.n3R1WBDs018346>