Date: Sun, 12 Apr 2015 11:15:49 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383861 - head/dns/dnsmasq-devel Message-ID: <201504121115.t3CBFnst034858@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sun Apr 12 11:15:49 2015 New Revision: 383861 URL: https://svnweb.freebsd.org/changeset/ports/383861 Log: 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 Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Sun Apr 12 11:11:45 2015 (r383860) +++ head/dns/dnsmasq-devel/Makefile Sun Apr 12 11:15:49 2015 (r383861) @@ -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 Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Sun Apr 12 11:11:45 2015 (r383860) +++ head/dns/dnsmasq-devel/distinfo Sun Apr 12 11:15:49 2015 (r383861) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504121115.t3CBFnst034858>