From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 10:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F20816A402 for ; Mon, 25 Feb 2008 10:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C62F513C448 for ; Mon, 25 Feb 2008 10:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1PAU13m028914 for ; Mon, 25 Feb 2008 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1PAU1x9028911; Mon, 25 Feb 2008 10:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2008 10:30:01 GMT Resent-Message-Id: <200802251030.m1PAU1x9028911@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roy Marples Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21F9416A409 for ; Mon, 25 Feb 2008 10:21:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0FFD213C46B for ; Mon, 25 Feb 2008 10:21:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1PAJDJI038362 for ; Mon, 25 Feb 2008 10:19:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1PAJDtb038361; Mon, 25 Feb 2008 10:19:13 GMT (envelope-from nobody) Message-Id: <200802251019.m1PAJDtb038361@www.freebsd.org> Date: Mon, 25 Feb 2008 10:19:13 GMT From: Roy Marples To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/121076: New version of dhcpcd - 3.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 10:30:02 -0000 >Number: 121076 >Category: ports >Synopsis: New version of dhcpcd - 3.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 10:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Roy Marples >Release: FreeBSD-7.0-RC2-p1 >Organization: >Environment: FreeBSD uberlaptop 7.0-RC2-p1 FreeBSD 7.0-RC2-p1 #14: Mon Feb 18 16:55:03 GMT 2008 root@uberlaptop:/usr/obj/usr/src/sys/UBERKERNEL i386 >Description: A new version of dhcpcd is available (version 3.2.3), fixing many bugs. Attached is a patch to the port for this. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile 2008-02-25 10:10:23.000000000 +0000 +++ Makefile 2008-02-25 10:06:23.000000000 +0000 @@ -5,11 +5,9 @@ # $FreeBSD: ports/net/dhcpcd/Makefile,v 1.2 2008/01/01 16:12:59 lme Exp $ PORTNAME= dhcpcd -PORTVERSION= 3.1.8 -PORTREVISION= 1 +PORTVERSION= 3.2.3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= dhcpcd +MASTER_SITES= http://roy.marples.name/dhcpcd/ MAINTAINER= roy@marples.name COMMENT= DHCP client @@ -20,6 +18,4 @@ USE_BZIP2= yes USE_RC_SUBR= dhcpcd -MAKE_ARGS= INFODIR=/var/db - .include --- distinfo 2008-02-25 10:13:18.000000000 +0000 +++ distinfo 2008-02-25 10:13:50.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (dhcpcd-3.1.8.tar.bz2) = 6332c695e28100acbb84730e7ff7f6e9 -SHA256 (dhcpcd-3.1.8.tar.bz2) = c78eae99a63da25b9220995f62dbe735520e5044c199211c923503fd5981d2a1 -SIZE (dhcpcd-3.1.8.tar.bz2) = 45423 +MD5 (dhcpcd-3.2.3.tar.bz2) = f7b0b302307e27e00412d81c22df28b3 +SHA256 (dhcpcd-3.2.3.tar.bz2) = 89d5fc05d7fd643200333116400d8a0eda9adf1c7f2a70e6cbca977c8d3843fe +SIZE (dhcpcd-3.2.3.tar.bz2) = 45030 --- pkg-descr 2008-02-25 10:12:54.000000000 +0000 +++ pkg-descr 2008-02-25 10:13:08.000000000 +0000 @@ -1,3 +1,3 @@ dhcpcd is an RFC2131 compliant DHCP client. -WWW: http://dhcpcd.berlios.de +WWW: http://roy.marples.name/dhcpcd >Release-Note: >Audit-Trail: >Unformatted: