From owner-svn-ports-all@freebsd.org Thu Jun 18 14:31:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 303A2351E85; Thu, 18 Jun 2020 14:31:44 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49nksD0ZJHz4mC5; Thu, 18 Jun 2020 14:31:44 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0ED44AF7A; Thu, 18 Jun 2020 14:31:44 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05IEVhqO018850; Thu, 18 Jun 2020 14:31:43 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05IEVhsP018845; Thu, 18 Jun 2020 14:31:43 GMT (envelope-from lme@FreeBSD.org) Message-Id: <202006181431.05IEVhsP018845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 18 Jun 2020 14:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539543 - head/security/lynis X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/security/lynis X-SVN-Commit-Revision: 539543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 14:31:44 -0000 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