From patchwork Mon Apr 19 20:56:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4183 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 4FPJyT2CJ1z44Qc for ; Mon, 19 Apr 2021 20:56:33 +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 4FPJyS6ZGlz1XG; Mon, 19 Apr 2021 20:56:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FPJyS667gz2ybF; Mon, 19 Apr 2021 20:56:32 +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 4FPJyR2JJYz2xxK for ; Mon, 19 Apr 2021 20:56: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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FPJyQ2Yj5zk3; Mon, 19 Apr 2021 20:56:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618865790; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XHHfVg+lwaneAOdzWqAiWjLv4cxm3mPazHM6Urfew5I=; b=OaZyX2L+v4yR2ZCcOH7IzH2Bf3G0Wl0CZVVMnVs7ng8/4siYlyn/JAqS/6IhBdpBJAbnCt 9NTc0cwti5aAefzfyavQML9lBf83pQdYH1jrPyjagOYPV2YKVCxXHebg7f2B+KYjeQThA0 4Pg8VCgkqDUODKuZJamWE3QOpS2iFoQyK/F2vvn1H4qaSxXIW4JdIb5KikRlwJTYhkkvI/ Rz2U+7IxoL1yB1Ylbshw+QCVb8zhOXU44Zhy0PiydJnlytssVeWzlfBWp1bfFbqzYFe4TF ivXf8Sepnp4KGTpF6s8m6/5m1t0vl3BtJ4S4gzbjFgAlV3jl2LzneOVTWyYLNA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618865790; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XHHfVg+lwaneAOdzWqAiWjLv4cxm3mPazHM6Urfew5I=; b=MuAv0ZKJR0/5YRlU0zw+WREE7S2qMaIcVI/sfqV6AYumDdGiSzH1p7moq3AZWxboyIL8+E Xst2Cbs+uxe5aoAg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] Crypt-PasswdMD5: Update to 1.41 Date: Mon, 19 Apr 2021 22:56:27 +0200 Message-Id: <20210419205627.2101059-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.3 to 1.41 - Update of rootfile not needed - Changelog 1.41 2021-02-01T15:56:00 - Adopt new repo structure. See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html. - Reformat Makefile.PL. - Add t/00.*. - Update POD to change RT to github. 1.40 2013-09-30T15:32:00 - No code changes. - Maintenance by Ron Savage . - Fabricate some version #s for this file. - Made Passwd.pm utf-8 so we can use Luis' proper name. - Clean up code formatting. - Clean up Makefile.PL. - Use fake (ASCII) ñ in Makefile.PL to keep Solaris happy. See RT#68478. - Clean up README. - Add Build.PL. - Add Changes and Changelog.ini. - Add META.*. - Adopt Test::More in t/basic.t. - Adopt 'use strict' and 'use warnings' to PasswdMD5.pm and t/basic.t. - Accept patch for new function random_md5_salt(), and tests, from kbrint@rufus.net. With thanx. See RT#37036. - Add xt/author/pod.t. Signed-off-by: Adolf Belka --- lfs/Crypt-PasswdMD5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/Crypt-PasswdMD5 b/lfs/Crypt-PasswdMD5 index e337b2343..1e82df18e 100644 --- a/lfs/Crypt-PasswdMD5 +++ b/lfs/Crypt-PasswdMD5 @@ -24,10 +24,10 @@ include Config -VER = 1.3 +VER = 1.41 THISAPP = Crypt-PasswdMD5-$(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 = 368205b1be8c0d4f807afe25d6fbd1ad +$(DL_FILE)_MD5 = d8d3b97bf4598b9f75c119c0a4c4445c install : $(TARGET) @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && perl Makefile.PL cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install