diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-26 17:03:31 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-09-04 02:57:34 +0200 |
| commit | 685bbf1be227424d9678c66aab2a8592be930aa1 (patch) | |
| tree | 7d61723a835816bc2999dbdf8bad993905c8d270 | |
| parent | 7d30faedfb2122ecf9d3f89e5ef09077e3b0e2bb (diff) | |
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>
| -rw-r--r-- | gnu/packages/debian.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index b874e74d7c7..507d60690e9 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -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 |
