Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps: RapidJSON #5079

Merged
merged 4 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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