all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33321] [PATCH] gnu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850].
@ 2018-11-08 22:33 Leo Famulari
  2018-11-11 19:15 ` bug#33321: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2018-11-08 22:33 UTC (permalink / raw)
  To: 33321

* gnu/packages/databases.scm (postgresql): Update to 10.6.
---
 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 dc7e2aa53..d592b2905 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -804,14 +804,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.5")
+    (version "10.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "04a07jkvc5s6zgh6jr78149kcjmsxclizsqabjw44ld4j5n633kc"))))
+                "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-uuid=e2fs")
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33321: [PATCH] gnu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850].
  2018-11-08 22:33 [bug#33321] [PATCH] gnu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850] Leo Famulari
@ 2018-11-11 19:15 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-11-11 19:15 UTC (permalink / raw)
  To: 33321-done

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]

Pushed as ec350676315e3ec5fb4b5a9865b8cc3aa76d2681

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-11 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 22:33 [bug#33321] [PATCH] gnu: PostgreSQL: Update to 10.6 [fixes CVE-2018-16850] Leo Famulari
2018-11-11 19:15 ` bug#33321: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.