Bugzilla – Attachment 121183 Details for
Bug 28302
Koha does not work with CGI::Compile 0.24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28302: Update packages to ignore CGI::Compile 0.24
Bug-28302-Update-packages-to-ignore-CGICompile-024.patch (text/plain), 1.11 KB, created by
Mason James
on 2021-05-19 15:47:44 UTC
(
hide
)
Description:
Bug 28302: Update packages to ignore CGI::Compile 0.24
Filename:
MIME Type:
Creator:
Mason James
Created:
2021-05-19 15:47:44 UTC
Size:
1.11 KB
patch
obsolete
>From f435bdf0c9ee0a6f89726583aa18660d31b77f55 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 20 May 2021 03:17:52 +1200 >Subject: [PATCH] Bug 28302: Update packages to ignore CGI::Compile 0.24 >Content-Type: text/plain; charset="utf-8" > >to test... > 1/ build package > 2/ install package on focal > 3/ check that libcgi-compile-perl 0.24 is not installed >--- > debian/list-deps | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/debian/list-deps b/debian/list-deps >index 83a4053..312359b 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -33,7 +33,8 @@ my %overrides = ( > 'Swagger2' => 'libswagger2-perl (>= 0.59)', > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', > 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', >- 'Locale::Language' => 'liblocale-codes-perl' >+ 'Locale::Language' => 'liblocale-codes-perl', >+ 'CGI::Compile' => 'libcgi-compile-perl (>> 0.24) | libcgi-compile-perl (<< 0.24)' > ); > > # These are packages we're going to ignore >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28302
:
120704
|
120952
|
120976
| 121183 |
121243
|
121465