diff --git a/opencv.changes b/opencv.changes index a9f4763..643d1a7 100644 --- a/opencv.changes +++ b/opencv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 21 11:38:08 UTC 2020 - Dominique Leuenberger + +- Drop Jasper (i.e jpeg2k) support (boo#1130404, boo#1144260) + JasPer is unmaintained, CVEs are not being addressed (some issues + received patches submitted to the upstream github project, but are + not being merged, other CVEs are considered unfixable). openSUSE + follows other distros in dropping JasPer now (much later than + most others, incl. Debian). + ------------------------------------------------------------------- Mon Jan 20 23:22:42 UTC 2020 - Stefan BrĂ¼ns diff --git a/opencv.spec b/opencv.spec index da83050..f2161f6 100644 --- a/opencv.spec +++ b/opencv.spec @@ -51,7 +51,6 @@ Patch3: opencv-includedir.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: libeigen3-devel -BuildRequires: libjasper-devel BuildRequires: libjpeg-devel BuildRequires: pkgconfig BuildRequires: memory-constraints @@ -232,6 +231,7 @@ rm -f doc/packaging.txt -DOPENCV_SKIP_PYTHON_LOADER=ON \ -DOPENCV_PYTHON2_INSTALL_PATH=%{python2_sitearch} \ -DOPENCV_PYTHON3_INSTALL_PATH=%{python3_sitearch} \ + -DWITH_JASPER=OFF \ make %{?_smp_mflags} VERBOSE=1