Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3
@ 2023-05-12  5:26 Bernd Kuhls
  2023-05-12  5:28 ` Maxim Kochetkov via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2023-05-12  5:26 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov

Release notes:
https://www.postgresql.org/about/news/postgresql-153-148-1311-1215-and-1120-released-2637/

Fixes CVE-2023-2454 & CVE-2023-2455.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/postgresql/postgresql.hash | 4 ++--
 package/postgresql/postgresql.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 3e89d3ec35..da6ec7f311 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@
-# From https://ftp.postgresql.org/pub/source/v15.2/postgresql-15.2.tar.bz2.sha256
-sha256  99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7  postgresql-15.2.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v15.3/postgresql-15.3.tar.bz2.sha256
+sha256  ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932  postgresql-15.3.tar.bz2
 # License file, Locally calculated
 sha256  1a7d13c3ab31961b91ba256f77d6e82e0b54bf992253060fe93bdb5466df416a  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index e46622c0e7..ca11a8191f 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 15.2
+POSTGRESQL_VERSION = 15.3
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3
  2023-05-12  5:26 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3 Bernd Kuhls
@ 2023-05-12  5:28 ` Maxim Kochetkov via buildroot
  2023-05-12 15:21 ` Peter Korsgaard
  2023-06-12 20:19 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-05-12  5:28 UTC (permalink / raw)
  To: Bernd Kuhls, buildroot



On 12.05.2023 08:26, Bernd Kuhls wrote:
> Release notes:
> https://www.postgresql.org/about/news/postgresql-153-148-1311-1215-and-1120-released-2637/
> 
> Fixes CVE-2023-2454 & CVE-2023-2455.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3
  2023-05-12  5:26 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3 Bernd Kuhls
  2023-05-12  5:28 ` Maxim Kochetkov via buildroot
@ 2023-05-12 15:21 ` Peter Korsgaard
  2023-06-12 20:19 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-05-12 15:21 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Maxim Kochetkov, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes:
 > https://www.postgresql.org/about/news/postgresql-153-148-1311-1215-and-1120-released-2637/

 > Fixes CVE-2023-2454 & CVE-2023-2455.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3
  2023-05-12  5:26 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3 Bernd Kuhls
  2023-05-12  5:28 ` Maxim Kochetkov via buildroot
  2023-05-12 15:21 ` Peter Korsgaard
@ 2023-06-12 20:19 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-06-12 20:19 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Maxim Kochetkov, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes:
 > https://www.postgresql.org/about/news/postgresql-153-148-1311-1215-and-1120-released-2637/

 > Fixes CVE-2023-2454 & CVE-2023-2455.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-06-12 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12  5:26 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3 Bernd Kuhls
2023-05-12  5:28 ` Maxim Kochetkov via buildroot
2023-05-12 15:21 ` Peter Korsgaard
2023-06-12 20:19 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox