From patchwork Tue May 25 19:34:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4374 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 4FqPRW64Brz3wbs for ; Tue, 25 May 2021 19:34: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 (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 4FqPRW3cTzzs9; Tue, 25 May 2021 19:34:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FqPRW3Dbxz2xbM; Tue, 25 May 2021 19:34:47 +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 4FqPRV17Sdz2xRb for ; Tue, 25 May 2021 19:34:46 +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 4FqPRT4vtXzYh; Tue, 25 May 2021 19:34:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621971285; 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=hIQFozVlEaMSIzuqNWqeiBVb1HJsU0nNaxzTSbt8Eck=; b=1lwj04Qh7Y4a9I2a2DJtjJwiSK/JTd8WIIZdXcRI6iGCn4Yh9jDBH8LW0k20I3tIWB4dwp IPmkgrGoR2GbyhDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621971285; 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=hIQFozVlEaMSIzuqNWqeiBVb1HJsU0nNaxzTSbt8Eck=; b=GFuRqBhR9pNfmwtDel+430/F1g0KKYuAdFm0WlzY+pa7zIksBtEU3Is57USDrtVmVhzOT+ egCF/uiCjTpv6d1qmmFk6om/kWRyCfAi4XAe7zW5mMceWzvq8b41L/bcSdxiTAy64txVD7 cv/R5jI0v8EXPQccQy9GSAzXMM8xtO0zkiVOneZID+IAcuqZsYaebMJvAco3bYF9MELI6s R4KCXp6gub/h3nb5jfQdUk6ii7A+ln15hhtfItbbp/ODCDYlHVGwu0bOlKAfmAZ7Gxbui6 s0Z4Zs0w/cr2acomN2HxWKQQUmcMYuMkqYqXZ9Q0XQ8uVWsUgTqkSLGfV/+KWA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zerofree: Update to 1.1.1 Date: Tue, 25 May 2021 21:34:42 +0200 Message-Id: <20210525193442.3588851-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 1.0.1 (2008) to 1.1.1 (2018) - Update of rootfile not required - Changelog information is not available in the source tarball or in the zerofree website Signed-off-by: Adolf Belka --- lfs/zerofree | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/zerofree b/lfs/zerofree index b3f20aba6..20a6137a3 100644 --- a/lfs/zerofree +++ b/lfs/zerofree @@ -24,10 +24,10 @@ include Config -VER = 1.0.1 +VER = 1.1.1 THISAPP = zerofree-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tgz 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 = a8c772fdd134448f25ab4e7e12004595 +$(DL_FILE)_MD5 = 4f2d6bdba4212e54eb7dd22a8fbb6d29 install : $(TARGET)