|
|
|
|
Changelog for openjpeg2-devel-2.4.0-2.1.i586.rpm :
* Mon Jan 18 2021 Dirk Müller - update to 2.4.0: * Encoder: add support for multithreading #1248 * Encoder: add support for generation of PLT markers #1246 * Encoder: single-threaded performance improvements in forward DWT for 5-3 and 9-7 (and other improvements) #1253 * Encoder: support IMF profiles #1235 * Many bug fixes (including security fixes)- drop 024b8407392cb0b8.patch, 05f9b91e60debda0.patch, 21399f6b7d318fcd.patch, 3aef207f90e937d4.patch, 4cb1f663049aab96.patch: upstream * Fri Jan 31 2020 Stefan Brüns - Fix several security relevant bugs: * 21399f6b7d318fcd.patch (like CVE-2018-6616, but rle4 instead of rle8, bsc#1079845) * 3aef207f90e937d4.patch (CVE-2019-12973, bsc#1140359) * 4cb1f663049aab96.patch (OSS-fuzz, https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18979) * 024b8407392cb0b8.patch (CVE-2020-6851, bsc#1160782) * 05f9b91e60debda0.patch (CVE-2020-8112, bsc#1162090)- Use upstream pkgconfig file- Move API documentation from devel package to devel-doc * Tue Apr 02 2019 mvetterAATTsuse.com- Update to version 2.3.1: * Fix CVE-2018-6616 (bsr#1079845) * Fix CVE-2018-5785 (bsc#1076967) * Fix CVE-2018-18088 (bsc#1111638) * Fix CVE-2018-16375 (bsc#1106882) * Fix CVE-2018-14423 (bsc#1102016) * Fix CVE-2018-7648 (bsc#1083901) * Fix CVE-2018-5727 (bsc#1076314) * For full list see ChangeLog file- Remove install-fix.patch: upstreamed * Thu Feb 14 2019 bjorn.lieAATTgmail.com- Change openjpeg2 Recommends in the devel package to Requires. * 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. * Thu May 08 2014 hpjAATTurpla.net- version 2.0.1 - 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) - API/ABI modifications: (see abi_compat_report_2.0.1.html in dev-utils/scripts) * No changes, API/ABI fully compatible with 2.0.0 - 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.- adjust library name * Tue Feb 18 2014 pgajdosAATTsuse.com- add libopenjp2.pc (demand introduced by ImageMagick 6.8.8-5) * Tue Nov 26 2013 gberAATTopensuse.org- remove bogus dependency on libjpeg-devel * Tue Nov 26 2013 mrdocsAATTopensuse.org- add explicit libjpeg-devel to fix build on SLE 11 * Sun Nov 24 2013 gberAATTopensuse.org- use pkgconfig macros- let openjpeg2-devel only recommend openjpeg2 * Wed Nov 13 2013 gberAATTopensuse.org- remove bogus dependency on libgeotiff-devel and depend on libtiff-devel- ensure no bundled libraries are used * Tue Nov 12 2013 gberAATTopensuse.org- cleanup - improve group, summary, description - fix license - fix build dependencies - use optflags, don\'t mess with debug symbols - fix library install path - create main package containing codec tools - build doxygen documentaion - fix %post/un scriptlets for the libopenjp2-6 subpackage - add baselibs * Wed May 08 2013 behrischAATTusers.sourceforge.net- fixed make install for non suse targets * Sun Nov 25 2012 Angelos Tzotsos Update to version 2.0 Final, fixed some major issues : * support of Large JPEG2000 Files greater than 2 GBytes * support of tile coding and decoding which allows to encode or decode only specific part of image if the file is tiled * implements subset of the MCT part 2 * streaming system * improvement of the cmake build system * adding a CDash platform to support continuous integration of the different version * opaque pointers (opj_stream, opj_codec) have been used to simplify the API * the library does not perform the t1 decoding of non-needed resolutions any more (increases performance) * a lot of code has been simplified/factored in order to lower the memory consumption. * j2k.c and jp2.c have been modified to support a simpler extension mechanism * prefix all public and the great majority of the private symbols with opj_ to avoid conflict with external libraries * Sun Jan 24 2010 Angelos Tzotsos * Initial build from SVN
|
|
|