svn commit: r392113 - head/dns/dnsmasq-devel

Matthias Andree mandree at FreeBSD.org
Wed Jul 15 00:57:20 UTC 2015


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


More information about the svn-ports-all mailing list