mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: dpkg: Update to 1.22.21.
Fixes CVE-2025-6297. * gnu/packages/debian.scm (dpkg): Update to 1.22.21. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
committed by
Danny Milosavljevic
parent
7d30faedfb
commit
685bbf1be2
@@ -715,7 +715,7 @@ distributions such as Debian and Trisquel.")
|
||||
(define-public dpkg
|
||||
(package
|
||||
(name "dpkg")
|
||||
(version "1.22.1")
|
||||
(version "1.22.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -724,7 +724,7 @@ distributions such as Debian and Trisquel.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1s6dzcczmpkr9pla25idymfdjz10gck0kphpp0vqbp92vmfskipg"))))
|
||||
(base32 "00hqb3x5yvf9r35sxn0xg8si7n3ymgvg23y6wzsqq1vdnkwcc06w"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:modules
|
||||
|
||||
Reference in New Issue
Block a user