diff mbox

[OpenWrt-Devel] dnsmasq: bump to dnsmasq2.73rc9

Message ID 5574134E.4030100@darbyshire-bryant.me.uk
State Superseded
Headers show

Commit Message

Kevin Darbyshire-Bryant June 7, 2015, 9:47 a.m. UTC
Bump dnsmasq to v2.73rc9

Fixes dnssec NSEC handling, corner case exposed by 'linux.conf.au' when 
dnssec-check-unsigned
enabled.  Also (from changelog) correctly sanitise DNS header bits in 
answer when recreating
query for retry.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>

Comments

Steven Barth June 7, 2015, 10:23 a.m. UTC | #1
Your patch is mangled and doesn't apply.
On another note I hope we will see the final soon...


Cheers,

Steven
Kevin Darbyshire-Bryant June 7, 2015, 11:20 a.m. UTC | #2
<MUTTLEY> Rassen, Fassen, £"%"!" Thunderbird! </MUTTLEY>

v2 on the way.  Hopefully I've beaten this instance of Thunderbird into submission too.  Note to self: Investigate git email direct options.

Agreed about seeing a final...people just need to stop finding discrepancies/corner cases :-)

On 07/06/15 11:23, Steven Barth wrote:
> Your patch is mangled and doesn't apply.
> On another note I hope we will see the final soon...
>
>
> Cheers,
>
> Steven
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
diff mbox

Patch

diff --git a/package/network/services/dnsmasq/Makefile 
b/package/network/services/dnsmasq/Makefile
index 93bfcf3..7b56a06 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.73rc8
+PKG_VERSION:=2.73rc9
  PKG_RELEASE:=1

  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
  PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates
-PKG_MD5SUM:=7d4e04c875528d64d8e82abceba78489
+PKG_MD5SUM:=82b9ee113f7f72461c05d89fa23d2914

  PKG_LICENSE:=GPL-2.0
  PKG_LICENSE_FILES:=COPYING