From patchwork Sun Jun 7 09:47:58 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: 481708 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 7477C140129 for ; Sun, 7 Jun 2015 19:48:33 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 5B4EC28106E; Sun, 7 Jun 2015 11:46:43 +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 2685328077F for ; Sun, 7 Jun 2015 11:46:32 +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-db3-obe.outbound.protection.outlook. - helo-domain: .outlook.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7.7 Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0064.outbound.protection.outlook.com [157.55.234.64]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 7 Jun 2015 11:46:31 +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 VI1PR07MB0943.eurprd07.prod.outlook.com (25.161.110.148) with Microsoft SMTP Server (TLS) id 15.1.184.17; Sun, 7 Jun 2015 09:48:05 +0000 Message-ID: <5574134E.4030100@darbyshire-bryant.me.uk> Date: Sun, 7 Jun 2015 10:47:58 +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: HE1PR08CA0007.eurprd08.prod.outlook.com (25.161.112.17) To VI1PR07MB0943.eurprd07.prod.outlook.com (25.161.110.148) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:VI1PR07MB0943; 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:VI1PR07MB0943; BCL:0; PCL:0; RULEID:; SRVR:VI1PR07MB0943; X-Forefront-PRVS: 0600F93FE1 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(288314003)(229853001)(5000100001)(4001350100001)(92566002)(568964001)(86362001)(65806001)(77156002)(65956001)(42186005)(19580395003)(19580405001)(5890100001)(64126003)(84326002)(65816999)(15975445007)(62966003)(33656002)(83506001)(512874002)(1720100001)(110136002)(122386002)(40100003)(36756003)(450100001)(46102003)(50986999)(54356999)(59896002)(87266999)(2351001)(74482002)(5001960100002)(107886002)(189998001)(3826002); DIR:OUT; SFP:1101; SCL:1; SRVR:VI1PR07MB0943; 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 09:48:05.8405 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR07MB0943 Subject: [OpenWrt-Devel] [PATCH] 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. 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