unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29229] [PATCH] gnu: postgresql: Update to 10.1
@ 2017-11-09 17:35 Rutger Helling
  2017-11-10  0:27 ` bug#29229: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-11-09 17:35 UTC (permalink / raw)
  To: 29229


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

Hey Guix, 

here's an update for postgresql.

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

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

From c5442ad68b0c348aa93421a28c474d3d18177009 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 9 Nov 2017 16:38:27 +0100
Subject: [PATCH] gnu: postgresql: Update to 10.1

* gnu/packages/databases.scm (postgresql): Update to 10.1.
---
 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 21dd6f8ea..0cdb75189 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -609,14 +609,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.0")
+    (version "10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1lbzwpmdxmk5bh0ix0rn72qbd52dq5cb55nzajscb0bvwa95abvi"))))
+                "04z7lm4h94625vbncwv98svycqr942n3q47ailqaczkszqjlxjrw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-uuid=e2fs")
-- 
2.15.0


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

* bug#29229: [PATCH] gnu: postgresql: Update to 10.1
  2017-11-09 17:35 [bug#29229] [PATCH] gnu: postgresql: Update to 10.1 Rutger Helling
@ 2017-11-10  0:27 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-11-10  0:27 UTC (permalink / raw)
  To: Rutger Helling, 29229-done

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

Rutger Helling <rhelling@mykolab.com> writes:

> Hey Guix, 
>
> here's an update for postgresql.
> From c5442ad68b0c348aa93421a28c474d3d18177009 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Thu, 9 Nov 2017 16:38:27 +0100
> Subject: [PATCH] gnu: postgresql: Update to 10.1
>
> * gnu/packages/databases.scm (postgresql): Update to 10.1.

Thanks!  I added information about the fixed security issues[0] to the
commit log and pushed as 1d8e73ba67ed5d5dab497d31e77395615cc33448.

[0] https://www.postgresql.org/about/news/1801/

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

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

end of thread, other threads:[~2017-11-10  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 17:35 [bug#29229] [PATCH] gnu: postgresql: Update to 10.1 Rutger Helling
2017-11-10  0:27 ` bug#29229: " Marius Bakke

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).