diff options
author | mandree <mandree@FreeBSD.org> | 2015-04-12 19:15:49 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2015-04-12 19:15:49 +0800 |
commit | 74b1ea603ecd5037e6234e178657e26d2361780b (patch) | |
tree | faf9919e46341e717234342c5a6e9aea54dd3801 /dns | |
parent | c66b381411c8733cbf0c50b8594b83a1ea7a0119 (diff) | |
download | freebsd-ports-gnome-74b1ea603ecd5037e6234e178657e26d2361780b.tar.gz freebsd-ports-gnome-74b1ea603ecd5037e6234e178657e26d2361780b.tar.zst freebsd-ports-gnome-74b1ea603ecd5037e6234e178657e26d2361780b.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 3 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
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 |