From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 28 04:20:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8EE16A4CE for ; Fri, 28 Nov 2003 04:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D701A43FD7 for ; Fri, 28 Nov 2003 04:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hASCKKFY055023 for ; Fri, 28 Nov 2003 04:20:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hASCKKSD055022; Fri, 28 Nov 2003 04:20:20 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 28 Nov 2003 04:20:20 -0800 (PST) Resent-Message-Id: <200311281220.hASCKKSD055022@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, Simon Dick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FCE16A4CE for ; Fri, 28 Nov 2003 04:14:47 -0800 (PST) Received: from smtp.lcn.biz (smtp.lcn.biz [195.82.107.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C1243FE5 for ; Fri, 28 Nov 2003 04:14:45 -0800 (PST) (envelope-from simond@smtp.lcn.biz) Received: from simond by smtp.lcn.biz with local (Exim 4.24; FreeBSD 4.7) id 1APhWF-0008gO-Te for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Nov 2003 12:14:43 +0000 Message-Id: Date: Fri, 28 Nov 2003 12:14:43 +0000 From: Simon Dick Sender: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59749: Maintainer port update: dns/mydns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Dick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 12:20:22 -0000 >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: