From patchwork Sun Jun 7 11:26:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Darbyshire-Bryant X-Patchwork-Id: 481724 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3CA0114016A for ; Sun, 7 Jun 2015 21:26:45 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id A0C3828BC61; Sun, 7 Jun 2015 13:24:54 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 004C92815D7 for ; Sun, 7 Jun 2015 13:24:44 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 HELO_IP_IN_CL_SUBNET=-1.2 (check from: .darbyshire-bryant. - helo: .emea01-am1-obe.outbound.protection.outlook. - helo-domain: .outlook.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7.7 Received: from emea01-am1-obe.outbound.protection.outlook.com (mail-am1on0079.outbound.protection.outlook.com [157.56.112.79]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 7 Jun 2015 13:24:43 +0200 (CEST) Authentication-Results: lists.openwrt.org; dkim=none (message not signed) header.d=none; Received: from [IPv6:2001:470:183f:da2b::9b1c:6a15] (2001:470:183f:da2b::9b1c:6a15) by VI1PR07MB0941.eurprd07.prod.outlook.com (25.161.110.146) with Microsoft SMTP Server (TLS) id 15.1.184.17; Sun, 7 Jun 2015 11:26:19 +0000 Message-ID: <55742A55.3040506@darbyshire-bryant.me.uk> Date: Sun, 7 Jun 2015 12:26:13 +0100 From: Kevin Darbyshire-Bryant User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: X-Originating-IP: [2001:470:183f:da2b::9b1c:6a15] X-ClientProxiedBy: AM3PR04CA0093.eurprd04.prod.outlook.com (25.163.180.147) To VI1PR07MB0941.eurprd07.prod.outlook.com (25.161.110.146) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:VI1PR07MB0941; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(520003)(5005006)(3002001); SRVR:VI1PR07MB0941; BCL:0; PCL:0; RULEID:; SRVR:VI1PR07MB0941; X-Forefront-PRVS: 0600F93FE1 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(54534003)(288314003)(107886002)(77156002)(54356999)(42186005)(5001960100002)(4001350100001)(36756003)(62966003)(189998001)(5000100001)(5890100001)(99136001)(512874002)(110136002)(84326002)(83506001)(74482002)(87976001)(1720100001)(5001920100001)(2351001)(122386002)(229853001)(19580405001)(450100001)(65816999)(568964001)(33656002)(19580395003)(15975445007)(86362001)(46102003)(59896002)(87266999)(50986999)(65956001)(92566002)(142933001)(3826002); DIR:OUT; SFP:1101; SCL:1; SRVR:VI1PR07MB0941; H:[IPv6:2001:470:183f:da2b::9b1c:6a15]; FPR:; SPF:None; MLV:sfv; LANG:en; X-OriginatorOrg: darbyshire-bryant.me.uk X-MS-Exchange-CrossTenant-OriginalArrivalTime: 07 Jun 2015 11:26:19.3025 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR07MB0941 Subject: [OpenWrt-Devel] [PATCH,v2] dnsmasq: bump to dnsmasq2.73rc9 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" 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 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