From patchwork Thu Jun 10 11:52:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4412 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 4G12RC2ytRz3x70 for ; Thu, 10 Jun 2021 11:52: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 4G12RB6wT6z18J; Thu, 10 Jun 2021 11:52:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G12RB6nRMz2yd3; Thu, 10 Jun 2021 11:52:54 +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 4G12R95G3xz2xSB for ; Thu, 10 Jun 2021 11:52: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 4G12R91Rfmzy4; Thu, 10 Jun 2021 11:52:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623325973; 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=G615S+hsl/m8FY35B99seZd3FrH/9+6kfLPe+u2FtUg=; b=41He6pYAx1fIpBYzviDPyOxxU6btD9gkv71G8tSlzOD3pXawUvupSJtWb9rasGLvbAGQuf D6VKTfJXhMKkOeCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623325973; 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=G615S+hsl/m8FY35B99seZd3FrH/9+6kfLPe+u2FtUg=; b=A4UyeFzr1fM8nJwvB2ttRgW+kjC6ukembgDbH8cvuwdJqUwGwv1hIrF1qzhE+FSrGZKej9 86oxLBkSVL+A/zi0jU5ws2bgHQVAvWQ//F9viJ0WDy29GVeoEcXwcaFL00vE9UBC2yBpwx X2L5Yw0GsPpRvhQcbjOI0fLqQvdasHbPRdyt/cENipRLFtp2eHulA0ijjp6/op83HM5gzI sStwn1ZscbrGxRY6oNBQdNg2BpnMNX8m+XI1/2yFRGYT329nbiTTejj4MyXZB3mD1xfw+9 KjlWmtLWFDciZwxMpHMf+qnXLSAiPxVnEgvtDJETXAAq5JryR5lMLJFAs0muUQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to 20210522-3.1 Date: Thu, 10 Jun 2021 13:52:50 +0200 Message-Id: <20210610115250.3548960-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 20210419-3.1 to 20210522-3.1 - Update rootfile - Changelog 2021-05-22 Jess Thrysoee * version-info: 0:66:0 * all: sync with upstream source * src/el.c: editrc not read on systems without issetugid Patch by Trevor Cordes 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 b0e8cf19c..2a1b8f534 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.65 +usr/lib/libedit.so.0.0.66 #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 e03357d7e..c28d07188 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@ include Config -VER = 20210419-3.1 +VER = 20210522-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 = e288b8fe53bf0d096fb13847d4e0f640 +$(DL_FILE)_MD5 = 6ad9e9208daf031adf1ebc64441769e0 install : $(TARGET)