Bug 177788 - Need freeze commit approval for: dns/dnsmasq-devel: update to a newer release candidate to fix a run-time DHCPv6 lease file corruption
Summary: Need freeze commit approval for: dns/dnsmasq-devel: update to a newer release...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-11 22:10 UTC by Matthias Andree
Modified: 2013-04-15 16:30 UTC (History)
1 user (show)

See Also:


Attachments
dnsmasq-devel-2.66.r5.patch (1.04 KB, patch)
2013-04-11 22:10 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2013-04-11 22:10:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-11 22:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2013-04-11 22:34:50 UTC
State Changed
From-To: open->feedback

for portmgr review for approval 


Comment 3 Matthias Andree freebsd_committer freebsd_triage 2013-04-11 22:34:50 UTC
Responsible Changed
From-To: mandree->portmgr

for portmgr review for approval
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2013-04-15 15:30:55 UTC
State Changed
From-To: feedback->open

portmgr approved 


Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2013-04-15 15:30:55 UTC
Responsible Changed
From-To: portmgr->mandree

portmgr approved
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-04-15 16:25:07 UTC
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"
Comment 7 Matthias Andree freebsd_committer freebsd_triage 2013-04-15 16:25:16 UTC
State Changed
From-To: open->closed

Committed with portmgr approval.