diff mbox

[OpenWrt-Devel] dnsmasq bump to dnsmasq2.74rc3

Message ID 1437161917-15620-1-git-send-email-kevin@darbyshire-bryant.me.uk
State Rejected
Headers show

Commit Message

Kevin Darbyshire-Bryant July 17, 2015, 7:38 p.m. UTC
Fixes a DNSSEC validation corner case.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
---
 package/network/services/dnsmasq/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Steven Barth July 18, 2015, 4:26 a.m. UTC | #1
I don't think we should be tracking RCs any longer. I did this for 2.73
mainly due to the security exploit and there not being a stable update,
plus DNSSEC was pretty screwed before that. I think we should go back to
backporting individual fixes via patches instead.


Cheers,

Steven
Kevin Darbyshire-Bryant July 18, 2015, 8:32 a.m. UTC | #2
On 18/07/15 05:26, Steven Barth wrote:
> I don't think we should be tracking RCs any longer. I did this for 2.73
> mainly due to the security exploit and there not being a stable update,
> plus DNSSEC was pretty screwed before that. I think we should go back to
> backporting individual fixes via patches instead.
>

Hi Steven,

Understood, no problem.  Judging by how quickly 2.74tests & 3 release
candidates have come out I think Simon is keen to avoid a lengthy
gestation of what is really a bug fix release :-)  There's a minor
change that I'm working on, hopefully finished by tomorrow that I'd like
to see in, at the very least I'll offer it as an OpenWrt patch.  I think
it worth pushing your improved time checking heuristic patch to Simon to
get it in upstream.

Cheers,

Kevin
diff mbox

Patch

diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 19a8df9..4fd1c02 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -8,12 +8,12 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dnsmasq
-PKG_VERSION:=2.73
+PKG_VERSION:=2.74rc3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
-PKG_MD5SUM:=b8bfe96d22945c8cf4466826ba9b21bd
+PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates
+PKG_MD5SUM:=470211672ef087a3cd24bbb8ec9e9c05
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING