Compare commits
3 Commits
315665d372
...
main
Author | SHA256 | Date | |
---|---|---|---|
203178d966 | |||
a2489294a5 | |||
a4eb0240f4 |
BIN
openjpeg-2.5.0.tar.gz
(Stored with Git LFS)
BIN
openjpeg-2.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
openjpeg-2.5.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
openjpeg-2.5.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 16 11:15:35 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.5.3:
|
||||||
|
* No API/ABI break compared to v2.5.2
|
||||||
|
New Features:
|
||||||
|
* Use TLM (Tile Length Marker) segments to optimize decoding #1538
|
||||||
|
* Add AVX2 and AVX512 optimization #1552
|
||||||
|
* Support setting enumcs for CMYK and EYCC color space #1529
|
||||||
|
Bug fixes:
|
||||||
|
* Do not turn on 'TPsot==TNsot detection fix' when TNsot==1, and
|
||||||
|
add a OPJ_DPARAMETERS_DISABLE_TPSOT_FIX flag to disable it #1560
|
||||||
|
* opj_j2k_setup_encoder(): set numgbits = 1 for Cinema2K #1559
|
||||||
|
* fix: when EPH markers are specified, they are required. #1547
|
||||||
|
* sycc422_to_rgb(): fix out-of-bounds read accesses when 2 *
|
||||||
|
width_component_1_or_2 + 1 == with_component_0 #1566
|
||||||
|
* Avoid heap-buffer-overflow read on corrupted image in non-strict mode #1536
|
||||||
|
* opj_j2k_read_sod(): validate opj_stream_read_data() return to
|
||||||
|
avoid potential later heap-buffer-overflow in in opj_t1_decode_cblk when disabling strict mode #1534
|
||||||
|
* fix integer Overflow at j2k.c:9614 #1530
|
||||||
|
* Memory leak fixes in error code path of opj_compress #1567
|
||||||
|
* opj_j2k_decode_tiles(): avoid use of uninitialized l_current_tile_no variable #1528
|
||||||
|
* Do not allow header length to be zero in non-zero length packet #1526
|
||||||
|
* Fix building on OpenBSD big endian hosts #1520
|
||||||
|
Changes in third party components:
|
||||||
|
* thirdparty/libz: update to zlib-1.3.1 #1542
|
||||||
|
* thirdparty/libpng: update to libpng-1.6.43 #1541
|
||||||
|
* thirdparty/libtiff: update to libtiff 4.6.0 #1540
|
||||||
|
- fixes CVE-2024-56826 [bsc#1235029]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 16 16:59:14 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
- Make version check for the work around reliable to not silently
|
||||||
|
match Factory/Tumbleweed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 16 06:59:29 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
- Work around a bug by cmake installing docs into the wrong
|
||||||
|
directory when building for openSUSE Leap 15.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 14:43:25 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.5.2:
|
||||||
|
* Make sure openjpeg.h includes opj_config.h #1514
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 06:16:30 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.5.1:
|
||||||
|
* CMake: drop support for cmake < 3.5
|
||||||
|
* Several bugfixes, including #1509 for CVE-2021-3575 (bsc#1187048)
|
||||||
|
* Significant speed-up rate allocation by rate/distoratio ratio #1440
|
||||||
|
- Set devel-doc subpackage to noarch
|
||||||
|
- Change cmake parameters (see c7bccf)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 8 14:11:29 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
Wed Mar 8 14:11:29 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
@@ -11,6 +69,9 @@ Fri Jun 3 09:59:48 UTC 2022 - Timothy Brown <stimut@gmail.com>
|
|||||||
* Decoder: add support for high throughput (HTJ2K) decoding
|
* Decoder: add support for high throughput (HTJ2K) decoding
|
||||||
* Decoder: add support for partial bitstream decoding
|
* Decoder: add support for partial bitstream decoding
|
||||||
* Bug fixes (including security fixes)
|
* Bug fixes (including security fixes)
|
||||||
|
* Fix CVE-2018-16376 (bsc#1106881)
|
||||||
|
* Fix CVE-2021-29338 (bsc#1184774)
|
||||||
|
* Fix CVE-2022-1122 (bsc#1197738)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 18 23:00:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 18 23:00:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
@@ -21,6 +82,14 @@ Mon Jan 18 23:00:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
* Encoder: single-threaded performance improvements in forward DWT for 5-3 and 9-7 (and other improvements) #1253
|
* Encoder: single-threaded performance improvements in forward DWT for 5-3 and 9-7 (and other improvements) #1253
|
||||||
* Encoder: support IMF profiles #1235
|
* Encoder: support IMF profiles #1235
|
||||||
* Many bug fixes (including security fixes)
|
* Many bug fixes (including security fixes)
|
||||||
|
* Fix CVE-2020-27814 (bsc#1179594)
|
||||||
|
* Fix CVE-2020-27824 (bsc#1179821)
|
||||||
|
* Fix CVE-2020-27841 (bsc#1180042)
|
||||||
|
* Fix CVE-2020-27842 (bsc#1180043)
|
||||||
|
* Fix CVE-2020-27843 (bsc#1180044)
|
||||||
|
* Fix CVE-2020-27845 (bsc#1180046)
|
||||||
|
* Fix CVE-2020-15389 (bsc#1173578)
|
||||||
|
* Fix CVE-2020-27823 (bsc#1180457)
|
||||||
|
|
||||||
- drop 024b8407392cb0b8.patch, 05f9b91e60debda0.patch,
|
- drop 024b8407392cb0b8.patch, 05f9b91e60debda0.patch,
|
||||||
21399f6b7d318fcd.patch, 3aef207f90e937d4.patch,
|
21399f6b7d318fcd.patch, 3aef207f90e937d4.patch,
|
||||||
@@ -51,6 +120,9 @@ Tue Apr 02 10:41:57 UTC 2019 - mvetter@suse.com
|
|||||||
* Fix CVE-2018-14423 (bsc#1102016)
|
* Fix CVE-2018-14423 (bsc#1102016)
|
||||||
* Fix CVE-2018-7648 (bsc#1083901)
|
* Fix CVE-2018-7648 (bsc#1083901)
|
||||||
* Fix CVE-2018-5727 (bsc#1076314)
|
* Fix CVE-2018-5727 (bsc#1076314)
|
||||||
|
* Fix CVE-2018-20846 (bsc#1140205)
|
||||||
|
* Fix CVE-2018-21010 (bsc#1149789)
|
||||||
|
* Fix CVE-2018-20845 (bsc#1140130)
|
||||||
* For full list see ChangeLog file
|
* For full list see ChangeLog file
|
||||||
- Remove install-fix.patch: upstreamed
|
- Remove install-fix.patch: upstreamed
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openjpeg2
|
# spec file for package openjpeg2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define library_name libopenjp2-7
|
%define library_name libopenjp2-7
|
||||||
%define base_version 2.5
|
%define base_version 2.5
|
||||||
Name: openjpeg2
|
Name: openjpeg2
|
||||||
Version: 2.5.0
|
Version: 2.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Opensource JPEG 2000 Codec Implementation
|
Summary: Opensource JPEG 2000 Codec Implementation
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -27,7 +27,7 @@ Group: Productivity/Graphics/Other
|
|||||||
URL: https://www.openjpeg.org/
|
URL: https://www.openjpeg.org/
|
||||||
Source0: https://github.com/uclouvain/openjpeg/archive/v%{version}.tar.gz#/openjpeg-%{version}.tar.gz
|
Source0: https://github.com/uclouvain/openjpeg/archive/v%{version}.tar.gz#/openjpeg-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: cmake > 2.8.2
|
BuildRequires: cmake > 3.5
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@@ -79,6 +79,7 @@ Summary: API documentation for %{name}
|
|||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
Recommends: %{library_name} = %{version}
|
Recommends: %{library_name} = %{version}
|
||||||
Recommends: %{name} = %{version}
|
Recommends: %{name} = %{version}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description devel-doc
|
%description devel-doc
|
||||||
The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
|
The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
|
||||||
@@ -106,14 +107,18 @@ done
|
|||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
-DBUILD_DOC=ON \
|
-DBUILD_DOC=ON \
|
||||||
-DBUILD_THIRDPARTY=OFF \
|
-DBUILD_THIRDPARTY=OFF \
|
||||||
-DOPENJPEG_INSTALL_LIB_DIR=%{_lib} \
|
-DCMAKE_INSTALL_LIB_DIR=%{_lib} \
|
||||||
-DOPENJPEG_INSTALL_DOC_DIR=share/doc/packages/%{name}-devel-doc
|
-DCMAKE_INSTALL_DOC_DIR=share/doc/packages/%{name}-devel-doc
|
||||||
|
|
||||||
%cmake_build all doc
|
%cmake_build all doc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
rm %{buildroot}%{_defaultdocdir}/%{name}-devel-doc/LICENSE
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 0 && 0%{?sle_version} <= 150500
|
||||||
|
# Work around a bug by cmake installing docs into the wrong directory:
|
||||||
|
mkdir -p %{buildroot}%{_defaultdocdir}
|
||||||
|
mv %{buildroot}/usr/share/doc/openjpeg %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
|
%endif
|
||||||
%fdupes %{buildroot}%{_defaultdocdir}
|
%fdupes %{buildroot}%{_defaultdocdir}
|
||||||
|
|
||||||
%post -n %{library_name} -p /sbin/ldconfig
|
%post -n %{library_name} -p /sbin/ldconfig
|
||||||
@@ -131,12 +136,13 @@ rm %{buildroot}%{_defaultdocdir}/%{name}-devel-doc/LICENSE
|
|||||||
%{_includedir}/openjpeg-%{base_version}/
|
%{_includedir}/openjpeg-%{base_version}/
|
||||||
%{_libdir}/libopenjp2.so
|
%{_libdir}/libopenjp2.so
|
||||||
%{_libdir}/pkgconfig/libopenjp2.pc
|
%{_libdir}/pkgconfig/libopenjp2.pc
|
||||||
%{_libdir}/openjpeg-%{base_version}/
|
%{_libdir}/cmake/openjpeg-2.5/
|
||||||
%{_mandir}/man3/libopenjp2.3%{?ext_man}
|
%{_mandir}/man3/libopenjp2.3%{?ext_man}
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS.md CHANGELOG.md NEWS.md README.md THANKS.md
|
%doc AUTHORS.md CHANGELOG.md NEWS.md README.md THANKS.md
|
||||||
%doc %{_defaultdocdir}/%{name}-devel-doc/html
|
%dir %{_defaultdocdir}/%{name}
|
||||||
|
%doc %{_defaultdocdir}/%{name}/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user