gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}].
authorLeo Famulari <leo@famulari.name>
Mon, 17 May 2021 18:50:04 +0000 (14:50 -0400)
committerLeo Famulari <leo@famulari.name>
Mon, 17 May 2021 19:05:14 +0000 (15:05 -0400)
* 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

index 8907c40..f51d192 100644 (file)
@@ -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