From 74b1ea603ecd5037e6234e178657e26d2361780b Mon Sep 17 00:00:00 2001 From: mandree Date: Sun, 12 Apr 2015 11:15:49 +0000 Subject: Upgrade to new release candidate #4. Resolves checksum trouble. Git shortlog between rc#3 and rc#4: Simon Kelley (4): Return INSECURE, rather than BOGUS when DS proved not to exist. Fix compiler warning when not including DNSSEC. Fix crash caused by looking up servers.bind when many servers defined. Fix crash on receipt of certain malformed DNS requests. Stefan Tomanek (2): add --tftp-no-fail to ignore missing tftp root --- dns/dnsmasq-devel/Makefile | 3 +-- dns/dnsmasq-devel/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'dns') diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index dff3fb83f80e..1edd4ab042bf 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.73rc3 +DISTVERSION= 2.73rc4 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel @@ -15,7 +15,6 @@ LICENSE= GPLv2 #IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* -BROKEN= Size mismatch PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html SUB_FILES= pkg-message diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 1d89921656f4..9c3cd8dd6e24 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73rc3.tar.xz) = 826d88f212a7fc0c7dcc9f33b81c7ef8b57ecebee76e2e8466a3af12aee41f84 -SIZE (dnsmasq-2.73rc3.tar.xz) = 479916 +SHA256 (dnsmasq-2.73rc4.tar.xz) = f0b56e7df38e581680b8406e2bc4c5217504ea14da2f6143a9827344b3303c01 +SIZE (dnsmasq-2.73rc4.tar.xz) = 480356 -- cgit