From patchwork Mon May 17 12:31:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4297 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 4FkJQS4S3Fz3wbb for ; Mon, 17 May 2021 12:31:12 +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 4FkJQS2FCwz1Zh; Mon, 17 May 2021 12:31:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkJQS29qpz2xLq; Mon, 17 May 2021 12:31:12 +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 4FkJQR0P72z2xFh for ; Mon, 17 May 2021 12:31:11 +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 4FkJQQ1gGwzjk; Mon, 17 May 2021 12:31:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621254670; 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=JOkl8Z9VGXBOZ4kMApyJv41pwlry/v/eFnA4xx4J6xc=; b=n34zvdGfvxpBhXsLrdqIKyJUIl4zbWpGpusFVG9BCQF5PWkp/7yJxQyC3T+Aoh/rAy8S/f tg3hn+TOXZwhxrBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621254670; 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=JOkl8Z9VGXBOZ4kMApyJv41pwlry/v/eFnA4xx4J6xc=; b=rW8j52ORxuMKNgaVkPqVcYfTeb2dSPrXQZCL/x7T2exrgQTiRY85SwzueV6tYUY2+Jf9/4 H0woog7yUijpAUFvUuInQ/6KZNgWqGL1vCoTOZTvsNaeRu74Ivyj1zI2VsP1qDeinIUtq+ mZ6WmK8+SUtnJGY4iSLDaxDLD9P/k0/qKGzpJzu4214iLYqhTg8AW0x5d5BqciqA8WWqYp 8/xz5ngfy/gqYss+aZlUMdpXOKxWgkukqN1/QITCfuhBkJb8AcS9/WgTlwBnAohAf9mCq9 v3til62Hz85YmLajqcKvUpYVUNcS0BdRKgGZsWDtm9+3yPCLlaz3wkMYI763Kg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] perl-CGI: Update to 4.52 Date: Mon, 17 May 2021 14:31:06 +0200 Message-Id: <20210517123106.3895180-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.44 to 4.52 - Update of rootfile not needed - Changelog 4.52 2021-05-04 [ FIX ] - sort hash keys for deterministic behaviour (GH #245, GH #246) 4.51 2020-10-01 [ DOCUMENTATION ] - Document support for SameSite=None cookies in CGI::Cookie (GH #244) 4.50 2020-06-22 [ ENHANCEMENT ] - Add APPEND_QUERY_STRING option (GH #243, thanks to stevenh) 4.49 2020-06-08 [ FIX ] - remove deprecation warning as no longer in core (GH #221) 4.48 2020-06-02 [ FIX ] - fix CGI::Cookie->bake() doesn't work with mod_perl redirects (GH #240) - thanks to sherrardb for the PR (GH #241) 4.47 2020-05-01 [ FIX / TESTING ] - fix typo in variable name (GH #239) 4.46 2020-02-03 [ DOCUMENTATION ] - Document support for SameSite=None cookies (GH #238) 4.45 2019-06-03 [ ENHANCEMENT ] - Add support for SameSite=None cookies (GH #237, thanks to Dur09) 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 e10a68eaf..50517744a 100644 --- a/lfs/perl-CGI +++ b/lfs/perl-CGI @@ -24,7 +24,7 @@ include Config -VER = 4.44 +VER = 4.52 THISAPP = CGI-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2cbe560fdadbb8b9237744e39bbfc3eb +$(DL_FILE)_MD5 = d7adc90a42513ede7400309d7985f7e5 install : $(TARGET)