Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2005 13:50:01 +0100 (CET)
From:      Natanael Copa <natanael.copa@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89774: Update port: dns/dnrd (bug fix release)
Message-ID:  <200511301250.jAUCo1NM008289@skywalker.nor.wtbts.org>
Resent-Message-ID: <200511301950.jAUJo7QY049360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89774
>Category:       ports
>Synopsis:       Update port: dns/dnrd (bug fix release)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 19:50:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Natanael Copa
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD skywalker.example.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	DNRD will always bind to all interfaces, even if the user specifically
	says it should bind to only one, using the -a option.

>How-To-Repeat:
	dnrd -a 127.0.0.1

	netstat -nuatp udp | grep 53
	dig google.com @[insert your ip address here]

	netstat shows that dnrd is listening on *:53, while it should have been
	127.0.0.1:53.

	dig gets an response immediatly, while is should time out. (dnrd should
	not be listening on your ipaddress)

>Fix:
	Problem is fixed upstream in the 2.20.1 release.


--- dnrd-port.patch begins here ---
diff -bruN dnrd.orig/Makefile dnrd/Makefile
--- dnrd.orig/Makefile	Wed Nov 30 13:24:55 2005
+++ dnrd/Makefile	Wed Nov 30 13:25:41 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		dnrd
-PORTVERSION=		2.20
+PORTVERSION=		2.20.1
 CATEGORIES=		dns
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	dnrd
diff -bruN dnrd.orig/distinfo dnrd/distinfo
--- dnrd.orig/distinfo	Wed Nov 30 13:24:55 2005
+++ dnrd/distinfo	Wed Nov 30 13:26:14 2005
@@ -1,2 +1,3 @@
-MD5 (dnrd-2.20.tar.gz) = 5adea655ede72738e65de00cd3c21b72
-SIZE (dnrd-2.20.tar.gz) = 157772
+MD5 (dnrd-2.20.1.tar.gz) = cbd3657617ecb92e0fd19c5c9f1ccfd7
+SHA256 (dnrd-2.20.1.tar.gz) = 698acae5a0de7e6694dec441d63dbf68d1c9b83c6f43b1b086da11d270ffd40e
+SIZE (dnrd-2.20.1.tar.gz) = 157804
--- dnrd-port.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511301250.jAUCo1NM008289>