Changelog for
libopenjp2-7-32bit-2.3.0-150000.3.10.1.x86_64.rpm :
* Mon Oct 24 2022 hpjAATTsuse.com- Add security fixes: openjpeg2-CVE-2018-20846.patch (CVE-2018-20846, bsc#1140205), openjpeg2-CVE-2018-21010.patch (CVE-2018-21010, bsc#1149789), openjpeg2-CVE-2020-27814.patch (CVE-2020-27814, bsc#1179594), openjpeg2-CVE-2020-27824.patch (CVE-2020-27824, bsc#1179821), openjpeg2-CVE-2020-27841.patch (CVE-2020-27841, bsc#1180042), openjpeg2-CVE-2020-27842.patch (CVE-2020-27842, bsc#1180043), openjpeg2-CVE-2020-27843.patch (CVE-2020-27843, bsc#1180044), openjpeg2-CVE-2020-27845.patch (CVE-2020-27845, bsc#1180046).
* Fri Apr 01 2022 hpjAATTsuse.com- Add security fixes: openjpeg2-CVE-2018-5727.patch (CVE-2018-5727, bsc#1076314), openjpeg2-CVE-2018-5785.patch (CVE-2018-5785, bsc#1076967), openjpeg2-CVE-2018-6616.patch (CVE-2018-6616, bsc#1079845), openjpeg2-CVE-2018-14423.patch (CVE-2018-14423, bsc#1102016), openjpeg2-CVE-2018-16375.patch (CVE-2018-16375, bsc#1106882), openjpeg2-CVE-2018-16376.patch (CVE-2018-16376, bsc#1106881), openjpeg2-CVE-2018-20845.patch (CVE-2018-20845, bsc#1140130), openjpeg2-CVE-2020-6851.patch (CVE-2020-6851, bsc#1160782), openjpeg2-CVE-2020-8112.patch (CVE-2020-8112, bsc#1162090), openjpeg2-CVE-2020-15389.patch (CVE-2020-15389, bsc#1173578), openjpeg2-CVE-2020-27823.patch (CVE-2020-27823, bsc#1180457), openjpeg2-CVE-2021-29338.patch (CVE-2021-29338, bsc#1184774), openjpeg2-CVE-2022-1122.patch (CVE-2022-1122, bsc#1197738).
* Mon Oct 23 2017 idonmezAATTsuse.com- Update to version 2.3.0- Drop upstream patches:
* 0018-tcd_get_decoded_tile_size.patch
* openjpeg2-CVE-2016-10504.patch
* openjpeg2-CVE-2016-10505.patch
* openjpeg2-CVE-2016-10506.patch
* openjpeg2-CVE-2017-12982.patch
* openjpeg2-CVE-2017-14039.patch
* openjpeg2-CVE-2017-14040.patch
* openjpeg2-CVE-2017-14041.patch
* openjpeg2-CVE-2017-14151.patch
* openjpeg2-CVE-2017-14152.patch- Add install-fix.patch from upstream to fix library installation.
* Tue Sep 12 2017 hpjAATTsuse.com- Add security fixes: openjpeg2-CVE-2016-10504.patch (CVE-2016-10504, bsc#1056351), openjpeg2-CVE-2016-10505.patch (CVE-2016-10505, bsc#1056363), openjpeg2-CVE-2016-10506.patch (CVE-2016-10506, bsc#1056396), openjpeg2-CVE-2017-12982.patch (CVE-2017-12982, bsc#1054696), openjpeg2-CVE-2017-14039.patch (CVE-2017-14039, CVE-2017-14164, bsc#1056622, bsc#1057511), openjpeg2-CVE-2017-14040.patch (CVE-2017-14040, bsc#1056621), openjpeg2-CVE-2017-14041.patch (CVE-2017-14041, bsc#1056562), openjpeg2-CVE-2017-14151.patch (CVE-2017-14151, bsc#1057336), openjpeg2-CVE-2017-14152.patch (CVE-2017-14152, bsc#1057335), most of which are critical, including heap and stack overwrites, over-reads and division by zero errors.
* Mon Dec 19 2016 normandAATTlinux.vnet.ibm.com- update to version 2.1.2 Bug fixes including security fixes among which: CVE-2016-8332 CVE-2016-7163 CVE-2016-5139 CVE-2016-5159 CVE-2016-5158 (not listed but solved different way) Huge amount of critical bugfixes Speed improvements No API/ABI break compared to v2.1.1/v2.1- some doc files now have \'.md\' suffix (like README.md)- CVE-2016-5152 with new 0018-tcd_get_decoded_tile_size.patch
* Tue Dec 08 2015 p.drouandAATTgmail.com- Add a pkg-config dependency; expand pkgconfig
* Mon Oct 19 2015 schwabAATTsuse.de- Re-add baselibs.conf, needed by poppler and leptonica
* Fri Sep 04 2015 mpluskalAATTsuse.com- Use cmake macro- Remove baselibs.conf (it was broken anyways for months)- Cleanup spec file with spec-cleaner
* Sat May 31 2014 cooloAATTsuse.com- pimp up the previous changelog
* Tue May 27 2014 opensuseAATTdstoecker.de- update to version 2.1.0 New Features:
* Digital Cinema profiles have been fixed and updated
* New option to disable MCT if needed
* extended RAW support: it is now possible to input raw images with subsampled color components (422, 420, etc)
* New way to deal with profiles API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
* Removed deprecated functions - opj_stream_create_default_file_stream(FILE
*,...) - opj_stream_create_file_stream(FILE
*,...) - opj_stream_set_user_data (opj_stream_t
* p_stream, void
* p_data)
* Added - opj_stream_create_default_file_stream(char
*,...) - opj_stream_create_file_stream(char
*,...) - opj_stream_destroy(opj_stream_t
*) - opj_stream_set_user_data (opj_stream_t
* p_stream, void
* p_data, ... opj_stream_free_user_data_fn p_function) - JPEG 2000 profiles and Part-2 extensions defined through \'#define\'
* Changed - \'alpha\' field added to \'opj_image_comp\' structure - \'OPJ_CLRSPC_EYCC\' added to enum COLOR_SPACE - \'OPJ_CLRSPC_CMYK\' added to enum COLOR_SPACE - \'OPJ_CODEC_JPP\' and \'OPJ_CODEC_JPX\' added to CODEC_FORMAT (not yet used in use) - \'max_cs_size\' and \'rsiz\' fields added to opj_cparameters_t Misc:
* OpenJPEG is now officialy conformant with JPEG 2000 Part-1 and will soon become official reference software at the JPEG committee.
* Huge amount of bug fixes. See CHANGES for details.