From patchwork Thu Mar 3 11:40:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5306 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 4K8TZY0p6dz3xK1 for ; Thu, 3 Mar 2022 11:40:53 +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 4K8TZX4c4qz35q; Thu, 3 Mar 2022 11:40:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K8TZX4D9Pz2ywH; Thu, 3 Mar 2022 11:40:52 +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 4K8TZW52tTz2xcn for ; Thu, 3 Mar 2022 11:40:51 +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 4K8TZW3lzMz2ll; Thu, 3 Mar 2022 11:40:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1646307651; 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=CgV2gLHtqpcUI1YQV/GVYSSbmmB3L12eEUoIOgFcCtw=; b=IP7y+YbFrRqE84qNZryfbdmy/tEmUhEeVrfqzNC3crvQeraqvFt81GQxhuoqhLOb3xou0T sbQIJC29w2W4hlCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1646307651; 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=CgV2gLHtqpcUI1YQV/GVYSSbmmB3L12eEUoIOgFcCtw=; b=iveCa11zLXhYP+oqIDe21H+EA+NQ+Y2DeqUmtKORDsRRq5rChAjDWGFxySBOhDm11tdSeC kGENocgFCEyEgn/8jqM3XG/Lv7bUWHynsvQeDXY2v1BYrw/Rb7l//ZJWkvay1ZwAYzjp8c gJFeNqXs4AXaiYVFvFVGHfpB8XsEq2lDYdkoteAQaExbYCCe/y3ps+3qUhfLaKLIjRoz/U xpqp7GovyoZd/FUwyL+ElJ3bqHtm+VbsO67hv6g+1Wi77FHp+wwt97GMoZ0JPnbQGOjheV KHOLUfiGMcQ/clm2PfH3+I2Pd/no2S42ZiMzXmSXi8O4ntzSqKTfESxg1a4kVw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] perl-CGI: Update to version 4.54 Date: Thu, 3 Mar 2022 12:40:45 +0100 Message-Id: <20220303114045.2297-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 4.53 to 4.54 - Update of rootfile not required - Changelog 4.54 2022-02-03 - fix use of cache when calling ->cookie (GH #252) Signed-off-by: Adolf Belka --- lfs/perl-CGI | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/perl-CGI b/lfs/perl-CGI index 25a781935..8ce2d733a 100644 --- a/lfs/perl-CGI +++ b/lfs/perl-CGI @@ -24,7 +24,7 @@ include Config -VER = 4.53 +VER = 4.54 THISAPP = CGI-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a0fe86a038de743ac45a0933daa2804f +$(DL_FILE)_MD5 = d12ddcd7d3db6410e9316ed9b9b5c80f install : $(TARGET)