diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-09 20:27:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-09 20:27:07 +0200 |
| commit | 5fce7502014a8629c95eb923d713a2950e707247 (patch) | |
| tree | 3855d5d9a71d3fb9cb97b875b3b2d31b94ed9840 /.gitleaksignore | |
| parent | 30fa15c1485772cab7b15d1c49481c3c39baed6b (diff) | |
| download | my-slackbuilds-5fce7502014a8629c95eb923d713a2950e707247.tar.gz my-slackbuilds-5fce7502014a8629c95eb923d713a2950e707247.zip | |
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/<sha> 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 <noreply@anthropic.com>
Diffstat (limited to '.gitleaksignore')
| -rw-r--r-- | .gitleaksignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
