From owner-svn-ports-all@freebsd.org Tue Nov 29 23:13:08 2016 Return-Path: Delivered-To: svn-ports-all@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 4B60BC5C38A; Tue, 29 Nov 2016 23:13:08 +0000 (UTC) (envelope-from junovitch@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 1A24E1E7D; Tue, 29 Nov 2016 23:13:08 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uATND7D3004313; Tue, 29 Nov 2016 23:13:07 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uATND7E8004312; Tue, 29 Nov 2016 23:13:07 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201611292313.uATND7E8004312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 29 Nov 2016 23:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427406 - head/security/chkrootkit X-SVN-Group: ports-head 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.23 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: Tue, 29 Nov 2016 23:13:08 -0000 Author: junovitch Date: Tue Nov 29 23:13:07 2016 New Revision: 427406 URL: https://svnweb.freebsd.org/changeset/ports/427406 Log: security/chkrootkit: follow-up on r427350; MASTER_SITES cleanup PR: 214416 Submitted by: Lacey Powers (maintainer) Modified: head/security/chkrootkit/Makefile Modified: head/security/chkrootkit/Makefile ============================================================================== --- head/security/chkrootkit/Makefile Tue Nov 29 23:01:49 2016 (r427405) +++ head/security/chkrootkit/Makefile Tue Nov 29 23:13:07 2016 (r427406) @@ -4,14 +4,7 @@ PORTNAME= chkrootkit PORTVERSION= 0.51 CATEGORIES= security -MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ - ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \ - ftp://ftp.digitalvoodoo.org/pub/mirrors/chkrootkit/ \ - http://www.spenneberg.org/chkrootkit-mirror/files/ \ - http://www.mirrors.wiretapped.net/security/host-security/chkrootkit/ \ - http://ftp.uni-stuttgart.de/pub/security/unix/forensics/chkrootkit/ \ - http://ftp.bit.nl/mirror/chkrootkit/ \ - http://chkrootkit.mirror.fr/ +MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ MAINTAINER= lacey.leanne@gmail.com COMMENT= Tool to locally check for signs of a rootkit