dnsmasq 2.75: latest upstream patches
Message ID | 1450298561-14931-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | fbcc3cb7841f10c1390550074d676ddf2afa2c1a |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 7569461AA8 for <patchwork@ipfire.org>; Wed, 16 Dec 2015 21:42:55 +0100 (CET) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 627462211; Wed, 16 Dec 2015 21:42:54 +0100 (CET) Received: from Devel.localdomain (p5DD833A4.dip0.t-ipconnect.de [93.216.51.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 7AB22D75 for <development@lists.ipfire.org>; Wed, 16 Dec 2015 21:42:47 +0100 (CET) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] dnsmasq 2.75: latest upstream patches Date: Wed, 16 Dec 2015 21:42:41 +0100 Message-Id: <1450298561-14931-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.6.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
Dec. 17, 2015, 7:42 a.m. UTC
Since 'Makefile' was affected, I had to rewrite
'dnsmasq-Add-support-to-read-ISC-DHCP-lease-file.patch', too.
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/dnsmasq | 5 +
...q-Add-support-to-read-ISC-DHCP-lease-file.patch | 83 +-
...ajor_rationalisation_of_DNSSEC_validation.patch | 2209 ++++++++++++++++++++
...hing_RRSIGs_and_returning_them_from_cache.patch | 612 ++++++
...caches_DS_records_to_a_more_logical_place.patch | 269 +++
...lise_RR-filtering_code_for_use_with_EDNS0.patch | 755 +++++++
.../dnsmasq/020-DNSSEC_validation_tweak.patch | 134 ++
7 files changed, 4017 insertions(+), 50 deletions(-)
create mode 100644 src/patches/dnsmasq/016-Major_rationalisation_of_DNSSEC_validation.patch
create mode 100644 src/patches/dnsmasq/017-Abandon_caching_RRSIGs_and_returning_them_from_cache.patch
create mode 100644 src/patches/dnsmasq/018-Move_code_which_caches_DS_records_to_a_more_logical_place.patch
create mode 100644 src/patches/dnsmasq/019-Generalise_RR-filtering_code_for_use_with_EDNS0.patch
create mode 100644 src/patches/dnsmasq/020-DNSSEC_validation_tweak.patch