guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].


From: Leo Famulari
Subject: 01/01: gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].
Date: Thu, 8 Feb 2018 17:48:03 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 2c433a16128b01b957bf196eefcacf3f5d4301a2
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 8 16:09:00 2018 -0500

    gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].
    
    * gnu/packages/databases.scm (postgresql): Update to 10.2.
---
 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 31ed2cd..a4d7f93 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -699,14 +699,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.1")
+    (version "10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "04z7lm4h94625vbncwv98svycqr942n3q47ailqaczkszqjlxjrw"))))
+                "1bav2iyi93h866skrrlqlvsp4sfv1sfww1s305zpzffxcadh0cpy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-uuid=e2fs")



reply via email to

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