All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/postgresql: bump version to 16.2
@ 2024-03-10  5:58 Maxim Kochetkov
  2024-05-10 20:30 ` Thomas Petazzoni via buildroot
  2024-06-08  7:07 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Maxim Kochetkov @ 2024-03-10  5:58 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov

Release notes: https://www.postgresql.org/docs/release/16.2/

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(-)

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index cf859e3505..976b3e6ff9 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@
-# From https://ftp.postgresql.org/pub/source/v16.1/postgresql-16.1.tar.bz2.sha256
-sha256  ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec  postgresql-16.1.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2.sha256
+sha256  446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952  postgresql-16.2.tar.bz2
 # License file, Locally calculated
 sha256  1a7d13c3ab31961b91ba256f77d6e82e0b54bf992253060fe93bdb5466df416a  COPYRIGHT
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 644f93d88a..0448e71892 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 16.1
+POSTGRESQL_VERSION = 16.2
 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 1/1] package/postgresql: bump version to 16.2
       [not found] <20240310055807.442035-1-fido_max__22137.7395022259$1710050321$gmane$org@inbox.ru>
@ 2024-03-13 21:54 ` Bernd Kuhls
  0 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2024-03-13 21:54 UTC (permalink / raw)
  To: buildroot

Am Sun, 10 Mar 2024 08:58:06 +0300 schrieb Maxim Kochetkov:

> Release notes: https://www.postgresql.org/docs/release/16.2/
> 
> 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(-)
> 
> diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
> index cf859e3505..976b3e6ff9 100644
> --- a/package/postgresql/postgresql.hash
> +++ b/package/postgresql/postgresql.hash
> @@ -1,4 +1,4 @@
> -# From https://ftp.postgresql.org/pub/source/v16.1/postgresql-16.1.tar.bz2.sha256
> -sha256  ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec  postgresql-16.1.tar.bz2
> +# From https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2.sha256
> +sha256  446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952  postgresql-16.2.tar.bz2
>  # License file, Locally calculated
>  sha256  1a7d13c3ab31961b91ba256f77d6e82e0b54bf992253060fe93bdb5466df416a  COPYRIGHT
> diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
> index 644f93d88a..0448e71892 100644
> --- a/package/postgresql/postgresql.mk
> +++ b/package/postgresql/postgresql.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -POSTGRESQL_VERSION = 16.1
> +POSTGRESQL_VERSION = 16.2
>  POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
>  POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
>  POSTGRESQL_LICENSE = PostgreSQL

Tested-by: Bernd Kuhls <bernd@kuhls.net>
[run-time tested]

_______________________________________________
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: bump version to 16.2
  2024-03-10  5:58 [Buildroot] [PATCH 1/1] package/postgresql: bump version to 16.2 Maxim Kochetkov
@ 2024-05-10 20:30 ` Thomas Petazzoni via buildroot
  2024-06-08  7:07 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 20:30 UTC (permalink / raw)
  To: Maxim Kochetkov; +Cc: buildroot

On Sun, 10 Mar 2024 08:58:06 +0300
Maxim Kochetkov <fido_max@inbox.ru> wrote:

> Release notes: https://www.postgresql.org/docs/release/16.2/
> 
> 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(-)

You had forgotten to update the hash of the license file, which changed
due to a copyright year update. I fixed this minor issue, when applying
to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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: bump version to 16.2
  2024-03-10  5:58 [Buildroot] [PATCH 1/1] package/postgresql: bump version to 16.2 Maxim Kochetkov
  2024-05-10 20:30 ` Thomas Petazzoni via buildroot
@ 2024-06-08  7:07 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-06-08  7:07 UTC (permalink / raw)
  To: Maxim Kochetkov; +Cc: buildroot

>>>>> "Maxim" == Maxim Kochetkov <fido_max@inbox.ru> writes:

 > Release notes: https://www.postgresql.org/docs/release/16.2/
 > Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>

Committed to 2024.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:[~2024-06-08  7:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10  5:58 [Buildroot] [PATCH 1/1] package/postgresql: bump version to 16.2 Maxim Kochetkov
2024-05-10 20:30 ` Thomas Petazzoni via buildroot
2024-06-08  7:07 ` Peter Korsgaard
     [not found] <20240310055807.442035-1-fido_max__22137.7395022259$1710050321$gmane$org@inbox.ru>
2024-03-13 21:54 ` Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.