From patchwork Sun Sep 26 10:36:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4739 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HHMdF08vXz3xWd for ; Sun, 26 Sep 2021 10:36:32 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HHMdC6GQmzBX; Sun, 26 Sep 2021 10:36:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HHMdC49lDz2yXQ; Sun, 26 Sep 2021 10:36:31 +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 4HHMdB2QjMz2yWb for ; Sun, 26 Sep 2021 10:36:30 +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 4HHMd96FDZzBX; Sun, 26 Sep 2021 10:36:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632652590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=syLnX4iBb5r3K+mt8Pstqz2xBS98RUjYm5t13iw6U6E=; b=tCg4JivIFVHxqe9VazmRGYDEt91yXiyayC8rWlYoR8WxwluJ4ELyEwu15ytXGEemuZgy/S lrGGRNkQxTzuE0AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632652590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=syLnX4iBb5r3K+mt8Pstqz2xBS98RUjYm5t13iw6U6E=; b=m8O6+MKarX649L+k0Qd4Cgv8tFpyywmp4QncN4KL0mVGAutzD0X+MpFZR5LbSECZFAs9oJ 038BAi2Tekt5wLu+PJqvemzhLFassQ75pLH2NWJbTjd2bOmu13iOYaiQg6zvqvErmOdQTv MhwgK15gBJKzrARuLKZAOjMR4d/rVGpBXWC7vzZIG4EHHRVniXNxq1ROBib7jG44TRZwFI 7c6cBhRLS72STdQHeRx/VawYw/2J4N6L7m096mjb7AeEoEho3sm04bohMpJD0UoHpNhjKP yjQ2vpI9ztXRCYg6O6mImbarx6UFLkRW1+k/pm8l4/gdFZwD2ucMe6mysJ3Cig== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2] libedit: Update to version 20210910-3.1 Date: Sun, 26 Sep 2021 12:36:25 +0200 Message-Id: <20210926103625.2966-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" - v2 version is to extend from 20210714-3.1 to 20210910-3.1 - Update from 20210522-3.1 to 20210910-3.1 - Update rootfile - Changelog 2021-09-10 Jess Thrysoee * all: sync with upstream source 2021-07-14 Jess Thrysoee * all: sync with upstream source * src/histedit.h: Add wcsdup declaration when ifndef HAVE_WCSDUP. Patch by Rainer Jung. * examples/wtc1.c: Fix warnings and add missing brace. Patch by Rainer Jung. 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 2a1b8f534..a27458f0e 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.66 +usr/lib/libedit.so.0.0.68 #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 c28d07188..3e58896ad 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@ include Config -VER = 20210522-3.1 +VER = 20210910-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 = 6ad9e9208daf031adf1ebc64441769e0 +$(DL_FILE)_MD5 = 648946c97eb92daed5ca0d08bbd5e6a2 install : $(TARGET)