All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mc: bump to version 4.8.28
@ 2022-04-12 18:02 Francois Perrad
  2022-04-12 19:55 ` Yann E. MORIN
  2022-04-13  7:59 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2022-04-12 18:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/mc/mc.hash | 4 ++--
 package/mc/mc.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mc/mc.hash b/package/mc/mc.hash
index 6400f64b9..b0381474f 100644
--- a/package/mc/mc.hash
+++ b/package/mc/mc.hash
@@ -1,4 +1,4 @@
-# Hash from http://ftp.midnight-commander.org/mc-4.8.27.sha256
-sha256  31be59225ffa9920816e9a8b3be0ab225a16d19e4faf46890f25bdffa02a4ff4  mc-4.8.27.tar.xz
+# Hash from http://ftp.midnight-commander.org/mc-4.8.28.sha256
+sha256  e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803  mc-4.8.28.tar.xz
 # sha256 locally computed:
 sha256  5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284  COPYING
diff --git a/package/mc/mc.mk b/package/mc/mc.mk
index 678d687bc..ac12c2173 100644
--- a/package/mc/mc.mk
+++ b/package/mc/mc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MC_VERSION = 4.8.27
+MC_VERSION = 4.8.28
 MC_SOURCE = mc-$(MC_VERSION).tar.xz
 MC_SITE = http://ftp.midnight-commander.org
 MC_LICENSE = GPL-3.0+
-- 
2.32.0

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

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

* Re: [Buildroot] [PATCH] package/mc: bump to version 4.8.28
  2022-04-12 18:02 [Buildroot] [PATCH] package/mc: bump to version 4.8.28 Francois Perrad
@ 2022-04-12 19:55 ` Yann E. MORIN
  2022-04-13  7:59 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-04-12 19:55 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

François, All,

On 2022-04-12 20:02 +0200, Francois Perrad spake thusly:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/mc/mc.hash | 4 ++--
>  package/mc/mc.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/mc/mc.hash b/package/mc/mc.hash
> index 6400f64b9..b0381474f 100644
> --- a/package/mc/mc.hash
> +++ b/package/mc/mc.hash
> @@ -1,4 +1,4 @@
> -# Hash from http://ftp.midnight-commander.org/mc-4.8.27.sha256
> -sha256  31be59225ffa9920816e9a8b3be0ab225a16d19e4faf46890f25bdffa02a4ff4  mc-4.8.27.tar.xz
> +# Hash from http://ftp.midnight-commander.org/mc-4.8.28.sha256
> +sha256  e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803  mc-4.8.28.tar.xz
>  # sha256 locally computed:
>  sha256  5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284  COPYING
> diff --git a/package/mc/mc.mk b/package/mc/mc.mk
> index 678d687bc..ac12c2173 100644
> --- a/package/mc/mc.mk
> +++ b/package/mc/mc.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MC_VERSION = 4.8.27
> +MC_VERSION = 4.8.28
>  MC_SOURCE = mc-$(MC_VERSION).tar.xz
>  MC_SITE = http://ftp.midnight-commander.org
>  MC_LICENSE = GPL-3.0+
> -- 
> 2.32.0
> 
> _______________________________________________
> 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] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/mc: bump to version 4.8.28
  2022-04-12 18:02 [Buildroot] [PATCH] package/mc: bump to version 4.8.28 Francois Perrad
  2022-04-12 19:55 ` Yann E. MORIN
@ 2022-04-13  7:59 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-04-13  7:59 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed to 2022.02.x given the bugfixes, thanks.

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

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

end of thread, other threads:[~2022-04-13  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 18:02 [Buildroot] [PATCH] package/mc: bump to version 4.8.28 Francois Perrad
2022-04-12 19:55 ` Yann E. MORIN
2022-04-13  7:59 ` Peter Korsgaard

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.