Proto commits in google/vxsig

These 6 commits are when the Protocol Buffers files have changed:

Commit:51610bd
Author:Christian Blichmann

Update Bazel to 9.1 and update dependencies - Updated .bazelversion to 9.1.0 to use the latest Bazel release. - Updated dependencies in MODULE.bazel: rules_cc to 0.2.18, protobuf to 34.1, and sqlite3 to 3.51.2.bcr.1. - Fixed the SHA256 hash for Google OR-Tools in MODULE.bazel. - Added rules_proto (7.1.0) and rules_go (0.60.0) dependencies to fix compatibility issues with Bazel 9. - Fixed hardcoded Bzlmod path in vxsig/binexport2.pb.h to use the new canonical repository name (+http_archive+com_google_binexport). - Renamed external BUILD file for BinExport to binexport.BUILD to avoid wildcard match issues and fixed missing load statements for proto rules and cc_library. - Updated includes and namespaces in 7 test files to use Abseil's status matchers instead of the missing local ones. Note: On some systems, the build may require the Clang toolchain on this system to avoid linker errors related to .sframe data in Abseil (use `--repo_env=CC=clang --repo_env=CXX=clang++`).

Commit:2f25afb
Author:Christian Blichmann

Update metadata, HTTPS in license headers

The documentation is generated from this commit.

Commit:0435624
Author:Christian Blichmann
Committer:Christian Blichmann

Update dependencies - Abseil - Protobuf - GoogleTest Also update copyright in a few places Signed-off-by: Christian Blichmann <cblichmann@google.com>

Commit:0dc129e
Author:Christian Blichmann
Committer:Christian Blichmann

Better names for function filter constants This uses function inclusion/exclusion instead of white-/blacklist. Signed-off-by: Christian Blichmann <cblichmann@google.com>

Commit:a67d77b
Author:Christian Blichmann

Update license header with recommended best practices Signed-off-by: Christian Blichmann <mail@blichmann.eu>

Commit:2b1ab6a
Author:Christian Blichmann

VxSig OSS release. Signed-off-by: Christian Blichmann <cblichmann@google.com>