guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: PackageKit: Update to 1.1.10 [fixes CVE-2018-1106].


From: Leo Famulari
Subject: 01/01: gnu: PackageKit: Update to 1.1.10 [fixes CVE-2018-1106].
Date: Thu, 26 Apr 2018 16:41:00 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 16ef3368da6f74dfc228a0bae60bfd53a95ce282
Author: Leo Famulari <address@hidden>
Date:   Thu Apr 26 16:10:19 2018 -0400

    gnu: PackageKit: Update to 1.1.10 [fixes CVE-2018-1106].
    
    * gnu/packages/freedesktop.scm (packagekit): Update to 1.1.10.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index daa5a3e..7d94053 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -343,7 +343,7 @@ of a the system to know what users are logged in, and 
where.")
 (define-public packagekit
   (package
     (name "packagekit")
-    (version "1.1.5")
+    (version "1.1.10")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -352,7 +352,7 @@ of a the system to know what users are logged in, and 
where.")
                    "PackageKit-" version ".tar.xz"))
              (sha256
               (base32
-               "035pqxgkyki813hyw2frrbpfllq113zfk5qcp9wvsq5lsp74ix2h"))))
+               "1msfmb22cm4s3l6vsbr86b8s0v897sy6gcga3qg87z7640a0di2b"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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