diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 0000000..673dda7 --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +7.2.1rc2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23d9e53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# From https://github.com/github/gitignore/blob/main/community/Bazel.gitignore + +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +bazel-* + +# Directories for the Bazel IntelliJ plugin containing the generated +# IntelliJ project files and plugin configuration. Seperate directories are +# for the IntelliJ, Android Studio and CLion versions of the plugin. +/.ijwb/ +/.aswb/ +/.clwb/ + +# Additionally: +.idea/ +*.iml + +.bazelrc.user diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/MODULE.bazel b/MODULE.bazel new file mode 100644 index 0000000..7c7d63b --- /dev/null +++ b/MODULE.bazel @@ -0,0 +1,86 @@ +module( + repo_name = "repro", + version = "0.0.0", +) + +## postgres/ +http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + + +http_archive( + name = "postgres_src", + url = "https://github.com/postgres/postgres/archive/refs/tags/REL_16_3.tar.gz", + sha256 = "dcb3fac1ed875e75bd939aa9636264977e56f35b4429418450309bc646409aff", + strip_prefix = "postgres-REL_16_3", + build_file = "//postgres:postgres_src.BUILD", +) + + +bazel_dep(name = "rules_foreign_cc", version = "0.11.1") +RULES_FOREIGN_CC_HASH = "9d5727d5e51bf1be8423dff7996bdb4d847b47e6" +git_override( + module_name = "rules_foreign_cc", + commit = RULES_FOREIGN_CC_HASH, + remote = "https://github.com/bazelbuild/rules_foreign_cc", +) + + +# https://github.com/bazelbuild/rules_python/pull/713 +bazel_dep(name = "rules_python", version = "0.34.0") +python = use_extension("@rules_python//python/extensions:python.bzl", "python") +python.toolchain( + ignore_root_user_error = True, + python_version = "3.11", +) + +bazel_dep(name = "rules_pkg", version = "1.0.1") + + +## testimage/ +bazel_dep(name = "rules_distroless", version = "0.3.3") + +# NOTE: +# Even though rules_distroless PR#50 enabled Bzlmod and it was released in +# 0.3.4, the release failed for MacOS, so this git_override is needed until +# a new release / fix is available. +# See: https://github.com/GoogleContainerTools/rules_distroless/issues/37#issuecomment-2227494145 +RULES_DISTROLESS_0_3_4_RELEASE = "9da4ee521ab077fbd37744cb1acdad9e0f44b349" +git_override( + module_name = "rules_distroless", + commit = RULES_DISTROLESS_0_3_4_RELEASE, + remote = "https://github.com/GoogleContainerTools/rules_distroless", +) + +bazel_dep(name = "container_structure_test", version = "1.16.0") +bazel_dep(name = "aspect_bazel_lib", version = "2.7.3") +bazel_dep(name = "rules_oci", version = "1.7.4") + +bazel_lib_toolchains = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains") +use_repo(bazel_lib_toolchains, "yq_darwin_arm64") +use_repo(bazel_lib_toolchains, "yq_darwin_amd64") +use_repo(bazel_lib_toolchains, "yq_linux_amd64") +use_repo(bazel_lib_toolchains, "yq_linux_arm64") +use_repo(bazel_lib_toolchains, "yq_linux_ppc64le") +use_repo(bazel_lib_toolchains, "yq_linux_s390x") +use_repo(bazel_lib_toolchains, "yq_windows_amd64") +use_repo(bazel_lib_toolchains, "bsd_tar_toolchains") + + +## repos/ +apt = use_extension("@rules_distroless//apt:extensions.bzl", "apt") + +# debian 11 (bullseye) +apt.deb_index( + name = "debian11", + lock = "//repos/debian:debian11.lock.json", + manifest = "//repos/debian:debian11.yaml", +) +use_repo(apt, "debian11") + +# debian 12 (bookworm) +apt.deb_index( + name = "debian12", + lock = "//repos/debian:debian12.lock.json", + manifest = "//repos/debian:debian12.yaml", +) +use_repo(apt, "debian12") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock new file mode 100644 index 0000000..75d77d7 --- /dev/null +++ b/MODULE.bazel.lock @@ -0,0 +1,4469 @@ +{ + "lockFileVersion": 11, + "registryFileHashes": { + "https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497", + "https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2", + "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589", + "https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14ba7f8df85273d484c2572755be4bab7ce9c3a0", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fdae6e3f95f772c1c91857047a098fad772034264cc8cb", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/source.json": "14892cc698e02ffedf4967546e6bedb7245015906888d3465fcf27c90a26da10", + "https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel": "50341a62efbc483e8a2a6aec30994a58749bd7b885e18dd96aa8c33031e558ef", + "https://bcr.bazel.build/modules/apple_support/1.5.0/source.json": "eb98a7627c0bc486b57f598ad8da50f6625d974c8f723e9ea71bd39f709c9862", + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.28.0/MODULE.bazel": "d793416e81c34d137d75ef84fe622df6c550826772a7f06e3b98a0d1c347fe1c", + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/MODULE.bazel": "710d3560d8891d209f7985f3e4223011c3fefed0cd4d23d3e7b77b0f8287ef64", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.3/MODULE.bazel": "c3f66aa9f490a580dd9b4c0adf4b2e2d9712152c348c74b77a7c22b1461ed143", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.3/source.json": "8799cd15d297f5195b640bdc03583f9fff36231d5726447d442a7a331e5b5cd3", + "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd", + "https://bcr.bazel.build/modules/bazel_features/1.11.0/MODULE.bazel": "f9382337dd5a474c3b7d334c2f83e50b6eaedc284253334cf823044a26de03e8", + "https://bcr.bazel.build/modules/bazel_features/1.11.0/source.json": "c9320aa53cd1c441d24bd6b716da087ad7e4ff0d9742a9884587596edfe53015", + "https://bcr.bazel.build/modules/bazel_features/1.9.1/MODULE.bazel": "8f679097876a9b609ad1f60249c49d68bfab783dd9be012faf9d82547b14815a", + "https://bcr.bazel.build/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8", + "https://bcr.bazel.build/modules/bazel_skylib/1.2.0/MODULE.bazel": "44fe84260e454ed94ad326352a698422dbe372b21a1ac9f3eab76eb531223686", + "https://bcr.bazel.build/modules/bazel_skylib/1.2.1/MODULE.bazel": "f35baf9da0efe45fa3da1696ae906eea3d615ad41e2e3def4aeb4e8bc0ef9a7a", + "https://bcr.bazel.build/modules/bazel_skylib/1.3.0/MODULE.bazel": "20228b92868bf5cfc41bda7afc8a8ba2a543201851de39d990ec957b513579c5", + "https://bcr.bazel.build/modules/bazel_skylib/1.4.1/MODULE.bazel": "a0dcb779424be33100dcae821e9e27e4f2901d9dfd5333efe5ac6a8d7ab75e1d", + "https://bcr.bazel.build/modules/bazel_skylib/1.4.2/MODULE.bazel": "3bd40978e7a1fac911d5989e6b09d8f64921865a45822d8b09e815eaa726a651", + "https://bcr.bazel.build/modules/bazel_skylib/1.5.0/MODULE.bazel": "32880f5e2945ce6a03d1fbd588e9198c0a959bb42297b2cfaf1685b7bc32e138", + "https://bcr.bazel.build/modules/bazel_skylib/1.6.1/MODULE.bazel": "8fdee2dbaace6c252131c00e1de4b165dc65af02ea278476187765e1a617b917", + "https://bcr.bazel.build/modules/bazel_skylib/1.6.1/source.json": "082ed5f9837901fada8c68c2f3ddc958bb22b6d654f71dd73f3df30d45d4b749", + "https://bcr.bazel.build/modules/buildozer/7.1.2/MODULE.bazel": "2e8dd40ede9c454042645fd8d8d0cd1527966aa5c919de86661e62953cd73d84", + "https://bcr.bazel.build/modules/buildozer/7.1.2/source.json": "c9028a501d2db85793a6996205c8de120944f50a0d570438fcae0457a5f9d1f8", + "https://bcr.bazel.build/modules/container_structure_test/1.16.0/MODULE.bazel": "5bf2659d7724e232c10435e7ef3d5b3d3bc4bfc7825060e408b4a5e7d165ddf7", + "https://bcr.bazel.build/modules/container_structure_test/1.16.0/source.json": "c28ee996e071609f1c28fffce4297b0f2cb7f73387a6db56509310910641b188", + "https://bcr.bazel.build/modules/googletest/1.11.0/MODULE.bazel": "3a83f095183f66345ca86aa13c58b59f9f94a2f81999c093d4eeaa2d262d12f4", + "https://bcr.bazel.build/modules/googletest/1.14.0/MODULE.bazel": "cfbcbf3e6eac06ef9d85900f64424708cc08687d1b527f0ef65aa7517af8118f", + "https://bcr.bazel.build/modules/googletest/1.14.0/source.json": "2478949479000fdd7de9a3d0107ba2c85bb5f961c3ecb1aa448f52549ce310b5", + "https://bcr.bazel.build/modules/platforms/0.0.4/MODULE.bazel": "9b328e31ee156f53f3c416a64f8491f7eb731742655a47c9eec4703a71644aee", + "https://bcr.bazel.build/modules/platforms/0.0.5/MODULE.bazel": "5733b54ea419d5eaf7997054bb55f6a1d0b5ff8aedf0176fef9eea44f3acda37", + "https://bcr.bazel.build/modules/platforms/0.0.6/MODULE.bazel": "ad6eeef431dc52aefd2d77ed20a4b353f8ebf0f4ecdd26a807d2da5aa8cd0615", + "https://bcr.bazel.build/modules/platforms/0.0.7/MODULE.bazel": "72fd4a0ede9ee5c021f6a8dd92b503e089f46c227ba2813ff183b71616034814", + "https://bcr.bazel.build/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d", + "https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc", + "https://bcr.bazel.build/modules/platforms/0.0.9/source.json": "cd74d854bf16a9e002fb2ca7b1a421f4403cda29f824a765acd3a8c56f8d43e6", + "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7", + "https://bcr.bazel.build/modules/protobuf/23.1/MODULE.bazel": "88b393b3eb4101d18129e5db51847cd40a5517a53e81216144a8c32dfeeca52a", + "https://bcr.bazel.build/modules/protobuf/24.4/MODULE.bazel": "7bc7ce5f2abf36b3b7b7c8218d3acdebb9426aeb35c2257c96445756f970eb12", + "https://bcr.bazel.build/modules/protobuf/24.4/source.json": "ace4b8c65d4cfe64efe544f09fc5e5df77faf3a67fbb29c5341e0d755d9b15d6", + "https://bcr.bazel.build/modules/protobuf/3.19.0/MODULE.bazel": "6b5fbb433f760a99a22b18b6850ed5784ef0e9928a72668b66e4d7ccd47db9b0", + "https://bcr.bazel.build/modules/protobuf/3.19.6/MODULE.bazel": "9233edc5e1f2ee276a60de3eaa47ac4132302ef9643238f23128fea53ea12858", + "https://bcr.bazel.build/modules/rules_cc/0.0.1/MODULE.bazel": "cb2aa0747f84c6c3a78dad4e2049c154f08ab9d166b1273835a8174940365647", + "https://bcr.bazel.build/modules/rules_cc/0.0.2/MODULE.bazel": "6915987c90970493ab97393024c156ea8fb9f3bea953b2f3ec05c34f19b5695c", + "https://bcr.bazel.build/modules/rules_cc/0.0.6/MODULE.bazel": "abf360251023dfe3efcef65ab9d56beefa8394d4176dd29529750e1c57eaa33f", + "https://bcr.bazel.build/modules/rules_cc/0.0.8/MODULE.bazel": "964c85c82cfeb6f3855e6a07054fdb159aced38e99a5eecf7bce9d53990afa3e", + "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel": "836e76439f354b89afe6a911a7adf59a6b2518fafb174483ad78a2a2fde7b1c5", + "https://bcr.bazel.build/modules/rules_cc/0.0.9/source.json": "1f1ba6fea244b616de4a554a0f4983c91a9301640c8fe0dd1d410254115c8430", + "https://bcr.bazel.build/modules/rules_java/4.0.0/MODULE.bazel": "5a78a7ae82cd1a33cef56dc578c7d2a46ed0dca12643ee45edbb8417899e6f74", + "https://bcr.bazel.build/modules/rules_java/5.3.5/MODULE.bazel": "a4ec4f2db570171e3e5eb753276ee4b389bae16b96207e9d3230895c99644b86", + "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel": "30d9135a2b6561c761bd67bd4990da591e6bdc128790ce3e7afd6a3558b2fb64", + "https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe", + "https://bcr.bazel.build/modules/rules_java/7.6.1/source.json": "8f3f3076554e1558e8e468b2232991c510ecbcbed9e6f8c06ac31c93bcf38362", + "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7", + "https://bcr.bazel.build/modules/rules_jvm_external/5.1/MODULE.bazel": "33f6f999e03183f7d088c9be518a63467dfd0be94a11d0055fe2d210f89aa909", + "https://bcr.bazel.build/modules/rules_jvm_external/5.1/source.json": "5abb45cc9beb27b77aec6a65a11855ef2b55d95dfdc358e9f312b78ae0ba32d5", + "https://bcr.bazel.build/modules/rules_license/0.0.3/MODULE.bazel": "627e9ab0247f7d1e05736b59dbb1b6871373de5ad31c3011880b4133cafd4bd0", + "https://bcr.bazel.build/modules/rules_license/0.0.7/MODULE.bazel": "088fbeb0b6a419005b89cf93fe62d9517c0a2b8bb56af3244af65ecfe37e7d5d", + "https://bcr.bazel.build/modules/rules_license/0.0.7/source.json": "355cc5737a0f294e560d52b1b7a6492d4fff2caf0bef1a315df5a298fca2d34a", + "https://bcr.bazel.build/modules/rules_oci/1.7.4/MODULE.bazel": "2660ebc70c95c84c48f63391e01f7ea3d18c0844ffa2b9700c82c81c4b8f3879", + "https://bcr.bazel.build/modules/rules_oci/1.7.4/source.json": "21efb943a104bb5ec1be4fb1866a085cd1782fa785d9dad30ffa00be89b580f3", + "https://bcr.bazel.build/modules/rules_pkg/0.7.0/MODULE.bazel": "df99f03fc7934a4737122518bb87e667e62d780b610910f0447665a7e2be62dc", + "https://bcr.bazel.build/modules/rules_pkg/1.0.1/MODULE.bazel": "5b1df97dbc29623bccdf2b0dcd0f5cb08e2f2c9050aab1092fd39a41e82686ff", + "https://bcr.bazel.build/modules/rules_pkg/1.0.1/source.json": "bd82e5d7b9ce2d31e380dd9f50c111d678c3bdaca190cb76b0e1c71b05e1ba8a", + "https://bcr.bazel.build/modules/rules_proto/4.0.0/MODULE.bazel": "a7a7b6ce9bee418c1a760b3d84f83a299ad6952f9903c67f19e4edd964894e06", + "https://bcr.bazel.build/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "e8dff86b0971688790ae75528fe1813f71809b5afd57facb44dad9e8eca631b7", + "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc1/MODULE.bazel": "1e5b502e2e1a9e825eef74476a5a1ee524a92297085015a052510b09a1a09483", + "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc1/source.json": "8d8448e71706df7450ced227ca6b3812407ff5e2ccad74a43a9fbe79c84e34e0", + "https://bcr.bazel.build/modules/rules_python/0.10.2/MODULE.bazel": "cc82bc96f2997baa545ab3ce73f196d040ffb8756fd2d66125a530031cd90e5f", + "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel": "26114f0c0b5e93018c0c066d6673f1a2c3737c7e90af95eff30cfee38d0bbac7", + "https://bcr.bazel.build/modules/rules_python/0.23.1/MODULE.bazel": "49ffccf0511cb8414de28321f5fcf2a31312b47c40cc21577144b7447f2bf300", + "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel": "93a43dc47ee570e6ec9f5779b2e64c1476a6ce921c48cc9a1678a91dd5f8fd58", + "https://bcr.bazel.build/modules/rules_python/0.34.0/MODULE.bazel": "1d623d026e075b78c9fde483a889cda7996f5da4f36dffb24c246ab30f06513a", + "https://bcr.bazel.build/modules/rules_python/0.34.0/source.json": "113116e287eec64a7d005a9db44865d810499fdc4f621e352aff58214f5ea2d8", + "https://bcr.bazel.build/modules/rules_python/0.4.0/MODULE.bazel": "9208ee05fd48bf09ac60ed269791cf17fb343db56c8226a720fbb1cdf467166c", + "https://bcr.bazel.build/modules/stardoc/0.5.0/MODULE.bazel": "f9f1f46ba8d9c3362648eea571c6f9100680efc44913618811b58cc9c02cd678", + "https://bcr.bazel.build/modules/stardoc/0.5.1/MODULE.bazel": "1a05d92974d0c122f5ccf09291442580317cdd859f07a8655f1db9a60374f9f8", + "https://bcr.bazel.build/modules/stardoc/0.5.3/MODULE.bazel": "c7f6948dae6999bf0db32c1858ae345f112cacf98f174c7a8bb707e41b974f1c", + "https://bcr.bazel.build/modules/stardoc/0.5.4/MODULE.bazel": "6569966df04610b8520957cb8e97cf2e9faac2c0309657c537ab51c16c18a2a4", + "https://bcr.bazel.build/modules/stardoc/0.5.4/source.json": "a961f58a71e735aa9dcb2d79b288e06b0a2d860ba730302c8f11be411b76631e", + "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", + "https://bcr.bazel.build/modules/upb/0.0.0-20230516-61a97ef/MODULE.bazel": "c0df5e35ad55e264160417fd0875932ee3c9dda63d9fccace35ac62f45e1b6f9", + "https://bcr.bazel.build/modules/upb/0.0.0-20230516-61a97ef/source.json": "b2150404947339e8b947c6b16baa39fa75657f4ddec5e37272c7b11c7ab533bc", + "https://bcr.bazel.build/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0", + "https://bcr.bazel.build/modules/zlib/1.2.12/MODULE.bazel": "3b1a8834ada2a883674be8cbd36ede1b6ec481477ada359cd2d3ddc562340b27", + "https://bcr.bazel.build/modules/zlib/1.3/MODULE.bazel": "6a9c02f19a24dcedb05572b2381446e27c272cd383aed11d41d99da9e3167a72", + "https://bcr.bazel.build/modules/zlib/1.3/source.json": "b6b43d0737af846022636e6e255fd4a96fee0d34f08f3830e6e0bac51465c37c" + }, + "selectedYankedVersions": {}, + "moduleExtensions": { + "@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "PjIds3feoYE8SGbbIq2SFTZy3zmxeO2tQevJZNDo7iY=", + "usagesDigest": "aLmqbvowmHkkBPve05yyDNGN7oh7QE9kBADr3QIZTZs=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_apple_cc": { + "bzlFile": "@@apple_support~//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf", + "attributes": {} + }, + "local_config_apple_cc_toolchains": { + "bzlFile": "@@apple_support~//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf_toolchains", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [ + [ + "apple_support~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_bazel_lib~//lib:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "cIE3tZoia6TmpPqA1aE6iBwPwpubd6gNSIaejjdgFYw=", + "usagesDigest": "UJUVFhCnkuuTOeuZazfJIWM53pFujZCTUcGo4u5RtLI=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "expand_template_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "1.7" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "expand_template_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "jq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "1.7" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "0.0.26" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "bsd_tar_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "copy_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "0.0.26" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "0.0.26" + } + }, + "zstd_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": {} + }, + "expand_template_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "copy_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "1.7" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "copy_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "expand_template_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_toolchains_repo", + "attributes": { + "user_repository_name": "expand_template" + } + }, + "bats_assert": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd", + "urls": [ + "https://github.com/bats-core/bats-assert/archive/v2.1.0.tar.gz" + ], + "strip_prefix": "bats-assert-2.1.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"assert\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-assert\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "zstd_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "bsd_tar_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "user_repository_name": "yq" + } + }, + "zstd_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "bats_support": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "7815237aafeb42ddcc1b8c698fc5808026d33317d8701d5ec2396e9634e2918f", + "urls": [ + "https://github.com/bats-core/bats-support/archive/v0.3.0.tar.gz" + ], + "strip_prefix": "bats-support-0.3.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"support\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-support\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "bsd_tar_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": {} + }, + "expand_template_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "bsd_tar_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "0.0.26" + } + }, + "copy_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_toolchains_repo", + "attributes": { + "user_repository_name": "copy_directory" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "user_repository_name": "coreutils" + } + }, + "copy_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "zstd_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "zstd_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_toolchains_repo", + "attributes": { + "user_repository_name": "zstd" + } + }, + "bats_file": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a", + "urls": [ + "https://github.com/bats-core/bats-file/archive/v0.4.0.tar.gz" + ], + "strip_prefix": "bats-file-0.4.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"file\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-file\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "expand_template_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "1.7" + } + }, + "bsd_tar_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "bsd_tar_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "tar_toolchains_repo", + "attributes": { + "user_repository_name": "bsd_tar" + } + }, + "bats_toolchains": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd", + "urls": [ + "https://github.com/bats-core/bats-core/archive/v1.10.0.tar.gz" + ], + "strip_prefix": "bats-core-1.10.0", + "build_file_content": "load(\"@local_config_platform//:constraints.bzl\", \"HOST_CONSTRAINTS\")\nload(\"@aspect_bazel_lib//lib/private:bats_toolchain.bzl\", \"bats_toolchain\")\nload(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"core\",\n hardlink = \"on\",\n srcs = glob([\n \"lib/**\",\n \"libexec/**\"\n ]) + [\"bin/bats\"],\n out = \"bats-core\",\n)\n\nbats_toolchain(\n name = \"toolchain\",\n core = \":core\",\n libraries = [\"@bats_support//:support\", \"@bats_assert//:assert\", \"@bats_file//:file\"]\n)\n\ntoolchain(\n name = \"bats_toolchain\",\n exec_compatible_with = HOST_CONSTRAINTS,\n toolchain = \":toolchain\",\n toolchain_type = \"@aspect_bazel_lib//lib:bats_toolchain_type\",\n)\n" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "1.7" + } + }, + "expand_template_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "user_repository_name": "copy_to_directory" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "user_repository_name": "jq" + } + }, + "copy_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "copy_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "0.0.26" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "4.25.2" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~", + "aspect_bazel_lib", + "aspect_bazel_lib~" + ], + [ + "aspect_bazel_lib~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "aspect_bazel_lib~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@container_structure_test~//:repositories.bzl%extension": { + "general": { + "bzlTransitiveDigest": "/vl5vOyGN/nxHtUF3SxoDZnTDgDklt4HUpLQD5LE8+k=", + "usagesDigest": "YdEtAZuD+ZoX8k+fE/G6hwtEZQPYIYtZ8COmBRHB4Xo=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "structure_test_st_linux_i386": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "linux_i386" + } + }, + "structure_test_st_linux_s390x": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "linux_s390x" + } + }, + "structure_test_st_linux_amd64": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "linux_amd64" + } + }, + "structure_test_st_darwin_arm64": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "darwin_arm64" + } + }, + "structure_test_st_windows_amd64": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "windows_amd64" + } + }, + "structure_test_st_darwin_amd64": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "darwin_amd64" + } + }, + "structure_test_toolchains": { + "bzlFile": "@@container_structure_test~//bazel:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "toolchain_type": "@container_structure_test//bazel:structure_test_toolchain_type", + "toolchain": "@structure_test_st_{platform}//:structure_test_toolchain" + } + }, + "structure_test_st_linux_arm64": { + "bzlFile": "@@container_structure_test~//:repositories.bzl", + "ruleClassName": "structure_test_repositories", + "attributes": { + "platform": "linux_arm64" + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@platforms//host:extension.bzl%host_platform": { + "general": { + "bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=", + "usagesDigest": "meSzxn3DUCcYEhq4HQwExWkWtU4EjriRBQLsZN+Q0SU=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "host_platform": { + "bzlFile": "@@platforms//host:extension.bzl", + "ruleClassName": "host_platform_repo", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@rules_distroless~//apt:extensions.bzl%apt": { + "general": { + "bzlTransitiveDigest": "eWWe+4RDdGkNHIrwMgWn48O5fuAqpl7Gt4o6qIpFsFs=", + "usagesDigest": "6xVLMze2GktNigK91FpsABOAz8IUdCnSdiRk+JEFq8w=", + "recordedFileInputs": { + "@@//repos/debian/debian12.lock.json": "8a98374781ce66496752c4f23a736fa2c76b4f751c723fae8a5c250ff8edd06a", + "@@//repos/debian/debian11.lock.json": "42829dd5cf5e0bd90f0cb4266b85cbb49f679306cd7d3c9bf2f9645ab1915250" + }, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "debian11_libapt-pkg6.0_2.2.4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.2.4_arm64.deb" + ], + "sha256": "7cb6015ea5c185ef93706989fb730377406878c72f6943b6ecdd956697f1abe6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libidn2-0_2.3.0-5_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.0-5_amd64.deb" + ], + "sha256": "cb80cd769171537bafbb4a16c12ec427065795946b3415781bc9792e92d60b59", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_openssl_1.1.1w-0-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/openssl_1.1.1w-0+deb11u1_amd64.deb" + ], + "sha256": "04873d74cbe86bad3a9901f6e57f1150040eba9891b443c5c975a72a97238e35", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsepol1_3.1-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol1_3.1-1_arm64.deb" + ], + "sha256": "354d36c3084c14f242baba3a06372a3c034cec7a0cb38e626fc03cc4751b2cd3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_perl_5.32.1-4-p-deb11u3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.32.1-4+deb11u3_arm64.deb" + ], + "sha256": "6ed36a59241bbeec132eebec770567a4d23884f71dc922ac6770862cac1f3d9a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_coreutils_9.1-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_9.1-1_arm64.deb" + ], + "sha256": "ec8f090a14c684879dce251254d8d9ed0876d4480f750d5807ef04e5435e1c4d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libkrb5-3_1.18.3-6-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5-3_1.18.3-6+deb11u4_arm64.deb" + ], + "sha256": "3dcdadb1db461d14b6051a19c6a94ae9f61c3d2b1d35fd9d63326cd8f4ae49e5", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libperl5.36_5.36.0-7-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.36_5.36.0-7+deb12u1_arm64.deb" + ], + "sha256": "73be5c822b41786010754ba04e496e5b02b54c03b663046c14675d826de701b5", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libcap-ng0_0.7.9-2.2-p-b1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.7.9-2.2+b1_amd64.deb" + ], + "sha256": "d34e29769b8ef23e9b9920814afb7905b8ee749db0814e6a8d937ccc4f309830", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libnettle8_3.8.1-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.8.1-2_amd64.deb" + ], + "sha256": "45922e6e289ffd92f0f92d2bb9159e84236ff202d552a461bf10e5335b3f0261", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libk5crypto3_1.18.3-6-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libk5crypto3_1.18.3-6+deb11u4_amd64.deb" + ], + "sha256": "f635062bcbfe2eef5a83fcba7d1a8ae343fc7c779cae88b11cae90fd6845a744", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgcc-s1_10.2.1-6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_amd64.deb" + ], + "sha256": "e478f2709d8474165bb664de42e16950c391f30eaa55bc9b3573281d83a29daf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libnettle8_3.7.3-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.7.3-1_amd64.deb" + ], + "sha256": "e4f8ec31ed14518b241eb7b423ad5ed3f4a4e8ac50aae72c9fd475c569582764", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_gcc-10-base_10.2.1-6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_arm64.deb" + ], + "sha256": "7d782bece7b4a36bed045a7e17d17244cb8f7e4732466091b01412ebf215defb", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_openssl_3.0.11-1_deb12u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/openssl_3.0.11-1~deb12u2_arm64.deb" + ], + "sha256": "ef8ec413c2bd866dbe7ab068cd45b28d22e6c586e3ab0bd8de127a3e8dfe650b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpam0g_1.4.0-9-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.4.0-9+deb11u1_arm64.deb" + ], + "sha256": "4905e523ce38e80b79f13f0227fca519f6833eb116dd9c58cbbecb39c0e01e3d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_perl-base_5.36.0-7-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.36.0-7+deb12u1_amd64.deb" + ], + "sha256": "b4327c2d8e2ca92402205ac6b5845b3110fa2a1d50925c0e61c39624583a8baf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libp11-kit0_0.23.22-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.23.22-1_arm64.deb" + ], + "sha256": "ac6e8eda3277708069bc6f03aff06dc319855d64ede9fca219938e52f92ee09c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libudev1_252.22-1_deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_252.22-1~deb12u1_arm64.deb" + ], + "sha256": "fe0591bc8945c370ef5916a3387c33fd33c4953fad8055603c205d543fab159b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libattr1_1-2.5.1-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.5.1-4_amd64.deb" + ], + "sha256": "c4945123d66d0503ba42e2fc0585abc76d0838978c6d277b9cc37a4da25d1a34", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libaudit-common_1-3.0.9-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb" + ], + "sha256": "17d0341ca6ce604ce59c296780ac2c2a24141a769823c50669af942c025e6591", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_perl-base_5.32.1-4-p-deb11u3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.32.1-4+deb11u3_arm64.deb" + ], + "sha256": "53e09d9594692c462f33d4e9394bff60f95fe74b70402772dc7396a5829b76e5", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libcrypt1_1-4.4.18-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.18-4_amd64.deb" + ], + "sha256": "f617952df0c57b4ee039448e3941bccd3f97bfff71e9b0f87ca6dae15cb3f5ef", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libperl5.32_5.32.1-4-p-deb11u3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.32_5.32.1-4+deb11u3_arm64.deb" + ], + "sha256": "9a5524101015f14773246336cb615c0e58fff2e7420a79f511262df9a7ff1c91", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_perl-modules-5.32_5.32.1-4-p-deb11u3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.32_5.32.1-4+deb11u3_all.deb" + ], + "sha256": "9a5cb99d0f33cb11c7f535aaebfb569c6b6f97a75d748a9a52ea3afed5bd3960", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_passwd_1-4.8.1-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.8.1-1_arm64.deb" + ], + "sha256": "5a675c9d23f176ea195678a949e144b23c7a8b268b03e0df8919a2cfc198e585", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libaudit-common_1-3.0.9-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb" + ], + "sha256": "17d0341ca6ce604ce59c296780ac2c2a24141a769823c50669af942c025e6591", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_bash_5.2.15-2-p-b2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.2.15-2+b2_arm64.deb" + ], + "sha256": "13c4e70030a059aeec6b745e4ce2949ce67405246bb38521e6c8f4d21c133543", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libunistring2_0.9.10-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_0.9.10-4_arm64.deb" + ], + "sha256": "53ff395ea4d8cf17c52155a452a0dc15af0ee2fa5cb3b0085b9c7335de8d5f7f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libffi8_3.4.4-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi8_3.4.4-1_amd64.deb" + ], + "sha256": "6d9f6c25c30efccce6d4bceaa48ea86c329a3432abb360a141f76ac223a4c34a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgdbm6_1.19-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.19-2_arm64.deb" + ], + "sha256": "97a88c2698bd836d04e51ad70c76826850857869b51e90b5343621ba30bbf525", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libcom-err2_1.46.2-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/e/e2fsprogs/libcom-err2_1.46.2-2_amd64.deb" + ], + "sha256": "d478f132871f4ab8352d39becf936d0ad74db905398bf98465d8fe3da6fb1126", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_adduser_3.134_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.134_all.deb" + ], + "sha256": "c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_perl-base_5.32.1-4-p-deb11u3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.32.1-4+deb11u3_amd64.deb" + ], + "sha256": "94c6299552866aadc58acb8ec5111a74b17bcb453f6e2f45ea5f7c4f42580d13", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libtinfo6_6.4-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.4-4_amd64.deb" + ], + "sha256": "072d908f38f51090ca28ca5afa3b46b2957dc61fe35094c0b851426859a49a51", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgmp10_2-6.2.1-p-dfsg1-1.1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1_amd64.deb" + ], + "sha256": "187aedef2ed763f425c1e523753b9719677633c7eede660401739e9c893482bd", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libcrypt1_1-4.4.33-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_amd64.deb" + ], + "sha256": "f5f60a5cdfd4e4eaa9438ade5078a57741a7a78d659fcb0c701204f523e8bd29", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libkrb5support0_1.18.3-6-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5support0_1.18.3-6+deb11u4_arm64.deb" + ], + "sha256": "d44585771e26c9b8d115aad33736fcc3e03cf98238ea7c7985554f166441aa07", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpcre2-8-0_10.42-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.42-1_amd64.deb" + ], + "sha256": "030db54f4d76cdfe2bf0e8eb5f9efea0233ab3c7aa942d672c7b63b52dbaf935", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_resolution": { + "bzlFile": "@@rules_distroless~//apt/private:resolve.bzl", + "ruleClassName": "deb_resolve", + "attributes": { + "manifest": "@@//repos/debian:debian12.yaml", + "resolve_transitive": true + } + }, + "debian12_libpam-modules_1.5.2-6-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.5.2-6+deb12u1_arm64.deb" + ], + "sha256": "f2acfa1766b31a2b2b89c7afe11f757c88ec2f1d8abc8ce5bd77c4dd3e5fa24b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgcc-s1_12.2.0-14_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_amd64.deb" + ], + "sha256": "f3d1d48c0599aea85b7f2077a01d285badc42998c1a1e7473935d5cf995c8141", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libxxhash0_0.8.0-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.0-2_amd64.deb" + ], + "sha256": "3fb82550a71d27d05672472508548576dfb34486847bc860d3066cda5aaf186f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libapt-pkg6.0_2.2.4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.2.4_amd64.deb" + ], + "sha256": "4ae47bedf773ad1342e5aae8fa6275f864cfc87a45f4472775f5a9cdd60abbbf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtirpc-common_1.3.1-1-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc-common_1.3.1-1+deb11u1_all.deb" + ], + "sha256": "b2f10cb79e7d7a2f9b30bcdf036127df55cd4a34688547bc2886fa38f4969f77", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_debian-archive-keyring_2021.1.1-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1+deb11u1_all.deb" + ], + "sha256": "28ca7749ab7978f3c571732c3aa1c56e3ad1d5db3c915293763d4f6cb8fcce89", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_debianutils_5.7-0.5_deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_5.7-0.5~deb12u1_arm64.deb" + ], + "sha256": "0fc03c548293aee2359af53bd03b30ab42ca3493afcb65bed2f3caee90ffd46a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_zlib1g_1-1.2.11.dfsg-2-p-deb11u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/z/zlib/zlib1g_1.2.11.dfsg-2+deb11u2_arm64.deb" + ], + "sha256": "e3963985d1a020d67ffd4180e6f9c4b5c600b515f0c9d8fda513d7a0e48e63a1", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12": { + "bzlFile": "@@rules_distroless~//apt/private:index.bzl", + "ruleClassName": "deb_package_index", + "attributes": { + "lock": "@@//repos/debian:debian12.lock.json", + "bzlmod": true + } + }, + "debian11": { + "bzlFile": "@@rules_distroless~//apt/private:index.bzl", + "ruleClassName": "deb_package_index", + "attributes": { + "lock": "@@//repos/debian:debian11.lock.json", + "bzlmod": true + } + }, + "debian12_libgcrypt20_1.10.1-3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.10.1-3_amd64.deb" + ], + "sha256": "bffcac7e4f69e39d37d4a33e841d6371ac8b5aba6cd55546b385dc7ff6c702f5", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsystemd0_247.3-7-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_247.3-7+deb11u4_arm64.deb" + ], + "sha256": "32e8c12301a9ada555adea9a4c2f15df788411dadd164baca5c31690fe06e381", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libssl1.1_1.1.1w-0-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_arm64.deb" + ], + "sha256": "fe7a7d313c87e46e62e614a07137e4a476a79fc9e5aab7b23e8235211280fee3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libstdc-p--p-6_10.2.1-6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libstdc++6_10.2.1-6_amd64.deb" + ], + "sha256": "5c155c58935870bf3b4bfe769116841c0d286a74f59eccfd5645693ac23f06b1", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_liblz4-1_1.9.4-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.4-1_amd64.deb" + ], + "sha256": "64cde86cef1deaf828bd60297839b59710b5cd8dc50efd4f12643caaee9389d3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libp11-kit0_0.23.22-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.23.22-1_amd64.deb" + ], + "sha256": "bfef5f31ee1c730e56e16bb62cc5ff8372185106c75bf1ed1756c96703019457", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_ca-certificates_20210119_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20210119_all.deb" + ], + "sha256": "b2d488ad4d8d8adb3ba319fc9cb2cf9909fc42cb82ad239a26c570a2e749c389", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_liblz4-1_1.9.3-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.3-2_arm64.deb" + ], + "sha256": "83f0ee547cd42854e1b2a2e4c1a5705e28259ee5fa6560119f918f961a5dada2", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libzstd1_1.5.4-p-dfsg2-5_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.5.4+dfsg2-5_arm64.deb" + ], + "sha256": "95e173c9538f96ede4fc275ec7863f395a97dd0ea62454be9bc914efa1b9be93", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libcrypt1_1-4.4.18-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.18-4_arm64.deb" + ], + "sha256": "22b586b29e840dabebf0bf227d233376628b87954915d064bc142ae85d1b7979", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libc6_2.36-9-p-deb12u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/g/glibc/libc6_2.36-9+deb12u4_arm64.deb" + ], + "sha256": "71302ee1bf4374aa4df7bcb5f58155e56a03c282f4076cdd07cf5bdfbca21fab", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libc6_2.31-13-p-deb11u8_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/glibc/libc6_2.31-13+deb11u8_amd64.deb" + ], + "sha256": "d55d9c9769336f9b8516c20bd8364ce90746fb860ae3dda242f421e711af3d1a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgcrypt20_1.8.7-6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.8.7-6_amd64.deb" + ], + "sha256": "7a2e0eef8e0c37f03f3a5fcf7102a2e3dc70ba987f696ab71949f9abf36f35ef", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libselinux1_3.4-1-p-b6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.4-1+b6_arm64.deb" + ], + "sha256": "29201edf23ebae40844d6c289afdb9bba52f927d55096ed1b1cd37e040135edc", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libattr1_1-2.5.1-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.5.1-4_arm64.deb" + ], + "sha256": "481e1c3fcad6773ba1c9d7f1de59e4fc80d95326c9b20192e13b7111013c932a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgmp10_2-6.2.1-p-dfsg1-1.1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1_arm64.deb" + ], + "sha256": "9906387c1dd806518c915bd8616d072c741061d7fa26b222e52763456060b31a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libperl5.32_5.32.1-4-p-deb11u3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.32_5.32.1-4+deb11u3_amd64.deb" + ], + "sha256": "078487a45916167e3e4ee2e584c50306c84368dd06dae276604861ca0426c34e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_perl-modules-5.32_5.32.1-4-p-deb11u3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.32_5.32.1-4+deb11u3_all.deb" + ], + "sha256": "9a5cb99d0f33cb11c7f535aaebfb569c6b6f97a75d748a9a52ea3afed5bd3960", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsepol1_3.1-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol1_3.1-1_amd64.deb" + ], + "sha256": "b6057dc6806a6dfaef74b09d84d1f18716d7a6d2f1da30520cef555210c6af62", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libffi7_3.3-6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi7_3.3-6_amd64.deb" + ], + "sha256": "30ca89bfddae5fa6e0a2a044f22b6e50cd17c4bc6bc850c579819aeab7101f0f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libseccomp2_2.5.4-1-p-b3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b3_arm64.deb" + ], + "sha256": "bd820298b54d27284844bf7c10920e0bedaf57d2565abf9636a7f4a245255c40", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtirpc3_1.3.1-1-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc3_1.3.1-1+deb11u1_arm64.deb" + ], + "sha256": "ccff0927f55b97fe9ea13057fab8bff9920bf4628eb2d5d48b9656f2fb74d2e1", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgpg-error0_1.38-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.38-2_amd64.deb" + ], + "sha256": "16a507fb20cc58b5a524a0dc254a9cb1df02e1ce758a2d8abde0bc4a3c9b7c26", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_perl-base_5.36.0-7-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.36.0-7+deb12u1_arm64.deb" + ], + "sha256": "534d5f3fb0664b74d2174040e23c2a3568a81c6766fddbc57677b0d555b0713b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libnsl2_1.3.0-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libn/libnsl/libnsl2_1.3.0-2_amd64.deb" + ], + "sha256": "c0d83437fdb016cb289436f49f28a36be44b3e8f1f2498c7e3a095f709c0d6f8", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgssapi-krb5-2_1.18.3-6-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libgssapi-krb5-2_1.18.3-6+deb11u4_amd64.deb" + ], + "sha256": "037cc4bb34a6cd0d7a6e83bdcae6d68e0d0f9218eb7dedafc8099c8c0be491a2", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_gcc-12-base_12.2.0-14_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_amd64.deb" + ], + "sha256": "1a03df5a57833d65b5bb08cfa19d50e76f29088dc9e64fb934af42d9023a0807", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_apt_2.2.4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.2.4_amd64.deb" + ], + "sha256": "75f07c4965ff0813f26623a1164e162538f5e94defba6961347527ed71bc4f3d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libkrb5-3_1.18.3-6-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5-3_1.18.3-6+deb11u4_amd64.deb" + ], + "sha256": "b785fa324cf27e6bf7f97fc0279470e6ce8a8cc54f8ccc6c9b24c8111ba5c952", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libkeyutils1_1.6.1-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/keyutils/libkeyutils1_1.6.1-2_amd64.deb" + ], + "sha256": "f01060b434d8cad3c58d5811d2082389f11b3db8152657d6c22c1d298953f2a5", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgnutls30_3.7.9-2-p-deb12u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.9-2+deb12u2_arm64.deb" + ], + "sha256": "6c3efcf48b24be49322127d0515ffd47828a7d578b089bf44a1053a2ff9fc6b9", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libffi8_3.4.4-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi8_3.4.4-1_arm64.deb" + ], + "sha256": "80b5c36177dc0e29d531c7eddbed3cc7355cb490e49f8cfa5959572d161f27b3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libcrypt1_1-4.4.33-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_arm64.deb" + ], + "sha256": "eea0ad76ea5eb507127fea0c291622ea4ecdbb71c4b9a8ed9c76ae33fc1a0127", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libk5crypto3_1.18.3-6-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libk5crypto3_1.18.3-6+deb11u4_arm64.deb" + ], + "sha256": "d8f31a8bd83fe2593e83a930fc2713e1213f25311a629836dfcde5bd23a85e83", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsemanage1_3.1-1-p-b2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage1_3.1-1+b2_arm64.deb" + ], + "sha256": "342a804007338314211981fac0bc083c3c66c6040bca0e47342c6d9ff44f103e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_passwd_1-4.13-p-dfsg1-1-p-b1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.13+dfsg1-1+b1_amd64.deb" + ], + "sha256": "343b60a755ceb2c3687f9a5c9c9dc00eea0e44a7de49a537c36df17894f784b3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_debianutils_4.11.2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_4.11.2_amd64.deb" + ], + "sha256": "83d21669c5957e3eaee20096a7d8c596bd07f57f1e95dc74f192b3fb7bb2e6a9", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libcap-ng0_0.7.9-2.2-p-b1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.7.9-2.2+b1_arm64.deb" + ], + "sha256": "b7b14e0b7747872f04691efe6c126de5ed0bf1dc200f51b93039cc2f4a65a96a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libmd0_1.0.4-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libm/libmd/libmd0_1.0.4-2_arm64.deb" + ], + "sha256": "99a8c7dd591fae9fb37d8bf8dfdffa850e207fa405b3198c5b24711a5f972381", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpam-modules_1.5.2-6-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.5.2-6+deb12u1_amd64.deb" + ], + "sha256": "851d270e36707787ab1cd269dbd9597864feaf3f8453ecd3c426caaa56142222", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_debian-archive-keyring_2023.3-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.3+deb12u1_all.deb" + ], + "sha256": "c1bac61abefa0d957394d33c02b7bfb2a3ab3ce5e6d90617c4019ddea4bdbf63", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_perl-modules-5.36_5.36.0-7-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.36_5.36.0-7+deb12u1_all.deb" + ], + "sha256": "9b8223674661ead1836ce21966f7e4511a3a943c1b87c02ea92ec17ed2c3f2cf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgcc-s1_10.2.1-6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_arm64.deb" + ], + "sha256": "e2fcdb378d3c1ad1bcb64d4fb6b37aab44011152beca12a4944f435a2582df1f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libncurses6_6.2-p-20201114-2-p-deb11u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.2+20201114-2+deb11u2_arm64.deb" + ], + "sha256": "039b71b8839538a92988003e13c29e7cf1149cdc6a77d3de882f1d386a5f3a5c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libnsl2_1.3.0-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libn/libnsl/libnsl2_1.3.0-2_arm64.deb" + ], + "sha256": "8f9ba58b219779b43c4ccc78c79b0a23f721fc96323c202abb31e02f942104b3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgpg-error0_1.38-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.38-2_arm64.deb" + ], + "sha256": "d1116f4281d6db35279799a21051e0d0e2600d110d7ee2b95b3cca6bec28067c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_debian-archive-keyring_2021.1.1-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1+deb11u1_all.deb" + ], + "sha256": "28ca7749ab7978f3c571732c3aa1c56e3ad1d5db3c915293763d4f6cb8fcce89", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_liblz4-1_1.9.4-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.4-1_arm64.deb" + ], + "sha256": "f061216ce11aabba8f032dfd6c75c181e782fef7493033b9621a8c3b2953b87e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_debianutils_5.7-0.5_deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_5.7-0.5~deb12u1_amd64.deb" + ], + "sha256": "55f951359670eb3236c9e2ccd5fac9ccb3db734f5a22aff21589e7a30aee48c9", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpcre2-8-0_10.42-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.42-1_arm64.deb" + ], + "sha256": "b2448d0a8a3db7fbeac231e7ef93811346c1fb5f96ccf6f631701d8a4eb39206", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtirpc-common_1.3.1-1-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc-common_1.3.1-1+deb11u1_all.deb" + ], + "sha256": "b2f10cb79e7d7a2f9b30bcdf036127df55cd4a34688547bc2886fa38f4969f77", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpam0g_1.5.2-6-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.5.2-6+deb12u1_arm64.deb" + ], + "sha256": "7432311323e7648a7104ddc3332d994600cf0d2a1bd4e2a44679b06e9d932eba", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtasn1-6_4.16.0-2-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2+deb11u1_amd64.deb" + ], + "sha256": "6ebb579337cdc9d6201237a66578425a7a221db622524354e27c0c1bcb6dd7ca", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtirpc3_1.3.1-1-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc3_1.3.1-1+deb11u1_amd64.deb" + ], + "sha256": "86b216d59b6efcd07d56d14b8f4281d5c47f24e9c962f46bbaf02fce762c5e6a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libp11-kit0_0.24.1-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_amd64.deb" + ], + "sha256": "251330faddbf013f060fcdb41f4b0c037c8a6e89ba7c09b04bfcc4e3f0807b22", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libaudit1_1-3.0.9-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0.9-1_amd64.deb" + ], + "sha256": "30954df4b5a7c505661ba8ae5e6ea94f5805e408899fb400783bb166eb5ff306", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libacl1_2.2.53-10_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.2.53-10_amd64.deb" + ], + "sha256": "aa18d721be8aea50fbdb32cd9a319cb18a3f111ea6ad17399aa4ba9324c8e26a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_tar_1.34-p-dfsg-1-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1+deb11u1_arm64.deb" + ], + "sha256": "0f94aac4e6d25e07ed23b7fc3ed06e69074c95276d82caae7fc7b207fd714e39", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_apt_2.2.4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.2.4_arm64.deb" + ], + "sha256": "39cbe42f3e64c6359b445d6fed7385273881e507b8be1d3b653ec9fb7d4c917c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsemanage1_3.1-1-p-b2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage1_3.1-1+b2_amd64.deb" + ], + "sha256": "d8f2835b22df58ba45d52eb3aab224190f193576caf05e3f80deb2e4f927fad6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libzstd1_1.5.4-p-dfsg2-5_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.5.4+dfsg2-5_amd64.deb" + ], + "sha256": "6315b5ac38b724a710fb96bf1042019398cb656718b1522279a5185ed39318fa", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libssl1.1_1.1.1w-0-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb" + ], + "sha256": "aadf8b4b197335645b230c2839b4517aa444fd2e8f434e5438c48a18857988f7", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libncurses6_6.2-p-20201114-2-p-deb11u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.2+20201114-2+deb11u2_amd64.deb" + ], + "sha256": "5b75c540d26d0525f231d39e5cf27ea7919d57305ba7101ea430c975369095eb", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgcrypt20_1.8.7-6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.8.7-6_arm64.deb" + ], + "sha256": "61ec779149f20923b30adad7bdf4732957e88a5b6a26d94b2210dfe79409959b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libacl1_2.3.1-3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.3.1-3_arm64.deb" + ], + "sha256": "2b0eef11a2e271e7355adaf1f6cbf8d2e83835ae1b6cf15165d59b8289c08342", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_coreutils_9.1-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_9.1-1_amd64.deb" + ], + "sha256": "61038f857e346e8500adf53a2a0a20859f4d3a3b51570cc876b153a2d51a3091", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libperl5.36_5.36.0-7-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.36_5.36.0-7+deb12u1_amd64.deb" + ], + "sha256": "4b48b8f0b06c2c667d52117edcef69af6896bcfe69a4f4bde47b89590b83875e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libmd0_1.0.4-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libm/libmd/libmd0_1.0.4-2_amd64.deb" + ], + "sha256": "03539fd30c509e27101d13a56e52eda9062bdf1aefe337c07ab56def25a13eab", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgnutls30_3.7.9-2-p-deb12u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.9-2+deb12u2_amd64.deb" + ], + "sha256": "b602f906a8de4488ab75434633524b71b8b12952272d4c3326bd6be8126832c4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_perl_5.36.0-7-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.36.0-7+deb12u1_arm64.deb" + ], + "sha256": "77ba64ee78ba620dedac03d2ed8171d2af17bc2ea19fda9b572b0b63c86d5d4f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libffi7_3.3-6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi7_3.3-6_arm64.deb" + ], + "sha256": "eb748e33ae4ed46f5a4c14b7a2a09792569f2029ede319d0979c373829ba1532", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libkeyutils1_1.6.1-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/keyutils/libkeyutils1_1.6.1-2_arm64.deb" + ], + "sha256": "7101c2380ab47a3627a6fa076a149ab71078263064f936fccbd43efbaed4a2da", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libseccomp2_2.5.4-1-p-b3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b3_amd64.deb" + ], + "sha256": "9e6305a100f5178cc321ee33b96933a6482d11fdc22b42c0e526d6151c0c6f0f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpam-modules-bin_1.4.0-9-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.4.0-9+deb11u1_arm64.deb" + ], + "sha256": "bc20fa16c91a239de350ffcc019fbae5ce7c47c21235b332ff9d67638804866e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgdbm6_1.19-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.19-2_amd64.deb" + ], + "sha256": "e54cfe4d8b8f209bb7df31a404ce040f7c2f9b1045114a927a7e1061cdf90727", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsepol2_3.4-2.1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol2_3.4-2.1_amd64.deb" + ], + "sha256": "b998946bb9818a97b387a962826caae33bc7fdcb6d706b2782c0470510be6b48", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgdbm-compat4_1.23-3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.23-3_amd64.deb" + ], + "sha256": "4af36a590b68d415a78d9238b932b6a4579f515ec8a8016597498acff5b515a4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgnutls30_3.7.1-5-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.1-5+deb11u4_arm64.deb" + ], + "sha256": "7153ec6ee985eebba710dcb6e425bb881c91ee5987a4517518f3f44a9bb5fc1a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsemanage2_3.4-1-p-b5_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage2_3.4-1+b5_amd64.deb" + ], + "sha256": "fd36d0972866adde5a52269a309fcecd76a8e45e557dd0ecd33aa221cabc2a8c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpam-modules_1.4.0-9-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.4.0-9+deb11u1_amd64.deb" + ], + "sha256": "ca1e121700bf4b3eb33e30e0774d3e63e1adae9d4b6a940ea3501225db3cc287", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_zlib1g_1-1.2.13.dfsg-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_arm64.deb" + ], + "sha256": "52b8b8a145bbe1956bba82034f77022cbef0c3d0885c9e32d9817a7932fe1913", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libtasn1-6_4.19.0-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_amd64.deb" + ], + "sha256": "eec4dc9d949d2c666b1da3fa762a340e8ba10c3a04d3eed32749a97695c15641", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_coreutils_8.32-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_8.32-4_arm64.deb" + ], + "sha256": "6210c84d6ff84b867dc430f661f22f536e1704c27bdb79de38e26f75b853d9c0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libattr1_1-2.4.48-6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.4.48-6_amd64.deb" + ], + "sha256": "af3c3562eb2802481a2b9558df1b389f3c6d9b1bf3b4219e000e05131372ebaf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_adduser_3.118-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.118+deb11u1_all.deb" + ], + "sha256": "1478a610fd50e190882ff41e16c57b628a508bcf5b5ac5313affb49d20818e0a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpam-modules-bin_1.5.2-6-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb" + ], + "sha256": "fc6a692d2f399b83ef5a7f310883286a5e4326095812d8bb934925125002981c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libc6_2.31-13-p-deb11u8_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/glibc/libc6_2.31-13+deb11u8_arm64.deb" + ], + "sha256": "6eb629090615ebda5dcac2365a7358c035add00b89c2724c2e9e13ccd5bd9f7c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_gcc-12-base_12.2.0-14_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_arm64.deb" + ], + "sha256": "e1f2fb7212546c0e360af8df26303608f7b09e123ac9c96e15872d1ec1ce3275", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_debian-archive-keyring_2023.3-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.3+deb12u1_all.deb" + ], + "sha256": "c1bac61abefa0d957394d33c02b7bfb2a3ab3ce5e6d90617c4019ddea4bdbf63", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libcap-ng0_0.8.3-1-p-b3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1+b3_arm64.deb" + ], + "sha256": "24e74ad29a37d2a3940b8977d11298a7afc77379ef414b561d79c64147d740e0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_dpkg_1.21.22_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.21.22_amd64.deb" + ], + "sha256": "9d97f27d8a8a06dd4800e8e0291337ca02e11cdfd7df09a4566a982a6d9fe4c4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libxxhash0_0.8.1-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.1-1_arm64.deb" + ], + "sha256": "a3eed3901eb1804f2882dc7676f174d619745539e66ac9e92e09cd96ca0cfd73", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_debianutils_4.11.2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_4.11.2_arm64.deb" + ], + "sha256": "6543b2b1a61b4b7b4b55b4bd25162309d7d23d14d3303649aee84ad314c30e02", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_ca-certificates_20210119_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20210119_all.deb" + ], + "sha256": "b2d488ad4d8d8adb3ba319fc9cb2cf9909fc42cb82ad239a26c570a2e749c389", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libcap2_1-2.66-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap2/libcap2_2.66-4_arm64.deb" + ], + "sha256": "c96dbe3a37385c9f0a5d559d55bbd97c3aae649e27ba8f502b78172f78859e46", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsemanage-common_3.4-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb" + ], + "sha256": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libselinux1_3.1-3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.1-3_amd64.deb" + ], + "sha256": "339f5ede10500c16dd7192d73169c31c4b27ab12130347275f23044ec8c7d897", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtasn1-6_4.16.0-2-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2+deb11u1_arm64.deb" + ], + "sha256": "f469147bbd3969055c51fc661c9aa0d56d48eccd070d233f1424b0d8b3f29295", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_dpkg_1.20.13_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.20.13_amd64.deb" + ], + "sha256": "eb2b7ba3a3c4e905a380045a2d1cd219d2d45755aba5966d6c804b79400beb05", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_tzdata_2024a-0-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb11u1_all.deb" + ], + "sha256": "13befffb7ee127f569af92d736e30c86c199bbd58f9c3cca0d071ed63e04d003", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_ca-certificates_20230311_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20230311_all.deb" + ], + "sha256": "5308b9bd88eebe2a48be3168cb3d87677aaec5da9c63ad0cf561a29b8219115c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg-1+deb11u1_amd64.deb" + ], + "sha256": "fc117ccb084a98d25021f7e01e4dfedd414fa2118fdd1e27d2d801d7248aebbc", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libaudit1_1-3.0-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0-2_amd64.deb" + ], + "sha256": "e3aa1383e387dc077a1176f7f3cbfdbc084bcc270a8938f598d5cb119773b268", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libc6_2.36-9-p-deb12u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/g/glibc/libc6_2.36-9+deb12u4_amd64.deb" + ], + "sha256": "0a84833f2f0e6b41e97d8e89917252af83630603e878b8f1202fd9f4ff96cd9f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpam0g_1.5.2-6-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.5.2-6+deb12u1_amd64.deb" + ], + "sha256": "e360be5f17f9c09c8f17bae809f6c6f091c5bb6ab1a44fc33e4fb86c5e5559df", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_tar_1.34-p-dfsg-1-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1+deb11u1_amd64.deb" + ], + "sha256": "41c9c31f67a76b3532036f09ceac1f40a9224f1680395d120a8b24eae60dd54a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libstdc-p--p-6_12.2.0-14_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libstdc++6_12.2.0-14_arm64.deb" + ], + "sha256": "21e971c5d3506f783b89efe8e12ac85081ddd9213e4f6529262bcfe95c326670", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libbz2-1.0_1.0.8-5-p-b1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5+b1_amd64.deb" + ], + "sha256": "54149da3f44b22d523b26b692033b84503d822cc5122fed606ea69cc83ca5aeb", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libacl1_2.2.53-10_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.2.53-10_arm64.deb" + ], + "sha256": "f164c48192cb47746101de6c59afa3f97777c8fc821e5a30bb890df1f4cb4cfd", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_base-files_11.1-p-deb11u9_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_11.1+deb11u9_arm64.deb" + ], + "sha256": "c40dc4d5c6b82f5cfe75efa1a12bd09b9d5b9b8446ea045a991896a1ead8b02c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libunistring2_1.0-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_1.0-2_arm64.deb" + ], + "sha256": "05b0b7700bfe269ff7af61f45e92055d7ef4c532c9584e4e2a352cf0bd4de5b1", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libselinux1_3.4-1-p-b6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.4-1+b6_amd64.deb" + ], + "sha256": "2b07f5287b9105f40158b56e4d70cc1652dac56a408f3507b4ab3d061eed425f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_ncurses-base_6.4-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.4-4_all.deb" + ], + "sha256": "bfd1d89f833c09a28b062ee916495cf69649ca2bf529532476c7b69d75d24909", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libaudit-common_1-3.0-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0-2_all.deb" + ], + "sha256": "0d52f4826a57aea13cea1a85bfae354024c7b2f7b95e39cd1ce225e4db27d0f6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libhogweed6_3.8.1-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.8.1-2_amd64.deb" + ], + "sha256": "ed8185c28b2cb519744a5a462dcd720d3b332c9b88a1d0002eac06dc8550cb94", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpcre2-8-0_10.36-2-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.36-2+deb11u1_arm64.deb" + ], + "sha256": "27a4362a4793cb67a8ae571bd8c3f7e8654dc2e56d99088391b87af1793cca9c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgpg-error0_1.46-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.46-1_arm64.deb" + ], + "sha256": "aff6ce011ae9abf7090e906f0cf6bc2b447bbc4cc7e03ff117f9d73528857352", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_tzdata_2024a-0-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb11u1_all.deb" + ], + "sha256": "13befffb7ee127f569af92d736e30c86c199bbd58f9c3cca0d071ed63e04d003", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libacl1_2.3.1-3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.3.1-3_amd64.deb" + ], + "sha256": "8be9df5795114bfe90e2be3d208ef47a5edd3fc7b3e20d387a597486d444e5e2", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libbz2-1.0_1.0.8-5-p-b1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5+b1_arm64.deb" + ], + "sha256": "d3a96ece03326498b39ff093a76800dfcbcb1d4049d6ae6e9f6fa1aa7a590ad6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_liblzma5_5.4.1-0.2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_amd64.deb" + ], + "sha256": "d4b7736e58512a2b047f9cb91b71db5a3cf9d3451192fc6da044c77bf51fe869", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libzstd1_1.4.8-p-dfsg-2.1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.4.8+dfsg-2.1_arm64.deb" + ], + "sha256": "dd01659c6c122f983a3369a04ede63539f666585d52a03f8aa2c27b307e547e0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libidn2-0_2.3.3-1-p-b1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.3-1+b1_amd64.deb" + ], + "sha256": "d50716d5824083d667427817d506b45d3f59dc77e1ca52de000f3f62d4918afa", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsemanage-common_3.4-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb" + ], + "sha256": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgdbm-compat4_1.19-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.19-2_amd64.deb" + ], + "sha256": "e62caed68b0ffaa03b5fa539d6fdc08c4151f66236d5878949bead0b71b7bb09", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libaudit-common_1-3.0-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0-2_all.deb" + ], + "sha256": "0d52f4826a57aea13cea1a85bfae354024c7b2f7b95e39cd1ce225e4db27d0f6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libxxhash0_0.8.1-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.1-1_amd64.deb" + ], + "sha256": "6c19a5d18c8350744581fbd25d5d29e2b7101053e25aafa4e1ffcc2b505b2f1c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libstdc-p--p-6_12.2.0-14_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libstdc++6_12.2.0-14_amd64.deb" + ], + "sha256": "9b1b269020cec6aced3b39f096f7b67edd1f0d4ab24f412cb6506d0800e19cbf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgssapi-krb5-2_1.18.3-6-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libgssapi-krb5-2_1.18.3-6+deb11u4_arm64.deb" + ], + "sha256": "5572a462c7f78f9610bd4f1dd9f8e4f8243fa9dc2d1deb5b1cf7cec1f1df83dc", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsystemd0_252.22-1_deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_252.22-1~deb12u1_amd64.deb" + ], + "sha256": "5565f137924447e0a37f72d22dee6b117a3d22c4b39474af45191072b48cebd0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_passwd_1-4.13-p-dfsg1-1-p-b1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.13+dfsg1-1+b1_arm64.deb" + ], + "sha256": "c8e689ebef5c3ad4fb39ea8b0d49c33a483879dd0f477a07d710f7609809d697", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpcre2-8-0_10.36-2-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.36-2+deb11u1_amd64.deb" + ], + "sha256": "ee192c8d22624eb9d0a2ae95056bad7fb371e5abc17e23e16b1de3ddb17a1064", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpam-modules-bin_1.4.0-9-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb" + ], + "sha256": "abbbd181329c236676222d3e912df13f8d1d90a117559edd997d90006369e5c8", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_base-files_12.4-p-deb12u5_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_12.4+deb12u5_arm64.deb" + ], + "sha256": "ca5e69b38214de267d7d59bf4d0c1abd10987abacb5c9bfaf72b178bee883d1b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_perl-modules-5.36_5.36.0-7-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.36_5.36.0-7+deb12u1_all.deb" + ], + "sha256": "9b8223674661ead1836ce21966f7e4511a3a943c1b87c02ea92ec17ed2c3f2cf", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_ncurses-base_6.4-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.4-4_all.deb" + ], + "sha256": "bfd1d89f833c09a28b062ee916495cf69649ca2bf529532476c7b69d75d24909", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_perl_5.36.0-7-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.36.0-7+deb12u1_amd64.deb" + ], + "sha256": "95224197cc1275ee3e625be4522f9d03f8fea3bd7a5d7d8f1f55ab914736b404", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgnutls30_3.7.1-5-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.1-5+deb11u4_amd64.deb" + ], + "sha256": "b2fa128881a16c2196caddb551d3577baa296a7bc5d38109a978e8e69fdb5c94", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libdb5.3_5.3.28-p-dfsg2-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg2-1_amd64.deb" + ], + "sha256": "7dc5127b8dd0da80e992ba594954c005ae4359d839a24eb65d0d8129b5235c84", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libtasn1-6_4.19.0-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_arm64.deb" + ], + "sha256": "235e0097ecf3742ebea01691ce1b01b5504b5de205734dab4a5353f0c324f3f3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libhogweed6_3.8.1-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.8.1-2_arm64.deb" + ], + "sha256": "e653a1a7e5a44be0f7b6443dc6ac865d2504e49149660fc253655245965e157f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libunistring2_1.0-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_1.0-2_amd64.deb" + ], + "sha256": "d466bbfe011d764d793c1d9d777cad9c7cf65b938e11598f27408171ad95a951", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsemanage2_3.4-1-p-b5_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage2_3.4-1+b5_arm64.deb" + ], + "sha256": "6d1958b29ac622d352e00f9de55d9de8aea12bd0c27dee8b522e052ace3c67bd", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libseccomp2_2.5.1-1-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.1-1+deb11u1_amd64.deb" + ], + "sha256": "2617fc8b99dca0fa8ed466ee0f5fe087aa4e8413b88ca45d717290f4a0551e36", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libhogweed6_3.7.3-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.7.3-1_amd64.deb" + ], + "sha256": "6aab2e892cdb2dfba45707601bc6c3b19aa228f70ae5841017f14c3b0ca3d22f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libdb5.3_5.3.28-p-dfsg1-0.8_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg1-0.8_amd64.deb" + ], + "sha256": "00b9e63e287f45300d4a4f59b6b88e25918443c932ae3e5845d5761ae193c530", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_resolution": { + "bzlFile": "@@rules_distroless~//apt/private:resolve.bzl", + "ruleClassName": "deb_resolve", + "attributes": { + "manifest": "@@//repos/debian:debian11.yaml", + "resolve_transitive": true + } + }, + "debian12_libaudit1_1-3.0.9-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0.9-1_arm64.deb" + ], + "sha256": "619606427a334cba955e0afb18bf4a636df4141d32ea474a79cc512b5ca358e7", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_adduser_3.118-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.118+deb11u1_all.deb" + ], + "sha256": "1478a610fd50e190882ff41e16c57b628a508bcf5b5ac5313affb49d20818e0a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_tzdata_2024a-0-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb12u1_all.deb" + ], + "sha256": "0ca0baec1fca55df56039047a631fc1541c5a44c1c4879d553aaa3a70844eb12", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libp11-kit0_0.24.1-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_arm64.deb" + ], + "sha256": "d1f1f55023e9fc085b9ebfc9c4113d2d2dab2dc6b81a337f274b75c95ad8dc0a", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg-1+deb11u1_arm64.deb" + ], + "sha256": "d52619b6ff8829aa5424dfe3189dd05f22118211e69273e9576030584ffcce80", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_liblzma5_5.2.5-2.1_deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/x/xz-utils/liblzma5_5.2.5-2.1~deb11u1_arm64.deb" + ], + "sha256": "d865bba41952c707b3fa3ae8cab4d4bd337ee92991d2aead66c925bf7cc48846", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_coreutils_8.32-4-p-b1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_8.32-4+b1_amd64.deb" + ], + "sha256": "3558a412ab51eee4b60641327cb145bb91415f127769823b68f9335585b308d4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_dpkg_1.21.22_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.21.22_arm64.deb" + ], + "sha256": "4775b5f27315054c6860f402d1ef74614090e61a4192ec9c63cec9c88a75f9c2", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libpam-modules-bin_1.5.2-6-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.5.2-6+deb12u1_arm64.deb" + ], + "sha256": "f89db9843fa29e7571687156166ebb8753644105bc3c4e35ac165ca5c9c740b1", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libssl3_3.0.11-1_deb12u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/libssl3_3.0.11-1~deb12u2_arm64.deb" + ], + "sha256": "4e05dfa7319f72c5598f29a39eaf568203e2ae2314d5ef434dbf764de6448462", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_liblz4-1_1.9.3-2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.3-2_amd64.deb" + ], + "sha256": "79ac6e9ca19c483f2e8effcc3401d723dd9dbb3a4ae324714de802adb21a8117", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsemanage-common_3.1-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.1-1_all.deb" + ], + "sha256": "d319a026ecd02e2f605c52350949279f3c331a19380f8b6888ce5b9ef0d31349", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_apt_2.6.1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.6.1_amd64.deb" + ], + "sha256": "6ea03cbbc7a7bfcee601c9fb08d4e026fd522ede5350561f06867ad9c0a0fa6b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libselinux1_3.1-3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.1-3_arm64.deb" + ], + "sha256": "da98279a47dabaa46a83514142f5c691c6a71fa7e582661a3a3db6887ad3e9d1", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_dpkg_1.20.13_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.20.13_arm64.deb" + ], + "sha256": "87b0bce7361d94cc15caf27709fa8a70de44f9dd742cf0d69d25796a03d24853", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libbz2-1.0_1.0.8-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-4_amd64.deb" + ], + "sha256": "16e27c3ebd97981e70db3733f899963362748f178a62644df69d1f247e741379", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libudev1_252.22-1_deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_252.22-1~deb12u1_amd64.deb" + ], + "sha256": "c5c3eba9c8a3abe1e9988c89879ab912364544941b6f5863da5cf5e9ed78000e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_passwd_1-4.8.1-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.8.1-1_amd64.deb" + ], + "sha256": "542593f26502e87b4276fa778e6e3ae52e66b973979986fff77803d9fcb2c2e8", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_apt_2.6.1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.6.1_arm64.deb" + ], + "sha256": "c5a6f225715aa2ae5e025695acc205d9eedd2abc3d2393965418e19cde6a9e15", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libhogweed6_3.7.3-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.7.3-1_arm64.deb" + ], + "sha256": "3e9eea5e474dd98a7de9e4c1ecfbfd6f6efb1d40bf51d6473de9713cf41d2191", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_gcc-10-base_10.2.1-6_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_amd64.deb" + ], + "sha256": "be65535e94f95fbf04b104e8ab36790476f063374430f7dfc6c516cbe2d2cd1e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libudev1_247.3-7-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_247.3-7+deb11u4_amd64.deb" + ], + "sha256": "9274ca1aa37fcdf5895dad1de0895162351099ef8dff8a62f2f4c9eb181a8fce", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libnettle8_3.7.3-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.7.3-1_arm64.deb" + ], + "sha256": "5061c931f95dc7277d95fc58bce7c17b1a95c6aa9a9aac781784f3b3dc909047", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libstdc-p--p-6_10.2.1-6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libstdc++6_10.2.1-6_arm64.deb" + ], + "sha256": "7869aa540cc46e9f3d4267d5bde2af0e5b429a820c1d6f1a4cfccfe788c31890", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgdbm6_1.23-3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.23-3_amd64.deb" + ], + "sha256": "95fe4a1336532450e67bd067892f46eaa484139919ea8d067a9ffcbf5a4bf883", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_ca-certificates_20230311_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20230311_all.deb" + ], + "sha256": "5308b9bd88eebe2a48be3168cb3d87677aaec5da9c63ad0cf561a29b8219115c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libaudit1_1-3.0-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0-2_arm64.deb" + ], + "sha256": "c93da146715dcd0c71759629c04afb01a41c879d91b2f5330adc74365db03763", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libncurses6_6.4-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.4-4_amd64.deb" + ], + "sha256": "72300f09f02669c06c99b641ea795d52300ec7eb65eaccddf7bc3b72934f0ef5", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_liblzma5_5.2.5-2.1_deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/x/xz-utils/liblzma5_5.2.5-2.1~deb11u1_amd64.deb" + ], + "sha256": "1c79a02415ca5ee7234ac60502fb33ee94fa70b02d1c329a6a14178f8329c435", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_openssl_1.1.1w-0-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/openssl_1.1.1w-0+deb11u1_arm64.deb" + ], + "sha256": "d9159af073e95641e7eda440fa1d7623873b8c0034c9826a353f890bed107f3c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsepol2_3.4-2.1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol2_3.4-2.1_arm64.deb" + ], + "sha256": "22b0041a04af364f643ff2e7ff88eaaecdf0714dcfd253e8c99a6a952ae1fec6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_ncurses-base_6.2-p-20201114-2-p-deb11u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.2+20201114-2+deb11u2_all.deb" + ], + "sha256": "a55a5f94299448279da6a6c2031a9816dc768cd300668ff82ecfc6480bbfc83d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgdbm-compat4_1.23-3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.23-3_arm64.deb" + ], + "sha256": "acc13a12acbf3b17dbacc77e3c22c6c273a552150cd50fdc9bd70cdb5169af73", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_bash_5.2.15-2-p-b2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.2.15-2+b2_amd64.deb" + ], + "sha256": "5325e63acaecb37f6636990328370774995bd9b3dce10abd0366c8a06877bd0d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_tar_1.34-p-dfsg-1.2-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1.2+deb12u1_amd64.deb" + ], + "sha256": "24fb92e98c2969171f81a8b589263d705f6b1670f95d121cd74c810d4605acc3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpam0g_1.4.0-9-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.4.0-9+deb11u1_amd64.deb" + ], + "sha256": "496771218fb585bb716fdae6ef8824dbfb5d544b4fa2f3cd4d0e4d7158ae2220", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsemanage-common_3.1-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.1-1_all.deb" + ], + "sha256": "d319a026ecd02e2f605c52350949279f3c331a19380f8b6888ce5b9ef0d31349", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_zlib1g_1-1.2.13.dfsg-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_amd64.deb" + ], + "sha256": "d7dd1d1411fedf27f5e27650a6eff20ef294077b568f4c8c5e51466dc7c08ce4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtinfo6_6.2-p-20201114-2-p-deb11u2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.2+20201114-2+deb11u2_arm64.deb" + ], + "sha256": "58027c991756930a2abb2f87a829393d3fdbfb76f4eca9795ef38ea2b0510e27", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libcap-ng0_0.8.3-1-p-b3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1+b3_amd64.deb" + ], + "sha256": "b4b54769c77e4a71c8b33aee4d600ba28a9994a1c6f60d55d4ebe7fc44882e07", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libpam-modules_1.4.0-9-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.4.0-9+deb11u1_arm64.deb" + ], + "sha256": "7f46ae216fdc6c69b0120d430936f40f3c5f37249296042324aeb584d5566a3c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libattr1_1-2.4.48-6_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.4.48-6_arm64.deb" + ], + "sha256": "cb9b59be719a6fdbaabaa60e22aa6158b2de7a68c88ccd7c3fb7f41a25fb43d0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libnettle8_3.8.1-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.8.1-2_arm64.deb" + ], + "sha256": "c945ff210df69cf7b95e935b8fa936e81c1c1f475355e3d5db83510b174f0cd6", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_bash_5.1-2-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.1-2+deb11u1_arm64.deb" + ], + "sha256": "d7c7af5d86f43a885069408a89788f67f248e8124c682bb73936f33874e0611b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libcap2_1-2.66-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap2/libcap2_2.66-4_amd64.deb" + ], + "sha256": "b36fefe9867f9e59b540f952e957a72ebdc241e997179d826da19a9511ade4a3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_perl_5.32.1-4-p-deb11u3_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.32.1-4+deb11u3_amd64.deb" + ], + "sha256": "d5f710c7db9fcd6d9d6f119cd0dea64a4f765867447dd97b24ab44be1de7c60f", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libapt-pkg6.0_2.6.1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.6.1_arm64.deb" + ], + "sha256": "78f637a952efcb7b6260ffac0833bf3b434e017da92472e5821180e5d799a966", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_ncurses-base_6.2-p-20201114-2-p-deb11u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.2+20201114-2+deb11u2_all.deb" + ], + "sha256": "a55a5f94299448279da6a6c2031a9816dc768cd300668ff82ecfc6480bbfc83d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libxxhash0_0.8.0-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.0-2_arm64.deb" + ], + "sha256": "a31effcbd7a248b64dd480330557f41ea796a010b2c2e7ac91ed10f94e605065", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libncurses6_6.4-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.4-4_arm64.deb" + ], + "sha256": "bb5013fc7f24f3ed740d50449bfea3fb4ffce1e33787b6bc7f82ea3d377bc03c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libseccomp2_2.5.1-1-p-deb11u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.1-1+deb11u1_arm64.deb" + ], + "sha256": "5b8983c2e330790dbe04ae990f166d7939a3e14b75556a8489309ae704fbeb50", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_zlib1g_1-1.2.11.dfsg-2-p-deb11u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/z/zlib/zlib1g_1.2.11.dfsg-2+deb11u2_amd64.deb" + ], + "sha256": "03d2ab2174af76df6f517b854b77460fbdafc3dac0dca979317da67538159a3e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_tar_1.34-p-dfsg-1.2-p-deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1.2+deb12u1_arm64.deb" + ], + "sha256": "04a945d4f24068f9d4c44294014ef5a33fc6179a57021978afc7d08358e13df3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libdb5.3_5.3.28-p-dfsg2-1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg2-1_arm64.deb" + ], + "sha256": "344367608d622298a3d916f4cee3dc3173286f3b21f8f497ab21e7178ba930f9", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libapt-pkg6.0_2.6.1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.6.1_amd64.deb" + ], + "sha256": "ccab743f6784b4cc7bd69e1810630edaf726cd69c1e735e39a16266d470bfdc0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libdb5.3_5.3.28-p-dfsg1-0.8_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg1-0.8_arm64.deb" + ], + "sha256": "cf9aa3eae9cfc4c84f93e32f3d11e2707146e4d9707712909e3c61530b50353e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgpg-error0_1.46-1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.46-1_amd64.deb" + ], + "sha256": "89944ee11d7370ce6ef46fc52f094c4a6512eff8943ec4c6ebefeae6360ceada", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_tzdata_2024a-0-p-deb12u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb12u1_all.deb" + ], + "sha256": "0ca0baec1fca55df56039047a631fc1541c5a44c1c4879d553aaa3a70844eb12", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgcrypt20_1.10.1-3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.10.1-3_arm64.deb" + ], + "sha256": "79fc67c21684689728c8320d8a2b0a7204df21dc4c0da4fae3828ceb389e2ba2", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libssl3_3.0.11-1_deb12u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/libssl3_3.0.11-1~deb12u2_amd64.deb" + ], + "sha256": "6e129c5814812b3516a656ae5b664b9970e2f8823250cd5b98190f21c0de2bca", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libtinfo6_6.2-p-20201114-2-p-deb11u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.2+20201114-2+deb11u2_amd64.deb" + ], + "sha256": "96ed58b8fd656521e08549c763cd18da6cff1b7801a3a22f29678701a95d7e7b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_bash_5.1-2-p-deb11u1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.1-2+deb11u1_amd64.deb" + ], + "sha256": "f702ef058e762d7208a9c83f6f6bbf02645533bfd615c54e8cdcce842cd57377", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libsystemd0_247.3-7-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_247.3-7+deb11u4_amd64.deb" + ], + "sha256": "e6f3e65e388196a399c1a36564c38ad987337350358732056227db1b6e708878", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libunistring2_0.9.10-4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_0.9.10-4_amd64.deb" + ], + "sha256": "654433ad02d3a8b05c1683c6c29a224500bf343039c34dcec4e5e9515345e3d4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libidn2-0_2.3.0-5_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.0-5_arm64.deb" + ], + "sha256": "0d2e6d39bf65f16861f284be567c1a6c5d4dc6b54dcfdf9dba631546ff4e6796", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_liblzma5_5.4.1-0.2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_arm64.deb" + ], + "sha256": "48216df0ab15bf757176417c154c27a208b82aa42b00a16794e4699ec9e8e2e3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libbz2-1.0_1.0.8-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-4_arm64.deb" + ], + "sha256": "da340e8470e96445c56966f74e48a9a91dee0fa5c89876e88a4575cc17d17a97", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libtinfo6_6.4-4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.4-4_arm64.deb" + ], + "sha256": "baef0f6776f84c7eed4f1146d6e5774689567dad43216894d41da02e6608e4b3", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libudev1_247.3-7-p-deb11u4_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_247.3-7+deb11u4_arm64.deb" + ], + "sha256": "d53ca63927b51ad6f9a85ee1e4ce74d20ef45651179fd70f3c8d72607071e393", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libcom-err2_1.46.2-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/e/e2fsprogs/libcom-err2_1.46.2-2_arm64.deb" + ], + "sha256": "fc95d415c35f5b687871f660a5bf66963fd117daa490110499119411e2d6145e", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_adduser_3.134_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.134_all.deb" + ], + "sha256": "c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libgdbm-compat4_1.19-2_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.19-2_arm64.deb" + ], + "sha256": "0853cc0b0f92784b7fbd193d737c63b1d95f932e2b95dc1bb10c273e01a0f754", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libidn2-0_2.3.3-1-p-b1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.3-1+b1_arm64.deb" + ], + "sha256": "12a3efc056671bf1c1bed4c3444c2559c8d5e0c158a13316fc728f263b83ddc4", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_base-files_11.1-p-deb11u9_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_11.1+deb11u9_amd64.deb" + ], + "sha256": "1ff08cf6e1b97af1e37cda830f3658f9af43a906abb80a21951c81aea02ce230", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libsystemd0_252.22-1_deb12u1_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_252.22-1~deb12u1_arm64.deb" + ], + "sha256": "5338e3472b070ca7078556f2d0f5b8ea0f472fe4dce7fb221927166b97d424be", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libkrb5support0_1.18.3-6-p-deb11u4_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5support0_1.18.3-6+deb11u4_amd64.deb" + ], + "sha256": "da8d022e3dd7f4a72ea32e328b3ac382dbe6bdb91606c5738fe17a29f8ea8080", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgdbm6_1.23-3_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.23-3_arm64.deb" + ], + "sha256": "3c704feaf89c5f2709a76b84126ac8affe4ddff69dc0b91af0ca9910c7e75714", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_libgcc-s1_12.2.0-14_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_arm64.deb" + ], + "sha256": "6fce2268d8f3152a4e84634f5a24133d3c62903b2f9b11b9c59235cbbc1b23a8", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_base-files_12.4-p-deb12u5_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_12.4+deb12u5_amd64.deb" + ], + "sha256": "6c11268757a89f45c22d7a7a9e1153f1545016987531bf3068765a221e0af86c", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian11_libzstd1_1.4.8-p-dfsg-2.1_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.4.8+dfsg-2.1_amd64.deb" + ], + "sha256": "5dcadfbb743bfa1c1c773bff91c018f835e8e8c821d423d3836f3ab84773507b", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + }, + "debian12_openssl_3.0.11-1_deb12u2_amd64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/openssl_3.0.11-1~deb12u2_amd64.deb" + ], + "sha256": "ea063646d4f70d15be5ed52b67b5ac95d68dda823c60d808c7c25439c6d14e4d", + "build_file_content": "filegroup(\n name = \"data\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"data.tar.*\"]),\n)\n\nfilegroup(\n name = \"control\",\n visibility = [\"//visibility:public\"],\n srcs = glob([\"control.tar.*\"]),\n)\n" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_distroless~", + "aspect_bazel_lib", + "aspect_bazel_lib~" + ], + [ + "rules_distroless~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_foreign_cc~//foreign_cc:extensions.bzl%tools": { + "general": { + "bzlTransitiveDigest": "5Xt39wqg6Xufojy5gN4ke9V2Mv5ANvdeLlAL1hp6+ic=", + "usagesDigest": "ewNHcs+b0quErZhgqohL3pmoVZ9KTvNYeEV/aPJrtqE=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "cmake-3.23.2-linux-aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-aarch64.tar.gz" + ], + "sha256": "f2654bf780b53f170bbbec44d8ac67d401d24788e590faa53036a89476efa91e", + "strip_prefix": "cmake-3.23.2-linux-aarch64", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "rules_foreign_cc_framework_toolchain_macos": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:macos_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:macos" + ] + } + }, + "ninja_1.12.0_mac": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-mac.zip" + ], + "sha256": "19806019c9623a062c3d9fa0d5f45b633a3d150f88e73fbd6c0ff6ea5534df10", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "ninja_1.12.0_mac_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-mac.zip" + ], + "sha256": "19806019c9623a062c3d9fa0d5f45b633a3d150f88e73fbd6c0ff6ea5534df10", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "gnumake_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3", + "strip_prefix": "make-4.4.1", + "urls": [ + "https://mirror.bazel.build/ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.gz", + "http://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.gz" + ] + } + }, + "gettext_runtime": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\ncc_import(\n name = \"gettext_runtime\",\n shared_library = \"bin/libintl-8.dll\",\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "1f4269c0e021076d60a54e98da6f978a3195013f6de21674ba0edbc339c5b079", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/binaries/win64/dependencies/gettext-runtime_0.18.1.1-2_win64.zip", + "https://download.gnome.org/binaries/win64/dependencies/gettext-runtime_0.18.1.1-2_win64.zip" + ] + } + }, + "cmake_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "f316b40053466f9a416adf981efda41b160ca859e97f6a484b447ea299ff26aa", + "strip_prefix": "cmake-3.23.2", + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2.tar.gz" + ], + "patches": [ + "@@rules_foreign_cc~//toolchains:cmake-c++11.patch" + ] + } + }, + "bazel_skylib": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz" + ], + "sha256": "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728" + } + }, + "cmake-3.23.2-macos-universal": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-macos-universal.tar.gz" + ], + "sha256": "853a0f9af148c5ef47282ffffee06c4c9f257be2635936755f39ca13c3286c88", + "strip_prefix": "cmake-3.23.2-macos-universal/CMake.app/Contents", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "ninja_1.12.0_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip" + ], + "sha256": "51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja.exe\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "meson_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "exports_files([\"meson.py\"])\n\nfilegroup(\n name = \"runtime\",\n srcs = glob([\"mesonbuild/**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "d04b541f97ca439fb82fab7d0d480988be4bd4e62563a5ca35fadb5400727b1c", + "strip_prefix": "meson-1.1.1", + "urls": [ + "https://mirror.bazel.build/github.com/mesonbuild/meson/releases/download/1.1.1/meson-1.1.1.tar.gz", + "https://github.com/mesonbuild/meson/releases/download/1.1.1/meson-1.1.1.tar.gz" + ] + } + }, + "rules_foreign_cc_framework_toolchain_freebsd": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:freebsd_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:freebsd" + ] + } + }, + "rules_foreign_cc_framework_toolchain_linux": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:linux_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:linux" + ] + } + }, + "rules_python": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841", + "strip_prefix": "rules_python-0.23.1", + "url": "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.23.1.tar.gz" + } + }, + "pkgconfig_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591", + "strip_prefix": "pkg-config-0.29.2", + "patches": [ + "@@rules_foreign_cc~//toolchains:pkgconfig-detectenv.patch", + "@@rules_foreign_cc~//toolchains:pkgconfig-makefile-vc.patch", + "@@rules_foreign_cc~//toolchains:pkgconfig-builtin-glib-int-conversion.patch" + ], + "urls": [ + "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz", + "https://mirror.bazel.build/pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" + ] + } + }, + "ninja_build_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "integrity": "sha256-iyyGzUg9x/y3l1xexzKRNdIQCZqJvH2wWQoHsLv+SaU=", + "strip_prefix": "ninja-1.12.0", + "urls": [ + "https://mirror.bazel.build/github.com/ninja-build/ninja/archive/v1.12.0.tar.gz", + "https://github.com/ninja-build/ninja/archive/v1.12.0.tar.gz" + ] + } + }, + "glib_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\ncc_import(\n name = \"msvc_hdr\",\n hdrs = [\"msvc_recommended_pragmas.h\"],\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "bc96f63112823b7d6c9f06572d2ad626ddac7eb452c04d762592197f6e07898e", + "strip_prefix": "glib-2.26.1", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/sources/glib/2.26/glib-2.26.1.tar.gz", + "https://download.gnome.org/sources/glib/2.26/glib-2.26.1.tar.gz" + ] + } + }, + "cmake-3.23.2-windows-x86_64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-x86_64.zip" + ], + "sha256": "2329387f3166b84c25091c86389fb891193967740c9bcf01e7f6d3306f7ffda0", + "strip_prefix": "cmake-3.23.2-windows-x86_64", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake.exe\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake.exe\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "glib_runtime": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nexports_files(\n [\n \"bin/libgio-2.0-0.dll\",\n \"bin/libglib-2.0-0.dll\",\n \"bin/libgmodule-2.0-0.dll\",\n \"bin/libgobject-2.0-0.dll\",\n \"bin/libgthread-2.0-0.dll\",\n ],\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "88d857087e86f16a9be651ee7021880b3f7ba050d34a1ed9f06113b8799cb973", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/binaries/win64/glib/2.26/glib_2.26.1-1_win64.zip", + "https://download.gnome.org/binaries/win64/glib/2.26/glib_2.26.1-1_win64.zip" + ] + } + }, + "rules_foreign_cc_framework_toolchains": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository_hub", + "attributes": {} + }, + "glib_dev": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nload(\"@rules_cc//cc:defs.bzl\", \"cc_library\")\n\ncc_import(\n name = \"glib_dev\",\n hdrs = glob([\"include/**\"]),\n shared_library = \"@glib_runtime//:bin/libglib-2.0-0.dll\",\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "bdf18506df304d38be98a4b3f18055b8b8cca81beabecad0eece6ce95319c369", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/binaries/win64/glib/2.26/glib-dev_2.26.1-1_win64.zip", + "https://download.gnome.org/binaries/win64/glib/2.26/glib-dev_2.26.1-1_win64.zip" + ] + } + }, + "cmake_3.23.2_toolchains": { + "bzlFile": "@@rules_foreign_cc~//toolchains:prebuilt_toolchains_repository.bzl", + "ruleClassName": "prebuilt_toolchains_repository", + "attributes": { + "repos": { + "cmake-3.23.2-linux-aarch64": [ + "@platforms//cpu:aarch64", + "@platforms//os:linux" + ], + "cmake-3.23.2-linux-x86_64": [ + "@platforms//cpu:x86_64", + "@platforms//os:linux" + ], + "cmake-3.23.2-macos-universal": [ + "@platforms//os:macos" + ], + "cmake-3.23.2-windows-i386": [ + "@platforms//cpu:x86_32", + "@platforms//os:windows" + ], + "cmake-3.23.2-windows-x86_64": [ + "@platforms//cpu:x86_64", + "@platforms//os:windows" + ] + }, + "tool": "cmake" + } + }, + "ninja_1.12.0_linux-aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux-aarch64.zip" + ], + "sha256": "375a49c79095334c88338ff15f90730e08a4d03997ef660f48f11ee7e450db7a", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "cmake-3.23.2-windows-i386": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-i386.zip" + ], + "sha256": "6a4fcd6a2315b93cb23c93507efccacc30c449c2bf98f14d6032bb226c582e07", + "strip_prefix": "cmake-3.23.2-windows-i386", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake.exe\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake.exe\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "ninja_1.12.0_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip" + ], + "sha256": "ddc96efa3c7c9d41de733d15e2eda07a8a212555cb43f35d727e080d2ca687ab", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "cmake-3.23.2-linux-x86_64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-x86_64.tar.gz" + ], + "sha256": "aaced6f745b86ce853661a595bdac6c5314a60f8181b6912a0a4920acfa32708", + "strip_prefix": "cmake-3.23.2-linux-x86_64", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "ninja_1.12.0_toolchains": { + "bzlFile": "@@rules_foreign_cc~//toolchains:prebuilt_toolchains_repository.bzl", + "ruleClassName": "prebuilt_toolchains_repository", + "attributes": { + "repos": { + "ninja_1.12.0_linux": [ + "@platforms//cpu:x86_64", + "@platforms//os:linux" + ], + "ninja_1.12.0_linux-aarch64": [ + "@platforms//cpu:aarch64", + "@platforms//os:linux" + ], + "ninja_1.12.0_mac": [ + "@platforms//cpu:x86_64", + "@platforms//os:macos" + ], + "ninja_1.12.0_mac_aarch64": [ + "@platforms//cpu:aarch64", + "@platforms//os:macos" + ], + "ninja_1.12.0_win": [ + "@platforms//cpu:x86_64", + "@platforms//os:windows" + ] + }, + "tool": "ninja" + } + }, + "rules_foreign_cc_framework_toolchain_windows": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:windows_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:windows" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_foreign_cc~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_foreign_cc~", + "rules_foreign_cc", + "rules_foreign_cc~" + ] + ] + } + }, + "@@rules_oci~//oci:extensions.bzl%oci": { + "general": { + "bzlTransitiveDigest": "r91G0ol2ez/XoGDyvdKjcs/nrwtC11jFASt/87LnNtY=", + "usagesDigest": "PcmkTpPEgTsnReRMVYxlXkOZUHBfG4FHUi4eCYN29Bc=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "oci_crane_registry_toolchains": { + "bzlFile": "@@rules_oci~//oci/private:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "toolchain_type": "@rules_oci//oci:registry_toolchain_type", + "toolchain": "@oci_crane_{platform}//:registry_toolchain" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": {} + }, + "oci_crane_darwin_amd64": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "darwin_amd64", + "crane_version": "v0.18.0" + } + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "1.7" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "oci_crane_linux_arm64": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "linux_arm64", + "crane_version": "v0.18.0" + } + }, + "jq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "1.7" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "0.0.26" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "0.0.26" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "oci_crane_linux_armv6": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "linux_armv6", + "crane_version": "v0.18.0" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "oci_crane_linux_amd64": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "linux_amd64", + "crane_version": "v0.18.0" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "0.0.26" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "0.0.26" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "user_repository_name": "coreutils" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": {} + }, + "oci_crane_darwin_arm64": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "darwin_arm64", + "crane_version": "v0.18.0" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "1.7" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "oci_crane_linux_i386": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "linux_i386", + "crane_version": "v0.18.0" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "1.7" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "oci_crane_windows_armv6": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "windows_armv6", + "crane_version": "v0.18.0" + } + }, + "oci_crane_toolchains": { + "bzlFile": "@@rules_oci~//oci/private:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "toolchain_type": "@rules_oci//oci:crane_toolchain_type", + "toolchain": "@oci_crane_{platform}//:crane_toolchain" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "1.7" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "user_repository_name": "jq" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "user_repository_name": "copy_to_directory" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "user_repository_name": "yq" + } + }, + "oci_crane_windows_amd64": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "windows_amd64", + "crane_version": "v0.18.0" + } + }, + "oci_crane_linux_s390x": { + "bzlFile": "@@rules_oci~//oci:repositories.bzl", + "ruleClassName": "crane_repositories", + "attributes": { + "platform": "linux_s390x", + "crane_version": "v0.18.0" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "0.0.26" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "4.25.2" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_oci~", + "aspect_bazel_lib", + "aspect_bazel_lib~" + ], + [ + "rules_oci~", + "bazel_skylib", + "bazel_skylib~" + ] + ] + } + } + } +} diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4fe55d2 --- /dev/null +++ b/Makefile @@ -0,0 +1,41 @@ +MAKEFLAGS += --silent +SHELL := /bin/bash +.SHELLFLAGS := -o errexit -o nounset -o pipefail -c + + +DOCKER := $(shell command -v docker) + +ifndef DOCKER +$(error Can't find docker) +endif + + +all: clean run + +clean: + rm -rf bazel-* + +gen-docker-image: + docker build -f repro.Dockerfile --tag repro . + +run: gen-docker-image + rm -rf /tmp/out && \ + mkdir /tmp/out && \ + docker run \ + --volume /tmp/out:/tmp/out \ + --volume .:/src/workspace \ + --entrypoint=./repro.sh \ + repro + +run-interactive: gen-docker-image + rm -rf /tmp/out && \ + mkdir /tmp/out && \ + docker run \ + --volume /tmp/out:/tmp/out \ + --volume .:/src/workspace \ + --tty \ + --interactive \ + --entrypoint=/bin/bash \ + repro + +.PHONY: all clean gen-docker-image run run-interactive diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc440a0 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# Test repo to repro a (potential?) Bazel bug + +See [Bazel issue #22680](https://github.com/bazelbuild/bazel/issues/22680) + +## Repro + +To repro the bug: + +* clone the repo: +``` +git clone https://github.com/jjmaestro/bazel_issue_22680_repro +``` + +* run `make` +``` +cd bazel_issue_22680_repro +make +``` + +This will run `repro.sh` inside the Docker image with Bazel v7.2.1rc2 and will test: +* running `bazel build` without any options (i.e. cache in the default `$HOME/.cache/bazel` which is *inside* the Docker image) +* running `bazel build` with `output_base` pointing to a directory in a mounted Docker volume (`/tmp/out`) which always fails +* running the same `bazel build` that fails but with `--experimental_worker_for_repo_fetching=off` which was reported to mitigate / avoid the issue, but it still always fails in this repro. + +The error I always get is: +```sh +Extracting Bazel installation... +INFO: Repository rules_python~~python~python_3_11_aarch64-unknown-linux-gnu instantiated at: + : in +Repository rule python_repository defined at: + /tmp/out/bazel/external/rules_python~/python/repositories.bzl:443:36: in +ERROR: An error occurred during the fetch of repository 'rules_python~~python~python_3_11_aarch64-unknown-linux-gnu': + Traceback (most recent call last): + File "/tmp/out/bazel/external/rules_python~/python/repositories.bzl", line 255, column 28, in _python_repository_impl + rctx.delete("share/terminfo") +Error in delete: java.io.IOException: unlinkat (/tmp/out/bazel/external/rules_python~~python~python_3_11_aarch64-unknown-linux-gnu/share/terminfo/X) (Directory not empty) +ERROR: no such package '@@rules_python~~python~python_3_11_aarch64-unknown-linux-gnu//': java.io.IOException: unlinkat (/tmp/out/bazel/external/rules_python~~python~python_3_11_aarch64-unknown-linux-gnu/share/terminfo/X) (Directory not empty) +ERROR: /tmp/out/bazel/external/rules_foreign_cc~/toolchains/private/BUILD.bazel:112:11: @@rules_foreign_cc~//toolchains/private:meson_tool depends on @@rules_python~~python~python_3_11_aarch64-unknown-linux-gnu//:python_runtimes in repository @@rules_python~~python~python_3_11_aarch64-unknown-linux-gnu which failed to fetch. no such package '@@rules_python~~python~python_3_11_aarch64-unknown-linux-gnu//': java.io.IOException: unlinkat (/tmp/out/bazel/external/rules_python~~python~python_3_11_aarch64-unknown-linux-gnu/share/terminfo/X) (Directory not empty) +ERROR: Analysis of target '//testimage:tarball' failed; build aborted: Analysis failed +INFO: Elapsed time: 51.117s, Critical Path: 0.02s +INFO: 1 process: 1 internal. +ERROR: Build did NOT complete successfully +FAILED: + Fetching repository @@rules_foreign_cc~~tools~cmake-3.23.2-linux-aarch64; starting 41s + Fetching /tmp/out/bazel/external/rules_foreign_cc~~tools~cmake-3.23.2-linux-aarch64; Extracting cmake-3.23.2-linux-aarch64.tar.gz +``` diff --git a/postgres/BUILD b/postgres/BUILD new file mode 100644 index 0000000..61a913f --- /dev/null +++ b/postgres/BUILD @@ -0,0 +1,23 @@ +load("@rules_foreign_cc//foreign_cc:defs.bzl", "meson") +load("@rules_pkg//pkg:tar.bzl", "pkg_tar") + +meson( + name = "compile_and_install", + lib_source = "@postgres_src//:src_all", + out_binaries = ["postgres", "initdb", "pg_ctl", "pg_isready"], + out_data_dirs = ["lib", "share"], +) + +filegroup( + name = "installed_files", + srcs = [":compile_and_install"], + output_group = "gen_dir", +) + +pkg_tar( + name = "postgres", + srcs = [":installed_files"], + package_dir = "/", + strip_prefix = "", + visibility = ["//visibility:public"], +) diff --git a/postgres/MODULE.bazel b/postgres/MODULE.bazel new file mode 100644 index 0000000..e69de29 diff --git a/postgres/MODULE.bazel.lock b/postgres/MODULE.bazel.lock new file mode 100644 index 0000000..d886c27 --- /dev/null +++ b/postgres/MODULE.bazel.lock @@ -0,0 +1,518 @@ +{ + "lockFileVersion": 11, + "registryFileHashes": { + "https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497", + "https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2", + "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589", + "https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14ba7f8df85273d484c2572755be4bab7ce9c3a0", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fdae6e3f95f772c1c91857047a098fad772034264cc8cb", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/source.json": "14892cc698e02ffedf4967546e6bedb7245015906888d3465fcf27c90a26da10", + "https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel": "50341a62efbc483e8a2a6aec30994a58749bd7b885e18dd96aa8c33031e558ef", + "https://bcr.bazel.build/modules/apple_support/1.5.0/source.json": "eb98a7627c0bc486b57f598ad8da50f6625d974c8f723e9ea71bd39f709c9862", + "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd", + "https://bcr.bazel.build/modules/bazel_features/1.11.0/MODULE.bazel": "f9382337dd5a474c3b7d334c2f83e50b6eaedc284253334cf823044a26de03e8", + "https://bcr.bazel.build/modules/bazel_features/1.11.0/source.json": "c9320aa53cd1c441d24bd6b716da087ad7e4ff0d9742a9884587596edfe53015", + "https://bcr.bazel.build/modules/bazel_features/1.9.1/MODULE.bazel": "8f679097876a9b609ad1f60249c49d68bfab783dd9be012faf9d82547b14815a", + "https://bcr.bazel.build/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8", + "https://bcr.bazel.build/modules/bazel_skylib/1.2.0/MODULE.bazel": "44fe84260e454ed94ad326352a698422dbe372b21a1ac9f3eab76eb531223686", + "https://bcr.bazel.build/modules/bazel_skylib/1.2.1/MODULE.bazel": "f35baf9da0efe45fa3da1696ae906eea3d615ad41e2e3def4aeb4e8bc0ef9a7a", + "https://bcr.bazel.build/modules/bazel_skylib/1.3.0/MODULE.bazel": "20228b92868bf5cfc41bda7afc8a8ba2a543201851de39d990ec957b513579c5", + "https://bcr.bazel.build/modules/bazel_skylib/1.4.1/MODULE.bazel": "a0dcb779424be33100dcae821e9e27e4f2901d9dfd5333efe5ac6a8d7ab75e1d", + "https://bcr.bazel.build/modules/bazel_skylib/1.4.2/MODULE.bazel": "3bd40978e7a1fac911d5989e6b09d8f64921865a45822d8b09e815eaa726a651", + "https://bcr.bazel.build/modules/bazel_skylib/1.5.0/MODULE.bazel": "32880f5e2945ce6a03d1fbd588e9198c0a959bb42297b2cfaf1685b7bc32e138", + "https://bcr.bazel.build/modules/bazel_skylib/1.6.1/MODULE.bazel": "8fdee2dbaace6c252131c00e1de4b165dc65af02ea278476187765e1a617b917", + "https://bcr.bazel.build/modules/bazel_skylib/1.6.1/source.json": "082ed5f9837901fada8c68c2f3ddc958bb22b6d654f71dd73f3df30d45d4b749", + "https://bcr.bazel.build/modules/buildozer/7.1.2/MODULE.bazel": "2e8dd40ede9c454042645fd8d8d0cd1527966aa5c919de86661e62953cd73d84", + "https://bcr.bazel.build/modules/buildozer/7.1.2/source.json": "c9028a501d2db85793a6996205c8de120944f50a0d570438fcae0457a5f9d1f8", + "https://bcr.bazel.build/modules/googletest/1.11.0/MODULE.bazel": "3a83f095183f66345ca86aa13c58b59f9f94a2f81999c093d4eeaa2d262d12f4", + "https://bcr.bazel.build/modules/googletest/1.14.0/MODULE.bazel": "cfbcbf3e6eac06ef9d85900f64424708cc08687d1b527f0ef65aa7517af8118f", + "https://bcr.bazel.build/modules/googletest/1.14.0/source.json": "2478949479000fdd7de9a3d0107ba2c85bb5f961c3ecb1aa448f52549ce310b5", + "https://bcr.bazel.build/modules/platforms/0.0.4/MODULE.bazel": "9b328e31ee156f53f3c416a64f8491f7eb731742655a47c9eec4703a71644aee", + "https://bcr.bazel.build/modules/platforms/0.0.5/MODULE.bazel": "5733b54ea419d5eaf7997054bb55f6a1d0b5ff8aedf0176fef9eea44f3acda37", + "https://bcr.bazel.build/modules/platforms/0.0.6/MODULE.bazel": "ad6eeef431dc52aefd2d77ed20a4b353f8ebf0f4ecdd26a807d2da5aa8cd0615", + "https://bcr.bazel.build/modules/platforms/0.0.7/MODULE.bazel": "72fd4a0ede9ee5c021f6a8dd92b503e089f46c227ba2813ff183b71616034814", + "https://bcr.bazel.build/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d", + "https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc", + "https://bcr.bazel.build/modules/platforms/0.0.9/source.json": "cd74d854bf16a9e002fb2ca7b1a421f4403cda29f824a765acd3a8c56f8d43e6", + "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7", + "https://bcr.bazel.build/modules/protobuf/23.1/MODULE.bazel": "88b393b3eb4101d18129e5db51847cd40a5517a53e81216144a8c32dfeeca52a", + "https://bcr.bazel.build/modules/protobuf/24.4/MODULE.bazel": "7bc7ce5f2abf36b3b7b7c8218d3acdebb9426aeb35c2257c96445756f970eb12", + "https://bcr.bazel.build/modules/protobuf/24.4/source.json": "ace4b8c65d4cfe64efe544f09fc5e5df77faf3a67fbb29c5341e0d755d9b15d6", + "https://bcr.bazel.build/modules/protobuf/3.19.0/MODULE.bazel": "6b5fbb433f760a99a22b18b6850ed5784ef0e9928a72668b66e4d7ccd47db9b0", + "https://bcr.bazel.build/modules/protobuf/3.19.6/MODULE.bazel": "9233edc5e1f2ee276a60de3eaa47ac4132302ef9643238f23128fea53ea12858", + "https://bcr.bazel.build/modules/rules_cc/0.0.1/MODULE.bazel": "cb2aa0747f84c6c3a78dad4e2049c154f08ab9d166b1273835a8174940365647", + "https://bcr.bazel.build/modules/rules_cc/0.0.2/MODULE.bazel": "6915987c90970493ab97393024c156ea8fb9f3bea953b2f3ec05c34f19b5695c", + "https://bcr.bazel.build/modules/rules_cc/0.0.6/MODULE.bazel": "abf360251023dfe3efcef65ab9d56beefa8394d4176dd29529750e1c57eaa33f", + "https://bcr.bazel.build/modules/rules_cc/0.0.8/MODULE.bazel": "964c85c82cfeb6f3855e6a07054fdb159aced38e99a5eecf7bce9d53990afa3e", + "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel": "836e76439f354b89afe6a911a7adf59a6b2518fafb174483ad78a2a2fde7b1c5", + "https://bcr.bazel.build/modules/rules_cc/0.0.9/source.json": "1f1ba6fea244b616de4a554a0f4983c91a9301640c8fe0dd1d410254115c8430", + "https://bcr.bazel.build/modules/rules_java/4.0.0/MODULE.bazel": "5a78a7ae82cd1a33cef56dc578c7d2a46ed0dca12643ee45edbb8417899e6f74", + "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel": "30d9135a2b6561c761bd67bd4990da591e6bdc128790ce3e7afd6a3558b2fb64", + "https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe", + "https://bcr.bazel.build/modules/rules_java/7.6.1/source.json": "8f3f3076554e1558e8e468b2232991c510ecbcbed9e6f8c06ac31c93bcf38362", + "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7", + "https://bcr.bazel.build/modules/rules_jvm_external/5.1/MODULE.bazel": "33f6f999e03183f7d088c9be518a63467dfd0be94a11d0055fe2d210f89aa909", + "https://bcr.bazel.build/modules/rules_jvm_external/5.1/source.json": "5abb45cc9beb27b77aec6a65a11855ef2b55d95dfdc358e9f312b78ae0ba32d5", + "https://bcr.bazel.build/modules/rules_license/0.0.3/MODULE.bazel": "627e9ab0247f7d1e05736b59dbb1b6871373de5ad31c3011880b4133cafd4bd0", + "https://bcr.bazel.build/modules/rules_license/0.0.7/MODULE.bazel": "088fbeb0b6a419005b89cf93fe62d9517c0a2b8bb56af3244af65ecfe37e7d5d", + "https://bcr.bazel.build/modules/rules_license/0.0.7/source.json": "355cc5737a0f294e560d52b1b7a6492d4fff2caf0bef1a315df5a298fca2d34a", + "https://bcr.bazel.build/modules/rules_pkg/0.7.0/MODULE.bazel": "df99f03fc7934a4737122518bb87e667e62d780b610910f0447665a7e2be62dc", + "https://bcr.bazel.build/modules/rules_pkg/1.0.1/MODULE.bazel": "5b1df97dbc29623bccdf2b0dcd0f5cb08e2f2c9050aab1092fd39a41e82686ff", + "https://bcr.bazel.build/modules/rules_pkg/1.0.1/source.json": "bd82e5d7b9ce2d31e380dd9f50c111d678c3bdaca190cb76b0e1c71b05e1ba8a", + "https://bcr.bazel.build/modules/rules_proto/4.0.0/MODULE.bazel": "a7a7b6ce9bee418c1a760b3d84f83a299ad6952f9903c67f19e4edd964894e06", + "https://bcr.bazel.build/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "e8dff86b0971688790ae75528fe1813f71809b5afd57facb44dad9e8eca631b7", + "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc1/MODULE.bazel": "1e5b502e2e1a9e825eef74476a5a1ee524a92297085015a052510b09a1a09483", + "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc1/source.json": "8d8448e71706df7450ced227ca6b3812407ff5e2ccad74a43a9fbe79c84e34e0", + "https://bcr.bazel.build/modules/rules_python/0.10.2/MODULE.bazel": "cc82bc96f2997baa545ab3ce73f196d040ffb8756fd2d66125a530031cd90e5f", + "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel": "26114f0c0b5e93018c0c066d6673f1a2c3737c7e90af95eff30cfee38d0bbac7", + "https://bcr.bazel.build/modules/rules_python/0.23.1/MODULE.bazel": "49ffccf0511cb8414de28321f5fcf2a31312b47c40cc21577144b7447f2bf300", + "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel": "93a43dc47ee570e6ec9f5779b2e64c1476a6ce921c48cc9a1678a91dd5f8fd58", + "https://bcr.bazel.build/modules/rules_python/0.34.0/MODULE.bazel": "1d623d026e075b78c9fde483a889cda7996f5da4f36dffb24c246ab30f06513a", + "https://bcr.bazel.build/modules/rules_python/0.34.0/source.json": "113116e287eec64a7d005a9db44865d810499fdc4f621e352aff58214f5ea2d8", + "https://bcr.bazel.build/modules/rules_python/0.4.0/MODULE.bazel": "9208ee05fd48bf09ac60ed269791cf17fb343db56c8226a720fbb1cdf467166c", + "https://bcr.bazel.build/modules/stardoc/0.5.1/MODULE.bazel": "1a05d92974d0c122f5ccf09291442580317cdd859f07a8655f1db9a60374f9f8", + "https://bcr.bazel.build/modules/stardoc/0.5.3/MODULE.bazel": "c7f6948dae6999bf0db32c1858ae345f112cacf98f174c7a8bb707e41b974f1c", + "https://bcr.bazel.build/modules/stardoc/0.5.3/source.json": "cd53fe968dc8cd98197c052db3db6d82562960c87b61e7a90ee96f8e4e0dda97", + "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", + "https://bcr.bazel.build/modules/upb/0.0.0-20230516-61a97ef/MODULE.bazel": "c0df5e35ad55e264160417fd0875932ee3c9dda63d9fccace35ac62f45e1b6f9", + "https://bcr.bazel.build/modules/upb/0.0.0-20230516-61a97ef/source.json": "b2150404947339e8b947c6b16baa39fa75657f4ddec5e37272c7b11c7ab533bc", + "https://bcr.bazel.build/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0", + "https://bcr.bazel.build/modules/zlib/1.2.12/MODULE.bazel": "3b1a8834ada2a883674be8cbd36ede1b6ec481477ada359cd2d3ddc562340b27", + "https://bcr.bazel.build/modules/zlib/1.3/MODULE.bazel": "6a9c02f19a24dcedb05572b2381446e27c272cd383aed11d41d99da9e3167a72", + "https://bcr.bazel.build/modules/zlib/1.3/source.json": "b6b43d0737af846022636e6e255fd4a96fee0d34f08f3830e6e0bac51465c37c" + }, + "selectedYankedVersions": {}, + "moduleExtensions": { + "@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "PjIds3feoYE8SGbbIq2SFTZy3zmxeO2tQevJZNDo7iY=", + "usagesDigest": "aLmqbvowmHkkBPve05yyDNGN7oh7QE9kBADr3QIZTZs=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_apple_cc": { + "bzlFile": "@@apple_support~//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf", + "attributes": {} + }, + "local_config_apple_cc_toolchains": { + "bzlFile": "@@apple_support~//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf_toolchains", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [ + [ + "apple_support~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@platforms//host:extension.bzl%host_platform": { + "general": { + "bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=", + "usagesDigest": "meSzxn3DUCcYEhq4HQwExWkWtU4EjriRBQLsZN+Q0SU=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "host_platform": { + "bzlFile": "@@platforms//host:extension.bzl", + "ruleClassName": "host_platform_repo", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@rules_foreign_cc~//foreign_cc:extensions.bzl%tools": { + "general": { + "bzlTransitiveDigest": "5Xt39wqg6Xufojy5gN4ke9V2Mv5ANvdeLlAL1hp6+ic=", + "usagesDigest": "ewNHcs+b0quErZhgqohL3pmoVZ9KTvNYeEV/aPJrtqE=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "cmake-3.23.2-linux-aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-aarch64.tar.gz" + ], + "sha256": "f2654bf780b53f170bbbec44d8ac67d401d24788e590faa53036a89476efa91e", + "strip_prefix": "cmake-3.23.2-linux-aarch64", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "rules_foreign_cc_framework_toolchain_macos": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:macos_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:macos" + ] + } + }, + "ninja_1.12.0_mac": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-mac.zip" + ], + "sha256": "19806019c9623a062c3d9fa0d5f45b633a3d150f88e73fbd6c0ff6ea5534df10", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "ninja_1.12.0_mac_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-mac.zip" + ], + "sha256": "19806019c9623a062c3d9fa0d5f45b633a3d150f88e73fbd6c0ff6ea5534df10", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "gnumake_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3", + "strip_prefix": "make-4.4.1", + "urls": [ + "https://mirror.bazel.build/ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.gz", + "http://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.gz" + ] + } + }, + "gettext_runtime": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\ncc_import(\n name = \"gettext_runtime\",\n shared_library = \"bin/libintl-8.dll\",\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "1f4269c0e021076d60a54e98da6f978a3195013f6de21674ba0edbc339c5b079", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/binaries/win64/dependencies/gettext-runtime_0.18.1.1-2_win64.zip", + "https://download.gnome.org/binaries/win64/dependencies/gettext-runtime_0.18.1.1-2_win64.zip" + ] + } + }, + "cmake_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "f316b40053466f9a416adf981efda41b160ca859e97f6a484b447ea299ff26aa", + "strip_prefix": "cmake-3.23.2", + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2.tar.gz" + ], + "patches": [ + "@@rules_foreign_cc~//toolchains:cmake-c++11.patch" + ] + } + }, + "bazel_skylib": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz" + ], + "sha256": "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728" + } + }, + "cmake-3.23.2-macos-universal": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-macos-universal.tar.gz" + ], + "sha256": "853a0f9af148c5ef47282ffffee06c4c9f257be2635936755f39ca13c3286c88", + "strip_prefix": "cmake-3.23.2-macos-universal/CMake.app/Contents", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "ninja_1.12.0_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip" + ], + "sha256": "51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja.exe\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "meson_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "exports_files([\"meson.py\"])\n\nfilegroup(\n name = \"runtime\",\n srcs = glob([\"mesonbuild/**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "d04b541f97ca439fb82fab7d0d480988be4bd4e62563a5ca35fadb5400727b1c", + "strip_prefix": "meson-1.1.1", + "urls": [ + "https://mirror.bazel.build/github.com/mesonbuild/meson/releases/download/1.1.1/meson-1.1.1.tar.gz", + "https://github.com/mesonbuild/meson/releases/download/1.1.1/meson-1.1.1.tar.gz" + ] + } + }, + "rules_foreign_cc_framework_toolchain_freebsd": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:freebsd_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:freebsd" + ] + } + }, + "rules_foreign_cc_framework_toolchain_linux": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:linux_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:linux" + ] + } + }, + "rules_python": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841", + "strip_prefix": "rules_python-0.23.1", + "url": "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.23.1.tar.gz" + } + }, + "pkgconfig_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591", + "strip_prefix": "pkg-config-0.29.2", + "patches": [ + "@@rules_foreign_cc~//toolchains:pkgconfig-detectenv.patch", + "@@rules_foreign_cc~//toolchains:pkgconfig-makefile-vc.patch", + "@@rules_foreign_cc~//toolchains:pkgconfig-builtin-glib-int-conversion.patch" + ], + "urls": [ + "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz", + "https://mirror.bazel.build/pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" + ] + } + }, + "ninja_build_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "integrity": "sha256-iyyGzUg9x/y3l1xexzKRNdIQCZqJvH2wWQoHsLv+SaU=", + "strip_prefix": "ninja-1.12.0", + "urls": [ + "https://mirror.bazel.build/github.com/ninja-build/ninja/archive/v1.12.0.tar.gz", + "https://github.com/ninja-build/ninja/archive/v1.12.0.tar.gz" + ] + } + }, + "glib_src": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\ncc_import(\n name = \"msvc_hdr\",\n hdrs = [\"msvc_recommended_pragmas.h\"],\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "bc96f63112823b7d6c9f06572d2ad626ddac7eb452c04d762592197f6e07898e", + "strip_prefix": "glib-2.26.1", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/sources/glib/2.26/glib-2.26.1.tar.gz", + "https://download.gnome.org/sources/glib/2.26/glib-2.26.1.tar.gz" + ] + } + }, + "cmake-3.23.2-windows-x86_64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-x86_64.zip" + ], + "sha256": "2329387f3166b84c25091c86389fb891193967740c9bcf01e7f6d3306f7ffda0", + "strip_prefix": "cmake-3.23.2-windows-x86_64", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake.exe\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake.exe\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "glib_runtime": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nexports_files(\n [\n \"bin/libgio-2.0-0.dll\",\n \"bin/libglib-2.0-0.dll\",\n \"bin/libgmodule-2.0-0.dll\",\n \"bin/libgobject-2.0-0.dll\",\n \"bin/libgthread-2.0-0.dll\",\n ],\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "88d857087e86f16a9be651ee7021880b3f7ba050d34a1ed9f06113b8799cb973", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/binaries/win64/glib/2.26/glib_2.26.1-1_win64.zip", + "https://download.gnome.org/binaries/win64/glib/2.26/glib_2.26.1-1_win64.zip" + ] + } + }, + "rules_foreign_cc_framework_toolchains": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository_hub", + "attributes": {} + }, + "glib_dev": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nload(\"@rules_cc//cc:defs.bzl\", \"cc_library\")\n\ncc_import(\n name = \"glib_dev\",\n hdrs = glob([\"include/**\"]),\n shared_library = \"@glib_runtime//:bin/libglib-2.0-0.dll\",\n visibility = [\"//visibility:public\"],\n)\n ", + "sha256": "bdf18506df304d38be98a4b3f18055b8b8cca81beabecad0eece6ce95319c369", + "urls": [ + "https://mirror.bazel.build/download.gnome.org/binaries/win64/glib/2.26/glib-dev_2.26.1-1_win64.zip", + "https://download.gnome.org/binaries/win64/glib/2.26/glib-dev_2.26.1-1_win64.zip" + ] + } + }, + "cmake_3.23.2_toolchains": { + "bzlFile": "@@rules_foreign_cc~//toolchains:prebuilt_toolchains_repository.bzl", + "ruleClassName": "prebuilt_toolchains_repository", + "attributes": { + "repos": { + "cmake-3.23.2-linux-aarch64": [ + "@platforms//cpu:aarch64", + "@platforms//os:linux" + ], + "cmake-3.23.2-linux-x86_64": [ + "@platforms//cpu:x86_64", + "@platforms//os:linux" + ], + "cmake-3.23.2-macos-universal": [ + "@platforms//os:macos" + ], + "cmake-3.23.2-windows-i386": [ + "@platforms//cpu:x86_32", + "@platforms//os:windows" + ], + "cmake-3.23.2-windows-x86_64": [ + "@platforms//cpu:x86_64", + "@platforms//os:windows" + ] + }, + "tool": "cmake" + } + }, + "ninja_1.12.0_linux-aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux-aarch64.zip" + ], + "sha256": "375a49c79095334c88338ff15f90730e08a4d03997ef660f48f11ee7e450db7a", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "cmake-3.23.2-windows-i386": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-i386.zip" + ], + "sha256": "6a4fcd6a2315b93cb23c93507efccacc30c449c2bf98f14d6032bb226c582e07", + "strip_prefix": "cmake-3.23.2-windows-i386", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake.exe\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake.exe\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "ninja_1.12.0_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip" + ], + "sha256": "ddc96efa3c7c9d41de733d15e2eda07a8a212555cb43f35d727e080d2ca687ab", + "strip_prefix": "", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"ninja_bin\",\n srcs = [\"ninja\"],\n)\n\nnative_tool_toolchain(\n name = \"ninja_tool\",\n env = {\"NINJA\": \"$(execpath :ninja_bin)\"},\n path = \"$(execpath :ninja_bin)\",\n target = \":ninja_bin\",\n)\n" + } + }, + "cmake-3.23.2-linux-x86_64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-x86_64.tar.gz" + ], + "sha256": "aaced6f745b86ce853661a595bdac6c5314a60f8181b6912a0a4920acfa32708", + "strip_prefix": "cmake-3.23.2-linux-x86_64", + "build_file_content": "load(\"@rules_foreign_cc//toolchains/native_tools:native_tools_toolchain.bzl\", \"native_tool_toolchain\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"cmake_bin\",\n srcs = [\"bin/cmake\"],\n)\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n \"**\",\n ],\n exclude = [\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"**/* *\",\n ],\n ),\n)\n\nnative_tool_toolchain(\n name = \"cmake_tool\",\n path = \"bin/cmake\",\n target = \":cmake_data\",\n env = {\"CMAKE\": \"$(execpath :cmake_bin)\"},\n tools = [\":cmake_bin\"],\n)\n" + } + }, + "ninja_1.12.0_toolchains": { + "bzlFile": "@@rules_foreign_cc~//toolchains:prebuilt_toolchains_repository.bzl", + "ruleClassName": "prebuilt_toolchains_repository", + "attributes": { + "repos": { + "ninja_1.12.0_linux": [ + "@platforms//cpu:x86_64", + "@platforms//os:linux" + ], + "ninja_1.12.0_linux-aarch64": [ + "@platforms//cpu:aarch64", + "@platforms//os:linux" + ], + "ninja_1.12.0_mac": [ + "@platforms//cpu:x86_64", + "@platforms//os:macos" + ], + "ninja_1.12.0_mac_aarch64": [ + "@platforms//cpu:aarch64", + "@platforms//os:macos" + ], + "ninja_1.12.0_win": [ + "@platforms//cpu:x86_64", + "@platforms//os:windows" + ] + }, + "tool": "ninja" + } + }, + "rules_foreign_cc_framework_toolchain_windows": { + "bzlFile": "@@rules_foreign_cc~//foreign_cc/private/framework:toolchain.bzl", + "ruleClassName": "framework_toolchain_repository", + "attributes": { + "commands_src": "@rules_foreign_cc//foreign_cc/private/framework/toolchains:windows_commands.bzl", + "exec_compatible_with": [ + "@platforms//os:windows" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_foreign_cc~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_foreign_cc~", + "rules_foreign_cc", + "rules_foreign_cc~" + ] + ] + } + } + } +} diff --git a/postgres/postgres_src.BUILD b/postgres/postgres_src.BUILD new file mode 100644 index 0000000..a77821a --- /dev/null +++ b/postgres/postgres_src.BUILD @@ -0,0 +1,5 @@ +filegroup( + name = "src_all", + srcs = glob(["**"]), + visibility = ["//visibility:public"], +) diff --git a/repos/debian/BUILD b/repos/debian/BUILD new file mode 100644 index 0000000..e69de29 diff --git a/repos/debian/debian11.lock.json b/repos/debian/debian11.lock.json new file mode 100644 index 0000000..76ca2f5 --- /dev/null +++ b/repos/debian/debian11.lock.json @@ -0,0 +1,2385 @@ +{ + "packages": [ + { + "arch": "amd64", + "dependencies": [], + "key": "ncurses-base_6.2-p-20201114-2-p-deb11u2_amd64", + "name": "ncurses-base", + "sha256": "a55a5f94299448279da6a6c2031a9816dc768cd300668ff82ecfc6480bbfc83d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.2+20201114-2+deb11u2_all.deb", + "version": "6.2+20201114-2+deb11u2" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libtinfo6_6.2-p-20201114-2-p-deb11u2_amd64", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2" + } + ], + "key": "libncurses6_6.2-p-20201114-2-p-deb11u2_amd64", + "name": "libncurses6", + "sha256": "5b75c540d26d0525f231d39e5cf27ea7919d57305ba7101ea430c975369095eb", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.2+20201114-2+deb11u2_amd64.deb", + "version": "6.2+20201114-2+deb11u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "sha256": "d55d9c9769336f9b8516c20bd8364ce90746fb860ae3dda242f421e711af3d1a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/glibc/libc6_2.31-13+deb11u8_amd64.deb", + "version": "2.31-13+deb11u8" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "sha256": "f617952df0c57b4ee039448e3941bccd3f97bfff71e9b0f87ca6dae15cb3f5ef", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.18-4_amd64.deb", + "version": "1:4.4.18-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "sha256": "e478f2709d8474165bb664de42e16950c391f30eaa55bc9b3573281d83a29daf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_amd64.deb", + "version": "10.2.1-6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "sha256": "be65535e94f95fbf04b104e8ab36790476f063374430f7dfc6c516cbe2d2cd1e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_amd64.deb", + "version": "10.2.1-6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtinfo6_6.2-p-20201114-2-p-deb11u2_amd64", + "name": "libtinfo6", + "sha256": "96ed58b8fd656521e08549c763cd18da6cff1b7801a3a22f29678701a95d7e7b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.2+20201114-2+deb11u2_amd64.deb", + "version": "6.2+20201114-2+deb11u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "tzdata_2024a-0-p-deb11u1_amd64", + "name": "tzdata", + "sha256": "13befffb7ee127f569af92d736e30c86c199bbd58f9c3cca0d071ed63e04d003", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb11u1_all.deb", + "version": "2024a-0+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "debianutils_4.11.2_amd64", + "name": "debianutils", + "version": "4.11.2" + }, + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "base-files_11.1-p-deb11u9_amd64", + "name": "base-files", + "version": "11.1+deb11u9" + }, + { + "key": "libtinfo6_6.2-p-20201114-2-p-deb11u2_amd64", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2" + } + ], + "key": "bash_5.1-2-p-deb11u1_amd64", + "name": "bash", + "sha256": "f702ef058e762d7208a9c83f6f6bbf02645533bfd615c54e8cdcce842cd57377", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.1-2+deb11u1_amd64.deb", + "version": "5.1-2+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "debianutils_4.11.2_amd64", + "name": "debianutils", + "sha256": "83d21669c5957e3eaee20096a7d8c596bd07f57f1e95dc74f192b3fb7bb2e6a9", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_4.11.2_amd64.deb", + "version": "4.11.2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "base-files_11.1-p-deb11u9_amd64", + "name": "base-files", + "sha256": "1ff08cf6e1b97af1e37cda830f3658f9af43a906abb80a21951c81aea02ce230", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_11.1+deb11u9_amd64.deb", + "version": "11.1+deb11u9" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libselinux1_3.1-3_amd64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_amd64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1" + }, + { + "key": "libattr1_1-2.4.48-6_amd64", + "name": "libattr1", + "version": "1:2.4.48-6" + }, + { + "key": "libacl1_2.2.53-10_amd64", + "name": "libacl1", + "version": "2.2.53-10" + } + ], + "key": "coreutils_8.32-4-p-b1_amd64", + "name": "coreutils", + "sha256": "3558a412ab51eee4b60641327cb145bb91415f127769823b68f9335585b308d4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_8.32-4+b1_amd64.deb", + "version": "8.32-4+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libselinux1_3.1-3_amd64", + "name": "libselinux1", + "sha256": "339f5ede10500c16dd7192d73169c31c4b27ab12130347275f23044ec8c7d897", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.1-3_amd64.deb", + "version": "3.1-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpcre2-8-0_10.36-2-p-deb11u1_amd64", + "name": "libpcre2-8-0", + "sha256": "ee192c8d22624eb9d0a2ae95056bad7fb371e5abc17e23e16b1de3ddb17a1064", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.36-2+deb11u1_amd64.deb", + "version": "10.36-2+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_amd64", + "name": "libgmp10", + "sha256": "fc117ccb084a98d25021f7e01e4dfedd414fa2118fdd1e27d2d801d7248aebbc", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg-1+deb11u1_amd64.deb", + "version": "2:6.2.1+dfsg-1+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libattr1_1-2.4.48-6_amd64", + "name": "libattr1", + "sha256": "af3c3562eb2802481a2b9558df1b389f3c6d9b1bf3b4219e000e05131372ebaf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.4.48-6_amd64.deb", + "version": "1:2.4.48-6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libacl1_2.2.53-10_amd64", + "name": "libacl1", + "sha256": "aa18d721be8aea50fbdb32cd9a319cb18a3f111ea6ad17399aa4ba9324c8e26a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.2.53-10_amd64.deb", + "version": "2.2.53-10" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "tar_1.34-p-dfsg-1-p-deb11u1_amd64", + "name": "tar", + "version": "1.34+dfsg-1+deb11u1" + }, + { + "key": "libselinux1_3.1-3_amd64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_amd64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libacl1_2.2.53-10_amd64", + "name": "libacl1", + "version": "2.2.53-10" + }, + { + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_amd64", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "key": "liblzma5_5.2.5-2.1_deb11u1_amd64", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1" + }, + { + "key": "libbz2-1.0_1.0.8-4_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-4" + } + ], + "key": "dpkg_1.20.13_amd64", + "name": "dpkg", + "sha256": "eb2b7ba3a3c4e905a380045a2d1cd219d2d45755aba5966d6c804b79400beb05", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.20.13_amd64.deb", + "version": "1.20.13" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "tar_1.34-p-dfsg-1-p-deb11u1_amd64", + "name": "tar", + "sha256": "41c9c31f67a76b3532036f09ceac1f40a9224f1680395d120a8b24eae60dd54a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1+deb11u1_amd64.deb", + "version": "1.34+dfsg-1+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_amd64", + "name": "zlib1g", + "sha256": "03d2ab2174af76df6f517b854b77460fbdafc3dac0dca979317da67538159a3e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/z/zlib/zlib1g_1.2.11.dfsg-2+deb11u2_amd64.deb", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liblzma5_5.2.5-2.1_deb11u1_amd64", + "name": "liblzma5", + "sha256": "1c79a02415ca5ee7234ac60502fb33ee94fa70b02d1c329a6a14178f8329c435", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/x/xz-utils/liblzma5_5.2.5-2.1~deb11u1_amd64.deb", + "version": "5.2.5-2.1~deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libbz2-1.0_1.0.8-4_amd64", + "name": "libbz2-1.0", + "sha256": "16e27c3ebd97981e70db3733f899963362748f178a62644df69d1f247e741379", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-4_amd64.deb", + "version": "1.0.8-4" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libsystemd0_247.3-7-p-deb11u4_amd64", + "name": "libsystemd0", + "version": "247.3-7+deb11u4" + }, + { + "key": "libzstd1_1.4.8-p-dfsg-2.1_amd64", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "liblzma5_5.2.5-2.1_deb11u1_amd64", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1" + }, + { + "key": "liblz4-1_1.9.3-2_amd64", + "name": "liblz4-1", + "version": "1.9.3-2" + }, + { + "key": "libgcrypt20_1.8.7-6_amd64", + "name": "libgcrypt20", + "version": "1.8.7-6" + }, + { + "key": "libgpg-error0_1.38-2_amd64", + "name": "libgpg-error0", + "version": "1.38-2" + }, + { + "key": "libstdc-p--p-6_10.2.1-6_amd64", + "name": "libstdc++6", + "version": "10.2.1-6" + }, + { + "key": "libseccomp2_2.5.1-1-p-deb11u1_amd64", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1" + }, + { + "key": "libgnutls30_3.7.1-5-p-deb11u4_amd64", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u4" + }, + { + "key": "libunistring2_0.9.10-4_amd64", + "name": "libunistring2", + "version": "0.9.10-4" + }, + { + "key": "libtasn1-6_4.16.0-2-p-deb11u1_amd64", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1" + }, + { + "key": "libp11-kit0_0.23.22-1_amd64", + "name": "libp11-kit0", + "version": "0.23.22-1" + }, + { + "key": "libffi7_3.3-6_amd64", + "name": "libffi7", + "version": "3.3-6" + }, + { + "key": "libnettle8_3.7.3-1_amd64", + "name": "libnettle8", + "version": "3.7.3-1" + }, + { + "key": "libidn2-0_2.3.0-5_amd64", + "name": "libidn2-0", + "version": "2.3.0-5" + }, + { + "key": "libhogweed6_3.7.3-1_amd64", + "name": "libhogweed6", + "version": "3.7.3-1" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1" + }, + { + "key": "debian-archive-keyring_2021.1.1-p-deb11u1_amd64", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1" + }, + { + "key": "libapt-pkg6.0_2.2.4_amd64", + "name": "libapt-pkg6.0", + "version": "2.2.4" + }, + { + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_amd64", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "key": "libxxhash0_0.8.0-2_amd64", + "name": "libxxhash0", + "version": "0.8.0-2" + }, + { + "key": "libudev1_247.3-7-p-deb11u4_amd64", + "name": "libudev1", + "version": "247.3-7+deb11u4" + }, + { + "key": "libbz2-1.0_1.0.8-4_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-4" + }, + { + "key": "adduser_3.118-p-deb11u1_amd64", + "name": "adduser", + "version": "3.118+deb11u1" + }, + { + "key": "passwd_1-4.8.1-1_amd64", + "name": "passwd", + "version": "1:4.8.1-1" + }, + { + "key": "libpam-modules_1.4.0-9-p-deb11u1_amd64", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1" + }, + { + "key": "libpam-modules-bin_1.4.0-9-p-deb11u1_amd64", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1" + }, + { + "key": "libselinux1_3.1-3_amd64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_amd64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libpam0g_1.4.0-9-p-deb11u1_amd64", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1" + }, + { + "key": "libaudit1_1-3.0-2_amd64", + "name": "libaudit1", + "version": "1:3.0-2" + }, + { + "key": "libcap-ng0_0.7.9-2.2-p-b1_amd64", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1" + }, + { + "key": "libaudit-common_1-3.0-2_amd64", + "name": "libaudit-common", + "version": "1:3.0-2" + }, + { + "key": "libtirpc3_1.3.1-1-p-deb11u1_amd64", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1" + }, + { + "key": "libtirpc-common_1.3.1-1-p-deb11u1_amd64", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1" + }, + { + "key": "libgssapi-krb5-2_1.18.3-6-p-deb11u4_amd64", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libkrb5support0_1.18.3-6-p-deb11u4_amd64", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libkrb5-3_1.18.3-6-p-deb11u4_amd64", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libssl1.1_1.1.1w-0-p-deb11u1_amd64", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1" + }, + { + "key": "libkeyutils1_1.6.1-2_amd64", + "name": "libkeyutils1", + "version": "1.6.1-2" + }, + { + "key": "libk5crypto3_1.18.3-6-p-deb11u4_amd64", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libcom-err2_1.46.2-2_amd64", + "name": "libcom-err2", + "version": "1.46.2-2" + }, + { + "key": "libnsl2_1.3.0-2_amd64", + "name": "libnsl2", + "version": "1.3.0-2" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg1-0.8_amd64", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8" + }, + { + "key": "libsemanage1_3.1-1-p-b2_amd64", + "name": "libsemanage1", + "version": "3.1-1+b2" + }, + { + "key": "libsepol1_3.1-1_amd64", + "name": "libsepol1", + "version": "3.1-1" + }, + { + "key": "libsemanage-common_3.1-1_amd64", + "name": "libsemanage-common", + "version": "3.1-1" + } + ], + "key": "apt_2.2.4_amd64", + "name": "apt", + "sha256": "75f07c4965ff0813f26623a1164e162538f5e94defba6961347527ed71bc4f3d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.2.4_amd64.deb", + "version": "2.2.4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsystemd0_247.3-7-p-deb11u4_amd64", + "name": "libsystemd0", + "sha256": "e6f3e65e388196a399c1a36564c38ad987337350358732056227db1b6e708878", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_247.3-7+deb11u4_amd64.deb", + "version": "247.3-7+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libzstd1_1.4.8-p-dfsg-2.1_amd64", + "name": "libzstd1", + "sha256": "5dcadfbb743bfa1c1c773bff91c018f835e8e8c821d423d3836f3ab84773507b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.4.8+dfsg-2.1_amd64.deb", + "version": "1.4.8+dfsg-2.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liblz4-1_1.9.3-2_amd64", + "name": "liblz4-1", + "sha256": "79ac6e9ca19c483f2e8effcc3401d723dd9dbb3a4ae324714de802adb21a8117", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.3-2_amd64.deb", + "version": "1.9.3-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgcrypt20_1.8.7-6_amd64", + "name": "libgcrypt20", + "sha256": "7a2e0eef8e0c37f03f3a5fcf7102a2e3dc70ba987f696ab71949f9abf36f35ef", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.8.7-6_amd64.deb", + "version": "1.8.7-6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgpg-error0_1.38-2_amd64", + "name": "libgpg-error0", + "sha256": "16a507fb20cc58b5a524a0dc254a9cb1df02e1ce758a2d8abde0bc4a3c9b7c26", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.38-2_amd64.deb", + "version": "1.38-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libstdc-p--p-6_10.2.1-6_amd64", + "name": "libstdc++6", + "sha256": "5c155c58935870bf3b4bfe769116841c0d286a74f59eccfd5645693ac23f06b1", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libstdc++6_10.2.1-6_amd64.deb", + "version": "10.2.1-6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libseccomp2_2.5.1-1-p-deb11u1_amd64", + "name": "libseccomp2", + "sha256": "2617fc8b99dca0fa8ed466ee0f5fe087aa4e8413b88ca45d717290f4a0551e36", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.1-1+deb11u1_amd64.deb", + "version": "2.5.1-1+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgnutls30_3.7.1-5-p-deb11u4_amd64", + "name": "libgnutls30", + "sha256": "b2fa128881a16c2196caddb551d3577baa296a7bc5d38109a978e8e69fdb5c94", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.1-5+deb11u4_amd64.deb", + "version": "3.7.1-5+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libunistring2_0.9.10-4_amd64", + "name": "libunistring2", + "sha256": "654433ad02d3a8b05c1683c6c29a224500bf343039c34dcec4e5e9515345e3d4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_0.9.10-4_amd64.deb", + "version": "0.9.10-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtasn1-6_4.16.0-2-p-deb11u1_amd64", + "name": "libtasn1-6", + "sha256": "6ebb579337cdc9d6201237a66578425a7a221db622524354e27c0c1bcb6dd7ca", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2+deb11u1_amd64.deb", + "version": "4.16.0-2+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libp11-kit0_0.23.22-1_amd64", + "name": "libp11-kit0", + "sha256": "bfef5f31ee1c730e56e16bb62cc5ff8372185106c75bf1ed1756c96703019457", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.23.22-1_amd64.deb", + "version": "0.23.22-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libffi7_3.3-6_amd64", + "name": "libffi7", + "sha256": "30ca89bfddae5fa6e0a2a044f22b6e50cd17c4bc6bc850c579819aeab7101f0f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi7_3.3-6_amd64.deb", + "version": "3.3-6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnettle8_3.7.3-1_amd64", + "name": "libnettle8", + "sha256": "e4f8ec31ed14518b241eb7b423ad5ed3f4a4e8ac50aae72c9fd475c569582764", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.7.3-1_amd64.deb", + "version": "3.7.3-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libidn2-0_2.3.0-5_amd64", + "name": "libidn2-0", + "sha256": "cb80cd769171537bafbb4a16c12ec427065795946b3415781bc9792e92d60b59", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.0-5_amd64.deb", + "version": "2.3.0-5" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libhogweed6_3.7.3-1_amd64", + "name": "libhogweed6", + "sha256": "6aab2e892cdb2dfba45707601bc6c3b19aa228f70ae5841017f14c3b0ca3d22f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.7.3-1_amd64.deb", + "version": "3.7.3-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "debian-archive-keyring_2021.1.1-p-deb11u1_amd64", + "name": "debian-archive-keyring", + "sha256": "28ca7749ab7978f3c571732c3aa1c56e3ad1d5db3c915293763d4f6cb8fcce89", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1+deb11u1_all.deb", + "version": "2021.1.1+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libapt-pkg6.0_2.2.4_amd64", + "name": "libapt-pkg6.0", + "sha256": "4ae47bedf773ad1342e5aae8fa6275f864cfc87a45f4472775f5a9cdd60abbbf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.2.4_amd64.deb", + "version": "2.2.4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libxxhash0_0.8.0-2_amd64", + "name": "libxxhash0", + "sha256": "3fb82550a71d27d05672472508548576dfb34486847bc860d3066cda5aaf186f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.0-2_amd64.deb", + "version": "0.8.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libudev1_247.3-7-p-deb11u4_amd64", + "name": "libudev1", + "sha256": "9274ca1aa37fcdf5895dad1de0895162351099ef8dff8a62f2f4c9eb181a8fce", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_247.3-7+deb11u4_amd64.deb", + "version": "247.3-7+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "adduser_3.118-p-deb11u1_amd64", + "name": "adduser", + "sha256": "1478a610fd50e190882ff41e16c57b628a508bcf5b5ac5313affb49d20818e0a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.118+deb11u1_all.deb", + "version": "3.118+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "passwd_1-4.8.1-1_amd64", + "name": "passwd", + "sha256": "542593f26502e87b4276fa778e6e3ae52e66b973979986fff77803d9fcb2c2e8", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.8.1-1_amd64.deb", + "version": "1:4.8.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam-modules_1.4.0-9-p-deb11u1_amd64", + "name": "libpam-modules", + "sha256": "ca1e121700bf4b3eb33e30e0774d3e63e1adae9d4b6a940ea3501225db3cc287", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.4.0-9+deb11u1_amd64.deb", + "version": "1.4.0-9+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam-modules-bin_1.4.0-9-p-deb11u1_amd64", + "name": "libpam-modules-bin", + "sha256": "abbbd181329c236676222d3e912df13f8d1d90a117559edd997d90006369e5c8", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb", + "version": "1.4.0-9+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam0g_1.4.0-9-p-deb11u1_amd64", + "name": "libpam0g", + "sha256": "496771218fb585bb716fdae6ef8824dbfb5d544b4fa2f3cd4d0e4d7158ae2220", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.4.0-9+deb11u1_amd64.deb", + "version": "1.4.0-9+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaudit1_1-3.0-2_amd64", + "name": "libaudit1", + "sha256": "e3aa1383e387dc077a1176f7f3cbfdbc084bcc270a8938f598d5cb119773b268", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0-2_amd64.deb", + "version": "1:3.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcap-ng0_0.7.9-2.2-p-b1_amd64", + "name": "libcap-ng0", + "sha256": "d34e29769b8ef23e9b9920814afb7905b8ee749db0814e6a8d937ccc4f309830", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.7.9-2.2+b1_amd64.deb", + "version": "0.7.9-2.2+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaudit-common_1-3.0-2_amd64", + "name": "libaudit-common", + "sha256": "0d52f4826a57aea13cea1a85bfae354024c7b2f7b95e39cd1ce225e4db27d0f6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0-2_all.deb", + "version": "1:3.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtirpc3_1.3.1-1-p-deb11u1_amd64", + "name": "libtirpc3", + "sha256": "86b216d59b6efcd07d56d14b8f4281d5c47f24e9c962f46bbaf02fce762c5e6a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc3_1.3.1-1+deb11u1_amd64.deb", + "version": "1.3.1-1+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtirpc-common_1.3.1-1-p-deb11u1_amd64", + "name": "libtirpc-common", + "sha256": "b2f10cb79e7d7a2f9b30bcdf036127df55cd4a34688547bc2886fa38f4969f77", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc-common_1.3.1-1+deb11u1_all.deb", + "version": "1.3.1-1+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgssapi-krb5-2_1.18.3-6-p-deb11u4_amd64", + "name": "libgssapi-krb5-2", + "sha256": "037cc4bb34a6cd0d7a6e83bdcae6d68e0d0f9218eb7dedafc8099c8c0be491a2", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libgssapi-krb5-2_1.18.3-6+deb11u4_amd64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libkrb5support0_1.18.3-6-p-deb11u4_amd64", + "name": "libkrb5support0", + "sha256": "da8d022e3dd7f4a72ea32e328b3ac382dbe6bdb91606c5738fe17a29f8ea8080", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5support0_1.18.3-6+deb11u4_amd64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libkrb5-3_1.18.3-6-p-deb11u4_amd64", + "name": "libkrb5-3", + "sha256": "b785fa324cf27e6bf7f97fc0279470e6ce8a8cc54f8ccc6c9b24c8111ba5c952", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5-3_1.18.3-6+deb11u4_amd64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libssl1.1_1.1.1w-0-p-deb11u1_amd64", + "name": "libssl1.1", + "sha256": "aadf8b4b197335645b230c2839b4517aa444fd2e8f434e5438c48a18857988f7", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb", + "version": "1.1.1w-0+deb11u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libkeyutils1_1.6.1-2_amd64", + "name": "libkeyutils1", + "sha256": "f01060b434d8cad3c58d5811d2082389f11b3db8152657d6c22c1d298953f2a5", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/keyutils/libkeyutils1_1.6.1-2_amd64.deb", + "version": "1.6.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libk5crypto3_1.18.3-6-p-deb11u4_amd64", + "name": "libk5crypto3", + "sha256": "f635062bcbfe2eef5a83fcba7d1a8ae343fc7c779cae88b11cae90fd6845a744", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libk5crypto3_1.18.3-6+deb11u4_amd64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcom-err2_1.46.2-2_amd64", + "name": "libcom-err2", + "sha256": "d478f132871f4ab8352d39becf936d0ad74db905398bf98465d8fe3da6fb1126", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/e/e2fsprogs/libcom-err2_1.46.2-2_amd64.deb", + "version": "1.46.2-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnsl2_1.3.0-2_amd64", + "name": "libnsl2", + "sha256": "c0d83437fdb016cb289436f49f28a36be44b3e8f1f2498c7e3a095f709c0d6f8", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libn/libnsl/libnsl2_1.3.0-2_amd64.deb", + "version": "1.3.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdb5.3_5.3.28-p-dfsg1-0.8_amd64", + "name": "libdb5.3", + "sha256": "00b9e63e287f45300d4a4f59b6b88e25918443c932ae3e5845d5761ae193c530", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg1-0.8_amd64.deb", + "version": "5.3.28+dfsg1-0.8" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsemanage1_3.1-1-p-b2_amd64", + "name": "libsemanage1", + "sha256": "d8f2835b22df58ba45d52eb3aab224190f193576caf05e3f80deb2e4f927fad6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage1_3.1-1+b2_amd64.deb", + "version": "3.1-1+b2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsepol1_3.1-1_amd64", + "name": "libsepol1", + "sha256": "b6057dc6806a6dfaef74b09d84d1f18716d7a6d2f1da30520cef555210c6af62", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol1_3.1-1_amd64.deb", + "version": "3.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsemanage-common_3.1-1_amd64", + "name": "libsemanage-common", + "sha256": "d319a026ecd02e2f605c52350949279f3c331a19380f8b6888ce5b9ef0d31349", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.1-1_all.deb", + "version": "3.1-1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libperl5.32_5.32.1-4-p-deb11u3_amd64", + "name": "libperl5.32", + "version": "5.32.1-4+deb11u3" + }, + { + "key": "perl-modules-5.32_5.32.1-4-p-deb11u3_amd64", + "name": "perl-modules-5.32", + "version": "5.32.1-4+deb11u3" + }, + { + "key": "perl-base_5.32.1-4-p-deb11u3_amd64", + "name": "perl-base", + "version": "5.32.1-4+deb11u3" + }, + { + "key": "dpkg_1.20.13_amd64", + "name": "dpkg", + "version": "1.20.13" + }, + { + "key": "tar_1.34-p-dfsg-1-p-deb11u1_amd64", + "name": "tar", + "version": "1.34+dfsg-1+deb11u1" + }, + { + "key": "libselinux1_3.1-3_amd64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_amd64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libacl1_2.2.53-10_amd64", + "name": "libacl1", + "version": "2.2.53-10" + }, + { + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_amd64", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "key": "liblzma5_5.2.5-2.1_deb11u1_amd64", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1" + }, + { + "key": "libbz2-1.0_1.0.8-4_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-4" + }, + { + "key": "libgdbm6_1.19-2_amd64", + "name": "libgdbm6", + "version": "1.19-2" + }, + { + "key": "libgdbm-compat4_1.19-2_amd64", + "name": "libgdbm-compat4", + "version": "1.19-2" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg1-0.8_amd64", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8" + } + ], + "key": "perl_5.32.1-4-p-deb11u3_amd64", + "name": "perl", + "sha256": "d5f710c7db9fcd6d9d6f119cd0dea64a4f765867447dd97b24ab44be1de7c60f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.32.1-4+deb11u3_amd64.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libperl5.32_5.32.1-4-p-deb11u3_amd64", + "name": "libperl5.32", + "sha256": "078487a45916167e3e4ee2e584c50306c84368dd06dae276604861ca0426c34e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.32_5.32.1-4+deb11u3_amd64.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "perl-modules-5.32_5.32.1-4-p-deb11u3_amd64", + "name": "perl-modules-5.32", + "sha256": "9a5cb99d0f33cb11c7f535aaebfb569c6b6f97a75d748a9a52ea3afed5bd3960", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.32_5.32.1-4+deb11u3_all.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "perl-base_5.32.1-4-p-deb11u3_amd64", + "name": "perl-base", + "sha256": "94c6299552866aadc58acb8ec5111a74b17bcb453f6e2f45ea5f7c4f42580d13", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.32.1-4+deb11u3_amd64.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgdbm6_1.19-2_amd64", + "name": "libgdbm6", + "sha256": "e54cfe4d8b8f209bb7df31a404ce040f7c2f9b1045114a927a7e1061cdf90727", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.19-2_amd64.deb", + "version": "1.19-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgdbm-compat4_1.19-2_amd64", + "name": "libgdbm-compat4", + "sha256": "e62caed68b0ffaa03b5fa539d6fdc08c4151f66236d5878949bead0b71b7bb09", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.19-2_amd64.deb", + "version": "1.19-2" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "openssl_1.1.1w-0-p-deb11u1_amd64", + "name": "openssl", + "version": "1.1.1w-0+deb11u1" + }, + { + "key": "libssl1.1_1.1.1w-0-p-deb11u1_amd64", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_amd64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_amd64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_amd64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_amd64", + "name": "gcc-10-base", + "version": "10.2.1-6" + } + ], + "key": "ca-certificates_20210119_amd64", + "name": "ca-certificates", + "sha256": "b2d488ad4d8d8adb3ba319fc9cb2cf9909fc42cb82ad239a26c570a2e749c389", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20210119_all.deb", + "version": "20210119" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "openssl_1.1.1w-0-p-deb11u1_amd64", + "name": "openssl", + "sha256": "04873d74cbe86bad3a9901f6e57f1150040eba9891b443c5c975a72a97238e35", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/openssl_1.1.1w-0+deb11u1_amd64.deb", + "version": "1.1.1w-0+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "ncurses-base_6.2-p-20201114-2-p-deb11u2_arm64", + "name": "ncurses-base", + "sha256": "a55a5f94299448279da6a6c2031a9816dc768cd300668ff82ecfc6480bbfc83d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.2+20201114-2+deb11u2_all.deb", + "version": "6.2+20201114-2+deb11u2" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libtinfo6_6.2-p-20201114-2-p-deb11u2_arm64", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2" + } + ], + "key": "libncurses6_6.2-p-20201114-2-p-deb11u2_arm64", + "name": "libncurses6", + "sha256": "039b71b8839538a92988003e13c29e7cf1149cdc6a77d3de882f1d386a5f3a5c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.2+20201114-2+deb11u2_arm64.deb", + "version": "6.2+20201114-2+deb11u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "sha256": "6eb629090615ebda5dcac2365a7358c035add00b89c2724c2e9e13ccd5bd9f7c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/glibc/libc6_2.31-13+deb11u8_arm64.deb", + "version": "2.31-13+deb11u8" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "sha256": "22b586b29e840dabebf0bf227d233376628b87954915d064bc142ae85d1b7979", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.18-4_arm64.deb", + "version": "1:4.4.18-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "sha256": "e2fcdb378d3c1ad1bcb64d4fb6b37aab44011152beca12a4944f435a2582df1f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_arm64.deb", + "version": "10.2.1-6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "sha256": "7d782bece7b4a36bed045a7e17d17244cb8f7e4732466091b01412ebf215defb", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_arm64.deb", + "version": "10.2.1-6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtinfo6_6.2-p-20201114-2-p-deb11u2_arm64", + "name": "libtinfo6", + "sha256": "58027c991756930a2abb2f87a829393d3fdbfb76f4eca9795ef38ea2b0510e27", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.2+20201114-2+deb11u2_arm64.deb", + "version": "6.2+20201114-2+deb11u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "tzdata_2024a-0-p-deb11u1_arm64", + "name": "tzdata", + "sha256": "13befffb7ee127f569af92d736e30c86c199bbd58f9c3cca0d071ed63e04d003", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb11u1_all.deb", + "version": "2024a-0+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "debianutils_4.11.2_arm64", + "name": "debianutils", + "version": "4.11.2" + }, + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "base-files_11.1-p-deb11u9_arm64", + "name": "base-files", + "version": "11.1+deb11u9" + }, + { + "key": "libtinfo6_6.2-p-20201114-2-p-deb11u2_arm64", + "name": "libtinfo6", + "version": "6.2+20201114-2+deb11u2" + } + ], + "key": "bash_5.1-2-p-deb11u1_arm64", + "name": "bash", + "sha256": "d7c7af5d86f43a885069408a89788f67f248e8124c682bb73936f33874e0611b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.1-2+deb11u1_arm64.deb", + "version": "5.1-2+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "debianutils_4.11.2_arm64", + "name": "debianutils", + "sha256": "6543b2b1a61b4b7b4b55b4bd25162309d7d23d14d3303649aee84ad314c30e02", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_4.11.2_arm64.deb", + "version": "4.11.2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "base-files_11.1-p-deb11u9_arm64", + "name": "base-files", + "sha256": "c40dc4d5c6b82f5cfe75efa1a12bd09b9d5b9b8446ea045a991896a1ead8b02c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_11.1+deb11u9_arm64.deb", + "version": "11.1+deb11u9" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libselinux1_3.1-3_arm64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_arm64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1" + }, + { + "key": "libattr1_1-2.4.48-6_arm64", + "name": "libattr1", + "version": "1:2.4.48-6" + }, + { + "key": "libacl1_2.2.53-10_arm64", + "name": "libacl1", + "version": "2.2.53-10" + } + ], + "key": "coreutils_8.32-4_arm64", + "name": "coreutils", + "sha256": "6210c84d6ff84b867dc430f661f22f536e1704c27bdb79de38e26f75b853d9c0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_8.32-4_arm64.deb", + "version": "8.32-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libselinux1_3.1-3_arm64", + "name": "libselinux1", + "sha256": "da98279a47dabaa46a83514142f5c691c6a71fa7e582661a3a3db6887ad3e9d1", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.1-3_arm64.deb", + "version": "3.1-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpcre2-8-0_10.36-2-p-deb11u1_arm64", + "name": "libpcre2-8-0", + "sha256": "27a4362a4793cb67a8ae571bd8c3f7e8654dc2e56d99088391b87af1793cca9c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.36-2+deb11u1_arm64.deb", + "version": "10.36-2+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_arm64", + "name": "libgmp10", + "sha256": "d52619b6ff8829aa5424dfe3189dd05f22118211e69273e9576030584ffcce80", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg-1+deb11u1_arm64.deb", + "version": "2:6.2.1+dfsg-1+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libattr1_1-2.4.48-6_arm64", + "name": "libattr1", + "sha256": "cb9b59be719a6fdbaabaa60e22aa6158b2de7a68c88ccd7c3fb7f41a25fb43d0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.4.48-6_arm64.deb", + "version": "1:2.4.48-6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libacl1_2.2.53-10_arm64", + "name": "libacl1", + "sha256": "f164c48192cb47746101de6c59afa3f97777c8fc821e5a30bb890df1f4cb4cfd", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.2.53-10_arm64.deb", + "version": "2.2.53-10" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "tar_1.34-p-dfsg-1-p-deb11u1_arm64", + "name": "tar", + "version": "1.34+dfsg-1+deb11u1" + }, + { + "key": "libselinux1_3.1-3_arm64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_arm64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libacl1_2.2.53-10_arm64", + "name": "libacl1", + "version": "2.2.53-10" + }, + { + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_arm64", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "key": "liblzma5_5.2.5-2.1_deb11u1_arm64", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1" + }, + { + "key": "libbz2-1.0_1.0.8-4_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-4" + } + ], + "key": "dpkg_1.20.13_arm64", + "name": "dpkg", + "sha256": "87b0bce7361d94cc15caf27709fa8a70de44f9dd742cf0d69d25796a03d24853", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.20.13_arm64.deb", + "version": "1.20.13" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "tar_1.34-p-dfsg-1-p-deb11u1_arm64", + "name": "tar", + "sha256": "0f94aac4e6d25e07ed23b7fc3ed06e69074c95276d82caae7fc7b207fd714e39", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1+deb11u1_arm64.deb", + "version": "1.34+dfsg-1+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_arm64", + "name": "zlib1g", + "sha256": "e3963985d1a020d67ffd4180e6f9c4b5c600b515f0c9d8fda513d7a0e48e63a1", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/z/zlib/zlib1g_1.2.11.dfsg-2+deb11u2_arm64.deb", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liblzma5_5.2.5-2.1_deb11u1_arm64", + "name": "liblzma5", + "sha256": "d865bba41952c707b3fa3ae8cab4d4bd337ee92991d2aead66c925bf7cc48846", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/x/xz-utils/liblzma5_5.2.5-2.1~deb11u1_arm64.deb", + "version": "5.2.5-2.1~deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libbz2-1.0_1.0.8-4_arm64", + "name": "libbz2-1.0", + "sha256": "da340e8470e96445c56966f74e48a9a91dee0fa5c89876e88a4575cc17d17a97", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-4_arm64.deb", + "version": "1.0.8-4" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libsystemd0_247.3-7-p-deb11u4_arm64", + "name": "libsystemd0", + "version": "247.3-7+deb11u4" + }, + { + "key": "libzstd1_1.4.8-p-dfsg-2.1_arm64", + "name": "libzstd1", + "version": "1.4.8+dfsg-2.1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "liblzma5_5.2.5-2.1_deb11u1_arm64", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1" + }, + { + "key": "liblz4-1_1.9.3-2_arm64", + "name": "liblz4-1", + "version": "1.9.3-2" + }, + { + "key": "libgcrypt20_1.8.7-6_arm64", + "name": "libgcrypt20", + "version": "1.8.7-6" + }, + { + "key": "libgpg-error0_1.38-2_arm64", + "name": "libgpg-error0", + "version": "1.38-2" + }, + { + "key": "libstdc-p--p-6_10.2.1-6_arm64", + "name": "libstdc++6", + "version": "10.2.1-6" + }, + { + "key": "libseccomp2_2.5.1-1-p-deb11u1_arm64", + "name": "libseccomp2", + "version": "2.5.1-1+deb11u1" + }, + { + "key": "libgnutls30_3.7.1-5-p-deb11u4_arm64", + "name": "libgnutls30", + "version": "3.7.1-5+deb11u4" + }, + { + "key": "libunistring2_0.9.10-4_arm64", + "name": "libunistring2", + "version": "0.9.10-4" + }, + { + "key": "libtasn1-6_4.16.0-2-p-deb11u1_arm64", + "name": "libtasn1-6", + "version": "4.16.0-2+deb11u1" + }, + { + "key": "libp11-kit0_0.23.22-1_arm64", + "name": "libp11-kit0", + "version": "0.23.22-1" + }, + { + "key": "libffi7_3.3-6_arm64", + "name": "libffi7", + "version": "3.3-6" + }, + { + "key": "libnettle8_3.7.3-1_arm64", + "name": "libnettle8", + "version": "3.7.3-1" + }, + { + "key": "libidn2-0_2.3.0-5_arm64", + "name": "libidn2-0", + "version": "2.3.0-5" + }, + { + "key": "libhogweed6_3.7.3-1_arm64", + "name": "libhogweed6", + "version": "3.7.3-1" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg-1-p-deb11u1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-1+deb11u1" + }, + { + "key": "debian-archive-keyring_2021.1.1-p-deb11u1_arm64", + "name": "debian-archive-keyring", + "version": "2021.1.1+deb11u1" + }, + { + "key": "libapt-pkg6.0_2.2.4_arm64", + "name": "libapt-pkg6.0", + "version": "2.2.4" + }, + { + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_arm64", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "key": "libxxhash0_0.8.0-2_arm64", + "name": "libxxhash0", + "version": "0.8.0-2" + }, + { + "key": "libudev1_247.3-7-p-deb11u4_arm64", + "name": "libudev1", + "version": "247.3-7+deb11u4" + }, + { + "key": "libbz2-1.0_1.0.8-4_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-4" + }, + { + "key": "adduser_3.118-p-deb11u1_arm64", + "name": "adduser", + "version": "3.118+deb11u1" + }, + { + "key": "passwd_1-4.8.1-1_arm64", + "name": "passwd", + "version": "1:4.8.1-1" + }, + { + "key": "libpam-modules_1.4.0-9-p-deb11u1_arm64", + "name": "libpam-modules", + "version": "1.4.0-9+deb11u1" + }, + { + "key": "libpam-modules-bin_1.4.0-9-p-deb11u1_arm64", + "name": "libpam-modules-bin", + "version": "1.4.0-9+deb11u1" + }, + { + "key": "libselinux1_3.1-3_arm64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_arm64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libpam0g_1.4.0-9-p-deb11u1_arm64", + "name": "libpam0g", + "version": "1.4.0-9+deb11u1" + }, + { + "key": "libaudit1_1-3.0-2_arm64", + "name": "libaudit1", + "version": "1:3.0-2" + }, + { + "key": "libcap-ng0_0.7.9-2.2-p-b1_arm64", + "name": "libcap-ng0", + "version": "0.7.9-2.2+b1" + }, + { + "key": "libaudit-common_1-3.0-2_arm64", + "name": "libaudit-common", + "version": "1:3.0-2" + }, + { + "key": "libtirpc3_1.3.1-1-p-deb11u1_arm64", + "name": "libtirpc3", + "version": "1.3.1-1+deb11u1" + }, + { + "key": "libtirpc-common_1.3.1-1-p-deb11u1_arm64", + "name": "libtirpc-common", + "version": "1.3.1-1+deb11u1" + }, + { + "key": "libgssapi-krb5-2_1.18.3-6-p-deb11u4_arm64", + "name": "libgssapi-krb5-2", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libkrb5support0_1.18.3-6-p-deb11u4_arm64", + "name": "libkrb5support0", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libkrb5-3_1.18.3-6-p-deb11u4_arm64", + "name": "libkrb5-3", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libssl1.1_1.1.1w-0-p-deb11u1_arm64", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1" + }, + { + "key": "libkeyutils1_1.6.1-2_arm64", + "name": "libkeyutils1", + "version": "1.6.1-2" + }, + { + "key": "libk5crypto3_1.18.3-6-p-deb11u4_arm64", + "name": "libk5crypto3", + "version": "1.18.3-6+deb11u4" + }, + { + "key": "libcom-err2_1.46.2-2_arm64", + "name": "libcom-err2", + "version": "1.46.2-2" + }, + { + "key": "libnsl2_1.3.0-2_arm64", + "name": "libnsl2", + "version": "1.3.0-2" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg1-0.8_arm64", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8" + }, + { + "key": "libsemanage1_3.1-1-p-b2_arm64", + "name": "libsemanage1", + "version": "3.1-1+b2" + }, + { + "key": "libsepol1_3.1-1_arm64", + "name": "libsepol1", + "version": "3.1-1" + }, + { + "key": "libsemanage-common_3.1-1_arm64", + "name": "libsemanage-common", + "version": "3.1-1" + } + ], + "key": "apt_2.2.4_arm64", + "name": "apt", + "sha256": "39cbe42f3e64c6359b445d6fed7385273881e507b8be1d3b653ec9fb7d4c917c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.2.4_arm64.deb", + "version": "2.2.4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsystemd0_247.3-7-p-deb11u4_arm64", + "name": "libsystemd0", + "sha256": "32e8c12301a9ada555adea9a4c2f15df788411dadd164baca5c31690fe06e381", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_247.3-7+deb11u4_arm64.deb", + "version": "247.3-7+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libzstd1_1.4.8-p-dfsg-2.1_arm64", + "name": "libzstd1", + "sha256": "dd01659c6c122f983a3369a04ede63539f666585d52a03f8aa2c27b307e547e0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.4.8+dfsg-2.1_arm64.deb", + "version": "1.4.8+dfsg-2.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liblz4-1_1.9.3-2_arm64", + "name": "liblz4-1", + "sha256": "83f0ee547cd42854e1b2a2e4c1a5705e28259ee5fa6560119f918f961a5dada2", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.3-2_arm64.deb", + "version": "1.9.3-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgcrypt20_1.8.7-6_arm64", + "name": "libgcrypt20", + "sha256": "61ec779149f20923b30adad7bdf4732957e88a5b6a26d94b2210dfe79409959b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.8.7-6_arm64.deb", + "version": "1.8.7-6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgpg-error0_1.38-2_arm64", + "name": "libgpg-error0", + "sha256": "d1116f4281d6db35279799a21051e0d0e2600d110d7ee2b95b3cca6bec28067c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.38-2_arm64.deb", + "version": "1.38-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libstdc-p--p-6_10.2.1-6_arm64", + "name": "libstdc++6", + "sha256": "7869aa540cc46e9f3d4267d5bde2af0e5b429a820c1d6f1a4cfccfe788c31890", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-10/libstdc++6_10.2.1-6_arm64.deb", + "version": "10.2.1-6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libseccomp2_2.5.1-1-p-deb11u1_arm64", + "name": "libseccomp2", + "sha256": "5b8983c2e330790dbe04ae990f166d7939a3e14b75556a8489309ae704fbeb50", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.1-1+deb11u1_arm64.deb", + "version": "2.5.1-1+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgnutls30_3.7.1-5-p-deb11u4_arm64", + "name": "libgnutls30", + "sha256": "7153ec6ee985eebba710dcb6e425bb881c91ee5987a4517518f3f44a9bb5fc1a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.1-5+deb11u4_arm64.deb", + "version": "3.7.1-5+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libunistring2_0.9.10-4_arm64", + "name": "libunistring2", + "sha256": "53ff395ea4d8cf17c52155a452a0dc15af0ee2fa5cb3b0085b9c7335de8d5f7f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_0.9.10-4_arm64.deb", + "version": "0.9.10-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtasn1-6_4.16.0-2-p-deb11u1_arm64", + "name": "libtasn1-6", + "sha256": "f469147bbd3969055c51fc661c9aa0d56d48eccd070d233f1424b0d8b3f29295", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2+deb11u1_arm64.deb", + "version": "4.16.0-2+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libp11-kit0_0.23.22-1_arm64", + "name": "libp11-kit0", + "sha256": "ac6e8eda3277708069bc6f03aff06dc319855d64ede9fca219938e52f92ee09c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.23.22-1_arm64.deb", + "version": "0.23.22-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libffi7_3.3-6_arm64", + "name": "libffi7", + "sha256": "eb748e33ae4ed46f5a4c14b7a2a09792569f2029ede319d0979c373829ba1532", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi7_3.3-6_arm64.deb", + "version": "3.3-6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnettle8_3.7.3-1_arm64", + "name": "libnettle8", + "sha256": "5061c931f95dc7277d95fc58bce7c17b1a95c6aa9a9aac781784f3b3dc909047", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.7.3-1_arm64.deb", + "version": "3.7.3-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libidn2-0_2.3.0-5_arm64", + "name": "libidn2-0", + "sha256": "0d2e6d39bf65f16861f284be567c1a6c5d4dc6b54dcfdf9dba631546ff4e6796", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.0-5_arm64.deb", + "version": "2.3.0-5" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libhogweed6_3.7.3-1_arm64", + "name": "libhogweed6", + "sha256": "3e9eea5e474dd98a7de9e4c1ecfbfd6f6efb1d40bf51d6473de9713cf41d2191", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.7.3-1_arm64.deb", + "version": "3.7.3-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "debian-archive-keyring_2021.1.1-p-deb11u1_arm64", + "name": "debian-archive-keyring", + "sha256": "28ca7749ab7978f3c571732c3aa1c56e3ad1d5db3c915293763d4f6cb8fcce89", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1+deb11u1_all.deb", + "version": "2021.1.1+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libapt-pkg6.0_2.2.4_arm64", + "name": "libapt-pkg6.0", + "sha256": "7cb6015ea5c185ef93706989fb730377406878c72f6943b6ecdd956697f1abe6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.2.4_arm64.deb", + "version": "2.2.4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libxxhash0_0.8.0-2_arm64", + "name": "libxxhash0", + "sha256": "a31effcbd7a248b64dd480330557f41ea796a010b2c2e7ac91ed10f94e605065", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.0-2_arm64.deb", + "version": "0.8.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libudev1_247.3-7-p-deb11u4_arm64", + "name": "libudev1", + "sha256": "d53ca63927b51ad6f9a85ee1e4ce74d20ef45651179fd70f3c8d72607071e393", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_247.3-7+deb11u4_arm64.deb", + "version": "247.3-7+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "adduser_3.118-p-deb11u1_arm64", + "name": "adduser", + "sha256": "1478a610fd50e190882ff41e16c57b628a508bcf5b5ac5313affb49d20818e0a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.118+deb11u1_all.deb", + "version": "3.118+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "passwd_1-4.8.1-1_arm64", + "name": "passwd", + "sha256": "5a675c9d23f176ea195678a949e144b23c7a8b268b03e0df8919a2cfc198e585", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.8.1-1_arm64.deb", + "version": "1:4.8.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam-modules_1.4.0-9-p-deb11u1_arm64", + "name": "libpam-modules", + "sha256": "7f46ae216fdc6c69b0120d430936f40f3c5f37249296042324aeb584d5566a3c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.4.0-9+deb11u1_arm64.deb", + "version": "1.4.0-9+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam-modules-bin_1.4.0-9-p-deb11u1_arm64", + "name": "libpam-modules-bin", + "sha256": "bc20fa16c91a239de350ffcc019fbae5ce7c47c21235b332ff9d67638804866e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.4.0-9+deb11u1_arm64.deb", + "version": "1.4.0-9+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam0g_1.4.0-9-p-deb11u1_arm64", + "name": "libpam0g", + "sha256": "4905e523ce38e80b79f13f0227fca519f6833eb116dd9c58cbbecb39c0e01e3d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.4.0-9+deb11u1_arm64.deb", + "version": "1.4.0-9+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaudit1_1-3.0-2_arm64", + "name": "libaudit1", + "sha256": "c93da146715dcd0c71759629c04afb01a41c879d91b2f5330adc74365db03763", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0-2_arm64.deb", + "version": "1:3.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcap-ng0_0.7.9-2.2-p-b1_arm64", + "name": "libcap-ng0", + "sha256": "b7b14e0b7747872f04691efe6c126de5ed0bf1dc200f51b93039cc2f4a65a96a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.7.9-2.2+b1_arm64.deb", + "version": "0.7.9-2.2+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaudit-common_1-3.0-2_arm64", + "name": "libaudit-common", + "sha256": "0d52f4826a57aea13cea1a85bfae354024c7b2f7b95e39cd1ce225e4db27d0f6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0-2_all.deb", + "version": "1:3.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtirpc3_1.3.1-1-p-deb11u1_arm64", + "name": "libtirpc3", + "sha256": "ccff0927f55b97fe9ea13057fab8bff9920bf4628eb2d5d48b9656f2fb74d2e1", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc3_1.3.1-1+deb11u1_arm64.deb", + "version": "1.3.1-1+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtirpc-common_1.3.1-1-p-deb11u1_arm64", + "name": "libtirpc-common", + "sha256": "b2f10cb79e7d7a2f9b30bcdf036127df55cd4a34688547bc2886fa38f4969f77", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/libt/libtirpc/libtirpc-common_1.3.1-1+deb11u1_all.deb", + "version": "1.3.1-1+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgssapi-krb5-2_1.18.3-6-p-deb11u4_arm64", + "name": "libgssapi-krb5-2", + "sha256": "5572a462c7f78f9610bd4f1dd9f8e4f8243fa9dc2d1deb5b1cf7cec1f1df83dc", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libgssapi-krb5-2_1.18.3-6+deb11u4_arm64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libkrb5support0_1.18.3-6-p-deb11u4_arm64", + "name": "libkrb5support0", + "sha256": "d44585771e26c9b8d115aad33736fcc3e03cf98238ea7c7985554f166441aa07", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5support0_1.18.3-6+deb11u4_arm64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libkrb5-3_1.18.3-6-p-deb11u4_arm64", + "name": "libkrb5-3", + "sha256": "3dcdadb1db461d14b6051a19c6a94ae9f61c3d2b1d35fd9d63326cd8f4ae49e5", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libkrb5-3_1.18.3-6+deb11u4_arm64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libssl1.1_1.1.1w-0-p-deb11u1_arm64", + "name": "libssl1.1", + "sha256": "fe7a7d313c87e46e62e614a07137e4a476a79fc9e5aab7b23e8235211280fee3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_arm64.deb", + "version": "1.1.1w-0+deb11u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libkeyutils1_1.6.1-2_arm64", + "name": "libkeyutils1", + "sha256": "7101c2380ab47a3627a6fa076a149ab71078263064f936fccbd43efbaed4a2da", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/keyutils/libkeyutils1_1.6.1-2_arm64.deb", + "version": "1.6.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libk5crypto3_1.18.3-6-p-deb11u4_arm64", + "name": "libk5crypto3", + "sha256": "d8f31a8bd83fe2593e83a930fc2713e1213f25311a629836dfcde5bd23a85e83", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/k/krb5/libk5crypto3_1.18.3-6+deb11u4_arm64.deb", + "version": "1.18.3-6+deb11u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcom-err2_1.46.2-2_arm64", + "name": "libcom-err2", + "sha256": "fc95d415c35f5b687871f660a5bf66963fd117daa490110499119411e2d6145e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/e/e2fsprogs/libcom-err2_1.46.2-2_arm64.deb", + "version": "1.46.2-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnsl2_1.3.0-2_arm64", + "name": "libnsl2", + "sha256": "8f9ba58b219779b43c4ccc78c79b0a23f721fc96323c202abb31e02f942104b3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libn/libnsl/libnsl2_1.3.0-2_arm64.deb", + "version": "1.3.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdb5.3_5.3.28-p-dfsg1-0.8_arm64", + "name": "libdb5.3", + "sha256": "cf9aa3eae9cfc4c84f93e32f3d11e2707146e4d9707712909e3c61530b50353e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg1-0.8_arm64.deb", + "version": "5.3.28+dfsg1-0.8" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsemanage1_3.1-1-p-b2_arm64", + "name": "libsemanage1", + "sha256": "342a804007338314211981fac0bc083c3c66c6040bca0e47342c6d9ff44f103e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage1_3.1-1+b2_arm64.deb", + "version": "3.1-1+b2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsepol1_3.1-1_arm64", + "name": "libsepol1", + "sha256": "354d36c3084c14f242baba3a06372a3c034cec7a0cb38e626fc03cc4751b2cd3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol1_3.1-1_arm64.deb", + "version": "3.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsemanage-common_3.1-1_arm64", + "name": "libsemanage-common", + "sha256": "d319a026ecd02e2f605c52350949279f3c331a19380f8b6888ce5b9ef0d31349", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.1-1_all.deb", + "version": "3.1-1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libperl5.32_5.32.1-4-p-deb11u3_arm64", + "name": "libperl5.32", + "version": "5.32.1-4+deb11u3" + }, + { + "key": "perl-modules-5.32_5.32.1-4-p-deb11u3_arm64", + "name": "perl-modules-5.32", + "version": "5.32.1-4+deb11u3" + }, + { + "key": "perl-base_5.32.1-4-p-deb11u3_arm64", + "name": "perl-base", + "version": "5.32.1-4+deb11u3" + }, + { + "key": "dpkg_1.20.13_arm64", + "name": "dpkg", + "version": "1.20.13" + }, + { + "key": "tar_1.34-p-dfsg-1-p-deb11u1_arm64", + "name": "tar", + "version": "1.34+dfsg-1+deb11u1" + }, + { + "key": "libselinux1_3.1-3_arm64", + "name": "libselinux1", + "version": "3.1-3" + }, + { + "key": "libpcre2-8-0_10.36-2-p-deb11u1_arm64", + "name": "libpcre2-8-0", + "version": "10.36-2+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + }, + { + "key": "libacl1_2.2.53-10_arm64", + "name": "libacl1", + "version": "2.2.53-10" + }, + { + "key": "zlib1g_1-1.2.11.dfsg-2-p-deb11u2_arm64", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2+deb11u2" + }, + { + "key": "liblzma5_5.2.5-2.1_deb11u1_arm64", + "name": "liblzma5", + "version": "5.2.5-2.1~deb11u1" + }, + { + "key": "libbz2-1.0_1.0.8-4_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-4" + }, + { + "key": "libgdbm6_1.19-2_arm64", + "name": "libgdbm6", + "version": "1.19-2" + }, + { + "key": "libgdbm-compat4_1.19-2_arm64", + "name": "libgdbm-compat4", + "version": "1.19-2" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg1-0.8_arm64", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8" + } + ], + "key": "perl_5.32.1-4-p-deb11u3_arm64", + "name": "perl", + "sha256": "6ed36a59241bbeec132eebec770567a4d23884f71dc922ac6770862cac1f3d9a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.32.1-4+deb11u3_arm64.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libperl5.32_5.32.1-4-p-deb11u3_arm64", + "name": "libperl5.32", + "sha256": "9a5524101015f14773246336cb615c0e58fff2e7420a79f511262df9a7ff1c91", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.32_5.32.1-4+deb11u3_arm64.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "perl-modules-5.32_5.32.1-4-p-deb11u3_arm64", + "name": "perl-modules-5.32", + "sha256": "9a5cb99d0f33cb11c7f535aaebfb569c6b6f97a75d748a9a52ea3afed5bd3960", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.32_5.32.1-4+deb11u3_all.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "perl-base_5.32.1-4-p-deb11u3_arm64", + "name": "perl-base", + "sha256": "53e09d9594692c462f33d4e9394bff60f95fe74b70402772dc7396a5829b76e5", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.32.1-4+deb11u3_arm64.deb", + "version": "5.32.1-4+deb11u3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgdbm6_1.19-2_arm64", + "name": "libgdbm6", + "sha256": "97a88c2698bd836d04e51ad70c76826850857869b51e90b5343621ba30bbf525", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.19-2_arm64.deb", + "version": "1.19-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgdbm-compat4_1.19-2_arm64", + "name": "libgdbm-compat4", + "sha256": "0853cc0b0f92784b7fbd193d737c63b1d95f932e2b95dc1bb10c273e01a0f754", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.19-2_arm64.deb", + "version": "1.19-2" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "openssl_1.1.1w-0-p-deb11u1_arm64", + "name": "openssl", + "version": "1.1.1w-0+deb11u1" + }, + { + "key": "libssl1.1_1.1.1w-0-p-deb11u1_arm64", + "name": "libssl1.1", + "version": "1.1.1w-0+deb11u1" + }, + { + "key": "libc6_2.31-13-p-deb11u8_arm64", + "name": "libc6", + "version": "2.31-13+deb11u8" + }, + { + "key": "libcrypt1_1-4.4.18-4_arm64", + "name": "libcrypt1", + "version": "1:4.4.18-4" + }, + { + "key": "libgcc-s1_10.2.1-6_arm64", + "name": "libgcc-s1", + "version": "10.2.1-6" + }, + { + "key": "gcc-10-base_10.2.1-6_arm64", + "name": "gcc-10-base", + "version": "10.2.1-6" + } + ], + "key": "ca-certificates_20210119_arm64", + "name": "ca-certificates", + "sha256": "b2d488ad4d8d8adb3ba319fc9cb2cf9909fc42cb82ad239a26c570a2e749c389", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20210119_all.deb", + "version": "20210119" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "openssl_1.1.1w-0-p-deb11u1_arm64", + "name": "openssl", + "sha256": "d9159af073e95641e7eda440fa1d7623873b8c0034c9826a353f890bed107f3c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/o/openssl/openssl_1.1.1w-0+deb11u1_arm64.deb", + "version": "1.1.1w-0+deb11u1" + } + ], + "version": 1 +} \ No newline at end of file diff --git a/repos/debian/debian11.yaml b/repos/debian/debian11.yaml new file mode 100644 index 0000000..6e54b11 --- /dev/null +++ b/repos/debian/debian11.yaml @@ -0,0 +1,35 @@ +# Packages for debian11 (bullseye) +# +# Anytime this file is changed, the lockfile needs to be regenerated. +# +# To generate the debian11.lock.json run the following command +# +# bazel run @debian11//:lock +# +# See debian_package_index at WORKSPACE.bazel +version: 1 + +sources: + - channel: bullseye main + url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z + - channel: bullseye-security main + url: https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z + - channel: bullseye-updates main + url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/ + +archs: + - "amd64" + - "arm64" + +packages: + - "ncurses-base" + - "libncurses6" + - "tzdata" + - "bash" + - "coreutils" # for commands like `ls` + # for apt list --installed + - "dpkg" + - "apt" + - "perl" + # test cacerts() compatibility + - "ca-certificates" diff --git a/repos/debian/debian12.lock.json b/repos/debian/debian12.lock.json new file mode 100644 index 0000000..64246ac --- /dev/null +++ b/repos/debian/debian12.lock.json @@ -0,0 +1,2159 @@ +{ + "packages": [ + { + "arch": "amd64", + "dependencies": [], + "key": "ncurses-base_6.4-4_amd64", + "name": "ncurses-base", + "sha256": "bfd1d89f833c09a28b062ee916495cf69649ca2bf529532476c7b69d75d24909", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.4-4_all.deb", + "version": "6.4-4" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libtinfo6_6.4-4_amd64", + "name": "libtinfo6", + "version": "6.4-4" + } + ], + "key": "libncurses6_6.4-4_amd64", + "name": "libncurses6", + "sha256": "72300f09f02669c06c99b641ea795d52300ec7eb65eaccddf7bc3b72934f0ef5", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.4-4_amd64.deb", + "version": "6.4-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "sha256": "0a84833f2f0e6b41e97d8e89917252af83630603e878b8f1202fd9f4ff96cd9f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/g/glibc/libc6_2.36-9+deb12u4_amd64.deb", + "version": "2.36-9+deb12u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "sha256": "f3d1d48c0599aea85b7f2077a01d285badc42998c1a1e7473935d5cf995c8141", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_amd64.deb", + "version": "12.2.0-14" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "sha256": "1a03df5a57833d65b5bb08cfa19d50e76f29088dc9e64fb934af42d9023a0807", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_amd64.deb", + "version": "12.2.0-14" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtinfo6_6.4-4_amd64", + "name": "libtinfo6", + "sha256": "072d908f38f51090ca28ca5afa3b46b2957dc61fe35094c0b851426859a49a51", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.4-4_amd64.deb", + "version": "6.4-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "tzdata_2024a-0-p-deb12u1_amd64", + "name": "tzdata", + "sha256": "0ca0baec1fca55df56039047a631fc1541c5a44c1c4879d553aaa3a70844eb12", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb12u1_all.deb", + "version": "2024a-0+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "debianutils_5.7-0.5_deb12u1_amd64", + "name": "debianutils", + "version": "5.7-0.5~deb12u1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "base-files_12.4-p-deb12u5_amd64", + "name": "base-files", + "version": "12.4+deb12u5" + }, + { + "key": "libtinfo6_6.4-4_amd64", + "name": "libtinfo6", + "version": "6.4-4" + } + ], + "key": "bash_5.2.15-2-p-b2_amd64", + "name": "bash", + "sha256": "5325e63acaecb37f6636990328370774995bd9b3dce10abd0366c8a06877bd0d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.2.15-2+b2_amd64.deb", + "version": "5.2.15-2+b2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "debianutils_5.7-0.5_deb12u1_amd64", + "name": "debianutils", + "sha256": "55f951359670eb3236c9e2ccd5fac9ccb3db734f5a22aff21589e7a30aee48c9", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_5.7-0.5~deb12u1_amd64.deb", + "version": "5.7-0.5~deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "base-files_12.4-p-deb12u5_amd64", + "name": "base-files", + "sha256": "6c11268757a89f45c22d7a7a9e1153f1545016987531bf3068765a221e0af86c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_12.4+deb12u5_amd64.deb", + "version": "12.4+deb12u5" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libattr1_1-2.5.1-4_amd64", + "name": "libattr1", + "version": "1:2.5.1-4" + }, + { + "key": "libacl1_2.3.1-3_amd64", + "name": "libacl1", + "version": "2.3.1-3" + } + ], + "key": "coreutils_9.1-1_amd64", + "name": "coreutils", + "sha256": "61038f857e346e8500adf53a2a0a20859f4d3a3b51570cc876b153a2d51a3091", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_9.1-1_amd64.deb", + "version": "9.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "sha256": "2b07f5287b9105f40158b56e4d70cc1652dac56a408f3507b4ab3d061eed425f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.4-1+b6_amd64.deb", + "version": "3.4-1+b6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "sha256": "030db54f4d76cdfe2bf0e8eb5f9efea0233ab3c7aa942d672c7b63b52dbaf935", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.42-1_amd64.deb", + "version": "10.42-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "sha256": "187aedef2ed763f425c1e523753b9719677633c7eede660401739e9c893482bd", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1_amd64.deb", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libattr1_1-2.5.1-4_amd64", + "name": "libattr1", + "sha256": "c4945123d66d0503ba42e2fc0585abc76d0838978c6d277b9cc37a4da25d1a34", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.5.1-4_amd64.deb", + "version": "1:2.5.1-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libacl1_2.3.1-3_amd64", + "name": "libacl1", + "sha256": "8be9df5795114bfe90e2be3d208ef47a5edd3fc7b3e20d387a597486d444e5e2", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.3.1-3_amd64.deb", + "version": "2.3.1-3" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "tar_1.34-p-dfsg-1.2-p-deb12u1_amd64", + "name": "tar", + "version": "1.34+dfsg-1.2+deb12u1" + }, + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libacl1_2.3.1-3_amd64", + "name": "libacl1", + "version": "2.3.1-3" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libmd0_1.0.4-2_amd64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + } + ], + "key": "dpkg_1.21.22_amd64", + "name": "dpkg", + "sha256": "9d97f27d8a8a06dd4800e8e0291337ca02e11cdfd7df09a4566a982a6d9fe4c4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.21.22_amd64.deb", + "version": "1.21.22" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "tar_1.34-p-dfsg-1.2-p-deb12u1_amd64", + "name": "tar", + "sha256": "24fb92e98c2969171f81a8b589263d705f6b1670f95d121cd74c810d4605acc3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1.2+deb12u1_amd64.deb", + "version": "1.34+dfsg-1.2+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "sha256": "d7dd1d1411fedf27f5e27650a6eff20ef294077b568f4c8c5e51466dc7c08ce4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_amd64.deb", + "version": "1:1.2.13.dfsg-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "sha256": "6315b5ac38b724a710fb96bf1042019398cb656718b1522279a5185ed39318fa", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.5.4+dfsg2-5_amd64.deb", + "version": "1.5.4+dfsg2-5" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libmd0_1.0.4-2_amd64", + "name": "libmd0", + "sha256": "03539fd30c509e27101d13a56e52eda9062bdf1aefe337c07ab56def25a13eab", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libm/libmd/libmd0_1.0.4-2_amd64.deb", + "version": "1.0.4-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "sha256": "d4b7736e58512a2b047f9cb91b71db5a3cf9d3451192fc6da044c77bf51fe869", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_amd64.deb", + "version": "5.4.1-0.2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "sha256": "54149da3f44b22d523b26b692033b84503d822cc5122fed606ea69cc83ca5aeb", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5+b1_amd64.deb", + "version": "1.0.8-5+b1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libsystemd0_252.22-1_deb12u1_amd64", + "name": "libsystemd0", + "version": "252.22-1~deb12u1" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "liblz4-1_1.9.4-1_amd64", + "name": "liblz4-1", + "version": "1.9.4-1" + }, + { + "key": "libgcrypt20_1.10.1-3_amd64", + "name": "libgcrypt20", + "version": "1.10.1-3" + }, + { + "key": "libgpg-error0_1.46-1_amd64", + "name": "libgpg-error0", + "version": "1.46-1" + }, + { + "key": "libcap2_1-2.66-4_amd64", + "name": "libcap2", + "version": "1:2.66-4" + }, + { + "key": "libstdc-p--p-6_12.2.0-14_amd64", + "name": "libstdc++6", + "version": "12.2.0-14" + }, + { + "key": "libseccomp2_2.5.4-1-p-b3_amd64", + "name": "libseccomp2", + "version": "2.5.4-1+b3" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u2_amd64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u2" + }, + { + "key": "libunistring2_1.0-2_amd64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_amd64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_amd64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libffi8_3.4.4-1_amd64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libnettle8_3.8.1-2_amd64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_amd64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libhogweed6_3.8.1-2_amd64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "debian-archive-keyring_2023.3-p-deb12u1_amd64", + "name": "debian-archive-keyring", + "version": "2023.3+deb12u1" + }, + { + "key": "libapt-pkg6.0_2.6.1_amd64", + "name": "libapt-pkg6.0", + "version": "2.6.1" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libxxhash0_0.8.1-1_amd64", + "name": "libxxhash0", + "version": "0.8.1-1" + }, + { + "key": "libudev1_252.22-1_deb12u1_amd64", + "name": "libudev1", + "version": "252.22-1~deb12u1" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "adduser_3.134_amd64", + "name": "adduser", + "version": "3.134" + }, + { + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_amd64", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "key": "libpam-modules_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libpam0g_1.5.2-6-p-deb12u1_amd64", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libaudit1_1-3.0.9-1_amd64", + "name": "libaudit1", + "version": "1:3.0.9-1" + }, + { + "key": "libcap-ng0_0.8.3-1-p-b3_amd64", + "name": "libcap-ng0", + "version": "0.8.3-1+b3" + }, + { + "key": "libaudit-common_1-3.0.9-1_amd64", + "name": "libaudit-common", + "version": "1:3.0.9-1" + }, + { + "key": "libcrypt1_1-4.4.33-2_amd64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_amd64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + }, + { + "key": "libsemanage2_3.4-1-p-b5_amd64", + "name": "libsemanage2", + "version": "3.4-1+b5" + }, + { + "key": "libsepol2_3.4-2.1_amd64", + "name": "libsepol2", + "version": "3.4-2.1" + }, + { + "key": "libsemanage-common_3.4-1_amd64", + "name": "libsemanage-common", + "version": "3.4-1" + } + ], + "key": "apt_2.6.1_amd64", + "name": "apt", + "sha256": "6ea03cbbc7a7bfcee601c9fb08d4e026fd522ede5350561f06867ad9c0a0fa6b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.6.1_amd64.deb", + "version": "2.6.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsystemd0_252.22-1_deb12u1_amd64", + "name": "libsystemd0", + "sha256": "5565f137924447e0a37f72d22dee6b117a3d22c4b39474af45191072b48cebd0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_252.22-1~deb12u1_amd64.deb", + "version": "252.22-1~deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liblz4-1_1.9.4-1_amd64", + "name": "liblz4-1", + "sha256": "64cde86cef1deaf828bd60297839b59710b5cd8dc50efd4f12643caaee9389d3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.4-1_amd64.deb", + "version": "1.9.4-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgcrypt20_1.10.1-3_amd64", + "name": "libgcrypt20", + "sha256": "bffcac7e4f69e39d37d4a33e841d6371ac8b5aba6cd55546b385dc7ff6c702f5", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.10.1-3_amd64.deb", + "version": "1.10.1-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgpg-error0_1.46-1_amd64", + "name": "libgpg-error0", + "sha256": "89944ee11d7370ce6ef46fc52f094c4a6512eff8943ec4c6ebefeae6360ceada", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.46-1_amd64.deb", + "version": "1.46-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcap2_1-2.66-4_amd64", + "name": "libcap2", + "sha256": "b36fefe9867f9e59b540f952e957a72ebdc241e997179d826da19a9511ade4a3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap2/libcap2_2.66-4_amd64.deb", + "version": "1:2.66-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libstdc-p--p-6_12.2.0-14_amd64", + "name": "libstdc++6", + "sha256": "9b1b269020cec6aced3b39f096f7b67edd1f0d4ab24f412cb6506d0800e19cbf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libstdc++6_12.2.0-14_amd64.deb", + "version": "12.2.0-14" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libseccomp2_2.5.4-1-p-b3_amd64", + "name": "libseccomp2", + "sha256": "9e6305a100f5178cc321ee33b96933a6482d11fdc22b42c0e526d6151c0c6f0f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b3_amd64.deb", + "version": "2.5.4-1+b3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgnutls30_3.7.9-2-p-deb12u2_amd64", + "name": "libgnutls30", + "sha256": "b602f906a8de4488ab75434633524b71b8b12952272d4c3326bd6be8126832c4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.9-2+deb12u2_amd64.deb", + "version": "3.7.9-2+deb12u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libunistring2_1.0-2_amd64", + "name": "libunistring2", + "sha256": "d466bbfe011d764d793c1d9d777cad9c7cf65b938e11598f27408171ad95a951", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_1.0-2_amd64.deb", + "version": "1.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtasn1-6_4.19.0-2_amd64", + "name": "libtasn1-6", + "sha256": "eec4dc9d949d2c666b1da3fa762a340e8ba10c3a04d3eed32749a97695c15641", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_amd64.deb", + "version": "4.19.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libp11-kit0_0.24.1-2_amd64", + "name": "libp11-kit0", + "sha256": "251330faddbf013f060fcdb41f4b0c037c8a6e89ba7c09b04bfcc4e3f0807b22", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_amd64.deb", + "version": "0.24.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libffi8_3.4.4-1_amd64", + "name": "libffi8", + "sha256": "6d9f6c25c30efccce6d4bceaa48ea86c329a3432abb360a141f76ac223a4c34a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi8_3.4.4-1_amd64.deb", + "version": "3.4.4-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnettle8_3.8.1-2_amd64", + "name": "libnettle8", + "sha256": "45922e6e289ffd92f0f92d2bb9159e84236ff202d552a461bf10e5335b3f0261", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.8.1-2_amd64.deb", + "version": "3.8.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libidn2-0_2.3.3-1-p-b1_amd64", + "name": "libidn2-0", + "sha256": "d50716d5824083d667427817d506b45d3f59dc77e1ca52de000f3f62d4918afa", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.3-1+b1_amd64.deb", + "version": "2.3.3-1+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libhogweed6_3.8.1-2_amd64", + "name": "libhogweed6", + "sha256": "ed8185c28b2cb519744a5a462dcd720d3b332c9b88a1d0002eac06dc8550cb94", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.8.1-2_amd64.deb", + "version": "3.8.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "debian-archive-keyring_2023.3-p-deb12u1_amd64", + "name": "debian-archive-keyring", + "sha256": "c1bac61abefa0d957394d33c02b7bfb2a3ab3ce5e6d90617c4019ddea4bdbf63", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.3+deb12u1_all.deb", + "version": "2023.3+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libapt-pkg6.0_2.6.1_amd64", + "name": "libapt-pkg6.0", + "sha256": "ccab743f6784b4cc7bd69e1810630edaf726cd69c1e735e39a16266d470bfdc0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.6.1_amd64.deb", + "version": "2.6.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libxxhash0_0.8.1-1_amd64", + "name": "libxxhash0", + "sha256": "6c19a5d18c8350744581fbd25d5d29e2b7101053e25aafa4e1ffcc2b505b2f1c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.1-1_amd64.deb", + "version": "0.8.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libudev1_252.22-1_deb12u1_amd64", + "name": "libudev1", + "sha256": "c5c3eba9c8a3abe1e9988c89879ab912364544941b6f5863da5cf5e9ed78000e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_252.22-1~deb12u1_amd64.deb", + "version": "252.22-1~deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "adduser_3.134_amd64", + "name": "adduser", + "sha256": "c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.134_all.deb", + "version": "3.134" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_amd64", + "name": "passwd", + "sha256": "343b60a755ceb2c3687f9a5c9c9dc00eea0e44a7de49a537c36df17894f784b3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.13+dfsg1-1+b1_amd64.deb", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam-modules_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules", + "sha256": "851d270e36707787ab1cd269dbd9597864feaf3f8453ecd3c426caaa56142222", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.5.2-6+deb12u1_amd64.deb", + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules-bin", + "sha256": "fc6a692d2f399b83ef5a7f310883286a5e4326095812d8bb934925125002981c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb", + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam0g_1.5.2-6-p-deb12u1_amd64", + "name": "libpam0g", + "sha256": "e360be5f17f9c09c8f17bae809f6c6f091c5bb6ab1a44fc33e4fb86c5e5559df", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.5.2-6+deb12u1_amd64.deb", + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaudit1_1-3.0.9-1_amd64", + "name": "libaudit1", + "sha256": "30954df4b5a7c505661ba8ae5e6ea94f5805e408899fb400783bb166eb5ff306", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0.9-1_amd64.deb", + "version": "1:3.0.9-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcap-ng0_0.8.3-1-p-b3_amd64", + "name": "libcap-ng0", + "sha256": "b4b54769c77e4a71c8b33aee4d600ba28a9994a1c6f60d55d4ebe7fc44882e07", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1+b3_amd64.deb", + "version": "0.8.3-1+b3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaudit-common_1-3.0.9-1_amd64", + "name": "libaudit-common", + "sha256": "17d0341ca6ce604ce59c296780ac2c2a24141a769823c50669af942c025e6591", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb", + "version": "1:3.0.9-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcrypt1_1-4.4.33-2_amd64", + "name": "libcrypt1", + "sha256": "f5f60a5cdfd4e4eaa9438ade5078a57741a7a78d659fcb0c701204f523e8bd29", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_amd64.deb", + "version": "1:4.4.33-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdb5.3_5.3.28-p-dfsg2-1_amd64", + "name": "libdb5.3", + "sha256": "7dc5127b8dd0da80e992ba594954c005ae4359d839a24eb65d0d8129b5235c84", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg2-1_amd64.deb", + "version": "5.3.28+dfsg2-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsemanage2_3.4-1-p-b5_amd64", + "name": "libsemanage2", + "sha256": "fd36d0972866adde5a52269a309fcecd76a8e45e557dd0ecd33aa221cabc2a8c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage2_3.4-1+b5_amd64.deb", + "version": "3.4-1+b5" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsepol2_3.4-2.1_amd64", + "name": "libsepol2", + "sha256": "b998946bb9818a97b387a962826caae33bc7fdcb6d706b2782c0470510be6b48", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol2_3.4-2.1_amd64.deb", + "version": "3.4-2.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsemanage-common_3.4-1_amd64", + "name": "libsemanage-common", + "sha256": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb", + "version": "3.4-1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "libperl5.36_5.36.0-7-p-deb12u1_amd64", + "name": "libperl5.36", + "version": "5.36.0-7+deb12u1" + }, + { + "key": "perl-modules-5.36_5.36.0-7-p-deb12u1_amd64", + "name": "perl-modules-5.36", + "version": "5.36.0-7+deb12u1" + }, + { + "key": "perl-base_5.36.0-7-p-deb12u1_amd64", + "name": "perl-base", + "version": "5.36.0-7+deb12u1" + }, + { + "key": "dpkg_1.21.22_amd64", + "name": "dpkg", + "version": "1.21.22" + }, + { + "key": "tar_1.34-p-dfsg-1.2-p-deb12u1_amd64", + "name": "tar", + "version": "1.34+dfsg-1.2+deb12u1" + }, + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libacl1_2.3.1-3_amd64", + "name": "libacl1", + "version": "2.3.1-3" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libmd0_1.0.4-2_amd64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "libcrypt1_1-4.4.33-2_amd64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libgdbm6_1.23-3_amd64", + "name": "libgdbm6", + "version": "1.23-3" + }, + { + "key": "libgdbm-compat4_1.23-3_amd64", + "name": "libgdbm-compat4", + "version": "1.23-3" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_amd64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + } + ], + "key": "perl_5.36.0-7-p-deb12u1_amd64", + "name": "perl", + "sha256": "95224197cc1275ee3e625be4522f9d03f8fea3bd7a5d7d8f1f55ab914736b404", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.36.0-7+deb12u1_amd64.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libperl5.36_5.36.0-7-p-deb12u1_amd64", + "name": "libperl5.36", + "sha256": "4b48b8f0b06c2c667d52117edcef69af6896bcfe69a4f4bde47b89590b83875e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.36_5.36.0-7+deb12u1_amd64.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "perl-modules-5.36_5.36.0-7-p-deb12u1_amd64", + "name": "perl-modules-5.36", + "sha256": "9b8223674661ead1836ce21966f7e4511a3a943c1b87c02ea92ec17ed2c3f2cf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.36_5.36.0-7+deb12u1_all.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "perl-base_5.36.0-7-p-deb12u1_amd64", + "name": "perl-base", + "sha256": "b4327c2d8e2ca92402205ac6b5845b3110fa2a1d50925c0e61c39624583a8baf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.36.0-7+deb12u1_amd64.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgdbm6_1.23-3_amd64", + "name": "libgdbm6", + "sha256": "95fe4a1336532450e67bd067892f46eaa484139919ea8d067a9ffcbf5a4bf883", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.23-3_amd64.deb", + "version": "1.23-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgdbm-compat4_1.23-3_amd64", + "name": "libgdbm-compat4", + "sha256": "4af36a590b68d415a78d9238b932b6a4579f515ec8a8016597498acff5b515a4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.23-3_amd64.deb", + "version": "1.23-3" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "openssl_3.0.11-1_deb12u2_amd64", + "name": "openssl", + "version": "3.0.11-1~deb12u2" + }, + { + "key": "libssl3_3.0.11-1_deb12u2_amd64", + "name": "libssl3", + "version": "3.0.11-1~deb12u2" + }, + { + "key": "libc6_2.36-9-p-deb12u4_amd64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + } + ], + "key": "ca-certificates_20230311_amd64", + "name": "ca-certificates", + "sha256": "5308b9bd88eebe2a48be3168cb3d87677aaec5da9c63ad0cf561a29b8219115c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20230311_all.deb", + "version": "20230311" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "openssl_3.0.11-1_deb12u2_amd64", + "name": "openssl", + "sha256": "ea063646d4f70d15be5ed52b67b5ac95d68dda823c60d808c7c25439c6d14e4d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/openssl_3.0.11-1~deb12u2_amd64.deb", + "version": "3.0.11-1~deb12u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libssl3_3.0.11-1_deb12u2_amd64", + "name": "libssl3", + "sha256": "6e129c5814812b3516a656ae5b664b9970e2f8823250cd5b98190f21c0de2bca", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/libssl3_3.0.11-1~deb12u2_amd64.deb", + "version": "3.0.11-1~deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "ncurses-base_6.4-4_arm64", + "name": "ncurses-base", + "sha256": "bfd1d89f833c09a28b062ee916495cf69649ca2bf529532476c7b69d75d24909", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/ncurses-base_6.4-4_all.deb", + "version": "6.4-4" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libtinfo6_6.4-4_arm64", + "name": "libtinfo6", + "version": "6.4-4" + } + ], + "key": "libncurses6_6.4-4_arm64", + "name": "libncurses6", + "sha256": "bb5013fc7f24f3ed740d50449bfea3fb4ffce1e33787b6bc7f82ea3d377bc03c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libncurses6_6.4-4_arm64.deb", + "version": "6.4-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "sha256": "71302ee1bf4374aa4df7bcb5f58155e56a03c282f4076cdd07cf5bdfbca21fab", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/g/glibc/libc6_2.36-9+deb12u4_arm64.deb", + "version": "2.36-9+deb12u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "sha256": "6fce2268d8f3152a4e84634f5a24133d3c62903b2f9b11b9c59235cbbc1b23a8", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_arm64.deb", + "version": "12.2.0-14" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "sha256": "e1f2fb7212546c0e360af8df26303608f7b09e123ac9c96e15872d1ec1ce3275", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_arm64.deb", + "version": "12.2.0-14" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtinfo6_6.4-4_arm64", + "name": "libtinfo6", + "sha256": "baef0f6776f84c7eed4f1146d6e5774689567dad43216894d41da02e6608e4b3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/ncurses/libtinfo6_6.4-4_arm64.deb", + "version": "6.4-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "tzdata_2024a-0-p-deb12u1_arm64", + "name": "tzdata", + "sha256": "0ca0baec1fca55df56039047a631fc1541c5a44c1c4879d553aaa3a70844eb12", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tzdata/tzdata_2024a-0+deb12u1_all.deb", + "version": "2024a-0+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "debianutils_5.7-0.5_deb12u1_arm64", + "name": "debianutils", + "version": "5.7-0.5~deb12u1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "base-files_12.4-p-deb12u5_arm64", + "name": "base-files", + "version": "12.4+deb12u5" + }, + { + "key": "libtinfo6_6.4-4_arm64", + "name": "libtinfo6", + "version": "6.4-4" + } + ], + "key": "bash_5.2.15-2-p-b2_arm64", + "name": "bash", + "sha256": "13c4e70030a059aeec6b745e4ce2949ce67405246bb38521e6c8f4d21c133543", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bash/bash_5.2.15-2+b2_arm64.deb", + "version": "5.2.15-2+b2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "debianutils_5.7-0.5_deb12u1_arm64", + "name": "debianutils", + "sha256": "0fc03c548293aee2359af53bd03b30ab42ca3493afcb65bed2f3caee90ffd46a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debianutils/debianutils_5.7-0.5~deb12u1_arm64.deb", + "version": "5.7-0.5~deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "base-files_12.4-p-deb12u5_arm64", + "name": "base-files", + "sha256": "ca5e69b38214de267d7d59bf4d0c1abd10987abacb5c9bfaf72b178bee883d1b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/base-files/base-files_12.4+deb12u5_arm64.deb", + "version": "12.4+deb12u5" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libattr1_1-2.5.1-4_arm64", + "name": "libattr1", + "version": "1:2.5.1-4" + }, + { + "key": "libacl1_2.3.1-3_arm64", + "name": "libacl1", + "version": "2.3.1-3" + } + ], + "key": "coreutils_9.1-1_arm64", + "name": "coreutils", + "sha256": "ec8f090a14c684879dce251254d8d9ed0876d4480f750d5807ef04e5435e1c4d", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/coreutils/coreutils_9.1-1_arm64.deb", + "version": "9.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "sha256": "29201edf23ebae40844d6c289afdb9bba52f927d55096ed1b1cd37e040135edc", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libselinux/libselinux1_3.4-1+b6_arm64.deb", + "version": "3.4-1+b6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "sha256": "b2448d0a8a3db7fbeac231e7ef93811346c1fb5f96ccf6f631701d8a4eb39206", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pcre2/libpcre2-8-0_10.42-1_arm64.deb", + "version": "10.42-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "sha256": "9906387c1dd806518c915bd8616d072c741061d7fa26b222e52763456060b31a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1_arm64.deb", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libattr1_1-2.5.1-4_arm64", + "name": "libattr1", + "sha256": "481e1c3fcad6773ba1c9d7f1de59e4fc80d95326c9b20192e13b7111013c932a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/attr/libattr1_2.5.1-4_arm64.deb", + "version": "1:2.5.1-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libacl1_2.3.1-3_arm64", + "name": "libacl1", + "sha256": "2b0eef11a2e271e7355adaf1f6cbf8d2e83835ae1b6cf15165d59b8289c08342", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/acl/libacl1_2.3.1-3_arm64.deb", + "version": "2.3.1-3" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "tar_1.34-p-dfsg-1.2-p-deb12u1_arm64", + "name": "tar", + "version": "1.34+dfsg-1.2+deb12u1" + }, + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libacl1_2.3.1-3_arm64", + "name": "libacl1", + "version": "2.3.1-3" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libmd0_1.0.4-2_arm64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + } + ], + "key": "dpkg_1.21.22_arm64", + "name": "dpkg", + "sha256": "4775b5f27315054c6860f402d1ef74614090e61a4192ec9c63cec9c88a75f9c2", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/dpkg/dpkg_1.21.22_arm64.deb", + "version": "1.21.22" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "tar_1.34-p-dfsg-1.2-p-deb12u1_arm64", + "name": "tar", + "sha256": "04a945d4f24068f9d4c44294014ef5a33fc6179a57021978afc7d08358e13df3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/t/tar/tar_1.34+dfsg-1.2+deb12u1_arm64.deb", + "version": "1.34+dfsg-1.2+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "sha256": "52b8b8a145bbe1956bba82034f77022cbef0c3d0885c9e32d9817a7932fe1913", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_arm64.deb", + "version": "1:1.2.13.dfsg-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "sha256": "95e173c9538f96ede4fc275ec7863f395a97dd0ea62454be9bc914efa1b9be93", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libz/libzstd/libzstd1_1.5.4+dfsg2-5_arm64.deb", + "version": "1.5.4+dfsg2-5" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libmd0_1.0.4-2_arm64", + "name": "libmd0", + "sha256": "99a8c7dd591fae9fb37d8bf8dfdffa850e207fa405b3198c5b24711a5f972381", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libm/libmd/libmd0_1.0.4-2_arm64.deb", + "version": "1.0.4-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "sha256": "48216df0ab15bf757176417c154c27a208b82aa42b00a16794e4699ec9e8e2e3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_arm64.deb", + "version": "5.4.1-0.2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "sha256": "d3a96ece03326498b39ff093a76800dfcbcb1d4049d6ae6e9f6fa1aa7a590ad6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5+b1_arm64.deb", + "version": "1.0.8-5+b1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libsystemd0_252.22-1_deb12u1_arm64", + "name": "libsystemd0", + "version": "252.22-1~deb12u1" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "liblz4-1_1.9.4-1_arm64", + "name": "liblz4-1", + "version": "1.9.4-1" + }, + { + "key": "libgcrypt20_1.10.1-3_arm64", + "name": "libgcrypt20", + "version": "1.10.1-3" + }, + { + "key": "libgpg-error0_1.46-1_arm64", + "name": "libgpg-error0", + "version": "1.46-1" + }, + { + "key": "libcap2_1-2.66-4_arm64", + "name": "libcap2", + "version": "1:2.66-4" + }, + { + "key": "libstdc-p--p-6_12.2.0-14_arm64", + "name": "libstdc++6", + "version": "12.2.0-14" + }, + { + "key": "libseccomp2_2.5.4-1-p-b3_arm64", + "name": "libseccomp2", + "version": "2.5.4-1+b3" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u2_arm64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u2" + }, + { + "key": "libunistring2_1.0-2_arm64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_arm64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_arm64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libffi8_3.4.4-1_arm64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libnettle8_3.8.1-2_arm64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_arm64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libhogweed6_3.8.1-2_arm64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "debian-archive-keyring_2023.3-p-deb12u1_arm64", + "name": "debian-archive-keyring", + "version": "2023.3+deb12u1" + }, + { + "key": "libapt-pkg6.0_2.6.1_arm64", + "name": "libapt-pkg6.0", + "version": "2.6.1" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libxxhash0_0.8.1-1_arm64", + "name": "libxxhash0", + "version": "0.8.1-1" + }, + { + "key": "libudev1_252.22-1_deb12u1_arm64", + "name": "libudev1", + "version": "252.22-1~deb12u1" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "adduser_3.134_arm64", + "name": "adduser", + "version": "3.134" + }, + { + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_arm64", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "key": "libpam-modules_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libpam0g_1.5.2-6-p-deb12u1_arm64", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libaudit1_1-3.0.9-1_arm64", + "name": "libaudit1", + "version": "1:3.0.9-1" + }, + { + "key": "libcap-ng0_0.8.3-1-p-b3_arm64", + "name": "libcap-ng0", + "version": "0.8.3-1+b3" + }, + { + "key": "libaudit-common_1-3.0.9-1_arm64", + "name": "libaudit-common", + "version": "1:3.0.9-1" + }, + { + "key": "libcrypt1_1-4.4.33-2_arm64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_arm64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + }, + { + "key": "libsemanage2_3.4-1-p-b5_arm64", + "name": "libsemanage2", + "version": "3.4-1+b5" + }, + { + "key": "libsepol2_3.4-2.1_arm64", + "name": "libsepol2", + "version": "3.4-2.1" + }, + { + "key": "libsemanage-common_3.4-1_arm64", + "name": "libsemanage-common", + "version": "3.4-1" + } + ], + "key": "apt_2.6.1_arm64", + "name": "apt", + "sha256": "c5a6f225715aa2ae5e025695acc205d9eedd2abc3d2393965418e19cde6a9e15", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/apt_2.6.1_arm64.deb", + "version": "2.6.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsystemd0_252.22-1_deb12u1_arm64", + "name": "libsystemd0", + "sha256": "5338e3472b070ca7078556f2d0f5b8ea0f472fe4dce7fb221927166b97d424be", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libsystemd0_252.22-1~deb12u1_arm64.deb", + "version": "252.22-1~deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liblz4-1_1.9.4-1_arm64", + "name": "liblz4-1", + "sha256": "f061216ce11aabba8f032dfd6c75c181e782fef7493033b9621a8c3b2953b87e", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/l/lz4/liblz4-1_1.9.4-1_arm64.deb", + "version": "1.9.4-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgcrypt20_1.10.1-3_arm64", + "name": "libgcrypt20", + "sha256": "79fc67c21684689728c8320d8a2b0a7204df21dc4c0da4fae3828ceb389e2ba2", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgcrypt20/libgcrypt20_1.10.1-3_arm64.deb", + "version": "1.10.1-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgpg-error0_1.46-1_arm64", + "name": "libgpg-error0", + "sha256": "aff6ce011ae9abf7090e906f0cf6bc2b447bbc4cc7e03ff117f9d73528857352", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libg/libgpg-error/libgpg-error0_1.46-1_arm64.deb", + "version": "1.46-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcap2_1-2.66-4_arm64", + "name": "libcap2", + "sha256": "c96dbe3a37385c9f0a5d559d55bbd97c3aae649e27ba8f502b78172f78859e46", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap2/libcap2_2.66-4_arm64.deb", + "version": "1:2.66-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libstdc-p--p-6_12.2.0-14_arm64", + "name": "libstdc++6", + "sha256": "21e971c5d3506f783b89efe8e12ac85081ddd9213e4f6529262bcfe95c326670", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gcc-12/libstdc++6_12.2.0-14_arm64.deb", + "version": "12.2.0-14" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libseccomp2_2.5.4-1-p-b3_arm64", + "name": "libseccomp2", + "sha256": "bd820298b54d27284844bf7c10920e0bedaf57d2565abf9636a7f4a245255c40", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b3_arm64.deb", + "version": "2.5.4-1+b3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgnutls30_3.7.9-2-p-deb12u2_arm64", + "name": "libgnutls30", + "sha256": "6c3efcf48b24be49322127d0515ffd47828a7d578b089bf44a1053a2ff9fc6b9", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gnutls28/libgnutls30_3.7.9-2+deb12u2_arm64.deb", + "version": "3.7.9-2+deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libunistring2_1.0-2_arm64", + "name": "libunistring2", + "sha256": "05b0b7700bfe269ff7af61f45e92055d7ef4c532c9584e4e2a352cf0bd4de5b1", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libu/libunistring/libunistring2_1.0-2_arm64.deb", + "version": "1.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtasn1-6_4.19.0-2_arm64", + "name": "libtasn1-6", + "sha256": "235e0097ecf3742ebea01691ce1b01b5504b5de205734dab4a5353f0c324f3f3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_arm64.deb", + "version": "4.19.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libp11-kit0_0.24.1-2_arm64", + "name": "libp11-kit0", + "sha256": "d1f1f55023e9fc085b9ebfc9c4113d2d2dab2dc6b81a337f274b75c95ad8dc0a", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_arm64.deb", + "version": "0.24.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libffi8_3.4.4-1_arm64", + "name": "libffi8", + "sha256": "80b5c36177dc0e29d531c7eddbed3cc7355cb490e49f8cfa5959572d161f27b3", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libf/libffi/libffi8_3.4.4-1_arm64.deb", + "version": "3.4.4-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnettle8_3.8.1-2_arm64", + "name": "libnettle8", + "sha256": "c945ff210df69cf7b95e935b8fa936e81c1c1f475355e3d5db83510b174f0cd6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libnettle8_3.8.1-2_arm64.deb", + "version": "3.8.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libidn2-0_2.3.3-1-p-b1_arm64", + "name": "libidn2-0", + "sha256": "12a3efc056671bf1c1bed4c3444c2559c8d5e0c158a13316fc728f263b83ddc4", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libi/libidn2/libidn2-0_2.3.3-1+b1_arm64.deb", + "version": "2.3.3-1+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libhogweed6_3.8.1-2_arm64", + "name": "libhogweed6", + "sha256": "e653a1a7e5a44be0f7b6443dc6ac865d2504e49149660fc253655245965e157f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/n/nettle/libhogweed6_3.8.1-2_arm64.deb", + "version": "3.8.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "debian-archive-keyring_2023.3-p-deb12u1_arm64", + "name": "debian-archive-keyring", + "sha256": "c1bac61abefa0d957394d33c02b7bfb2a3ab3ce5e6d90617c4019ddea4bdbf63", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.3+deb12u1_all.deb", + "version": "2023.3+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libapt-pkg6.0_2.6.1_arm64", + "name": "libapt-pkg6.0", + "sha256": "78f637a952efcb7b6260ffac0833bf3b434e017da92472e5821180e5d799a966", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/apt/libapt-pkg6.0_2.6.1_arm64.deb", + "version": "2.6.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libxxhash0_0.8.1-1_arm64", + "name": "libxxhash0", + "sha256": "a3eed3901eb1804f2882dc7676f174d619745539e66ac9e92e09cd96ca0cfd73", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/x/xxhash/libxxhash0_0.8.1-1_arm64.deb", + "version": "0.8.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libudev1_252.22-1_deb12u1_arm64", + "name": "libudev1", + "sha256": "fe0591bc8945c370ef5916a3387c33fd33c4953fad8055603c205d543fab159b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/systemd/libudev1_252.22-1~deb12u1_arm64.deb", + "version": "252.22-1~deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "adduser_3.134_arm64", + "name": "adduser", + "sha256": "c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/adduser/adduser_3.134_all.deb", + "version": "3.134" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_arm64", + "name": "passwd", + "sha256": "c8e689ebef5c3ad4fb39ea8b0d49c33a483879dd0f477a07d710f7609809d697", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/s/shadow/passwd_4.13+dfsg1-1+b1_arm64.deb", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam-modules_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules", + "sha256": "f2acfa1766b31a2b2b89c7afe11f757c88ec2f1d8abc8ce5bd77c4dd3e5fa24b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules_1.5.2-6+deb12u1_arm64.deb", + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules-bin", + "sha256": "f89db9843fa29e7571687156166ebb8753644105bc3c4e35ac165ca5c9c740b1", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam-modules-bin_1.5.2-6+deb12u1_arm64.deb", + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam0g_1.5.2-6-p-deb12u1_arm64", + "name": "libpam0g", + "sha256": "7432311323e7648a7104ddc3332d994600cf0d2a1bd4e2a44679b06e9d932eba", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/pam/libpam0g_1.5.2-6+deb12u1_arm64.deb", + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaudit1_1-3.0.9-1_arm64", + "name": "libaudit1", + "sha256": "619606427a334cba955e0afb18bf4a636df4141d32ea474a79cc512b5ca358e7", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit1_3.0.9-1_arm64.deb", + "version": "1:3.0.9-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcap-ng0_0.8.3-1-p-b3_arm64", + "name": "libcap-ng0", + "sha256": "24e74ad29a37d2a3940b8977d11298a7afc77379ef414b561d79c64147d740e0", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1+b3_arm64.deb", + "version": "0.8.3-1+b3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaudit-common_1-3.0.9-1_arm64", + "name": "libaudit-common", + "sha256": "17d0341ca6ce604ce59c296780ac2c2a24141a769823c50669af942c025e6591", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb", + "version": "1:3.0.9-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcrypt1_1-4.4.33-2_arm64", + "name": "libcrypt1", + "sha256": "eea0ad76ea5eb507127fea0c291622ea4ecdbb71c4b9a8ed9c76ae33fc1a0127", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_arm64.deb", + "version": "1:4.4.33-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdb5.3_5.3.28-p-dfsg2-1_arm64", + "name": "libdb5.3", + "sha256": "344367608d622298a3d916f4cee3dc3173286f3b21f8f497ab21e7178ba930f9", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg2-1_arm64.deb", + "version": "5.3.28+dfsg2-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsemanage2_3.4-1-p-b5_arm64", + "name": "libsemanage2", + "sha256": "6d1958b29ac622d352e00f9de55d9de8aea12bd0c27dee8b522e052ace3c67bd", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage2_3.4-1+b5_arm64.deb", + "version": "3.4-1+b5" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsepol2_3.4-2.1_arm64", + "name": "libsepol2", + "sha256": "22b0041a04af364f643ff2e7ff88eaaecdf0714dcfd253e8c99a6a952ae1fec6", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsepol/libsepol2_3.4-2.1_arm64.deb", + "version": "3.4-2.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsemanage-common_3.4-1_arm64", + "name": "libsemanage-common", + "sha256": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb", + "version": "3.4-1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "libperl5.36_5.36.0-7-p-deb12u1_arm64", + "name": "libperl5.36", + "version": "5.36.0-7+deb12u1" + }, + { + "key": "perl-modules-5.36_5.36.0-7-p-deb12u1_arm64", + "name": "perl-modules-5.36", + "version": "5.36.0-7+deb12u1" + }, + { + "key": "perl-base_5.36.0-7-p-deb12u1_arm64", + "name": "perl-base", + "version": "5.36.0-7+deb12u1" + }, + { + "key": "dpkg_1.21.22_arm64", + "name": "dpkg", + "version": "1.21.22" + }, + { + "key": "tar_1.34-p-dfsg-1.2-p-deb12u1_arm64", + "name": "tar", + "version": "1.34+dfsg-1.2+deb12u1" + }, + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libacl1_2.3.1-3_arm64", + "name": "libacl1", + "version": "2.3.1-3" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libmd0_1.0.4-2_arm64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "libcrypt1_1-4.4.33-2_arm64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libgdbm6_1.23-3_arm64", + "name": "libgdbm6", + "version": "1.23-3" + }, + { + "key": "libgdbm-compat4_1.23-3_arm64", + "name": "libgdbm-compat4", + "version": "1.23-3" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_arm64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + } + ], + "key": "perl_5.36.0-7-p-deb12u1_arm64", + "name": "perl", + "sha256": "77ba64ee78ba620dedac03d2ed8171d2af17bc2ea19fda9b572b0b63c86d5d4f", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl_5.36.0-7+deb12u1_arm64.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libperl5.36_5.36.0-7-p-deb12u1_arm64", + "name": "libperl5.36", + "sha256": "73be5c822b41786010754ba04e496e5b02b54c03b663046c14675d826de701b5", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/libperl5.36_5.36.0-7+deb12u1_arm64.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "perl-modules-5.36_5.36.0-7-p-deb12u1_arm64", + "name": "perl-modules-5.36", + "sha256": "9b8223674661ead1836ce21966f7e4511a3a943c1b87c02ea92ec17ed2c3f2cf", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-modules-5.36_5.36.0-7+deb12u1_all.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "perl-base_5.36.0-7-p-deb12u1_arm64", + "name": "perl-base", + "sha256": "534d5f3fb0664b74d2174040e23c2a3568a81c6766fddbc57677b0d555b0713b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/p/perl/perl-base_5.36.0-7+deb12u1_arm64.deb", + "version": "5.36.0-7+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgdbm6_1.23-3_arm64", + "name": "libgdbm6", + "sha256": "3c704feaf89c5f2709a76b84126ac8affe4ddff69dc0b91af0ca9910c7e75714", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm6_1.23-3_arm64.deb", + "version": "1.23-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgdbm-compat4_1.23-3_arm64", + "name": "libgdbm-compat4", + "sha256": "acc13a12acbf3b17dbacc77e3c22c6c273a552150cd50fdc9bd70cdb5169af73", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/g/gdbm/libgdbm-compat4_1.23-3_arm64.deb", + "version": "1.23-3" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "openssl_3.0.11-1_deb12u2_arm64", + "name": "openssl", + "version": "3.0.11-1~deb12u2" + }, + { + "key": "libssl3_3.0.11-1_deb12u2_arm64", + "name": "libssl3", + "version": "3.0.11-1~deb12u2" + }, + { + "key": "libc6_2.36-9-p-deb12u4_arm64", + "name": "libc6", + "version": "2.36-9+deb12u4" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + } + ], + "key": "ca-certificates_20230311_arm64", + "name": "ca-certificates", + "sha256": "5308b9bd88eebe2a48be3168cb3d87677aaec5da9c63ad0cf561a29b8219115c", + "url": "https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/pool/main/c/ca-certificates/ca-certificates_20230311_all.deb", + "version": "20230311" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "openssl_3.0.11-1_deb12u2_arm64", + "name": "openssl", + "sha256": "ef8ec413c2bd866dbe7ab068cd45b28d22e6c586e3ab0bd8de127a3e8dfe650b", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/openssl_3.0.11-1~deb12u2_arm64.deb", + "version": "3.0.11-1~deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libssl3_3.0.11-1_deb12u2_arm64", + "name": "libssl3", + "sha256": "4e05dfa7319f72c5598f29a39eaf568203e2ae2314d5ef434dbf764de6448462", + "url": "https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z/pool/updates/main/o/openssl/libssl3_3.0.11-1~deb12u2_arm64.deb", + "version": "3.0.11-1~deb12u2" + } + ], + "version": 1 +} \ No newline at end of file diff --git a/repos/debian/debian12.yaml b/repos/debian/debian12.yaml new file mode 100644 index 0000000..ecfafa4 --- /dev/null +++ b/repos/debian/debian12.yaml @@ -0,0 +1,35 @@ +# Packages for debian12 (bookworm) +# +# Anytime this file is changed, the lockfile needs to be regenerated. +# +# To generate the debian12.lock.json run the following command +# +# bazel run @debian12//:lock +# +# See debian_package_index at WORKSPACE.bazel +version: 1 + +sources: + - channel: bookworm main + url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z + - channel: bookworm-security main + url: https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z + - channel: bookworm-updates main + url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/ + +archs: + - "amd64" + - "arm64" + +packages: + - "ncurses-base" + - "libncurses6" + - "tzdata" + - "bash" + - "coreutils" # for commands like `ls` + # for apt list --installed + - "dpkg" + - "apt" + - "perl" + # test cacerts() compatibility + - "ca-certificates" diff --git a/repro.Dockerfile b/repro.Dockerfile new file mode 100644 index 0000000..128cbd4 --- /dev/null +++ b/repro.Dockerfile @@ -0,0 +1,28 @@ +FROM debian:12 + +ARG ARCH=arm64 + +ADD --chmod=755 https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/bazelisk-linux-$ARCH /usr/bin/ +RUN ln -s /usr/bin/bazelisk-linux-$ARCH /usr/bin/bazel + +RUN <