From owner-cvs-all@FreeBSD.ORG Sat Apr 19 14:37:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660B637B401; Sat, 19 Apr 2003 14:37:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D08943FE5; Sat, 19 Apr 2003 14:37:12 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3JLbB0U006399; Sat, 19 Apr 2003 14:37:11 -0700 (PDT) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3JLbBil006398; Sat, 19 Apr 2003 14:37:11 -0700 (PDT) Message-Id: <200304192137.h3JLbBil006398@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 19 Apr 2003 14:37:11 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/smtpscan Makefile distinfo pkg-descr pkg-plist ports/security/smtpscan/files Makefile patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 21:37:13 -0000 sumikawa 2003/04/19 14:37:11 PDT FreeBSD ports repository Modified files: security Makefile Added files: security/smtpscan Makefile distinfo pkg-descr pkg-plist security/smtpscan/files Makefile patch-aa patch-ab Log: Add smtpscan 0.3.1, a remote SMTP server version detector. PR: 46221 Submitted by: Hubert Tournier Revision Changes Path 1.395 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/smtpscan/Makefile (new) 1.1 +1 -0 ports/security/smtpscan/distinfo (new) 1.1 +7 -0 ports/security/smtpscan/files/Makefile (new) 1.1 +77 -0 ports/security/smtpscan/files/patch-aa (new) 1.1 +35 -0 ports/security/smtpscan/files/patch-ab (new) 1.1 +8 -0 ports/security/smtpscan/pkg-descr (new) 1.1 +4 -0 ports/security/smtpscan/pkg-plist (new)