guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: postgresql: Udpate to 10.10 [fixes CVE-2019-10208].


From: guix-commits
Subject: 01/01: gnu: postgresql: Udpate to 10.10 [fixes CVE-2019-10208].
Date: Thu, 8 Aug 2019 11:32:59 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit c8f5827a5654f8cebe23231e25ce541b0d0d8878
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 8 17:32:18 2019 +0200

    gnu: postgresql: Udpate to 10.10 [fixes CVE-2019-10208].
    
    * gnu/packages/databases.scm (postgresql): Update to 10.10.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 7194a41..665e5a5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -806,14 +806,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.9")
+    (version "10.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0m0gbf7nwgag6a1z5f9xszwzgf2xhx0ncakyxwxlzs87n1zk32wm"))
+                "0lzj46dwd9cw94gnqm36bxd7jlhfdyqjrfzr3c4xd3prfn2rnkxd"))
               (patches (search-patches 
"postgresql-disable-resolve_symlinks.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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