diff options
author | mandree <mandree@FreeBSD.org> | 2016-03-04 16:49:12 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-03-04 16:49:12 +0800 |
commit | 7ad438fe014126bee253d3516e12f6ef73af0cc6 (patch) | |
tree | ce10be1dd51b36df0114d3239fc36c49044e7220 | |
parent | 3853ce7ef88c9e5ec9437c90d13a08fb89c99830 (diff) | |
download | freebsd-ports-gnome-7ad438fe014126bee253d3516e12f6ef73af0cc6.tar.gz freebsd-ports-gnome-7ad438fe014126bee253d3516e12f6ef73af0cc6.tar.zst freebsd-ports-gnome-7ad438fe014126bee253d3516e12f6ef73af0cc6.zip |
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.
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index a030fadfa629..6c886a47c4eb 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -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/ diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index c324ea6d08f8..be67c580781d 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -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 |