From patchwork Mon Apr 26 12:31:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4223 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FTPQz6DLbz3yBR for ; Mon, 26 Apr 2021 12:31:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FTPQz2X51zTM; Mon, 26 Apr 2021 12:31:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FTPQz2Wykz2yVt; Mon, 26 Apr 2021 12:31:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FTPQx6yzyz2xXr for ; Mon, 26 Apr 2021 12:31:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FTPQv6NLNzBs; Mon, 26 Apr 2021 12:31:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619440312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JbLOaGh68HV2y3BhKfI1reW/HPpynIDJJM1kbNCzXLk=; b=t9Y9j20VWPnqBcV7H1ABNqHhqbmQagVH4SLNd7POyOa2trnByH+y51FO6V2dlcypRBrNs9 TKoY6w0zeVSgKyBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619440312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JbLOaGh68HV2y3BhKfI1reW/HPpynIDJJM1kbNCzXLk=; b=lHud2nGH2rF5Hws1cUIItQQpWDo5ceFdApFQ1+0WRyOsePy+5Bh0uqOtLWBmlM3iqkV65K IbowjzI/emdJUyZqwLWK4D1AgeoeuUi6aX/A9edDGWcKdhsZkTx0lk4EbG/4CPsyervnso YGLGGyOOal0ezmZm/zsyEJ9L/VihcT68a/zy41Lt5bMwgQ4EZt6/WjCAl7EXwpNXrpggBv +/Lmx0I6JAlJR2aTi646qdU+xeziaU9ACpr0wBXbCiL3ZnFUMw0sVdZimIeHC9Pcb54IT3 H9bYQyDp36/ijWIcFrcGQ5No48r31iVVhT7QQeixcvBYYBt7zRRK70gp8/6Bqw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to 20210419-3.1 Date: Mon, 26 Apr 2021 14:31:49 +0200 Message-Id: <20210426123149.3783411-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" - Update from 20190324-3.1 to 20210419-3.1 - Update rootfile - Changelog - note source tarbal version uses date not the version-info in the changelog file 2021-04-19 Jess Thrysoee * version-info: 0:65:0 * all: sync with upstream source * src/getline.c,src/sys.h: Provide getline.c implementation if not available Patch by Claes Nästén * src/makelist: Use Posix locale; mainly to get ASCII character classes in e.g. `tr` Patch by Claes Nästén * examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by Solaris 2021-02-16 Jess Thrysoee * version-info: 0:64:0 * all: sync with upstream source 2019-12-31 Jess Thrysoee * version-info: 0:63:0 * configure.ac: Support -ltinfo as split in newer ncurses The newer versions of ncurses support building terminfo routines as a split -ltinfo library. Patch by Michał Górny 2019-12-11 Jess Thrysoee * version-info: 0:62:0 * all: sync with upstream source 2019-10-25 Jess Thrysoee * version-info: 0:61:0 * all: sync with upstream source Signed-off-by: Adolf Belka --- config/rootfiles/common/libedit | 2 +- lfs/libedit | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit index c9a20fc01..b0e8cf19c 100644 --- a/config/rootfiles/common/libedit +++ b/config/rootfiles/common/libedit @@ -4,7 +4,7 @@ #usr/lib/libedit.la #usr/lib/libedit.so usr/lib/libedit.so.0 -usr/lib/libedit.so.0.0.60 +usr/lib/libedit.so.0.0.65 #usr/lib/pkgconfig/libedit.pc #usr/share/man/man3/editline.3 #usr/share/man/man3/el_deletestr.3 diff --git a/lfs/libedit b/lfs/libedit index 33bfee183..e03357d7e 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@ include Config -VER = 20190324-3.1 +VER = 20210419-3.1 THISAPP = libedit-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bec755c8044ad84b752dfe49a0b371d8 +$(DL_FILE)_MD5 = e288b8fe53bf0d096fb13847d4e0f640 install : $(TARGET)