summaryrefslogtreecommitdiffstats
path: root/openjpeg2-static.spec
diff options
context:
space:
mode:
Diffstat (limited to 'openjpeg2-static.spec')
-rw-r--r--openjpeg2-static.spec35
1 files changed, 17 insertions, 18 deletions
diff --git a/openjpeg2-static.spec b/openjpeg2-static.spec
index db311f2..7639e74 100644
--- a/openjpeg2-static.spec
+++ b/openjpeg2-static.spec
@@ -1,5 +1,5 @@
# remirepo spec file from fedora
-# adapted to produce static library
+# adapted to produce only the static library
# Conformance tests disabled by default since it requires 1 GB of test data
#global runcheck 1
@@ -7,8 +7,8 @@
#global optional_components 1
Name: openjpeg2-static
-Version: 2.2.0
-Release: 3%{?dist}.1
+Version: 2.3.0
+Release: 1%{?dist}
Summary: C-Library for JPEG 2000
# windirent.h is MIT, the rest is BSD
@@ -22,16 +22,6 @@ Source1: data.tar.xz
# Remove bundled libraries
Patch0: openjpeg2_remove-thirdparty.patch
-# Backport fix for CVE-2017-12982
-Patch1: baf0c1ad4572daa89caa3b12985bdd93530f0dd7.patch
-# Backport fix for CVE-2017-14041
-Patch2: e5285319229a5d77bf316bb0d3a6cbd3cb8666d9.patch
-# Backport fix for CVE-2017-14040
-Patch3: 2cd30c2b06ce332dede81cccad8b334cde997281.patch
-# Backport fix for Heap-based buffer overflow in opj_write_bytes_LE in cio.c
-Patch4: 4241ae6fbbf1de9658764a80944dc8108f2b4154.patch
-# Backport fix for Heap-based buffer overflow in opj_mqc_flush in mqc.c
-Patch5: afb308b9ccbe129608c9205cf3bb39bbefad90b9.patch
BuildRequires: cmake
BuildRequires: zlib-devel
@@ -277,12 +267,12 @@ make test -C %{_target_platform}
%{_mandir}/man3/libopenjp2.3*
%files devel
-%dir %{_includedir}/openjpeg-2.2/
-%{_includedir}/openjpeg-2.2/openjpeg.h
-%{_includedir}/openjpeg-2.2/opj_config.h
-%{_includedir}/openjpeg-2.2/opj_stdint.h
+%dir %{_includedir}/openjpeg-2.3/
+%{_includedir}/openjpeg-2.3/openjpeg.h
+%{_includedir}/openjpeg-2.3/opj_config.h
+%{_includedir}/openjpeg-2.3/opj_stdint.h
%{_libdir}/libopenjp2.a
-%{_libdir}/openjpeg-2.2/
+%{_libdir}/openjpeg-2.3/
%{_libdir}/pkgconfig/libopenjp2.pc
%files devel-docs
@@ -342,12 +332,21 @@ make test -C %{_target_platform}
%changelog
+* Fri Oct 6 2017 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- Update to 2.3.0 from Fedora
+
+* Thu Oct 05 2017 Sandro Mani <manisandro@gmail.com> - 2.3.0-1
+- Update to 2.3.0
+
* Thu Oct 5 2017 Remi Collet <remi@remirepo.net> - 2.2.0-4
- fix build flags
* Wed Oct 4 2017 Remi Collet <remi@remirepo.net> - 2.2.0-3
- build the static library
+* Thu Sep 07 2017 Sandro Mani <manisandro@gmail.com> - 2.2.0-4
+- Backport fix for CVE-2017-14039
+
* Thu Aug 31 2017 Sandro Mani <manisandro@gmail.com> - 2.2.0-3
- Backport more security fixes, including for CVE-2017-14041 and CVE-2017-14040