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 /gnu/packages/debian.scm | |
| 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>
Diffstat (limited to 'gnu/packages/debian.scm')
| -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.") | |||
| 715 | (define-public dpkg | 715 | (define-public dpkg |
| 716 | (package | 716 | (package |
| 717 | (name "dpkg") | 717 | (name "dpkg") |
| 718 | (version "1.22.1") | 718 | (version "1.22.21") |
| 719 | (source | 719 | (source |
| 720 | (origin | 720 | (origin |
| 721 | (method git-fetch) | 721 | (method git-fetch) |
| @@ -724,7 +724,7 @@ distributions such as Debian and Trisquel.") | |||
| 724 | (commit version))) | 724 | (commit version))) |
| 725 | (file-name (git-file-name name version)) | 725 | (file-name (git-file-name name version)) |
| 726 | (sha256 | 726 | (sha256 |
| 727 | (base32 "1s6dzcczmpkr9pla25idymfdjz10gck0kphpp0vqbp92vmfskipg")))) | 727 | (base32 "00hqb3x5yvf9r35sxn0xg8si7n3ymgvg23y6wzsqq1vdnkwcc06w")))) |
| 728 | (build-system gnu-build-system) | 728 | (build-system gnu-build-system) |
| 729 | (arguments | 729 | (arguments |
| 730 | (list #:modules | 730 | (list #:modules |
