Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 17.3
@ 2025-02-14 18:16 Bernd Kuhls
  2025-02-15  4:54 ` Maxim Kochetkov via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2025-02-14 18:16 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov

Release notes:
https://www.postgresql.org/docs/release/17.3/
https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/

Fixes CVE-2025-1094:
https://www.postgresql.org/support/security/CVE-2025-1094/

Updated license hash due to copyright year bump:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98

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

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 98246ca9b6..e582510832 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@
-# From https://ftp.postgresql.org/pub/source/v17.2/postgresql-17.2.tar.bz2.sha256
-sha256  82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164  postgresql-17.2.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v17.3/postgresql-17.3.tar.bz2.sha256
+sha256  13c18b35bf67a97bd639925fc581db7fd2aae4d3548eac39fcdb8da74ace2bea  postgresql-17.3.tar.bz2
 # License file, Locally calculated
-sha256  9bf20ee493926a7e17a74bc7f05089fbc014269667b1540bc35a6b194a40c9de  COPYRIGHT
+sha256  e3822c4797fadcab31a3fc73f75c28ac20c73d72b565da91e9974cf9398ef4d2  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 8e0ed45c22..a9ca9f4ee1 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 17.2
+POSTGRESQL_VERSION = 17.3
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL
-- 
2.39.5

_______________________________________________
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 17.3
  2025-02-14 18:16 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 17.3 Bernd Kuhls
@ 2025-02-15  4:54 ` Maxim Kochetkov via buildroot
  2025-02-15  8:32 ` Peter Korsgaard
  2025-02-18  8:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Maxim Kochetkov via buildroot @ 2025-02-15  4:54 UTC (permalink / raw)
  To: Bernd Kuhls, buildroot

14.02.2025 21:16, Bernd Kuhls пишет:
> Release notes:
> https://www.postgresql.org/docs/release/17.3/
> https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/
> 
> Fixes CVE-2025-1094:
> https://www.postgresql.org/support/security/CVE-2025-1094/
> 
> Updated license hash due to copyright year bump:
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>   package/postgresql/postgresql.hash | 6 +++---
>   package/postgresql/postgresql.mk   | 2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
> index 98246ca9b6..e582510832 100644
> --- a/package/postgresql/postgresql.hash
> +++ b/package/postgresql/postgresql.hash
> @@ -1,4 +1,4 @@
> -# From https://ftp.postgresql.org/pub/source/v17.2/postgresql-17.2.tar.bz2.sha256
> -sha256  82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164  postgresql-17.2.tar.bz2
> +# From https://ftp.postgresql.org/pub/source/v17.3/postgresql-17.3.tar.bz2.sha256
> +sha256  13c18b35bf67a97bd639925fc581db7fd2aae4d3548eac39fcdb8da74ace2bea  postgresql-17.3.tar.bz2
>   # License file, Locally calculated
> -sha256  9bf20ee493926a7e17a74bc7f05089fbc014269667b1540bc35a6b194a40c9de  COPYRIGHT
> +sha256  e3822c4797fadcab31a3fc73f75c28ac20c73d72b565da91e9974cf9398ef4d2  COPYRIGHT
> diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
> index 8e0ed45c22..a9ca9f4ee1 100644
> --- a/package/postgresql/postgresql.mk
> +++ b/package/postgresql/postgresql.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -POSTGRESQL_VERSION = 17.2
> +POSTGRESQL_VERSION = 17.3
>   POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
>   POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
>   POSTGRESQL_LICENSE = PostgreSQL

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 17.3
  2025-02-14 18:16 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 17.3 Bernd Kuhls
  2025-02-15  4:54 ` Maxim Kochetkov via buildroot
@ 2025-02-15  8:32 ` Peter Korsgaard
  2025-02-18  8:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2025-02-15  8:32 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Maxim Kochetkov

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Release notes:
 > https://www.postgresql.org/docs/release/17.3/
 > https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/

 > Fixes CVE-2025-1094:
 > https://www.postgresql.org/support/security/CVE-2025-1094/

 > Updated license hash due to copyright year bump:
 > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

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 17.3
  2025-02-14 18:16 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 17.3 Bernd Kuhls
  2025-02-15  4:54 ` Maxim Kochetkov via buildroot
  2025-02-15  8:32 ` Peter Korsgaard
@ 2025-02-18  8:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2025-02-18  8:18 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Maxim Kochetkov

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Release notes:
 > https://www.postgresql.org/docs/release/17.3/
 > https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/

 > Fixes CVE-2025-1094:
 > https://www.postgresql.org/support/security/CVE-2025-1094/

 > Updated license hash due to copyright year bump:
 > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

For 2024.02.x and 2024.11.x I have instead bumped to 16.7, which
contains the same fix.

-- 
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:[~2025-02-18  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 18:16 [Buildroot] [PATCH 1/1] package/postgresql: security bump version to 17.3 Bernd Kuhls
2025-02-15  4:54 ` Maxim Kochetkov via buildroot
2025-02-15  8:32 ` Peter Korsgaard
2025-02-18  8:18 ` Peter Korsgaard

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