Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2005 23:49:23 +1100 (EST)
From:      Steven Honson <steven@honson.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87867: [maintainer update] dns/dnsmasq to version 2.23 and IPv6 fix.
Message-ID:  <200510231249.j9NCnN76062940@freebsd.honson.org>
Resent-Message-ID: <200510231250.j9NCoGHN047704@freefall.freebsd.org>

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

>Number:         87867
>Category:       ports
>Synopsis:       [maintainer update] dns/dnsmasq to version 2.23 and IPv6 fix.
>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:   Sun Oct 23 12:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Steven Honson <steven@honson.org>
>Release:        FreeBSD 5.4-SECURITY i386
>Organization:
>Environment:
>Description:
Updated to dnsmasq version 2.23.
Also fixed broken disable option for IPv6 thanks to report and fix from Richard Hirner.

>How-To-Repeat:
>Fix:
--- dnsmasq.patch begins here ---
diff -urN /usr/ports/dns/dnsmasq/Makefile /root/dnsmasq/Makefile
--- /usr/ports/dns/dnsmasq/Makefile     Wed Oct 12 05:25:05 2005
+++ /root/dnsmasq/Makefile      Sun Oct 23 22:10:57 2005
@@ -6,8 +6,7 @@
 #

 PORTNAME=      dnsmasq
-PORTVERSION=   2.22
-PORTREVISION=  1
+PORTVERSION=   2.23
 CATEGORIES=    dns
 MASTER_SITES=  http://www.thekelleys.org.uk/dnsmasq/

@@ -21,7 +20,7 @@
 MAKE_ENV=      LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"

 .if defined(WITHOUT_IPV6)
-MAKE_ENV+=     -DNO_IPV6
+CFLAGS+=       -DNO_IPV6
 .endif

 .include <bsd.port.pre.mk>
diff -urN /usr/ports/dns/dnsmasq/distinfo /root/dnsmasq/distinfo
--- /usr/ports/dns/dnsmasq/distinfo     Wed Apr  6 01:18:42 2005
+++ /root/dnsmasq/distinfo      Sun Oct 23 22:11:08 2005
@@ -1,2 +1,2 @@
-MD5 (dnsmasq-2.22.tar.gz) = b38f33cd0703fa664a37a4595d918189
-SIZE (dnsmasq-2.22.tar.gz) = 146239
+MD5 (dnsmasq-2.23.tar.gz) = 7be1f5bd6446cbb743feaf26bf74db53
+SIZE (dnsmasq-2.23.tar.gz) = 159102
--- dnsmasq.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?200510231249.j9NCnN76062940>