diff mbox series

[2022.02.x,1/1] package/postgresql: bump version to 14.7

Message ID 20230503051327.558449-1-fido_max@inbox.ru
State Accepted
Headers show
Series [2022.02.x,1/1] package/postgresql: bump version to 14.7 | expand

Commit Message

Maxim Kochetkov May 3, 2023, 5:13 a.m. UTC
Release notes: https://www.postgresql.org/docs/release/14.7/

Fixes: https://security-tracker.debian.org/tracker/CVE-2022-41862
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 4, 2023, 10:01 a.m. UTC | #1
>>>>> "Maxim" == Maxim Kochetkov via buildroot <buildroot@buildroot.org> writes:

 > Release notes: https://www.postgresql.org/docs/release/14.7/
 > Fixes: https://security-tracker.debian.org/tracker/CVE-2022-41862
 > Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>

Committed to 2022.02.x after marking it a security bump, thanks.
diff mbox series

Patch

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 26bb626943..83b27a5fc0 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@ 
-# From https://ftp.postgresql.org/pub/source/v14.6/postgresql-14.6.tar.bz2.sha256
-sha256  508840fc1809d39ab72274d5f137dabb9fd7fb4f933da4168aeebb20069edf22  postgresql-14.6.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v14.7/postgresql-14.7.tar.bz2.sha256
+sha256  cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331  postgresql-14.7.tar.bz2
 # License file, Locally calculated
 sha256  f6d6616acdb598742e2a7c64fa0551c1c72c309d279fd2d90370e5fdd41c8945  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 30a4d45737..a43c6bb953 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 14.6
+POSTGRESQL_VERSION = 14.7
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL