~ruther/guix-local

2c433a16128b01b957bf196eefcacf3f5d4301a2 — Leo Famulari 8 years ago bf4075c
gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].

* gnu/packages/databases.scm (postgresql): Update to 10.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -2
@@ 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")