From patchwork Thu May 2 03:32:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2236 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 3C47185BDD0 for ; Wed, 1 May 2019 18:32:24 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44vQSl2fWhz5H86C; Wed, 1 May 2019 18:32:23 +0100 (BST) Received: from Devel.localdomain (p4FF5627B.dip0.t-ipconnect.de [79.245.98.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44vQSg49Mxz55JnN for ; Wed, 1 May 2019 18:32:19 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556731939; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:openpgp:autocrypt; bh=o/9N8p24IQF6zYwduv1KXZQoCvHxHQ6CSoYnZcZvRD4=; b=I85HT5SWUEVZuHAnxY8C0GIuFsoUWcPEOc0kA7a0MslejXhWrWrc0LtO5zlpjt1HHE+sny OfPYoA2AnDSNhBI8kJ6SXzRcfbWpHDAF1PJOLRNKdVH6TltTwvg7b9XjgnSn7G3/GB4JRS Dt92X9SIgRPNS1RzK3vBEWG0jXImZSkIBlW5CO6DSwTLt+nIOfxROaFrk1gq6q4U07d7+f OcRHtn4KO3bmiSMWvweUuAK3PXMYALI5Gk7JaZGJGgIPP/hN6Oe4CXrUbp6GTSNaYg0TEc RSfMZzY+kVcWI8TXVyBmRqLLuIN6Jqx/e/cLs3FYEtzqRv5ZDT3vgfKWUBN3uw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556731939; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:openpgp:autocrypt; bh=o/9N8p24IQF6zYwduv1KXZQoCvHxHQ6CSoYnZcZvRD4=; b=ql3J61OchDUKp4ak7jYSr+HQnDvI4e9MBLwK2mi197TQPfluWaVIkXHh93zXyyzRRguNbi 2Ve5XDOFGsiQDkCQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to 20190324-3.1 Date: Wed, 1 May 2019 19:32:15 +0200 Message-Id: <20190501173215.16503-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" For details see: https://thrysoee.dk/editline/ Signed-off-by: Matthias Fischer --- 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 65b3b86a9..c9a20fc01 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.59 +usr/lib/libedit.so.0.0.60 #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 f3a831b14..33bfee183 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@ include Config -VER = 20181209-3.1 +VER = 20190324-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 = 22e945a0476e388e6f78bfc8d6e1192c +$(DL_FILE)_MD5 = bec755c8044ad84b752dfe49a0b371d8 install : $(TARGET)