Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 14:31:43 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539543 - head/security/lynis
Message-ID:  <202006181431.05IEVhsP018845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Thu Jun 18 14:31:43 2020
New Revision: 539543
URL: https://svnweb.freebsd.org/changeset/ports/539543

Log:
  security/lynis: Update to 3.0.0
  
  This is a major release but also fixes two security problems.
  
  MFH:		2020Q2
  Security:	CVE-2019-13033 CVE-2020-13882

Modified:
  head/security/lynis/Makefile
  head/security/lynis/distinfo
  head/security/lynis/pkg-plist

Modified: head/security/lynis/Makefile
==============================================================================
--- head/security/lynis/Makefile	Thu Jun 18 14:30:11 2020	(r539542)
+++ head/security/lynis/Makefile	Thu Jun 18 14:31:43 2020	(r539543)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lynis
-PORTVERSION=	2.7.5
+PORTVERSION=	3.0.0
 CATEGORIES=	security
 MASTER_SITES=	https://cisofy.com/files/
 
@@ -20,14 +20,14 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-PORTDOCS=	FAQ README
+PORTDOCS=	FAQ README *.md
 
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e '/tINCLUDE_TARGETS/ s|".*"|"${DATADIR}/include"|; \
 		/tPLUGIN_TARGETS/ s|".*"|"${DATADIR}/plugins"|; \
-		/tDB_TARGETS/ s|".*"|"${DATADIR}/db"|' ${WRKSRC}/${PORTNAME}
+		/tDB_TARGETS=/ s|\(tDB_TARGETS\)=".*"|\1="${DATADIR}/db"|' ${WRKSRC}/${PORTNAME}
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

Modified: head/security/lynis/distinfo
==============================================================================
--- head/security/lynis/distinfo	Thu Jun 18 14:30:11 2020	(r539542)
+++ head/security/lynis/distinfo	Thu Jun 18 14:31:43 2020	(r539543)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562081005
-SHA256 (lynis-2.7.5.tar.gz) = 3d27ade73a5c1248925ad9c060024940ce5d2029f40aaa901f43314888fe324d
-SIZE (lynis-2.7.5.tar.gz) = 288688
+TIMESTAMP = 1592485469
+SHA256 (lynis-3.0.0.tar.gz) = 3cc165f9007ba41de6d0b693a1167dbaf0179085f9506dcba64b4b8e37e1bda2
+SIZE (lynis-3.0.0.tar.gz) = 320637

Modified: head/security/lynis/pkg-plist
==============================================================================
--- head/security/lynis/pkg-plist	Thu Jun 18 14:30:11 2020	(r539542)
+++ head/security/lynis/pkg-plist	Thu Jun 18 14:31:43 2020	(r539543)
@@ -37,7 +37,6 @@ man/man8/lynis.8.gz
 %%DATADIR%%/db/sbl.db
 %%DATADIR%%/db/software-eol.db
 %%DATADIR%%/db/tests.db
-@mode 0400
 %%DATADIR%%/include/binaries
 %%DATADIR%%/include/consts
 %%DATADIR%%/include/data_upload
@@ -80,7 +79,7 @@ man/man8/lynis.8.gz
 %%DATADIR%%/include/tests_networking
 %%DATADIR%%/include/tests_php
 %%DATADIR%%/include/tests_ports_packages
-%%DATADIR%%/include/tests_printers_spools
+%%DATADIR%%/include/tests_printers_spoolers
 %%DATADIR%%/include/tests_scheduling
 %%DATADIR%%/include/tests_shells
 %%DATADIR%%/include/tests_snmp
@@ -95,6 +94,5 @@ man/man8/lynis.8.gz
 %%DATADIR%%/include/tests_virtualization
 %%DATADIR%%/include/tests_webservers
 %%DATADIR%%/include/tool_tips
-@mode
 %%DATADIR%%/plugins/README
 %%DATADIR%%/plugins/custom_plugin.template



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