diff mbox

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

Message ID 55742A55.3040506@darbyshire-bryant.me.uk
State Rejected
Headers show

Commit Message

Kevin Darbyshire-Bryant June 7, 2015, 11:26 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.

v2 - fix mangled submission

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

Comments

Steven Barth June 8, 2015, 4:46 a.m. UTC | #1
Nope, mangled still.

See "MUA-SPECIFIC HINTS" on https://git-scm.com/docs/git-format-patch to
fix Thunderbird though tbh. using git-send-email is easier in most
cases, see https://git-scm.com/docs/git-send-email especially "EXAMPLE"
at the very end.



Cheers,

Steven
Kevin Darbyshire-Bryant June 8, 2015, 7:54 a.m. UTC | #2
I've no idea and giving up to be honest.  By producing bad patches I'm not being helpful and wasting experienced people's time.  Updating a Makefile is about as simple as it gets!
Jonathan Bennett June 8, 2015, 2:02 p.m. UTC | #3
Hey, Kevin, I know how much of a pain it is to get patches to send without
getting mangled. You ought to stick with this, though, and work out how you
can send patches that don't get mangled. I'm sure Steven doesn't mind
pinging you back to let you know what the patches look like. Honestly, it's
better to work with a simple patch to get it figured out. Git send-email is
probably the way to go. Once you get it set up and working, it makes this
much less painful.

~Jonathan

On Mon, Jun 8, 2015 at 2:55 AM Kevin Darbyshire-Bryant <
kevin@darbyshire-bryant.me.uk> wrote:

> I've no idea and giving up to be honest.  By producing bad patches I'm not
> being helpful and wasting experienced people's time.  Updating a Makefile
> is about as simple as it gets!
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
Steven Barth June 9, 2015, 8:53 p.m. UTC | #4
Indeed, you can have a look at
http://patchwork.ozlabs.org/project/openwrt/list/ to see and download
the patches extracted from the mails (also the old ones).
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