All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/matio: security bump to version 1.5.22
@ 2022-03-27 20:32 Fabrice Fontaine
  2022-03-28 19:55 ` Arnout Vandecappelle
  2022-03-31 12:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-03-27 20:32 UTC (permalink / raw)
  To: buildroot; +Cc: Gwenhael Goavec-Merou, Fabrice Fontaine

- Fixed heap-based buffer overflows when reading (crafted) MAT file
  (CVE-2020-36428, CVE-2021-36977)
- Update hash pf COPYING (year updated and contributors added:
  https://github.com/tbeu/matio/commit/a3730c09797372a5919140b4618f217bb54bd1a1)

https://github.com/tbeu/matio/releases/tag/v1.5.22

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/matio/matio.hash | 6 +++---
 package/matio/matio.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/matio/matio.hash b/package/matio/matio.hash
index 4dd05dee07..4634074ca0 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.21/
-sha512  b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c  matio-1.5.21.tar.gz
+# From https://sourceforge.net/projects/matio/files/matio/1.5.22/
+sha512  33fd3991413e94dfc9aba13ffd08b09ddcbdb9dfa579124d981449e195a8c61a3dc95b55e46bba360d48456c117cf36403af1c3448689c26b8aea5fa9cf38323  matio-1.5.22.tar.gz
 # Locally computed
-sha256  69143d4a8f1933022bb909327df1ce812dd2420ed57949812dd8f370856bf2a1  COPYING
+sha256  3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239  COPYING
diff --git a/package/matio/matio.mk b/package/matio/matio.mk
index 236466d4d9..d282852d37 100644
--- a/package/matio/matio.mk
+++ b/package/matio/matio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MATIO_VERSION = 1.5.21
+MATIO_VERSION = 1.5.22
 MATIO_SITE = http://downloads.sourceforge.net/project/matio/matio/$(MATIO_VERSION)
 MATIO_LICENSE = BSD-2-Clause
 MATIO_LICENSE_FILES = COPYING
-- 
2.35.1

_______________________________________________
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 1/1] package/matio: security bump to version 1.5.22
  2022-03-27 20:32 [Buildroot] [PATCH 1/1] package/matio: security bump to version 1.5.22 Fabrice Fontaine
@ 2022-03-28 19:55 ` Arnout Vandecappelle
  2022-03-31 12:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-03-28 19:55 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Gwenhael Goavec-Merou



On 27/03/2022 22:32, Fabrice Fontaine wrote:
> - Fixed heap-based buffer overflows when reading (crafted) MAT file
>    (CVE-2020-36428, CVE-2021-36977)
> - Update hash pf COPYING (year updated and contributors added:
>    https://github.com/tbeu/matio/commit/a3730c09797372a5919140b4618f217bb54bd1a1)
> 
> https://github.com/tbeu/matio/releases/tag/v1.5.22
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/matio/matio.hash | 6 +++---
>   package/matio/matio.mk   | 2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/matio/matio.hash b/package/matio/matio.hash
> index 4dd05dee07..4634074ca0 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.21/
> -sha512  b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c  matio-1.5.21.tar.gz
> +# From https://sourceforge.net/projects/matio/files/matio/1.5.22/
> +sha512  33fd3991413e94dfc9aba13ffd08b09ddcbdb9dfa579124d981449e195a8c61a3dc95b55e46bba360d48456c117cf36403af1c3448689c26b8aea5fa9cf38323  matio-1.5.22.tar.gz
>   # Locally computed
> -sha256  69143d4a8f1933022bb909327df1ce812dd2420ed57949812dd8f370856bf2a1  COPYING
> +sha256  3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239  COPYING
> diff --git a/package/matio/matio.mk b/package/matio/matio.mk
> index 236466d4d9..d282852d37 100644
> --- a/package/matio/matio.mk
> +++ b/package/matio/matio.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -MATIO_VERSION = 1.5.21
> +MATIO_VERSION = 1.5.22
>   MATIO_SITE = http://downloads.sourceforge.net/project/matio/matio/$(MATIO_VERSION)
>   MATIO_LICENSE = BSD-2-Clause
>   MATIO_LICENSE_FILES = COPYING
_______________________________________________
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 1/1] package/matio: security bump to version 1.5.22
  2022-03-27 20:32 [Buildroot] [PATCH 1/1] package/matio: security bump to version 1.5.22 Fabrice Fontaine
  2022-03-28 19:55 ` Arnout Vandecappelle
@ 2022-03-31 12:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-31 12:15 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Gwenhael Goavec-Merou, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fixed heap-based buffer overflows when reading (crafted) MAT file
 >   (CVE-2020-36428, CVE-2021-36977)
 > - Update hash pf COPYING (year updated and contributors added:
 >   https://github.com/tbeu/matio/commit/a3730c09797372a5919140b4618f217bb54bd1a1)

 > https://github.com/tbeu/matio/releases/tag/v1.5.22

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 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] 3+ messages in thread

end of thread, other threads:[~2022-03-31 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 20:32 [Buildroot] [PATCH 1/1] package/matio: security bump to version 1.5.22 Fabrice Fontaine
2022-03-28 19:55 ` Arnout Vandecappelle
2022-03-31 12:15 ` 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.