Dominique Leuenberger 2020-01-30 08:37:59 +00:00 committed by Git OBS Bridge
commit c4ac6380b8
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 21 11:38:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <stefan.bruens@rwth-aachen.de> Mon Jan 20 23:22:42 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -51,7 +51,6 @@ Patch3: opencv-includedir.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libeigen3-devel BuildRequires: libeigen3-devel
BuildRequires: libjasper-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: memory-constraints BuildRequires: memory-constraints
@ -232,6 +231,7 @@ rm -f doc/packaging.txt
-DOPENCV_SKIP_PYTHON_LOADER=ON \ -DOPENCV_SKIP_PYTHON_LOADER=ON \
-DOPENCV_PYTHON2_INSTALL_PATH=%{python2_sitearch} \ -DOPENCV_PYTHON2_INSTALL_PATH=%{python2_sitearch} \
-DOPENCV_PYTHON3_INSTALL_PATH=%{python3_sitearch} \ -DOPENCV_PYTHON3_INSTALL_PATH=%{python3_sitearch} \
-DWITH_JASPER=OFF \
make %{?_smp_mflags} VERBOSE=1 make %{?_smp_mflags} VERBOSE=1