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

Matthias Andree mandree at FreeBSD.org
Wed Oct 3 23:24:34 UTC 2018


Author: mandree
Date: Wed Oct  3 23:24:33 2018
New Revision: 481194
URL: https://svnweb.freebsd.org/changeset/ports/481194

Log:
  dns/dnsmasq-devel: update to 2.80test7
  
  Changes since test6, from CHANGELOG:
  
    Change anti cache-snooping behaviour with queries with the
    recursion-desired bit unset. Instead to returning SERVFAIL, we
    now always forward, and never answer from the cache. This
    allows "dig +trace" command to work.
  
    Include in the example config file a formulation which
    stops DHCP clients from claiming the DNS name "wpad".
    This is a fix for the CERT Vulnerability VU#598349.

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

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Wed Oct  3 23:22:33 2018	(r481193)
+++ head/dns/dnsmasq-devel/Makefile	Wed Oct  3 23:24:33 2018	(r481194)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.80test6
+DISTVERSION=	2.80test7
 PORTEPOCH=	2
 CATEGORIES=	dns ipv6
 #MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Wed Oct  3 23:22:33 2018	(r481193)
+++ head/dns/dnsmasq-devel/distinfo	Wed Oct  3 23:24:33 2018	(r481194)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536487363
-SHA256 (dnsmasq-2.80test6.tar.xz) = aa74384f4ee6941d7785db79cf50fd6399cb992d219fc07ea6affeabe63b0190
-SIZE (dnsmasq-2.80test6.tar.xz) = 517044
+TIMESTAMP = 1538608751
+SHA256 (dnsmasq-2.80test7.tar.xz) = f4e1277504097429279d2702cd8a132f54a47540ea3935d9fc6ac70f690441b3
+SIZE (dnsmasq-2.80test7.tar.xz) = 517248


More information about the svn-ports-all mailing list