Date: Wed, 15 Jul 2015 00:57:19 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392113 - head/dns/dnsmasq-devel Message-ID: <201507150057.t6F0vKqn046422@svnmir.geo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Wed Jul 15 00:57:19 2015 New Revision: 392113 URL: https://svnweb.freebsd.org/changeset/ports/392113 Log: Update to new upstream release candidate 2.74rc1. To fix three regressions in 2.73: 1) The meaning of --conf-file without an argument changed from "don't read any conf-file" to "read the default conf-file" 2) A resolv-file which was dangling symlink at startup causes problems, up to and including a segmentation fault. 3) Under some circumstances, dnsmasq can use more file descriptors, and this shows up that the code doesn't handle the limit (normally 1024) in the number of descriptors handled by the select() system call. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Wed Jul 15 00:10:59 2015 (r392112) +++ head/dns/dnsmasq-devel/Makefile Wed Jul 15 00:57:19 2015 (r392113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.73rc10 +DISTVERSION= 2.74rc1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 -IGNORE= build stable version instead, it is newer than this release candidate +#IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Wed Jul 15 00:10:59 2015 (r392112) +++ head/dns/dnsmasq-devel/distinfo Wed Jul 15 00:57:19 2015 (r392113) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73rc10.tar.xz) = 7e51f32abecc18306c41116f1f069893e5602acd7ff57bcc80a3678656fcdf2a -SIZE (dnsmasq-2.73rc10.tar.xz) = 485028 +SHA256 (dnsmasq-2.74rc1.tar.xz) = 9a1aeaa341270f6d2f2bdffec2cb8e4f24b0c76445e2742aa63b390116efd963 +SIZE (dnsmasq-2.74rc1.tar.xz) = 486348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507150057.t6F0vKqn046422>