From owner-svn-ports-head@freebsd.org Thu Oct 12 21:45:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61063E35C78; Thu, 12 Oct 2017 21:45:26 +0000 (UTC) (envelope-from dbaio@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 mx1.freebsd.org (Postfix) with ESMTPS id 259E568AFC; Thu, 12 Oct 2017 21:45:26 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CLjPlF012643; Thu, 12 Oct 2017 21:45:25 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CLjPom012641; Thu, 12 Oct 2017 21:45:25 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201710122145.v9CLjPom012641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 12 Oct 2017 21:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451931 - head/security/chkrootkit X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/security/chkrootkit X-SVN-Commit-Revision: 451931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 21:45:26 -0000 Author: dbaio Date: Thu Oct 12 21:45:24 2017 New Revision: 451931 URL: https://svnweb.freebsd.org/changeset/ports/451931 Log: security/chkrootkit: Update to 0.52 While here, add LICENSE_FILE. PR: 222926 Submitted by: Lacey Powers (maintainer) Modified: head/security/chkrootkit/Makefile head/security/chkrootkit/distinfo Modified: head/security/chkrootkit/Makefile ============================================================================== --- head/security/chkrootkit/Makefile Thu Oct 12 21:33:58 2017 (r451930) +++ head/security/chkrootkit/Makefile Thu Oct 12 21:45:24 2017 (r451931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chkrootkit -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ @@ -10,6 +10,7 @@ MAINTAINER= lacey.leanne@gmail.com COMMENT= Tool to locally check for signs of a rootkit LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT OPTIONS_DEFINE= DOCS Modified: head/security/chkrootkit/distinfo ============================================================================== --- head/security/chkrootkit/distinfo Thu Oct 12 21:33:58 2017 (r451930) +++ head/security/chkrootkit/distinfo Thu Oct 12 21:45:24 2017 (r451931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478836317 -SHA256 (chkrootkit-0.51.tar.gz) = f66166f5cbff39d9079fc0cac303fdf9e6b4a65a987110e947de94803c5c1378 -SIZE (chkrootkit-0.51.tar.gz) = 39635 +TIMESTAMP = 1507844098 +SHA256 (chkrootkit-0.52.tar.gz) = c578c0b9c8ae0729c2de7075f896f3d168e768c52e319a7706c9a7e46ff7a211 +SIZE (chkrootkit-0.52.tar.gz) = 40031