* [bug#61821] [PATCH] gnu: perl-encode: Update to 3.19.
@ 2023-02-26 18:29 Bruno Victal
2023-02-26 22:01 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-02-26 18:29 UTC (permalink / raw)
To: 61821; +Cc: Bruno Victal
* gnu/packages/perl.scm (perl-encode): Update to 3.19.
(propagated-inputs): Remove.
---
Fixes CVE-2021-36770.
gnu/packages/perl.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7b97e7adfa..41b68baea8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4144,17 +4144,15 @@ (define-public perl-dynaloader-functions
(define-public perl-encode
(package
(name "perl-encode")
- (version "3.10")
+ (version "3.19")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DANKOGAI/"
"Encode-" version ".tar.gz"))
(sha256
- (base32 "1a8rwcrxxhq81jcdvdwns05c65jwr5r6bxvby6vdcr3ny5m91my2"))))
+ (base32 "1x9f0naqskv9v7dif480vrzfmn8zhvq9g0w3r164v7pnxr4ghqwi"))))
(build-system perl-build-system)
- (propagated-inputs
- (list perl-exporter perl-storable perl-parent))
(home-page "https://metacpan.org/dist/Encode")
(synopsis "Character encodings in Perl")
(description "Encode module provides the interface between Perl strings and
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#61821] [PATCH] gnu: perl-encode: Update to 3.19.
2023-02-26 18:29 [bug#61821] [PATCH] gnu: perl-encode: Update to 3.19 Bruno Victal
@ 2023-02-26 22:01 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-02-26 22:01 UTC (permalink / raw)
To: Bruno Victal; +Cc: 61821, 61821-done
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
Bruno,
Bruno Victal 写道:
> * gnu/packages/perl.scm (perl-encode): Update to 3.19.
Thanks! Pushed as 6bae14f61479f04a40fee44b1d1d89a33d9e93c0.
Rebase your thing.
> (propagated-inputs): Remove.
Detail: [], not (), for fields.
> Fixes CVE-2021-36770.
As a rule, we put this right in the commit title, like so:
gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770].
When there's no assigned CVE (or TROVE, or…) identifier:
gnu: perl-encode: Update to 3.19 [security fixes].
We also use the latter format when there are too many CVEs to list
in the title — insert joke about your ‘favourite’ project — and
list them all in the commit message.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-26 22:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 18:29 [bug#61821] [PATCH] gnu: perl-encode: Update to 3.19 Bruno Victal
2023-02-26 22:01 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.