diff mbox series

[1/1] package/postgresql: security bump version to 16.3

Message ID 20240522064404.461657-1-fido_max@inbox.ru
State Accepted
Headers show
Series [1/1] package/postgresql: security bump version to 16.3 | expand

Commit Message

Maxim Kochetkov May 22, 2024, 6:44 a.m. UTC
Release notes: https://www.postgresql.org/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/

Fixes CVE-2024-4317.

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
 package/postgresql/postgresql.hash | 4 ++--
 package/postgresql/postgresql.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard May 24, 2024, 12:31 p.m. UTC | #1
>>>>> "Maxim" == Maxim Kochetkov <fido_max@inbox.ru> writes:

 > Release notes: https://www.postgresql.org/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/
 > Fixes CVE-2024-4317.

 > Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>

Committed, thanks.
Peter Korsgaard June 8, 2024, 1:53 p.m. UTC | #2
>>>>> "Maxim" == Maxim Kochetkov <fido_max@inbox.ru> writes:

 > Release notes: https://www.postgresql.org/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/
 > Fixes CVE-2024-4317.

 > Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 6c3f561f7e..d917a03ebb 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@ 
-# From https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2.sha256
-sha256  446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952  postgresql-16.2.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.3.tar.bz2.sha256
+sha256  331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585  postgresql-16.3.tar.bz2
 # License file, Locally calculated
 sha256  9bf20ee493926a7e17a74bc7f05089fbc014269667b1540bc35a6b194a40c9de  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 0448e71892..0a1d98079a 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 16.2
+POSTGRESQL_VERSION = 16.3
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL