Skip to content

Commit

Permalink
Update dependecies: OpenCV, libtiff (#89)
Browse files Browse the repository at this point in the history
Revert the webp patch as it is no longer needed

Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
  • Loading branch information
klecki committed Oct 6, 2023
1 parent 87713b7 commit 0eda692
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13,912 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ The repository consists mostly of externally hosted subrepositories:
.. _opencv: https://github.com/opencv/opencv/
.. |opencvlic| replace:: Apache License 2.0
.. _opencvlic: https://github.com/opencv/opencv/blob/master/LICENSE
.. |opencvver| replace:: 4.8.0
.. _opencvver: https://github.com/opencv/opencv/releases/tag/4.8.0
.. |opencvver| replace:: 4.8.1
.. _opencvver: https://github.com/opencv/opencv/releases/tag/4.8.1

.. _openjpeg: https://github.com/uclouvain/openjpeg
.. |openjpeglic| replace:: BSD-2 license
Expand All @@ -108,8 +108,8 @@ The repository consists mostly of externally hosted subrepositories:
.. _libtiff: https://gitlab.com/libtiff/libtiff
.. |libtifflic| replace:: BSD-2 license
.. _libtifflic: https://gitlab.com/libtiff/libtiff/-/blob/master/README.md
.. |libtiffver| replace:: 4.5.1 (+ Build System Patch)
.. _libtiffver: https://gitlab.com/libtiff/libtiff/-/tree/v4.5.1
.. |libtiffver| replace:: 4.6.0 (+ Build System Patch)
.. _libtiffver: https://gitlab.com/libtiff/libtiff/-/tree/v4.6.0

.. _zstd: https://github.com/facebook/zstd
.. |zstdlic| replace:: BSD-3 license
Expand Down
1 change: 0 additions & 1 deletion build_scripts/build_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

# OpenCV
pushd third_party/opencv
patch -p1 < ${ROOT_DIR}/patches/opencv-libwebp-CVE-2023-5129.patch
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE \
Expand Down
Loading

0 comments on commit 0eda692

Please sign in to comment.