mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-filippo-io-age: Update to 1.2.1. [security fix]
age vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution: https://github.com/advisories/GHSA-32gq-x56h-299c * gnu/packages/golang-crypto.scm (go-filippo-io-age): Update to 1.2.1. Change-Id: I62dfffb3ffa5a049c934b48b8bb9d243f4757b12
This commit is contained in:
parent
fadfd48bc3
commit
7f91b12fe3
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ can be ignored.")
|
|||
(define-public go-filippo-io-age
|
||||
(package
|
||||
(name "go-filippo-io-age")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -133,7 +133,7 @@ can be ignored.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dms32lxqgjipmlisng7dmy1sdw0qscj43x9lmpadyzbzc64lhrv"))))
|
||||
(base32 "183iqzmdwk4b35vxrdg2gdzd4277yr5bgbgl9brqv3w1dap5v4pm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue