Index: head/security/lynis/Makefile =================================================================== --- head/security/lynis/Makefile (revision 448650) +++ head/security/lynis/Makefile (revision 448651) @@ -1,44 +1,44 @@ # Created by: Cory McIntire (loon@noncensored.com) # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ MAINTAINER= lme@FreeBSD.org COMMENT= Security and system auditing tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= lsof:sysutils/lsof USES= cpe CPE_VENDOR= cisofy WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes PORTDOCS= FAQ README post-patch: @${REINPLACE_CMD} -e '/tINCLUDE_TARGETS/ s|".*"|"${DATADIR}/include"|; \ /tPLUGIN_TARGETS/ s|".*"|"${DATADIR}/plugins"|; \ /tDB_TARGETS/ s|".*"|"${DATADIR}/db"|' ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/default.prf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/default.prf.sample @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} "include db plugins" ${STAGEDIR}${DATADIR}/ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/extras/bash_completion.d/${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/security/lynis/distinfo =================================================================== --- head/security/lynis/distinfo (revision 448650) +++ head/security/lynis/distinfo (revision 448651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499769074 -SHA256 (lynis-2.5.2.tar.gz) = 6b4dc74ec0faa009fc5d34f8ab85895e53c6f4f02bc160377905dcb95b0585a1 -SIZE (lynis-2.5.2.tar.gz) = 264098 +TIMESTAMP = 1503561336 +SHA256 (lynis-2.5.3.tar.gz) = adcc448c2b3f3f2cdff42cf7104ce99a60a8fcf82e1224fd847ee3f27f248b85 +SIZE (lynis-2.5.3.tar.gz) = 264760 Index: head/security/lynis/pkg-descr =================================================================== --- head/security/lynis/pkg-descr (revision 448650) +++ head/security/lynis/pkg-descr (revision 448651) @@ -1,11 +1,11 @@ Lynis is an auditing tool for Unix (specialists). It scans the system and available software, to detect security issues. Beside security related information it will also scan for general system information, installed packages and configuration mistakes. This software aims in assisting automated auditing, software patch management, vulnerability and malware scanning of Unix based systems. It can be run without prior installation, so inclusion on read only storage is no problem (USB stick, cd/dvd). -WWW: http://www.rootkit.nl/projects/lynis.html +WWW: https://cisofy.com/lynis/