unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28757] [PATCH] gnu: postgresql: Update to 10.0.
@ 2017-10-09  9:27 Rutger Helling
  2017-10-09 19:11 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Rutger Helling @ 2017-10-09  9:27 UTC (permalink / raw)
  To: 28757


[-- Attachment #1.1: Type: text/plain, Size: 49 bytes --]

Hey Guix,

This patch updates postgresql to 10.0.

[-- Attachment #1.2: Type: text/html, Size: 246 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-postgresql-Update-to-10.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-postgresql-Update-to-10.0.patch, Size: 1519 bytes --]

From d614dd69136f860ccb089e012cf7013d9e143a21 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Mon, 9 Oct 2017 11:20:34 +0200
Subject: [PATCH] gnu: postgresql: Update to 10.0.

* gnu/packages/databases.scm (postgresql): Update to 10.0.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 62f940e90..8b122d36f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -606,14 +607,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "9.6.5")
+    (version "10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0k3ls2x182jz6djjiqj9kycddabdl2gk1y1ajq1vipnxwfki5nh6"))))
+                "1lbzwpmdxmk5bh0ix0rn72qbd52dq5cb55nzajscb0bvwa95abvi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-uuid=e2fs")
-- 
2.14.2


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

* [bug#28757] [PATCH] gnu: postgresql: Update to 10.0.
  2017-10-09  9:27 [bug#28757] [PATCH] gnu: postgresql: Update to 10.0 Rutger Helling
@ 2017-10-09 19:11 ` Leo Famulari
  2017-10-10  6:19   ` Rutger Helling
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-10-09 19:11 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 28757

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

On Mon, Oct 09, 2017 at 11:27:20AM +0200, Rutger Helling wrote:
> Hey Guix,
> 
> This patch updates postgresql to 10.0.

> From d614dd69136f860ccb089e012cf7013d9e143a21 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Mon, 9 Oct 2017 11:20:34 +0200
> Subject: [PATCH] gnu: postgresql: Update to 10.0.
> 
> * gnu/packages/databases.scm (postgresql): Update to 10.0.

Thanks!

Do you know if we need to adjust our PostgreSQL service for this new
release?

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

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

* [bug#28757] [PATCH] gnu: postgresql: Update to 10.0.
  2017-10-09 19:11 ` Leo Famulari
@ 2017-10-10  6:19   ` Rutger Helling
  2017-10-10 14:33     ` bug#28757: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Rutger Helling @ 2017-10-10  6:19 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 28757

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

Hey Leo, 

I don't think so. It still works fine for me at least. 

On 2017-10-09 21:11, Leo Famulari wrote:

> On Mon, Oct 09, 2017 at 11:27:20AM +0200, Rutger Helling wrote: 
> 
>> Hey Guix,
>> 
>> This patch updates postgresql to 10.0.
> 
>> From d614dd69136f860ccb089e012cf7013d9e143a21 Mon Sep 17 00:00:00 2001
>> From: Rutger Helling <rhelling@mykolab.com>
>> Date: Mon, 9 Oct 2017 11:20:34 +0200
>> Subject: [PATCH] gnu: postgresql: Update to 10.0.
>> 
>> * gnu/packages/databases.scm (postgresql): Update to 10.0.
> 
> Thanks!
> 
> Do you know if we need to adjust our PostgreSQL service for this new
> release?

[-- Attachment #2: Type: text/html, Size: 1371 bytes --]

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

* bug#28757: [PATCH] gnu: postgresql: Update to 10.0.
  2017-10-10  6:19   ` Rutger Helling
@ 2017-10-10 14:33     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-10-10 14:33 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 28757-done

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

On Tue, Oct 10, 2017 at 08:19:13AM +0200, Rutger Helling wrote:
> Hey Leo, 
> 
> I don't think so. It still works fine for me at least. 

Okay, pushed as 231123ee16b813af2d3c7b95fd800a8d7f25b71a

> 
> On 2017-10-09 21:11, Leo Famulari wrote:
> 
> > On Mon, Oct 09, 2017 at 11:27:20AM +0200, Rutger Helling wrote: 
> > 
> >> Hey Guix,
> >> 
> >> This patch updates postgresql to 10.0.
> > 
> >> From d614dd69136f860ccb089e012cf7013d9e143a21 Mon Sep 17 00:00:00 2001
> >> From: Rutger Helling <rhelling@mykolab.com>
> >> Date: Mon, 9 Oct 2017 11:20:34 +0200
> >> Subject: [PATCH] gnu: postgresql: Update to 10.0.
> >> 
> >> * gnu/packages/databases.scm (postgresql): Update to 10.0.
> > 
> > Thanks!
> > 
> > Do you know if we need to adjust our PostgreSQL service for this new
> > release?

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

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

end of thread, other threads:[~2017-10-10 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09  9:27 [bug#28757] [PATCH] gnu: postgresql: Update to 10.0 Rutger Helling
2017-10-09 19:11 ` Leo Famulari
2017-10-10  6:19   ` Rutger Helling
2017-10-10 14:33     ` bug#28757: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).