GNU bug report logs - #38988
[PATCH] gnu: postgresql@10: Update to 10.11.

Previous Next

Package: guix-patches;

Reported by: Riku Viitanen <riku.viitanen <at> protonmail.com>

Date: Mon, 6 Jan 2020 12:03:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#38988: closed ([PATCH] gnu: postgresql <at> 10: Update to 10.11.)
Date: Sun, 12 Jan 2020 21:02:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 Jan 2020 22:01:02 +0100
with message-id <87y2ucwfsh.fsf <at> devup.no>
and subject line Re: [bug#38988] [PATCH] gnu: postgresql <at> 10: Update to 10.11.
has caused the debbugs.gnu.org bug report #38988,
regarding [PATCH] gnu: postgresql <at> 10: Update to 10.11.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
38988: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38988
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Riku Viitanen <riku.viitanen <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: postgresql <at> 10: Update to 10.11.
Date: Mon, 06 Jan 2020 12:02:15 +0000
From ef256d03d70e1db231726fc2f9d124020b6b802e Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen <at> protonmail.com>
Date: Mon, 6 Jan 2020 14:00:01 +0200
Subject: [PATCH] gnu: postgresql <at> 10: Update to 10.11.

* gnu/packages/databases.scm (postgresql): Update to 10.11.
---
 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 393dbee6d0..a1745e3fd2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -931,14 +931,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.10")
+    (version "10.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0lzj46dwd9cw94gnqm36bxd7jlhfdyqjrfzr3c4xd3prfn2rnkxd"))
+                "02fcmvbh0mhplj3s2jd24s642ysx7bggnf0h8bs5amh7dgzi8p8d"))
               (patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
     (build-system gnu-build-system)
     (arguments
--
2.24.0


[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Riku Viitanen <riku.viitanen <at> protonmail.com>,
 Riku Viitanen via Guix-patches <guix-patches <at> gnu.org>,
 38988-close <at> debbugs.gnu.org
Subject: Re: [bug#38988] [PATCH] gnu: postgresql <at> 10: Update to 10.11.
Date: Sun, 12 Jan 2020 22:01:02 +0100
[Message part 4 (text/plain, inline)]
Riku Viitanen via Guix-patches via <guix-patches <at> gnu.org> writes:

> From ef256d03d70e1db231726fc2f9d124020b6b802e Mon Sep 17 00:00:00 2001
> From: Riku Viitanen <riku.viitanen <at> protonmail.com>
> Date: Mon, 6 Jan 2020 14:00:01 +0200
> Subject: [PATCH] gnu: postgresql <at> 10: Update to 10.11.
>
> * gnu/packages/databases.scm (postgresql): Update to 10.11.

This is already on the master branch since commit
cb669c095156eef44c1ae8aecda9931a777794ad.

By the way, it would be good to switch to Postgresql 11 as the default
'postgres' variable, that are used for packages.  Would you like to try
that?  :-)
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.