Update to upstream 2.73rc1 (pending rc2 upload)
Changes from previous 2.73test6 (taken from CHANGELOG's Git repo): Don't reply to DHCPv6 SOLICIT messages if we're not configured to do stateful DHCPv6. Thanks to Win King Wan for the patch. Fix broken DNSSEC validation of ECDSA signatures. Add --dnssec-timestamp option, which provides an automatic way to detect when the system time becomes valid after boot on systems without an RTC, whilst allowing DNS queries before the clock is valid so that NTP can run. Thanks to Kevin Darbyshire-Bryant for developing this idea.
This commit is contained in:
parent
230c7009b8
commit
7fbec003ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382696
2 changed files with 4 additions and 5 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
PORTVERSION= 2.73.0t6
|
||||
DISTVERSION= 2.73test6
|
||||
DISTVERSION= 2.73rc1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dnsmasq-2.73test6.tar.xz) = e1a69b71887f1b11c90427707681273eb84199ae6dbf75c219c327facd5d2440
|
||||
SIZE (dnsmasq-2.73test6.tar.xz) = 475044
|
||||
SHA256 (dnsmasq-2.73rc1.tar.xz) = 3971fb537c0a18fdecb49f91dd7ac8e90e75a74b3908265788a24c0ba5b87541
|
||||
SIZE (dnsmasq-2.73rc1.tar.xz) = 478744
|
||||
|
|
Loading…
Reference in a new issue