Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash
@ 2023-05-07 13:32 Yann E. MORIN
  2023-05-07 13:35 ` Yann E. MORIN
  2023-05-07 14:27 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Yann E. MORIN @ 2023-05-07 13:32 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov, Yann E. MORIN

Commit 7d8b699c292d (package/postgresql: security bump to version 14.7)
forgot to update the hash for the liense file COPYRIGHT, which had an
update in copyright years.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Maxim Kochetkov <fido_max@inbox.ru>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
 package/postgresql/postgresql.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
index 83b27a5fc0..acce26e8ae 100644
--- a/package/postgresql/postgresql.hash
+++ b/package/postgresql/postgresql.hash
@@ -1,4 +1,4 @@
 # 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
+sha256  1a7d13c3ab31961b91ba256f77d6e82e0b54bf992253060fe93bdb5466df416a  COPYRIGHT
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash
  2023-05-07 13:32 [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash Yann E. MORIN
@ 2023-05-07 13:35 ` Yann E. MORIN
  2023-05-07 14:28   ` Peter Korsgaard
  2023-05-07 14:27 ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2023-05-07 13:35 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov

Peter K., All,

I know you just EOLed 2022.02.x a few days ago, but maybe a quick
2022.02.13 (or 2022.02.12.1) with just this?

Regards,
Yann E. MORIN.

On 2023-05-07 15:32 +0200, Yann E. MORIN spake thusly:
> Commit 7d8b699c292d (package/postgresql: security bump to version 14.7)
> forgot to update the hash for the liense file COPYRIGHT, which had an
> update in copyright years.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Maxim Kochetkov <fido_max@inbox.ru>
> Cc: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/postgresql/postgresql.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash
> index 83b27a5fc0..acce26e8ae 100644
> --- a/package/postgresql/postgresql.hash
> +++ b/package/postgresql/postgresql.hash
> @@ -1,4 +1,4 @@
>  # 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
> +sha256  1a7d13c3ab31961b91ba256f77d6e82e0b54bf992253060fe93bdb5466df416a  COPYRIGHT
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash
  2023-05-07 13:32 [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash Yann E. MORIN
  2023-05-07 13:35 ` Yann E. MORIN
@ 2023-05-07 14:27 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-05-07 14:27 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Maxim Kochetkov, buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Commit 7d8b699c292d (package/postgresql: security bump to version 14.7)
 > forgot to update the hash for the liense file COPYRIGHT, which had an
 > update in copyright years.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Maxim Kochetkov <fido_max@inbox.ru>
 > Cc: Peter Korsgaard <peter@korsgaard.com>

Committed to 2022.02.x, thanks.

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

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

* Re: [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash
  2023-05-07 13:35 ` Yann E. MORIN
@ 2023-05-07 14:28   ` Peter Korsgaard
  2023-05-07 14:44     ` Baruch Siach via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2023-05-07 14:28 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Maxim Kochetkov, buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Peter K., All,
 > I know you just EOLed 2022.02.x a few days ago, but maybe a quick
 > 2022.02.13 (or 2022.02.12.1) with just this?

Perhaps, yes. I've applied the patch and will wait a few days to see if
any other issues show up.

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

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

* Re: [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash
  2023-05-07 14:28   ` Peter Korsgaard
@ 2023-05-07 14:44     ` Baruch Siach via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach via buildroot @ 2023-05-07 14:44 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Maxim Kochetkov, Yann E. MORIN, buildroot

Hi Peter,

On Sun, May 07 2023, Peter Korsgaard wrote:

>>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
>  > Peter K., All,
>  > I know you just EOLed 2022.02.x a few days ago, but maybe a quick
>  > 2022.02.13 (or 2022.02.12.1) with just this?
>
> Perhaps, yes. I've applied the patch and will wait a few days to see if
> any other issues show up.

If another 2022.02.x release is planned you might want to consider the
libcurl security bump (commit 1e735c48372).

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-05-07 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 13:32 [Buildroot] [PATCH 2022.02.x] package/postgresql: fix licensing hash Yann E. MORIN
2023-05-07 13:35 ` Yann E. MORIN
2023-05-07 14:28   ` Peter Korsgaard
2023-05-07 14:44     ` Baruch Siach via buildroot
2023-05-07 14:27 ` Peter Korsgaard

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