diff mbox series

package/matio: Bump version to 1.5.21

Message ID 20210628095159.1416239-1-gwenj@trabucayre.com
State Changes Requested
Headers show
Series package/matio: Bump version to 1.5.21 | expand

Commit Message

Gwenhael Goavec-Merou June 28, 2021, 9:51 a.m. UTC
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(-)

Comments

Yann E. MORIN June 29, 2021, 7:45 p.m. UTC | #1
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@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

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