Update to release candidate #1.
Changes since test#13: + Move the dhcp_release and dhcp_lease_time tools from + contrib/wrt to contrib/lease-tools. + + Add dhcp_release6 to contrib/lease-tools. Many thanks + to Sergey Nechaev for this code. + + To avoid filling logs in configurations which define + many upstream nameservers, don't log more that 30 servers. + The number to be logged can be changed as SERVERS_LOGGED + in src/config.h. Changelog since v2.75 at: http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=8628cd603fd0c55c7d41b84488446db44f58ff5b
This commit is contained in:
parent
c63bb1f245
commit
c3fbb070d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415035
2 changed files with 6 additions and 6 deletions
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.76test13
|
||||
PORTVERSION= 2.76.0test13
|
||||
DISTVERSION= 2.76rc1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns ipv6
|
||||
#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dnsmasq-2.76test13.tar.xz) = 70e78e6323996cdeeec1e2d9ebcaf58d7b26e8f17f4a23cea26b7a38ef703616
|
||||
SIZE (dnsmasq-2.76test13.tar.xz) = 491272
|
||||
SHA256 (dnsmasq-2.76rc1.tar.xz) = 8d1064ba898fef683f8579d699111cd75cd2e16d50b0a7c0534c34a36722cd27
|
||||
SIZE (dnsmasq-2.76rc1.tar.xz) = 494620
|
||||
|
|
Loading…
Reference in a new issue