ports/59749: Maintainer port update: dns/mydns
Simon Dick
simond at irrelevant.org
Fri Nov 28 12:20:22 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list