* [Buildroot] [PATCH 2024.02.x] package/postgresql: bump version to 16.8
@ 2025-03-02 14:37 Scott Fan
2025-03-02 15:00 ` Scott Fan
2025-03-03 8:45 ` Maxim Kochetkov via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Scott Fan @ 2025-03-02 14:37 UTC (permalink / raw)
To: buildroot; +Cc: Scott Fan, Maxim Kochetkov
Release notes:
https://www.postgresql.org/docs/release/16.8/
https://www.postgresql.org/about/news/postgresql-174-168-1512-1417-and-1320-released-3018/
Updated license hash due to copyright year bump:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98
Signed-off-by: Scott Fan <fancp2007@gmail.com>
---
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 11c0e77b05..5c7a466a8f 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@
-# From https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.bz2.sha256
-sha256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe postgresql-16.7.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v16.8/postgresql-16.8.tar.bz2.sha256
+sha256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8 postgresql-16.8.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 f4b384ed82..49f0c0de70 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POSTGRESQL_VERSION = 16.7
+POSTGRESQL_VERSION = 16.8
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
--
2.43.0
_______________________________________________
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 2024.02.x] package/postgresql: bump version to 16.8
2025-03-02 14:37 [Buildroot] [PATCH 2024.02.x] package/postgresql: bump version to 16.8 Scott Fan
@ 2025-03-02 15:00 ` Scott Fan
2025-03-12 18:55 ` Peter Korsgaard
2025-03-03 8:45 ` Maxim Kochetkov via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Scott Fan @ 2025-03-02 15:00 UTC (permalink / raw)
To: buildroot; +Cc: Maxim Kochetkov
In the last bump to 16.7, Peter forgot to update the license hash of
the COPYRIGHT file, which caused the following two builds to fail.
Fixes (2024.11.x):
https://autobuild.buildroot.org/results/fd569495c56737d3d4b51f1220c768b5465f7ffa/
Fixes (2024.02.x):
https://autobuild.buildroot.org/results/f5ea27ac82ba2333a252711bac96ff0a3bdeeb87/
Scott Fan
On Sun, Mar 2, 2025 at 10:38 PM Scott Fan <fancp2007@gmail.com> wrote:
>
> Release notes:
> https://www.postgresql.org/docs/release/16.8/
> https://www.postgresql.org/about/news/postgresql-174-168-1512-1417-and-1320-released-3018/
>
> Updated license hash due to copyright year bump:
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98
>
> Signed-off-by: Scott Fan <fancp2007@gmail.com>
> ---
> 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 11c0e77b05..5c7a466a8f 100644
> --- a/package/postgresql/postgresql.hash
> +++ b/package/postgresql/postgresql.hash
> @@ -1,4 +1,4 @@
> -# From https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.bz2.sha256
> -sha256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe postgresql-16.7.tar.bz2
> +# From https://ftp.postgresql.org/pub/source/v16.8/postgresql-16.8.tar.bz2.sha256
> +sha256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8 postgresql-16.8.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 f4b384ed82..49f0c0de70 100644
> --- a/package/postgresql/postgresql.mk
> +++ b/package/postgresql/postgresql.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -POSTGRESQL_VERSION = 16.7
> +POSTGRESQL_VERSION = 16.8
> POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
> POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
> POSTGRESQL_LICENSE = PostgreSQL
> --
> 2.43.0
>
_______________________________________________
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 2024.02.x] package/postgresql: bump version to 16.8
2025-03-02 14:37 [Buildroot] [PATCH 2024.02.x] package/postgresql: bump version to 16.8 Scott Fan
2025-03-02 15:00 ` Scott Fan
@ 2025-03-03 8:45 ` Maxim Kochetkov via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Maxim Kochetkov via buildroot @ 2025-03-03 8:45 UTC (permalink / raw)
To: Scott Fan, buildroot
02.03.2025 17:37, Scott Fan пишет:
> Release notes:
> https://www.postgresql.org/docs/release/16.8/
> https://www.postgresql.org/about/news/postgresql-174-168-1512-1417-and-1320-released-3018/
>
> Updated license hash due to copyright year bump:
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=759620716adb347c1d8c8b2e6f7d88b947a54c98
>
> Signed-off-by: Scott Fan <fancp2007@gmail.com>
> ---
> 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 11c0e77b05..5c7a466a8f 100644
> --- a/package/postgresql/postgresql.hash
> +++ b/package/postgresql/postgresql.hash
> @@ -1,4 +1,4 @@
> -# From https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.bz2.sha256
> -sha256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe postgresql-16.7.tar.bz2
> +# From https://ftp.postgresql.org/pub/source/v16.8/postgresql-16.8.tar.bz2.sha256
> +sha256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8 postgresql-16.8.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 f4b384ed82..49f0c0de70 100644
> --- a/package/postgresql/postgresql.mk
> +++ b/package/postgresql/postgresql.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -POSTGRESQL_VERSION = 16.7
> +POSTGRESQL_VERSION = 16.8
> 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 2024.02.x] package/postgresql: bump version to 16.8
2025-03-02 15:00 ` Scott Fan
@ 2025-03-12 18:55 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2025-03-12 18:55 UTC (permalink / raw)
To: Scott Fan; +Cc: buildroot, Maxim Kochetkov
>>>>> "Scott" == Scott Fan <fancp2007@gmail.com> writes:
> In the last bump to 16.7, Peter forgot to update the license hash of
> the COPYRIGHT file, which caused the following two builds to fail.
> Fixes (2024.11.x):
> https://autobuild.buildroot.org/results/fd569495c56737d3d4b51f1220c768b5465f7ffa/
> Fixes (2024.02.x):
> https://autobuild.buildroot.org/results/f5ea27ac82ba2333a252711bac96ff0a3bdeeb87/
Ups - Committed to 2024.02.x and 2024.11.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:[~2025-03-12 18:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-02 14:37 [Buildroot] [PATCH 2024.02.x] package/postgresql: bump version to 16.8 Scott Fan
2025-03-02 15:00 ` Scott Fan
2025-03-12 18:55 ` Peter Korsgaard
2025-03-03 8:45 ` Maxim Kochetkov via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox