From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 2 04:40:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F44037B404 for ; Mon, 2 Jun 2003 04:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38C743FAF for ; Mon, 2 Jun 2003 04:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h52BeCUp052419 for ; Mon, 2 Jun 2003 04:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h52BeC45052418; Mon, 2 Jun 2003 04:40:12 -0700 (PDT) Resent-Date: Mon, 2 Jun 2003 04:40:12 -0700 (PDT) Resent-Message-Id: <200306021140.h52BeC45052418@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew V Stikheev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19B4137B401 for ; Mon, 2 Jun 2003 04:38:22 -0700 (PDT) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B9F43FA3 for ; Mon, 2 Jun 2003 04:38:21 -0700 (PDT) (envelope-from sand@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.7/8.12.6) with ESMTP id h52BjbJN005707 for ; Mon, 2 Jun 2003 15:45:37 +0400 (MSD) (envelope-from sand@aaz.links.ru) Received: (from sand@localhost) by aaz.links.ru (8.12.7/8.12.6/Submit) id h52BjbOF005706; Mon, 2 Jun 2003 15:45:37 +0400 (MSD) Message-Id: <200306021145.h52BjbOF005706@aaz.links.ru> Date: Mon, 2 Jun 2003 15:45:37 +0400 (MSD) From: Andrew V Stikheev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52857: New port: Scan detection and blocking daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew V Stikheev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 11:40:15 -0000 >Number: 52857 >Category: ports >Synopsis: New port: Scan detection and blocking daemon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 02 04:40:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrew V Stikheev >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD aaz.links.ru 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Thu Feb 20 16:22:27 MSK 2003 babolo@myth.links.ru:/tmp/babolo/usr/src/sys/garkin i386 >Description: This program provides automatic TCP SYN and UDP scan detection and blocking facility for use with divert(4) sockets under FreeBSD. >How-To-Repeat: >Fix: --- port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scand # scand/Makefile # scand/distinfo # scand/pkg-descr # scand/pkg-plist # echo c - scand mkdir -p scand > /dev/null 2>&1 echo x - scand/Makefile sed 's/^X//' >scand/Makefile << 'END-of-scand/Makefile' X# New ports collection makefile for: scand X# Date created: 13 May 2003 X# Whom: sand X# X# $FreeBSD$ X# X XPORTNAME= scand XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= ftp://raa.4ka.mipt.ru/pub/scand/ X XMAINTAINER= sand@links.ru XCOMMENT= Scan detection and blocking daemon X XMAN8= scand.8 scandctl.8 XMANCOMPRESSED= yes X X.include END-of-scand/Makefile echo x - scand/distinfo sed 's/^X//' >scand/distinfo << 'END-of-scand/distinfo' XMD5 (scand-0.1.tar.gz) = 4fb35cc73c8ee3f66f2afb3f723d3614 END-of-scand/distinfo echo x - scand/pkg-descr sed 's/^X//' >scand/pkg-descr << 'END-of-scand/pkg-descr' XThis program provides a TCP SYN and UDP port scanning detection and blocking Xfacility for use with divert(4) sockets under FreeBSD. X XWWW: http://raa.4ka.mipt.ru/~sand/scand/ END-of-scand/pkg-descr echo x - scand/pkg-plist sed 's/^X//' >scand/pkg-plist << 'END-of-scand/pkg-plist' Xbin/scand Xbin/scandctl X%%PORTDOCS%%share/doc/scand/README X%%PORTDOCS%%share/doc/scand/README.ru X%%PORTDOCS%%share/doc/scand/THANKS X%%PORTDOCS%%@dirrm share/doc/scand END-of-scand/pkg-plist exit --- port ends here --- >Release-Note: >Audit-Trail: >Unformatted: