From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 14:59:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F47E37B401; Wed, 4 Jun 2003 14:59:51 -0700 (PDT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6EF43FAF; Wed, 4 Jun 2003 14:59:50 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out003.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030604215949.QJPF4805.out003.verizon.net@mac.com>; Wed, 4 Jun 2003 16:59:49 -0500 Message-ID: <3EDE6BD4.0@mac.com> Date: Wed, 04 Jun 2003 17:59:48 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark References: <200306042022.H54KM0KT008439@asarian-host.net> In-Reply-To: <200306042022.H54KM0KT008439@asarian-host.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.149.47.46] at Wed, 4 Jun 2003 16:59:49 -0500 cc: DougB@FreeBSD.org cc: freebsd-questions@freebsd.org Subject: Re: BIND 8.3.5 port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 21:59:51 -0000 Mark wrote: > I saw BIND 8.3.5 was released; but I have not seen it in the ports yet. > Will someone port it? OK, sure. Do you want a shar file as well, or just the diffs? diff -rduw bind8_old/Makefile bind8/Makefile --- bind8_old/Makefile Wed Jun 4 17:44:20 2003 +++ bind8/Makefile Wed Jun 4 17:44:35 2003 @@ -11,7 +11,7 @@ # you can generally build it cleanly from the source. - Doug PORTNAME= bind -PORTVERSION= 8.3.4 +PORTVERSION= 8.3.5 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} diff -rduw bind8_old/distinfo bind8/distinfo --- bind8_old/distinfo Wed Jun 4 17:44:20 2003 +++ bind8/distinfo Wed Jun 4 17:46:28 2003 @@ -1,2 +1,2 @@ -MD5 (bind-8.3.4/bind-src.tar.gz) = 214a5116782f439534b9d47cba88d44b -MD5 (bind-8.3.4/bind-doc.tar.gz) = d1c7b87c2575e14e76223d1e89c5568a +MD5 (bind-8.3.5/bind-src.tar.gz) = 38ebddba14dd99a194d0ad866d92ba80 +MD5 (bind-8.3.5/bind-doc.tar.gz) = 7323a28e682faed324dbf4ffe0c98b8f Only in bind8_old/files: patch-src_bin_dig_dig.c Only in bind8_old/files: patch-src_bin_nslookup_getinfo.c Only in bind8_old/files: patch-src_port_freebsd_include_port_after.h [ Maintainer CC'ed. ] -- -Chuck