me
/
guix
Archived
1
0
Fork 0

gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.8.
master
Leo Famulari 2018-03-01 18:05:20 -05:00
parent bb17b2be49
commit 703a8b7dc5
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -745,14 +745,14 @@ pictures, sounds, or video.")
(package (package
(inherit postgresql) (inherit postgresql)
(name "postgresql") (name "postgresql")
(version "9.6.6") (version "9.6.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v" (uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2")) version "/postgresql-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0m417h30s18rwa7yzkqqcdb22ifpcda2fpg2cyx8bxvjp3ydz71r")))))) "0w7bwf19wbdd3jjbjv03cnx56qka4801srcbsayk9v792awv7zga"))))))
(define-public qdbm (define-public qdbm
(package (package