From owner-svn-ports-head@freebsd.org Thu Mar 11 15:38:48 2021 Return-Path: Delivered-To: svn-ports-head@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 EBCD7579474; Thu, 11 Mar 2021 15:38:48 +0000 (UTC) (envelope-from novel@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxClr6NCKz3DDL; Thu, 11 Mar 2021 15:38:48 +0000 (UTC) (envelope-from novel@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 CDC5D26F4B; Thu, 11 Mar 2021 15:38:48 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BFcmMd032743; Thu, 11 Mar 2021 15:38:48 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BFcmZG032740; Thu, 11 Mar 2021 15:38:48 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202103111538.12BFcmZG032740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 11 Mar 2021 15:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568100 - head/security/scanlogd X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/security/scanlogd X-SVN-Commit-Revision: 568100 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.34 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, 11 Mar 2021 15:38:49 -0000 Author: novel Date: Thu Mar 11 15:38:47 2021 New Revision: 568100 URL: https://svnweb.freebsd.org/changeset/ports/568100 Log: security/scanlogd: update to 2.2.8 Modified: head/security/scanlogd/Makefile head/security/scanlogd/distinfo head/security/scanlogd/pkg-descr Modified: head/security/scanlogd/Makefile ============================================================================== --- head/security/scanlogd/Makefile Thu Mar 11 15:33:49 2021 (r568099) +++ head/security/scanlogd/Makefile Thu Mar 11 15:38:47 2021 (r568100) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scanlogd -PORTVERSION= 2.2.7 -PORTREVISION= 2 +PORTVERSION= 2.2.8 CATEGORIES= security MASTER_SITES= http://openwall.com/scanlogd/ \ ftp://ftp.openwall.com/pub/projects/scanlogd/ \ Modified: head/security/scanlogd/distinfo ============================================================================== --- head/security/scanlogd/distinfo Thu Mar 11 15:33:49 2021 (r568099) +++ head/security/scanlogd/distinfo Thu Mar 11 15:38:47 2021 (r568100) @@ -1,2 +1,3 @@ -SHA256 (scanlogd-2.2.7.tar.gz) = 556a1c82b3561ea796d2ce8dfd20f578717903fd2c6557ebe27775d8ef8771da -SIZE (scanlogd-2.2.7.tar.gz) = 11352 +TIMESTAMP = 1615466931 +SHA256 (scanlogd-2.2.8.tar.gz) = 0bec45ecbcc8a9a3599cb38e21dcacf639ca3b33bb6973b20261315d065ea158 +SIZE (scanlogd-2.2.8.tar.gz) = 12190 Modified: head/security/scanlogd/pkg-descr ============================================================================== --- head/security/scanlogd/pkg-descr Thu Mar 11 15:33:49 2021 (r568099) +++ head/security/scanlogd/pkg-descr Thu Mar 11 15:38:47 2021 (r568100) @@ -4,6 +4,3 @@ port scan detection tools out there, scanlogd is desig to use. WWW: http://openwall.com/scanlogd/ - --Roman Bogorodskiy -