guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027, 32028, 3


From: guix-commits
Subject: 01/04: gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027, 32028, 32029}].
Date: Mon, 17 May 2021 15:05:45 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ef221c8b7117a19e9d60644953ed8a71b9601d8c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 17 14:50:04 2021 -0400

    gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}].
    
    * gnu/packages/databases.scm (postgresql-13)[replacement]: Use 
postgresql-13.3.
    (postgresql-13.2): Replace with ...
    (postgresql-13.3): ... new variable.
---
 gnu/packages/databases.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8907c40..f51d192 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1035,7 +1035,7 @@ and high-availability (HA).")
 (define-public postgresql-13
   (package
     (name "postgresql")
-    (replacement postgresql-13.2)
+    (replacement postgresql-13.3)
     (version "13.1")
     (source (origin
               (method url-fetch)
@@ -1084,18 +1084,18 @@ TIMESTAMP.  It also supports storage of binary large 
objects, including
 pictures, sounds, or video.")
     (license (license:x11-style "file://COPYRIGHT"))))
 
-(define-public postgresql-13.2
+(define-public postgresql-13.3
   (package
     (inherit postgresql-13)
     (name "postgresql")
-    (version "13.2")
+    (version "13.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
+                "18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w"))
               (patches (search-patches 
"postgresql-disable-resolve_symlinks.patch"))))))
 
 (define-public postgresql-11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]