perl-CGI: Update to version 4.54

Message ID 20220303114045.2297-1-adolf.belka@ipfire.org
State Accepted
Commit fbba2fc84ab73e0f6163700b447244a2c449ebd0
Headers
Series perl-CGI: Update to version 4.54 |

Commit Message

Adolf Belka March 3, 2022, 11:40 a.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 lfs/perl-CGI | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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)