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

Matthias Andree mandree at FreeBSD.org
Wed Dec 4 09:54:10 UTC 2013


Author: mandree
Date: Wed Dec  4 09:54:09 2013
New Revision: 335607
URL: http://svnweb.freebsd.org/changeset/ports/335607

Log:
  Upgrade to upstream -rc5, fixing binding to IPv6 interfaces with
  non-local addresses. Important upstream changes between -rc4 and -rc5:
  
  -     Don't overwrite errno before generating message.
  -     Garbage collect listening sockets when their address is deleted.
  -     Only set scope_id in addresses to bind() for linklocal addresses.
  -     Check arrival interface of IPv6 requests, even in --bind-interfaces.
  -     Relax rules in prefix length in (IPv6) dhcp-range.

Modified:
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq-devel/distinfo

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Wed Dec  4 07:30:22 2013	(r335606)
+++ head/dns/dnsmasq-devel/Makefile	Wed Dec  4 09:54:09 2013	(r335607)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.68rc4
+DISTVERSION=	2.68rc5
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 PKGNAMESUFFIX=	-devel

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Wed Dec  4 07:30:22 2013	(r335606)
+++ head/dns/dnsmasq-devel/distinfo	Wed Dec  4 09:54:09 2013	(r335607)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.68rc4.tar.xz) = 1e536356ea3bf1ad1e120c2a54e0456ab8992b9dc925700484282a34b3c57e26
-SIZE (dnsmasq-2.68rc4.tar.xz) = 435256
+SHA256 (dnsmasq-2.68rc5.tar.xz) = 35382ac76aa12151cf7ddb58cd56a66a38be18bdd84a5d6fea2157de86d93779
+SIZE (dnsmasq-2.68rc5.tar.xz) = 435788


More information about the svn-ports-head mailing list