GNU bug report logs - #61804
[PATCH] gnu: perl-cgi: Update to 4.55

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Sun, 26 Feb 2023 10:31:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#61804: closed (Re: [bug#61804] [PATCH] gnu: perl-cgi: Update
 to 4.55)
Date: Sun, 26 Feb 2023 13:33:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61804: [PATCH] gnu: perl-cgi: Update to 4.55

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61804 <at> debbugs.gnu.org.

-- 
61804: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61804
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 61804-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61804] [PATCH] gnu: perl-cgi: Update to 4.55
Date: Sun, 26 Feb 2023 14:31:31 +0100
[Message part 3 (text/plain, inline)]
Vasile,

Vasile Dumitrascu via Guix-patches via 写道:
> * gnu/packages/web.scm (perl-cgi): Update to 4.55.

Pushed as 8d0a8ca1a9fcf1e2ee99db5c4f3b31b8afd480dd.  Thanks for 
all these!

Here too, don't forget to check for other changes.  Removing the 
perl-test-deep requirement was the only point of this release: 
<https://metacpan.org/release/LEEJO/CGI-4.55>.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: perl-cgi: Update to 4.55
Date: Sun, 26 Feb 2023 11:30:24 +0100
* gnu/packages/web.scm (perl-cgi): Update to 4.55.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fd0e68c591..6423bbe076 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2994,14 +2994,14 @@ (define-public perl-catalystx-script-server-starman
 (define-public perl-cgi
   (package
     (name "perl-cgi")
-    (version "4.52")
+    (version "4.55")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/L/LE/LEEJO/"
                            "CGI-" version ".tar.gz"))
        (sha256
-        (base32 "1bxrpxv95js8yinicminxdg41xvd85haj2gvlywg3zqdb66smqy8"))))
+        (base32 "1ck4ik5i0v394qgg9qah4p6x9hyls311g6iwi6ildprzn6a5x2b7"))))
     (build-system perl-build-system)
     (native-inputs
      (list perl-test-deep perl-test-nowarnings perl-test-warn))
-- 
2.39.1




This bug report was last modified 2 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.