mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].
* gnu/packages/debian.scm (dpkg): Update to 1.21.8.
This commit is contained in:
parent
4c12fcfe43
commit
5e3cfe9f63
1 changed files with 3 additions and 3 deletions
|
@ -336,7 +336,7 @@ (define-public apt-mirror
|
|||
(define-public dpkg
|
||||
(package
|
||||
(name "dpkg")
|
||||
(version "1.21.0")
|
||||
(version "1.21.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -345,14 +345,14 @@ (define-public dpkg
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g33cyd0qbyfdrphcw8m8ikj2hxqpjbyxbhvnp751515c8hgc4rx"))))
|
||||
(base32 "1whb78pywdlm4v1ablgvvplqjn15b6qrwqkj0pihw5j77aakyz2s"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'patch-version
|
||||
(lambda _
|
||||
(patch-shebang "get-version")
|
||||
(patch-shebang "build-aux/get-version")
|
||||
(with-output-to-file ".dist-version"
|
||||
(lambda () (display ,version)))))
|
||||
(add-after 'unpack 'set-perl-libdir
|
||||
|
|
Loading…
Reference in a new issue