Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2003 12:14:43 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59749: Maintainer port update: dns/mydns
Message-ID:  <E1APhWF-0008gO-Te@smtp.lcn.biz>
Resent-Message-ID: <200311281220.hASCKKSD055022@freefall.freebsd.org>

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

>Number:         59749
>Category:       ports
>Synopsis:       Maintainer port update: dns/mydns
>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:   Fri Nov 28 04:20:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.7-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD ns1.lcn.biz 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #0: Wed Apr 16 11:24:35 BST 2003 root@ns1.lcn.biz:/usr/obj/usr/src/sys/NS1 i386


	
>Description:

Fix a bug with incorrect config parsing until the next version
comes out

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/dns/mydns/Makefile mydns/Makefile
--- /usr/ports/dns/mydns/Makefile	Thu Oct 16 10:24:59 2003
+++ mydns/Makefile	Fri Nov 28 12:06:23 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	mydns
 PORTVERSION=	0.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns databases
 MASTER_SITES=	http://mydns.bboy.net/download/
 
diff -ruN /usr/ports/dns/mydns/files/patch-src::mydns::conf.c mydns/files/patch-src::mydns::conf.c
--- /usr/ports/dns/mydns/files/patch-src::mydns::conf.c	Thu Jan  1 01:00:00 1970
+++ mydns/files/patch-src::mydns::conf.c	Fri Nov 28 12:05:54 2003
@@ -0,0 +1,11 @@
+--- src/mydns/conf.c.orig	Fri Nov 28 12:04:45 2003
++++ src/mydns/conf.c	Fri Nov 28 12:04:58 2003
+@@ -351,7 +351,7 @@
+ 
+ 	/* Set additional where clauses if provided */
+ 	mydns_set_soa_where_clause(conf_get(&Conf, "soa-where", NULL));
+-	mydns_set_rr_where_clause(conf_get(&Conf, "soa-where", NULL));
++	mydns_set_rr_where_clause(conf_get(&Conf, "rr-where", NULL));
+ }
+ /*--- load_config() -----------------------------------------------------------------------------*/
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1APhWF-0008gO-Te>