Skip to content

Commit

Permalink
Update deps: RapidJSON, OpenCV (NVIDIA#5079)
Browse files Browse the repository at this point in the history
Remove webp patch from Conda's OpenCV as it is no longer needed.

Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
  • Loading branch information
klecki authored and JanuszL committed Oct 13, 2023
1 parent c39ce6a commit aaec900
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13,915 deletions.
2 changes: 1 addition & 1 deletion DALI_DEPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87713b7124bbeed05f9791e267fc866d6035f88c
0eda6929db5b8eba1dd0cd019dc3978cf3bce096
10 changes: 4 additions & 6 deletions conda/third_party/dali_opencv/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

{% set build_version = "4.8.0" %}
{% set build_version = "4.8.1" %}

package:
name: dali-opencv
version: {{ build_version }}

source:
fn: opencv-4.8.0.tar.gz
url: https://github.com/opencv/opencv/archive/refs/tags/4.8.0.tar.gz
sha256: cbf47ecc336d2bff36b0dcd7d6c179a9bb59e805136af6b9670ca944aef889bd
patches:
- patches/opencv-libwebp-CVE-2023-5129.patch
fn: opencv-4.8.1.tar.gz
url: https://github.com/opencv/opencv/archive/refs/tags/4.8.1.tar.gz
sha256: 62f650467a60a38794d681ae7e66e3e8cfba38f445e0bf87867e2f2cdc8be9d5

build:
number: 0
Expand Down
Loading

0 comments on commit aaec900

Please sign in to comment.