This PR is to seek portmgr approval to commit to the frozen ports tree. Mission: fix a run-time data corruption issue in dnsmasq-devel 2.66rc2. DNSMasq 2.66rc5 fixes a DHCPv6 issue where dnsmasq 2.66rc2 spoils its own leases file for IPv6 records. The closest evidence to a changelog is the mailing list message at http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q2/007028.html (and a few prior messages in that same thread). Note that dns/dnsmasq-devel sets NOPACKAGE for dns/dnsmasq's advantage, so this port does not build packages. Note that this is a leaf port that is not a requisite to any other port. Port managers (portmgr@FreeBSD.org) are cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->mandree Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback for portmgr review for approval
Responsible Changed From-To: mandree->portmgr for portmgr review for approval
State Changed From-To: feedback->open portmgr approved
Responsible Changed From-To: portmgr->mandree portmgr approved
Author: mandree Date: Mon Apr 15 15:24:54 2013 New Revision: 315804 URL: http://svnweb.freebsd.org/changeset/ports/315804 Log: DNSMasq 2.66rc5 fixes a DHCPv6 issue where dnsmasq 2.66rc2 spoils its own leases file for IPv6 records. The closest evidence to a changelog is the mailing list message at http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q2/007028.html (and a few prior messages in that same thread). PR: ports/177788 Approved by: portmgr (bdrewery) Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Mon Apr 15 13:11:37 2013 (r315803) +++ head/dns/dnsmasq-devel/Makefile Mon Apr 15 15:24:54 2013 (r315804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.66rc2 +DISTVERSION= 2.66rc5 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Mon Apr 15 13:11:37 2013 (r315803) +++ head/dns/dnsmasq-devel/distinfo Mon Apr 15 15:24:54 2013 (r315804) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.66rc2.tar.xz) = 652be43036c30cf2a00ada46ca5d2cce8e7571749cfa0cf3a4d19ebf0526778f -SIZE (dnsmasq-2.66rc2.tar.xz) = 411432 +SHA256 (dnsmasq-2.66rc5.tar.xz) = 4f38cbae7daa9cc45c5a2f3fb0255b7529ce6989e8fadbaf930cb3416f26f0ed +SIZE (dnsmasq-2.66rc5.tar.xz) = 412300 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with portmgr approval.