From patchwork Fri Jun 9 16:37:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Lorenz X-Patchwork-Id: 1170 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 0037D61C93 for ; Fri, 9 Jun 2017 08:37:40 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1B5D527C8; Fri, 9 Jun 2017 08:37:40 +0200 (CEST) Received: from localhost.localdomain (mail.ml-systec.de [87.140.105.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 8757D27AC for ; Fri, 9 Jun 2017 08:37:38 +0200 (CEST) From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH v2 1/2] readline: update to 7.0 and move 6.3 to compat package Date: Fri, 9 Jun 2017 08:37:16 +0200 Message-Id: <20170609063717.2121-1-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Marcel Lorenz --- config/rootfiles/common/readline | 8 +-- config/rootfiles/common/readline-compat | 4 ++ lfs/readline | 14 +++-- lfs/readline-compat | 55 ++++++++++++----- src/patches/readline/readline70-001 | 57 ++++++++++++++++++ src/patches/readline/readline70-002 | 103 ++++++++++++++++++++++++++++++++ src/patches/readline/readline70-003 | 40 +++++++++++++ 7 files changed, 257 insertions(+), 24 deletions(-) create mode 100644 src/patches/readline/readline70-001 create mode 100644 src/patches/readline/readline70-002 create mode 100644 src/patches/readline/readline70-003