Hello, attached is the update to math/matio 1.5.23. This fixes CVE-2022-1515 (mem leak). Tested math/labplot on amd64 with this.
Comments? OK? -m Index: Makefile =================================================================== RCS file: /cvs/ports/math/matio/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile 11 Mar 2022 19:36:19 -0000 1.20 +++ Makefile 17 Jun 2023 08:32:18 -0000 @@ -1,7 +1,7 @@ COMMENT= library for reading and writing Matlab MAT files -DISTNAME= matio-1.5.21 -SHARED_LIBS= matio 3.1 # 11.3 +DISTNAME= matio-1.5.23 +SHARED_LIBS= matio 3.2 # 11.4 CATEGORIES= math HOMEPAGE= https://sourceforge.net/projects/matio/ Index: distinfo =================================================================== RCS file: /cvs/ports/math/matio/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 9 Mar 2022 08:38:04 -0000 1.7 +++ distinfo 17 Jun 2023 08:32:18 -0000 @@ -1,2 +1,2 @@ -SHA256 (matio-1.5.21.tar.gz) = IYCRd+VYOefJTa2nRO5Vwd6n11fdqriWBXdtUBIvsGU= -SIZE (matio-1.5.21.tar.gz) = 10110430 +SHA256 (matio-1.5.23.tar.gz) = n5Hq5mHfRupTwxGhstz/cgUQlbAjxhLXy/wJQGyfTW4= +SIZE (matio-1.5.23.tar.gz) = 10115808