From owner-freebsd-ports Wed Apr 18 18:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B171337B423 for ; Wed, 18 Apr 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J1A1O81552; Wed, 18 Apr 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id CD61537B422 for ; Wed, 18 Apr 2001 18:04:07 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 3730484 invoked by uid 0); 19 Apr 2001 01:04:05 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by racine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Apr 2001 01:04:05 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f3J144q61639; Thu, 19 Apr 2001 03:04:04 +0200 (CEST) (envelope-from root) Message-Id: <200104190104.f3J144q61639@gits.dyndns.org> Date: Thu, 19 Apr 2001 03:04:04 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26688: Updated port: net/isc-dhcp3 (release candidate 1 patch level 1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26688 >Category: ports >Synopsis: Updated port: net/isc-dhcp3 (release candidate 1 patch level 1) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 18:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-BETA i386 >Organization: ACME >Environment: FreeBSD gits 4.3-BETA FreeBSD 4.3-BETA #18: Sat Mar 17 02:17:40 CET 2001 root@:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: version bumped to 3.0.r1.1. description file shortened to 24 lines. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- Makefile 2001/04/07 14:25:28 1.57 +++ Makefile 2001/04/19 00:10:20 @@ -7,12 +7,12 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.b2.24 +PORTVERSION= 3.0.r1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:R}pl${PORTVERSION:E} MAINTAINER= clefevre@poboxes.com Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v retrieving revision 1.25 diff -u -r1.25 distinfo --- distinfo 2001/04/07 14:25:28 1.25 +++ distinfo 2001/04/18 23:53:54 @@ -1 +1 @@ -MD5 (dhcp-3.0b2pl24.tar.gz) = ea48b791cb2be15c6d3458f5f55de8ca +MD5 (dhcp-3.0rc1pl1.tar.gz) = 93b7e388b9229605684235bb30080773 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/pkg-descr,v retrieving revision 1.7 diff -u -r1.7 pkg-descr --- pkg-descr 2001/02/17 14:17:29 1.7 +++ pkg-descr 2001/04/19 00:56:37 @@ -1,31 +1,24 @@ -The ISC Dynamic Host Configuration Protocol Distribution provides -a freely redistributable reference implementation of all aspects -of the DHCP protocol, through a suite of DHCP tools: +The ISC Dynamic Host Configuration Protocol Distribution provides a +freely redistributable reference implementation of all aspects of the +DHCP protocol, through a suite of DHCP tools: - * A DHCP server - * A DHCP client - * A DHCP relay agent + * A DHCP server + * A DHCP client + * A DHCP relay agent -Version 3, Beta 2 of the ISC DHCP Distribution includes the following -features that are new since version 2.0: +Version 3 of the ISC DHCP Distribution includes the following features +that are new since version 2.0: - * DHCP Failover Protocol support - * OMAPI, an API for accessing and modifying the DHCP - server and client state. - * Conditional behaviour - * Storing arbitrary information on leases - * Address pools with access control - * Client classing - * Address allocation restriction by class - * Relay agent information option support - * Dynamic DNS updates - * Many bug fixes, performance enhancements, and minor - new DHCP protocol features. - -Also, a fully-featured implementation of dynamic DNS updates is -included and there are no build dependencies with any BIND version. - -Since patch-level 15, a log-facility configuration parameter has -been added, see the manual pages for details. + * DHCP Failover Protocol support + * OMAPI, an API for accessing and modifying the DHCP server and client state + * Conditional behaviour + * Storing arbitrary information on leases + * Address pools with access control + * Client classing + * Address allocation restriction by class + * Relay agent information option support + * Dynamic DNS updates + * Many bug fixes, performance enhancements, and minor new DHCP protocol + features. WWW: http://www.isc.org/products/DHCP/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message