dnsmasq: Update to 2.76rc1 - added latest patches (001-002)
Message ID | 1463159170-1234-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | 3f877ebd251ac7e804f89adef5daf1a80e582747 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id ADFD462476 for <patchwork@ipfire.org>; Fri, 13 May 2016 19:06:23 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id EA8A9CC7; Fri, 13 May 2016 19:06:22 +0200 (CEST) Received: from Devel.localdomain (p5DD839A3.dip0.t-ipconnect.de [93.216.57.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 539C5B8A for <development@lists.ipfire.org>; Fri, 13 May 2016 19:06:16 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] dnsmasq: Update to 2.76rc1 - added latest patches (001-002) Date: Fri, 13 May 2016 19:06:10 +0200 Message-Id: <1463159170-1234-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.8.2 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
May 14, 2016, 3:06 a.m. UTC
Update, added latest patches and deleted obsolete patch files.
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/dnsmasq | 12 +-
...q-Add-support-to-read-ISC-DHCP-lease-file.patch | 23 +-
.../dnsmasq/001-Debian_init_d_script_fix.patch | 74 ---
...in_PXE_arch_names_and_add_ARM32_and_ARM64.patch | 62 +++
.../dnsmasq/002-Add_--help_to_manpage.patch | 66 ---
...CSAs_affected_by_UEFI_PXE_workaround_code.patch | 25 +
...nd_dhcp_lease_time_to_contrib_lease_tools.patch | 73 ---
...004-Add_contrib_lease-tools_dhcp_release6.patch | 528 ---------------------
...am_nameservers_when_logging_configuration.patch | 85 ----
..._interface_when_--bridge-interface_in_use.patch | 70 ---
10 files changed, 110 insertions(+), 908 deletions(-)
delete mode 100644 src/patches/dnsmasq/001-Debian_init_d_script_fix.patch
create mode 100644 src/patches/dnsmasq/001-Fix_error_in_PXE_arch_names_and_add_ARM32_and_ARM64.patch
delete mode 100644 src/patches/dnsmasq/002-Add_--help_to_manpage.patch
create mode 100644 src/patches/dnsmasq/002-Tweak_CSAs_affected_by_UEFI_PXE_workaround_code.patch
delete mode 100644 src/patches/dnsmasq/003-Move_dhcp_release_and_dhcp_lease_time_to_contrib_lease_tools.patch
delete mode 100644 src/patches/dnsmasq/004-Add_contrib_lease-tools_dhcp_release6.patch
delete mode 100644 src/patches/dnsmasq/005-Limit_number_of_upstream_nameservers_when_logging_configuration.patch
delete mode 100644 src/patches/dnsmasq/006-Fix_for_DHCP_in_transmission_interface_when_--bridge-interface_in_use.patch