From patchwork Sat Oct 23 16:49:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4820 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 4Hc6dM1jSLz3wcs for ; Sat, 23 Oct 2021 16:49:43 +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 4Hc6dL3yFRz183; Sat, 23 Oct 2021 16:49:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Hc6dL35C7z2xfN; Sat, 23 Oct 2021 16:49:42 +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 4Hc6dK46zBz2xPW for ; Sat, 23 Oct 2021 16:49:41 +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 4Hc6dK1TcKz14T; Sat, 23 Oct 2021 16:49:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1635007781; 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=Bj0TUNkuJb26fLBaMZr8ZVOdPTqI7DhDukCAFT4P8RQ=; b=HKW1QJYYWvd/EaSEHFch6Ff5nR4R105Qoxna6p/j1nTdNrl0x3wDuHM6Xkb8rcGQ+Glk7q aeLTT9hyqafhSGCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1635007781; 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=Bj0TUNkuJb26fLBaMZr8ZVOdPTqI7DhDukCAFT4P8RQ=; b=mO8BhdeDJcr1otlQit0+Rw4RmqCq3Rgx7dlo14gmC2U5iO+jlsD4PMRDr6Jx17lmspaSbg 02N3Z8R3tK1pTCYlAYdcl4ZLuEDc7EBahihOJHtUtJa3wHY7I/K7HpVGh5oI4RKJYthXLg M1dFmOViQglp/mfy9vHC0pDgZMZn0+2VfuTgTTqJmPcqZdkMm8AMATuLqInCDkV5ZxORdJ P0ERjICJED2D9mB8OaJT3FFO18Mz3jj3FQMec1QCwhQc2imfRPFFTrNw00uFa+oVOR/l+J AAZMENP18RNFEcPV0d816hkT+V1gvQwa9TbjOKp9DUg3Q9jimz8NNKCsPQNTqQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] htop: Update to version 3.1.1 Date: Sat, 23 Oct 2021 18:49:32 +0200 Message-Id: <20211023164932.2776227-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 3.0.5 to 3.1.1 - Update of rootfile not required - Changelog is too long to include here. Full details can be found at https://github.com/htop-dev/htop/blob/main/ChangeLog Signed-off-by: Adolf Belka --- lfs/htop | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lfs/htop b/lfs/htop index 0dfdf011f..277b6532e 100644 --- a/lfs/htop +++ b/lfs/htop @@ -24,7 +24,7 @@ include Config -VER = 3.0.5 +VER = 3.1.1 THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 16 +PAK_VER = 17 DEPS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 780b79322cfc576a762c2dadb5575d04 +$(DL_FILE)_MD5 = 76ad907a6d43cf38c089e3e9b0100590 install : $(TARGET) @@ -79,6 +79,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install