summaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:06 +0200
commit5e3cfe9f63716834ae68e8349ea28604b193fc4d (patch)
tree56da109ad145ae23a44b028668395ad33c791450 /gnu/packages/debian.scm
parent4c12fcfe43cd65c71161a4a80179cc7d336062f8 (diff)
gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].
* gnu/packages/debian.scm (dpkg): Update to 1.21.8.
Diffstat (limited to 'gnu/packages/debian.scm')
-rw-r--r--gnu/packages/debian.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 2efd8114bed..62bddede028 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -336,7 +336,7 @@ other apt sources typically provided by open source developers.")
336(define-public dpkg 336(define-public dpkg
337 (package 337 (package
338 (name "dpkg") 338 (name "dpkg")
339 (version "1.21.0") 339 (version "1.21.8")
340 (source 340 (source
341 (origin 341 (origin
342 (method git-fetch) 342 (method git-fetch)
@@ -345,14 +345,14 @@ other apt sources typically provided by open source developers.")
345 (commit version))) 345 (commit version)))
346 (file-name (git-file-name name version)) 346 (file-name (git-file-name name version))
347 (sha256 347 (sha256
348 (base32 "0g33cyd0qbyfdrphcw8m8ikj2hxqpjbyxbhvnp751515c8hgc4rx")))) 348 (base32 "1whb78pywdlm4v1ablgvvplqjn15b6qrwqkj0pihw5j77aakyz2s"))))
349 (build-system gnu-build-system) 349 (build-system gnu-build-system)
350 (arguments 350 (arguments
351 `(#:phases 351 `(#:phases
352 (modify-phases %standard-phases 352 (modify-phases %standard-phases
353 (add-before 'bootstrap 'patch-version 353 (add-before 'bootstrap 'patch-version
354 (lambda _ 354 (lambda _
355 (patch-shebang "get-version") 355 (patch-shebang "build-aux/get-version")
356 (with-output-to-file ".dist-version" 356 (with-output-to-file ".dist-version"
357 (lambda () (display ,version))))) 357 (lambda () (display ,version)))))
358 (add-after 'unpack 'set-perl-libdir 358 (add-after 'unpack 'set-perl-libdir