From owner-cvs-all@FreeBSD.ORG Thu Oct 23 03:21:44 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 9B39D16A4B3; Thu, 23 Oct 2003 03:21:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA9043FBF; Thu, 23 Oct 2003 03:21:44 -0700 (PDT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9NALiXJ033097; Thu, 23 Oct 2003 03:21:44 -0700 (PDT) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9NALhcj033096; Thu, 23 Oct 2003 03:21:43 -0700 (PDT) (envelope-from sergei) Message-Id: <200310231021.h9NALhcj033096@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 23 Oct 2003 03:21:43 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsvd Makefile distinfo pkg-plist 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: Thu, 23 Oct 2003 10:21:44 -0000 sergei 2003/10/23 03:21:43 PDT FreeBSD ports repository Modified files: net/ipsvd Makefile distinfo pkg-plist Log: - Update to 0.7.0: - A new type of instruction has been added: ipsvd(8) now can be told to look up IP addresses of (dynamic) hostnames on incoming connections, and to handle a connection through different instructions if the client's IP address matches one of these IP addresses. See the ipsvd-instruct(5) man page for details. - The examples web page has been updated slightly, and now includes an example of the new check host instructions. Approved by: krion (implicit) Revision Changes Path 1.8 +1 -1 ports/net/ipsvd/Makefile 1.6 +1 -1 ports/net/ipsvd/distinfo 1.3 +2 -1 ports/net/ipsvd/pkg-plist