guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].


From: guix-commits
Subject: 01/03: gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].
Date: Wed, 25 May 2022 13:49:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5e3cfe9f63716834ae68e8349ea28604b193fc4d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:04 2022 +0200

    gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].
    
    * gnu/packages/debian.scm (dpkg): Update to 1.21.8.
---
 gnu/packages/debian.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 2efd8114be..62bddede02 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -336,7 +336,7 @@ other apt sources typically provided by open source 
developers.")
 (define-public dpkg
   (package
     (name "dpkg")
-    (version "1.21.0")
+    (version "1.21.8")
     (source
       (origin
         (method git-fetch)
@@ -345,14 +345,14 @@ other apt sources typically provided by open source 
developers.")
                (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]