Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libmatio11 | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.5.23 | Vendor: openSUSE |
Release: bp156.3.7 | Build date: Mon May 13 15:01:40 2024 |
Group: System/Libraries | Build host: i01-armsrv2 |
Size: 489546 | Source RPM: matio-1.5.23-bp156.3.7.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://sourceforge.net/projects/matio/ | |
Summary: Library for reading and writing MATLAB MAT files |
matio is an open-source library for reading and writing MATLAB MAT files. This library is designed for use by programs/libraries that do not have access or do not want to rely on MATLAB's shared library.
BSD-2-Clause
* Fri May 06 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.5.23: * Fixed testsuite regression from version 1.5.22. - Changes from version 1.5.22: * 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, boo#1193873, boo#1193874). * Confirmed compatibility with HDF5 v1.13.0 and v1.13.1. * Several other fixes, for example for memory leaks. * Tue Jun 01 2021 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 1.5.21 * Fixed: Avoid usage of strlen when creating MAT_T_UTF8 encoded character array * Fixed reading of compression flag from HDF5 MAT file - Use https for URL and SourceURL * Mon Mar 22 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.5.20: * Added support for writing MAT_T_UTF8 encoded character array to HDF5 MAT file (by conversion to UTF-16 if in BMP). * Updated cmake-conan to v0.16.1. * Fixed bug with size_t arguments of logging function calls. * Fixed bug reading past EOF from (crafted) MAT file. * Fixed bug writing MAT_T_UTF8 encoded character array to v5 MAT file. * Fixed printing of MAT_T_UTF8 encoded character array. * Several other fixes, for example for memory leaks. * Sun Nov 15 2020 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.5.19: * Fixed support for CMake (>= v3.19.0) build system. * Fixed bug reading variable from v4 MAT file (regression of v1.5.18). * Sat Sep 19 2020 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.5.18: * Added support of HDF5 v1.12.x. * Added support for reading uncompressed v5 MAT file generated by SWAN. * Added error codes to public interface. * Added support for CMake build system. * Fixed read performance of numeric array from compressed v5 MAT file. * Fixed support for VS2005 and VS2008 (MSVC) (regression of v1.5.15). * Fixed mktemp linker warning when using GNU linker. * Fixed bug writing struct array to uncompressed v5 MAT file on big endian architecture (regression of v1.5.10). * Fixed bug writing cell array to uncompressed v5 MAT file on big endian architecture. * Fixed bug reading variable name from v4 MAT file (CVE-2019-17533). * Fixed bug reading dimensions from (crafted) compressed v5 MAT file (CVE-2019-20017, CVE-2019-20018, CVE-2019-20020, CVE-2019-20052). - Bump soversion to 11. * Sat Feb 22 2020 Max Lin <mlin@suse.com> - Leap 15.2 has newer p7zip, build requires p7zip-full on Tumbleweed, Leap 15.2 and SLE15 SP2. * Fri Sep 20 2019 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.5.17 * Fixed bug reading struct array with packed field names from v5 MAT file * Fixed bug reading past EOF from (crafted) uncompressed v5 MAT file - Drop 0001-Write-backwards-compatible-Mat7.3-files.patch: incorporated upstream. - Update so number to 9 in keeping with upstream. * Thu Oct 04 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix preprocessor check for availability of H5F_LIBVER_V18 * Tue Oct 02 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Force writing of backwards compatible files with HDF5 1.10.x 0001-Write-backwards-compatible-Mat7.3-files.patch (gh#tbeu/matio#93). * Fri Jun 29 2018 stefan.bruens@rwth-aachen.de - BuildRequire p7zip-full instead of p7zip on TW, 7za was moved from p7zip to the new package, breaking backwards compatibility. - use %license for COPYING * Thu Apr 12 2018 adrian@suse.de - enforce hdf5 1.8 to ensure that files can still be exchanged * Tue Apr 03 2018 jengelh@inai.de - Fix SRPM group. Trim redundant wording from summaries. * Sat Mar 31 2018 stefan.bruens@rwth-aachen.de - Update to version 1.5.12: * Updated Mat_VarWriteAppend: Added support to append a variable to a previously written struct array in HDF5 MAT file * Fixed bug reading MAT_T_UINT16 encoded character array from HDF5 MAT file * Fixed bug reading MAT_T_UTF16 encoded character array from compressed v5 MAT file * Fixed bug writing MAT_T_UTF16 encoded character array to HDF5 MAT file * Fixed buffer overflow in Mat_VarGetCells/Mat_VarGetStructs - Reenable support for Mat v7.3 - Use significantly smaller 7z compressed sources (2.7 vs 10 MByte) * Thu Oct 26 2017 badshah400@gmail.com - Update to version 1.5.11: * Added new API function Mat_VarWriteAppend to append a numeric array to a previously written variable in HDF5 MAT file. * Fixed bug calculating sizes of cell/struct array with empty cells/fields in Mat_VarGetSize. * Fixed bug writing cell/struct array with empty cells/fields to v5 MAT file. * Fixed bug writing cell/struct array with empty cells/fields to HDF5 MAT file. * Fixed read performance of cell/struct array with empty cells/fields from v5 MAT file. * Fixed read performance of numeric array from uncompressed v5 MAT file. * Fixed testsuite (if configured with the MATLAB application). * Updated man pages. - Drop BuildRequires: libtool and the autoreconf run before configure; the patches that needed these have been long gone. - Mat v7.3 tests fail, so turn off enable-mat73 for now. * Mon Oct 02 2017 badshah400@gmail.com - Update to version 1.5.10: * Added new API function Mat_GetDir to retrieve all variable names of a MAT file * Fixed performance of repeated calls to Mat_VarWrite (broken by v1.5.7) * Fixed bugs reading (hyperslabs of) numeric arrays where the variable data type differs from the desired output data type * Increased testsuite coverage * Mon Oct 24 2016 dmitry_r@opensuse.org - Update to version 1.5.9 * Bug fixes * HDF5 1.10 support, drop obsolete matio-hdf5_110-support.patch matio-disable-failing-hdf5-tests.patch * Fri Aug 05 2016 badshah400@gmail.com - Add matio-hdf5_110-support.patch to fix support for hdf5 >= 1.10; patch taken from upstream git (gh#tbeu/matio#37). - Add matio-disable-failing-hdf5-tests.patch to disable "mat73" tests that fail (apparently) due to bugs in hdf5 1.10 (gh#tbeu/matio#41); patch touches autotool files, add BuildRequires on libtool and run "autoreconf -fi" before configure. * Fri Jul 08 2016 dmitry_r@opensuse.org - Update to version 1.5.8 * Bug fixes * Thu Jun 23 2016 dmitry_r@opensuse.org - Update to version 1.5.7 * Added support for MAT_T_UTF16 when reading character array from v5 MAT file * Added support of HDF5 v1.10.x (with deprecated v1.8.x symbols exported) * Added warning on unsupported character data types when reading v5 MAT file * Added error check if variable already exists when writing to MAT file * Bug fixes * Mon Mar 21 2016 dmitry_r@opensuse.org - Update to version 1.5.6 * Added support of reading sparse array from v4 MAT files * Added support of writing sparse array to v4 MAT files * Added support of writing character array to v4 MAT files * Bug fixes * Wed Feb 03 2016 dmitry_r@opensuse.org - Update to version 1.5.3 * Added support for writing numeric arrays to v4 MAT files * Added new API functions Mat_CalcSingleSubscript2 and Mat_CalcSubscripts2 that work on size_t type * Bug fixes * Mon Aug 31 2015 toddrme2178@gmail.com - Avoid unresolvable errors from multiple providers of libhdf5
/usr/lib64/libmatio.so.11 /usr/lib64/libmatio.so.11.0.4 /usr/share/doc/packages/libmatio11 /usr/share/doc/packages/libmatio11/NEWS /usr/share/doc/packages/libmatio11/README /usr/share/licenses/libmatio11 /usr/share/licenses/libmatio11/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024