ports/102680: net/isc-dhcp3-*: update to version 3.0.5rc2

Joerg Pulz Joerg.Pulz at frm2.tum.de
Wed Aug 30 08:30:34 UTC 2006


>Number:         102680
>Category:       ports
>Synopsis:       net/isc-dhcp3-*: update to version 3.0.5rc2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 30 08:30:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
TU-Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu Jul 27 19:05:49 CEST 2006 root at hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	Update the net/isc-dhcp3-* ports to version 3.0.5rc2.

	Changes since version 3.0.5rc1:
	*  A bug was repaired in fixes to the dhclient, which saught to run the
	   dhclient-script with the 'EXPIRE' state should it receive a NAK in
	   response to a REQUEST. The client now iterates the PREINIT state
	   after the EXPIRE state, so that interfaces that might be configured
	   'down' can be brought back 'up' and initialized.
	*  DHCPINFORM handling for clients that properly set ciaddr and come to
	   the server via a relay agent has been repaired. 

	Changes to the ports Makefile:
	- added seperate PORTREVISION handling for all net/isc-dhcp3-* ports
	  (based on the method the net/openldap* ports are using)

	Successful tinderbox tested on:
		RELENG_[456],CURRENT	i386
		RELENG_6		amd64
>How-To-Repeat:
	
>Fix:

	

--- net_isc-dhcp3-server.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3-server/Makefile,v
retrieving revision 1.117
diff -u -r1.117 Makefile
--- Makefile	25 Aug 2006 12:02:58 -0000	1.117
+++ Makefile	30 Aug 2006 08:17:11 -0000
@@ -7,7 +7,8 @@
 #
 
 PORTNAME=	dhcp
-PORTVERSION=	3.0.5.r1
+PORTVERSION=	3.0.5.r2
+PORTREVISION=	${DHCP_PORTREVISION}
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	dhcp dhcp/dhcp-3.0-history
@@ -18,6 +19,11 @@
 MAINTAINER=	Joerg.Pulz at frm2.tum.de
 COMMENT?=	The ISC Dynamic Host Configuration Protocol server
 
+PORTREVISION_SERVER=	0
+PORTREVISION_CLIENT=	0
+PORTREVISION_RELAY=	0
+PORTREVISION_DEVEL=	0
+
 SUBSYS?=	server
 
 UNIQUENAME=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
@@ -35,6 +41,17 @@
 		DHCP_LQ "DHCPLEASEQUERY support used by Cisco uBR's" off
 .endif
 
+# PORTREVISION handling
+.if ${SUBSYS} == client
+DHCP_PORTREVISION=	${PORTREVISION_CLIENT}
+.elif ${SUBSYS} == relay
+DHCP_PORTREVISION=	${PORTREVISION_RELAY}
+.elif ${SUBSYS} == devel
+DHCP_PORTREVISION=	${PORTREVISION_DEVEL}
+.else
+DHCP_PORTREVISION=	${PORTREVISION_SERVER}
+.endif
+
 .include <bsd.port.pre.mk>
 
 .if ${SUBSYS} == server && defined(WITH_DHCP_LDAP)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3-server/distinfo,v
retrieving revision 1.55
diff -u -r1.55 distinfo
--- distinfo	25 Aug 2006 12:02:58 -0000	1.55
+++ distinfo	30 Aug 2006 08:17:11 -0000
@@ -1,9 +1,9 @@
-MD5 (dhcp-3.0.5rc1.tar.gz) = 0e2769a9a883f41c5130f2d3cbbf3a21
-SHA256 (dhcp-3.0.5rc1.tar.gz) = b46d94db0c74c8f42c35bc98bec2fac7bcb431b2082f3e8f2541bd5a422e0218
-SIZE (dhcp-3.0.5rc1.tar.gz) = 882983
-MD5 (dhcp-3.0.5rc1-ldap-patch) = 53d4e9c657283e4018e68521b35c6a7a
-SHA256 (dhcp-3.0.5rc1-ldap-patch) = 406a8e19fc8407385c350f0f09075721ac0cea342c7ff7fe21d83d68f15c7dc9
-SIZE (dhcp-3.0.5rc1-ldap-patch) = 285970
-MD5 (dhcp-3.0.5rc1-dlq-patch) = 0e071945cc986d7ecdfd9b41fc4a102b
-SHA256 (dhcp-3.0.5rc1-dlq-patch) = c3fd3200eaf00fa80cb37f19bd3b9edb89497c235b5fa594a0f6f60050f64108
-SIZE (dhcp-3.0.5rc1-dlq-patch) = 7655
+MD5 (dhcp-3.0.5rc2.tar.gz) = f14122e6b414f5881e6926aa5d88c56a
+SHA256 (dhcp-3.0.5rc2.tar.gz) = 01f66158315489084e349d92fbb390e0754eb9a094926d4a500b2d5804b1fad4
+SIZE (dhcp-3.0.5rc2.tar.gz) = 876507
+MD5 (dhcp-3.0.5rc2-ldap-patch) = 53d4e9c657283e4018e68521b35c6a7a
+SHA256 (dhcp-3.0.5rc2-ldap-patch) = 406a8e19fc8407385c350f0f09075721ac0cea342c7ff7fe21d83d68f15c7dc9
+SIZE (dhcp-3.0.5rc2-ldap-patch) = 285970
+MD5 (dhcp-3.0.5rc2-dlq-patch) = 0e071945cc986d7ecdfd9b41fc4a102b
+SHA256 (dhcp-3.0.5rc2-dlq-patch) = c3fd3200eaf00fa80cb37f19bd3b9edb89497c235b5fa594a0f6f60050f64108
+SIZE (dhcp-3.0.5rc2-dlq-patch) = 7655
--- net_isc-dhcp3-server.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list