From patchwork Thu Sep 7 17:30:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7154 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RhR936m0yz3wtG for ; Thu, 7 Sep 2023 17:30:47 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RhR8r05DLz3qh; Thu, 7 Sep 2023 17:30:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RhR8q1spKz2ylN; Thu, 7 Sep 2023 17:30:35 +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 4RhR8l6FQ4z2y9s for ; Thu, 7 Sep 2023 17:30:31 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RhR8l3LTqz2SB; Thu, 7 Sep 2023 17:30:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694107831; 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: in-reply-to:in-reply-to:references:references; bh=uqtFDHJyFNnsYgiEcE2KJkyJB9qyeeUU2tzrSVFVSRk=; b=1kkt+MAqUoCcBZaCrifJH+PueBO5ZIPsw1AiJiaVCgunVy5jLH7b3ZcaPcoGPNbZxop1bF 0HMoDhw0UVGISXBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694107831; 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: in-reply-to:in-reply-to:references:references; bh=uqtFDHJyFNnsYgiEcE2KJkyJB9qyeeUU2tzrSVFVSRk=; b=FMHW0Vs3eKrljXprGDreuR+4qC7oB9IVJXsUQfhSsonG3WuFBdRx9L2EbBg8UF4ZPdz9k6 1UBW1zNa8tDUyM1oa3nL/ldi6VCqb4M9S0Xw75X2HFbombx1lUANwfQeO0lB6Hrud8W9wQ b0x5lsY2fEZm8V+G+DXzqRShIaJUqA/vH3GyXP2b7e/lDnf7wEiTSUH8iUR/To6c4Zbv7/ ZMumeHmxJLmujgdDNvjby56uiHM6GpAe7Sje3uTmicJGHgXcDDLGXCRJiXlv1pone77YOv KIxrBLAeMSMNvx2UvyzWwPvRIkxgj+RTxjrve0TQ8QdaWTGQ4Z9jx/Hx5648FQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to version 20230828-3.1 Date: Thu, 7 Sep 2023 19:30:09 +0200 Message-ID: <20230907173022.2692770-4-adolf.belka@ipfire.org> In-Reply-To: <20230907173022.2692770-1-adolf.belka@ipfire.org> References: <20230907173022.2692770-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 version 20221030-3.1 to 20230828-3.1 - Update of rootfile - Changelog 2023-08-28 Jess Thrysoee * src/chartype.c: Add missing stdint.h Reported by Rui Chen 2023-08-27 Jess Thrysoee * all: sync with upstream source See also NetBSD changelog: http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit Signed-off-by: Adolf Belka --- config/rootfiles/common/libedit | 2 +- lfs/libedit | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit index 087e3b2e7..5314b32fb 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.70 +usr/lib/libedit.so.0.0.72 #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 7bcd7755d..ce6040930 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 20221030-3.1 +VER = 20230828-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)_BLAKE2 = f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c +$(DL_FILE)_BLAKE2 = bb54593e0d9b92c09027edf3f2ca25631d8684ad9dd6359744ad3b1121b16e2e9bc4e4dbf1d02524ed0605ccaab2564c115adb6da338984e831433a9af4c7cb9 install : $(TARGET)