dnsmasq 2.75: latest patches from upstream (051-055)
Message ID | 1453547636-1048-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Superseded |
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 2ACD461AD3 for <patchwork@ipfire.org>; Sat, 23 Jan 2016 12:14:07 +0100 (CET) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id E50273F4C; Sat, 23 Jan 2016 12:14:06 +0100 (CET) Received: from Devel.localdomain (p5DD82FA3.dip0.t-ipconnect.de [93.216.47.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 0A5E03EF4 for <development@lists.ipfire.org>; Sat, 23 Jan 2016 12:14:00 +0100 (CET) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] dnsmasq 2.75: latest patches from upstream (051-055) Date: Sat, 23 Jan 2016 12:13:55 +0100 Message-Id: <1453547636-1048-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
Jan. 23, 2016, 10:13 p.m. UTC
For the records:
I'm testing this one since a few days. No problems yet.
For details see:
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=summary
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/dnsmasq | 5 +
.../051-Fix_botch_in_forward_c_flags_code.patch | 29 +++
.../052-Fix_sporadic_crash_in_find_mac.patch | 27 +++
..._code_and_set_conntrack_on_DNSSEC_queries.patch | 270 +++++++++++++++++++++
...ms_in_last_commit_when_DNSSEC_not_enabled.patch | 58 +++++
...main-needed_set_and_no_servers_configured.patch | 91 +++++++
6 files changed, 480 insertions(+)
create mode 100644 src/patches/dnsmasq/051-Fix_botch_in_forward_c_flags_code.patch
create mode 100644 src/patches/dnsmasq/052-Fix_sporadic_crash_in_find_mac.patch
create mode 100644 src/patches/dnsmasq/053-Complete_DNSSEC_server-selection_code_and_set_conntrack_on_DNSSEC_queries.patch
create mode 100644 src/patches/dnsmasq/054-Fix_problems_in_last_commit_when_DNSSEC_not_enabled.patch
create mode 100644 src/patches/dnsmasq/055-Fix_wrong_reply_to_simple_name_when_--domain-needed_set_and_no_servers_configured.patch