guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: postgresql: Update to 9.6.4 [fixes CVE-2017-{7546, 7547, 75


From: Marius Bakke
Subject: 01/02: gnu: postgresql: Update to 9.6.4 [fixes CVE-2017-{7546, 7547, 7548}].
Date: Thu, 10 Aug 2017 16:27:50 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1a1558e88f1f119be9dca28dac0bf554bc6aa171
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 10 21:22:30 2017 +0200

    gnu: postgresql: Update to 9.6.4 [fixes CVE-2017-{7546,7547,7548}].
    
    See <https://www.postgresql.org/about/news/1772/> for more information.
    
    * gnu/packages/databases.scm (postgresql): Update to 9.6.4.
---
 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 13efc5e..5944a9d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -473,14 +473,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "9.6.3")
+    (version "9.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1imrjp4vfslxj5rrvphcrrk21zv8kqw3gacmwradixh1d5rv6i8n"))))
+                "04yffrrmn85k25n3nq389aa9c1j8mkimrf889kayl772h9nv2fib"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-uuid=e2fs")



reply via email to

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