From patchwork Sun Aug 16 10:28:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3311 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjd0WDHz3x1Y for ; Sun, 16 Aug 2020 10:30:29 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtjY4YRsztx; Sun, 16 Aug 2020 10:30:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjX0z2nz30Xc; Sun, 16 Aug 2020 10:30:24 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjT67dtz2xq4 for ; Sun, 16 Aug 2020 10:30:21 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjT56tlzQj; Sun, 16 Aug 2020 10:30:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573821; 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=t0qsN6RCzx+NqlR8aAIa58TfVnaZRPXhEBb6tmbg/sw=; b=cHOESgEUv6iXjBI0P8ptwPdYTa+L1Q3hSI1WTZr/FYn+jYud86LygicYFm7agskxsOrhjJ Rd1TlZIC1DZ4N+BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573821; 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=t0qsN6RCzx+NqlR8aAIa58TfVnaZRPXhEBb6tmbg/sw=; b=UaNFYp/5sXBSP/gT19bC2xPkf2cKf48dVMITw8QxzQHgC70z3aqhYTFCWJD085StogL8q4 LhsRj1IvTjRAykntMVTkFhwoaOrksrnr7IbbYskbpcBoX1UX81/SFw97XOmxZ8ezZeNpZ7 UfVj/CB9IH3nMiMa+lPbyKaqjNQXqKC3/zq0TGpZwTdE/V7+eUlZo8VK7aICLm1OI56ZS8 OXjqjVPZR/3VnJ88OhfUiZtEVUxVwmYyaXj3HYzq3aVX2YGPyRxXegmo9ulxmI8Ve+mljN zbAsFXZGc5vk917u6HtvdF3Uf0+H339p8E8XYQBlR2gMt6UA/BZSBSXnY5rx6w== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 05/62] lsof: Update to 4.91 Date: Sun, 16 Aug 2020 10:28:56 +0000 Message-Id: <20200816102953.3881-5-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/lsof | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lfs/lsof b/lfs/lsof index 8b429fb60..b2e141f22 100644 --- a/lfs/lsof +++ b/lfs/lsof @@ -24,10 +24,10 @@ include Config -VER = 4.78 +VER = 4.91 -THISAPP = lsof-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +THISAPP = lsof_$(VER) +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0f8aac305454e8cd8e0ac534c6daccea +$(DL_FILE)_MD5 = 10e1353aa4bf2fd5bbed65db9ef6fd47 install : $(TARGET) @@ -69,9 +69,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./Configure linux -n - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && install -m 4750 -o root -g nobody lsof /usr/bin + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && tar axf lsof_$(VER)_src.tar + cd $(DIR_APP)/lsof_$(VER)_src && ./Configure linux -n + cd $(DIR_APP)/lsof_$(VER)_src && make $(MAKETUNING) CC="cc $(CFLAGS) $(LDFLAGS)" + cd $(DIR_APP)/lsof_$(VER)_src && install -m 755 -o root -g root lsof /usr/bin @rm -rf $(DIR_APP) @$(POSTBUILD)