From 5fce7502014a8629c95eb923d713a2950e707247 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 9 Jul 2026 20:27:07 +0200 Subject: openvino: update to 2026.2.1 Bump from 2024.4.1. Repin all seven bundled deps to the exact commits openvino references at this tag (submodule gitlinks), downloaded uniformly as archive/ tarballs, and switch flatbuffers/onnx/ittapi/protobuf from version tags to commit SHAs for consistency. Refactor the per-dep extract/symlink blocks into a single bundle_dep helper that derives each dep's directory from the tarball, so future bumps only touch the COMMIT_* vars and .info, not the extract logic. Drop pybind11 from REQUIRES: now satisfied by stock python-pybind11. Add a .gitleaksignore entry for a dep commit SHA that trips the generic-api-key entropy rule (a public commit hash, not a secret). Co-Authored-By: Claude Opus 4.8 --- .gitleaksignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitleaksignore (limited to '.gitleaksignore') diff --git a/.gitleaksignore b/.gitleaksignore new file mode 100644 index 0000000..e87847b --- /dev/null +++ b/.gitleaksignore @@ -0,0 +1,4 @@ +# openvino bundles deps pinned to upstream git commit SHAs. gitleaks' +# generic-api-key entropy rule occasionally flags a 40-hex commit hash as a +# secret. These are public commit hashes, not credentials. +openvino/openvino.SlackBuild:generic-api-key:36 -- cgit v1.2.3