Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/matio: Bump version to 1.5.21
@ 2021-06-28  9:51 Gwenhael Goavec-Merou
  2021-06-29 19:45 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Gwenhael Goavec-Merou @ 2021-06-28  9:51 UTC (permalink / raw)
  To: buildroot

From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
---
 package/matio/matio.hash | 4 ++--
 package/matio/matio.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/matio/matio.hash b/package/matio/matio.hash
index 55e57338c8..619a63ac1d 100644
--- a/package/matio/matio.hash
+++ b/package/matio/matio.hash
@@ -1,4 +1,4 @@
-# From https://sourceforge.net/projects/matio/files/matio/1.5.18/
-sha512  c43e562a101348d64139a056f28bce37c59c6667d701200255ccf9d8b6adf7a92ae9c11c8d921ec8a652cdc81c5de9ab247907279c54c52905adfd65bc3fb90f  matio-1.5.18.tar.gz
+# From https://sourceforge.net/projects/matio/files/matio/1.5.21/
+sha512  b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c  matio-1.5.21.tar.gz
 # Locally computed
 sha256  19494e9c9154a5e3f834e99d65fab0653b84280df7c98d1886a98d2bd28369c1  COPYING
diff --git a/package/matio/matio.mk b/package/matio/matio.mk
index 0ebba13435..236466d4d9 100644
--- a/package/matio/matio.mk
+++ b/package/matio/matio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MATIO_VERSION = 1.5.18
+MATIO_VERSION = 1.5.21
 MATIO_SITE = http://downloads.sourceforge.net/project/matio/matio/$(MATIO_VERSION)
 MATIO_LICENSE = BSD-2-Clause
 MATIO_LICENSE_FILES = COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH] package/matio: Bump version to 1.5.21
  2021-06-28  9:51 [Buildroot] [PATCH] package/matio: Bump version to 1.5.21 Gwenhael Goavec-Merou
@ 2021-06-29 19:45 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-06-29 19:45 UTC (permalink / raw)
  To: buildroot

Gwenhael, All,

On 2021-06-28 11:51 +0200, Gwenhael Goavec-Merou spake thusly:
> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> ---
>  package/matio/matio.hash | 4 ++--
>  package/matio/matio.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/matio/matio.hash b/package/matio/matio.hash
> index 55e57338c8..619a63ac1d 100644
> --- a/package/matio/matio.hash
> +++ b/package/matio/matio.hash
> @@ -1,4 +1,4 @@
> -# From https://sourceforge.net/projects/matio/files/matio/1.5.18/
> -sha512  c43e562a101348d64139a056f28bce37c59c6667d701200255ccf9d8b6adf7a92ae9c11c8d921ec8a652cdc81c5de9ab247907279c54c52905adfd65bc3fb90f  matio-1.5.18.tar.gz
> +# From https://sourceforge.net/projects/matio/files/matio/1.5.21/
> +sha512  b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c  matio-1.5.21.tar.gz
>  # Locally computed
>  sha256  19494e9c9154a5e3f834e99d65fab0653b84280df7c98d1886a98d2bd28369c1  COPYING

That won't fly...

    $ make matio-legal-info
    >>> matio 1.5.21 Collecting legal info
    ERROR: COPYING has wrong sha256 hash:
    ERROR: expected: 19494e9c9154a5e3f834e99d65fab0653b84280df7c98d1886a98d2bd28369c1
    ERROR: got     : 69143d4a8f1933022bb909327df1ce812dd2420ed57949812dd8f370856bf2a1
    ERROR: Incomplete download, or man-in-the-middle (MITM) attack
    make[1]: *** [package/matio/matio.mk:23: matio-legal-info] Error 1
    make: *** [Makefile:23: _all] Error 2

Regards,
Yann E. MORIN.

> diff --git a/package/matio/matio.mk b/package/matio/matio.mk
> index 0ebba13435..236466d4d9 100644
> --- a/package/matio/matio.mk
> +++ b/package/matio/matio.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MATIO_VERSION = 1.5.18
> +MATIO_VERSION = 1.5.21
>  MATIO_SITE = http://downloads.sourceforge.net/project/matio/matio/$(MATIO_VERSION)
>  MATIO_LICENSE = BSD-2-Clause
>  MATIO_LICENSE_FILES = COPYING
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2021-06-29 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28  9:51 [Buildroot] [PATCH] package/matio: Bump version to 1.5.21 Gwenhael Goavec-Merou
2021-06-29 19:45 ` Yann E. MORIN

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