pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/matio



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 31 14:13:43 UTC 2023

Modified Files:
        pkgsrc/devel/matio: Makefile distinfo

Log Message:
matio: updated to 1.5.23

Changes in 1.5.23 (31 March 2022)
* Updated cmake-conan to version 0.18.0
* Fixed testsuite (regression of v1.5.22)

Changes in 1.5.22 (25 March 2022)
* Added support for reading large MAT file
* Updated cmake-conan to version 0.17.0
* Fixed CMake build with Conan (MATIO_USE_CONAN:BOOL=ON)
* Fixed data type when reading 16-bit character data from HDF5 MAT file
* Fixed heap-based buffer overflows when reading (crafted) MAT file
  (CVE-2020-36428, CVE-2021-36977)
* Confirmed compatibility with HDF5 v1.13.0 and v1.13.1
* Several other fixes, for example for memory leaks


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/matio/Makefile \
    pkgsrc/devel/matio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/matio/Makefile
diff -u pkgsrc/devel/matio/Makefile:1.6 pkgsrc/devel/matio/Makefile:1.7
--- pkgsrc/devel/matio/Makefile:1.6     Sun Nov  7 10:50:38 2021
+++ pkgsrc/devel/matio/Makefile Thu Aug 31 14:13:42 2023
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2021/11/07 10:50:38 nros Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/31 14:13:42 adam Exp $
 
-DISTNAME=              matio-1.5.21
-CATEGORIES=            devel
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=matio/}
+DISTNAME=      matio-1.5.23
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=matio/}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://sourceforge.net/projects/matio/
-COMMENT=               Matlab MAT file I/O library
-LICENSE=               2-clause-bsd
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://sourceforge.net/projects/matio/
+COMMENT=       Matlab MAT file I/O library
+LICENSE=       2-clause-bsd
 
-GNU_CONFIGURE=         yes
 # we need a fortran90 compiler for pkgsrc before we can
 # enable the fortran part.  The fortran code here is *not*
 # compatible with f2c (which is fortran 77).
 #USE_LANGUAGES=                c fortran90
 #CONFIGURE_ARGS+=      --enable-fortran
 USE_LIBTOOL=           yes
-
+GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    matio.pc.in
 
 .include "../../devel/hdf5/buildlink3.mk"
Index: pkgsrc/devel/matio/distinfo
diff -u pkgsrc/devel/matio/distinfo:1.6 pkgsrc/devel/matio/distinfo:1.7
--- pkgsrc/devel/matio/distinfo:1.6     Wed Oct 26 09:59:26 2022
+++ pkgsrc/devel/matio/distinfo Thu Aug 31 14:13:42 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2022/10/26 09:59:26 nros Exp $
+$NetBSD: distinfo,v 1.7 2023/08/31 14:13:42 adam Exp $
 
-BLAKE2s (matio-1.5.21.tar.gz) = 436f7155f889be58d38a53b8c1c7ffcf5ef933b89003ad92bdf24b3abd5de134
-SHA512 (matio-1.5.21.tar.gz) = b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c
-Size (matio-1.5.21.tar.gz) = 10110430 bytes
+BLAKE2s (matio-1.5.23.tar.gz) = 1cc1e3035dd7e8243cd38b09c290dfcef32152eae0bee63ca9185625fd22a151
+SHA512 (matio-1.5.23.tar.gz) = e125278dcb25695affb7c576d0e2a86c0eff4225aa866b81536c9e4d7b2aea2c554f5389e96d534a8b559f5554b6cbecff4b44fe8915173cd64b2da6d1dc2629
+Size (matio-1.5.23.tar.gz) = 10115808 bytes
 SHA1 (patch-configure) = 884d581f2a03582553f352110130fba6cb5acc0d
 SHA1 (patch-documentation_Makefile.in) = 0f31d828464a09d061e24482e432422f4e5003df



Home | Main Index | Thread Index | Old Index