Changelog for
libmirage-devel-3.2.6-bp156.3.5.x86_64.rpm :
* Sat Feb 05 2022 Jan Engelhardt
- Update to release 3.2.6
* Improve error messages during plugin loading
* Remove two-character patterns from apple disk image MIME
* Tue Apr 20 2021 Ferdinand Thiessen - Update to 3.2.5
* Added Vala bindings
* Display a warning when ISRC validation fails
* Fix crash caused by buffer overrun- Fixed broken URL- Dropped upstream fixed 0001-libMirage-utils.h-added-missing-extern-specifiers.patch- Dropped upstream fixed CVE-2019-15757.patch (fixed since 3.2.3, commit bf3f346)
* Sun Jun 07 2020 Jan Engelhardt - Add 0001-libMirage-utils.h-added-missing-extern-specifiers.patch .
* Fri May 01 2020 Aaron Stern - Update to release 3.2.4
* Remove old unused code.
* Thu Dec 19 2019 Jan Engelhardt - Update to release 3.2.3
* CSO filter: replaced a g_assert() with error return
* CSO filter: validate part size
* NRG parser: validate nrg_data_length
* ISO writer: ignore raw and subchannel modes for non-CD media
* TOC image writer: return error when trying to open non-CD image for writing- Drop 0001-libMirage-CSO-filter-validate-part-size.patch, 0002-libMirage-CSO-filter-replaced-a-g_assert-with-error-.patch (merged upstream)
* Tue Sep 03 2019 Jan Engelhardt - Add CVE-2019-15757.patch [boo#1148728]
* Mon Aug 26 2019 Jan Engelhardt - Drop SLE11 recipes from specfile, the build is disabled anyway.- Add 0001-libMirage-CSO-filter-validate-part-size.patch, 0002-libMirage-CSO-filter-replaced-a-g_assert-with-error-.patch [boo#1148087, CVE-2019-15540]
* Mon Jul 01 2019 Aaron Stern - Update to new upstream release 3.2.2
* ISO parser: fixed ISO9660/UDF pattern search for sector sizes 2332 and 2336.
* ISO parser: added support for Nintendo GameCube and Wii ISO images.
* Extended medium type guess to distinguish between DVD and BluRay images based on length.
* Removed fabrication of disc structures from the library (moved to CDEmu daemon).
* MDS parser: cleanup of disc structure parsing, fixed the incorrectly set structure sizes.
* Mon Aug 07 2017 jengelhAATTinai.de- Update to new upstream release 3.1.0
* Avoid using g_assert_nonnull() to keep compatibility with glib <= 2.40.
* Adjusted bundled MIME types to prevent false positives.
* Added infrastructure for localization support.
* Slovenian and Russian translations.
* Improved compile-time checks of arguments passed to debug message functions.
* Explicitly specify minimum required zlib version (1.2.4).
* Fixed acquisition of underlying streams in DMG ans ISZ filters.- Drop 01_g_assert_nonnull.diff, libmirage-3.0.5-glib-2.28-workaround.patch (integrated upstream)
* Thu Apr 06 2017 zeniturAATTya.ru- Fix SLES 11 build. We\'re also need Glib 2.28 instead of 2.22.5. Most desktop and workstation users are turn on Packman repository, so they\'re have Glib 2.28 installed from there.- Added 01_g_assert_nonnull.diff patch taken from Cdemu PPA.- Add libmirage-3.0.5-glib-2.28-workaround.patch- Add glib2-devel as a required for the -devel package. That fixes some rpmbuild warning.
* Mon Feb 06 2017 jengelhAATTinai.de- Update to new upstream release 3.0.5
* Removed a spurious stream reference increment when creating text streams.
* CUE parser: fixed the flags regex
* Text-based parsers: added an assert to verify that all regexes have compiled properly.
* Mon Nov 23 2015 sor.alexeiAATTmeowr.ru- Update to 3.0.4:
* CUE, CCD, TOC, XCDRoast parsers: Fix a crash due to invalid read attempts on uninitialised regex match info structure.
* MDS, MDX parser: Fix a memory leak.
* CIF parser: Fix signature matching.
* CIF parser: Improve pretty-print of some values.
* CIF parser: Fix track length calculation.
* CMake: Replace whitespaces in custom target names with \"-\" signs (silence CMP0037 warnings on CMake 3.2.2 and newer).- Add missing MIME compilation.- Use %cmake macro.
* Tue Nov 25 2014 jengelhAATTinai.de- Update to new upstream release 3.0.3
* fixed an out-of-bounds array access when initializing CRC-32 table data in mirage_helper_init_crc32_lut()