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

Matthias Andree mandree at FreeBSD.org
Fri Mar 4 08:49:13 UTC 2016


Author: mandree
Date: Fri Mar  4 08:49:12 2016
New Revision: 410092
URL: https://svnweb.freebsd.org/changeset/ports/410092

Log:
  New upstream test release #12.
  
  Git shortlog since test release #10:
  
  Simon Kelley (14):
        Add TTL parameter to --host-record and --cname.
        Add --dhcp-ttl option.
        Update CHANGELOG.
        Add --tftp-mtu option.
        Apply ceiling of lease length to TTL when --dhcp-ttl in use.
        Fix --add-subnet when returning empty or default subnet.
        Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options.
        Fix typo in last commit.
        Check return code from open()
        format fix.
        Fix pointer declaration botch.
        Tidy parsing code.
        Fix broken DNSMASQ_USER<x> envvars in script with more than one class.
        Tighten syntax checking for dhcp-range and clarify man page.

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

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Fri Mar  4 08:40:14 2016	(r410091)
+++ head/dns/dnsmasq-devel/Makefile	Fri Mar  4 08:49:12 2016	(r410092)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.76test10
-PORTVERSION=	2.76.0test10
+DISTVERSION=	2.76test12
+PORTVERSION=	2.76.0test12
 CATEGORIES=	dns ipv6
 #MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/test-releases/

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Fri Mar  4 08:40:14 2016	(r410091)
+++ head/dns/dnsmasq-devel/distinfo	Fri Mar  4 08:49:12 2016	(r410092)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.76test10.tar.xz) = 3b8bfbb9a26261110a7249997559924ccb7c3ea6f83396b1cfd788a883ce5e99
-SIZE (dnsmasq-2.76test10.tar.xz) = 490192
+SHA256 (dnsmasq-2.76test12.tar.xz) = e4f31667d72e2cbc948a3b1776dbe2822d7340e904b7329c4dc96bff8a8ed5e2
+SIZE (dnsmasq-2.76test12.tar.xz) = 490920


More information about the svn-ports-all mailing list