From root@gits.dyndns.org  Mon Apr 15 23:55:13 2002
Return-Path: <root@gits.dyndns.org>
Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74])
	by hub.freebsd.org (Postfix) with ESMTP id 7333437B405
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Apr 2002 23:55:11 -0700 (PDT)
Received: (qmail 3340752 invoked by uid 0); 16 Apr 2002 06:55:10 -0000
Received: from unknown (HELO gits.dyndns.org) ([212.198.230.194]) (envelope-sender <root@gits.dyndns.org>)
          by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP
          for <efinleywork@efinley.com>; 16 Apr 2002 06:55:10 -0000
Received: (from root@localhost)
	by gits.dyndns.org (8.11.6/8.11.6) id g3G6t7V98740;
	Tue, 16 Apr 2002 08:55:07 +0200 (CEST)
	(envelope-from root)
Message-Id: <200204160655.g3G6t7V98740@gits.dyndns.org>
Date: Tue, 16 Apr 2002 08:55:07 +0200 (CEST)
From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Reply-To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Doug Barton <DougB@freebsd.org>
Subject: Maintainer update: net/isc-dhcp3 (3.0.1.r8)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37131
>Category:       ports
>Synopsis:       Maintainer update: net/isc-dhcp3 (3.0.1.r8)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 16 00:00:08 PDT 2002
>Closed-Date:    Fri Apr 19 14:19:22 PDT 2002
>Last-Modified:  Fri Apr 19 14:19:22 PDT 2002
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #14: Fri Jan 11 00:18:07 CET 2002 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	Makefile
		PORTVERSION updated
	distinfo
		updated
	files/patch-freebsd
		updated
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	31 Jan 2002 00:42:10 -0000	1.76
+++ Makefile	15 Apr 2002 17:00:11 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dhcp
-PORTVERSION=	3.0.1.r6
+PORTVERSION=	3.0.1.r8
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.isc.org/isc/%SUBDIR%/ \
 		${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v
retrieving revision 1.40
diff -u -r1.40 distinfo
--- distinfo	31 Jan 2002 00:42:10 -0000	1.40
+++ distinfo	15 Apr 2002 16:59:52 -0000
@@ -1 +1 @@
-MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49
+MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435
Index: files/patch-freebsd
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/files/patch-freebsd,v
retrieving revision 1.7
diff -u -r1.7 patch-freebsd
--- files/patch-freebsd	15 Oct 2001 13:33:15 -0000	1.7
+++ files/patch-freebsd	15 Apr 2002 13:34:15 -0000
@@ -1,6 +1,6 @@
---- client/scripts/freebsd.orig	Fri Apr 20 22:01:14 2001
-+++ client/scripts/freebsd	Sat Apr 21 19:01:59 2001
-@@ -16,17 +16,17 @@
+--- client/scripts/freebsd.orig	Tue Feb 19 17:59:35 2002
++++ client/scripts/freebsd	Mon Apr 15 15:31:21 2002
+@@ -20,17 +20,17 @@
  # Must be used on exit.   Invokes the local dhcp client exit hooks, if any.
  exit_with_hooks() {
    exit_status=$1
@@ -22,7 +22,7 @@
    # allow the local script to abort processing of this state
    # local script must set exit_status variable to nonzero.
    if [ $exit_status -ne 0 ]; then
-@@ -35,11 +35,11 @@
+@@ -39,11 +39,11 @@
  fi
  
  if [ x$new_network_number != x ]; then
@@ -36,12 +36,3 @@
    new_broadcast_arg="broadcast $new_broadcast_address"
  fi
  if [ x$old_broadcast_address != x ]; then
-@@ -158,7 +158,7 @@
- 	shift; shift
-       done
-     fi
--    arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
-+    arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \
- 						|sh >/dev/null 2>&1
-   fi
-   if [ x$alias_ip_address != x ]; then
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: anders 
State-Changed-When: Fri Apr 19 14:00:22 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37131 
>Unformatted:
