initial commit

This commit is contained in:
RyanSquared 2023-10-06 08:47:24 -05:00
commit 5fecb06cd6
Signed by untrusted user who does not match committer: ryan
GPG Key ID: 8E401478A3FBEF72
343 changed files with 1858 additions and 0 deletions

12
.gitattributes vendored Normal file
View File

@ -0,0 +1,12 @@
# Use Move syntax highlighter for Move IR code
*.mvir linguist-language=Move
# These files are used in "porcelain" file comparison,
# we don't want an equality to fail because of line endings.
crates/sui-core/tests/staged/sui.yaml text eol=lf
crates/sui-open-rpc/spec/openrpc.json text eol=lf
sui_core/tests/staged/sui.yaml text eol=lf
# These files is auto generated
sdk/typescript/src/index.guard.ts linguist-generated=true
sdk/typescript/src/rpc/client.guard.ts linguist-generated=true
# These are used by toolchain to bypass requests to Debian snapshots
fetch/apt filter=lfs diff=lfs merge=lfs -text

71
.gitignore vendored Normal file
View File

@ -0,0 +1,71 @@
# Toolchain
cache
fetch
out
# IDE
**/.history/
**/.vscode/
**/.idea/
# OSX
.DS_Store
# Rust build directory
**/target
.pre-commit*
# Move build directory
build
storage/
!narwhal/storage
# Move-related files
Move.lock
!crates/sui-framework/packages/move-stdlib/Move.lock
!crates/sui-framework/packages/sui-framework/Move.lock
!crates/sui-framework/packages/sui-system/Move.lock
.trace
.coverage_map.mvcov
# Thumbnails
._*
# Emacs
\#*\#
.\#*
# Python
.pyc
# Node.js
node_modules
.tsbuildinfo
*.tsbuildinfo
.turbo
# App build directories
dist/
storybook-static/
web-ext-artifacts/
.next/
next-env.d.ts
# App test artifacts
coverage/
test-results/
playwright-report/
playwright/.cache/
# logs
wallet.log.*
sui.log.*
.vercel
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# misc
*.key
.env
.bash_history

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "src/toolchain"]
path = src/toolchain
url = https://git.distrust.co/public/toolchain
[submodule "sui"]
path = sui
url = https://github.com/RyanSquared/sui

68
Makefile Normal file
View File

@ -0,0 +1,68 @@
ifneq ("$(wildcard $(ROOT)/src/toolchain)","")
clone := $(shell git submodule update --init --recursive)
endif
# TODO: Move all code to src (preferred) or add root path support to toolchain
include $(PWD)/src/toolchain/Makefile
.DEFAULT_GOAL :=
.PHONY: default
default: \
toolchain \
$(DEFAULT_GOAL) \
$(OUT_DIR)/sui-node
# TODO: Eliminate rustup ASAP which has very weak supply chain integrity
# Favor signed/reproducible rust toolchain such as that from arch or debian
$(FETCH_DIR)/rustup-init:
$(call toolchain,' \
mkdir -p $(CACHE_DIR)/bin; \
curl "$(RUSTUPINIT_URL)" --output $@; \
chmod +x $@; \
')
$(FETCH_DIR)/rocksdb.tgz:
@$(call fetch_file,$(ROCKSDB_URL),$(ROCKSDB_HASH))
$(CACHE_DIR)/rocksdb-src/Makefile: \
$(FETCH_DIR)/rocksdb.tgz
tar -xzf $< -C $(CACHE_DIR)/
mv $(CACHE_DIR)/facebook-rocksdb* $(dir $@)
$(CACHE_DIR)/lib/librocksdb.a: \
$(CACHE_DIR)/rocksdb-src/Makefile
$(call toolchain,' \
$(MAKE) \
--directory=$(CACHE_DIR)/rocksdb-src \
-j$(CPUS) \
static_lib \
')
$(CACHE_DIR)/bin/rustup: $(FETCH_DIR)/rustup-init
$(call toolchain,' \
./$(FETCH_DIR)/rustup-init \
-y \
--no-modify-path \
--profile minimal \
--default-toolchain $$RUST_VERSION \
&& source "/home/build/cache/x86_64/cargo/env" \
&& rustup component add rustfmt \
')
#export ROCKSDB_LIB_DIR=$(CACHE_DIR)/lib
#$(CACHE_DIR)/lib/librocksdb.a
$(OUT_DIR)/sui-node: \
$(CACHE_DIR)/bin/rustup
$(call toolchain,' \
source "/home/build/cache/x86_64/cargo/env" \
&& export ROCKSDB_COMPILE=true \
&& export ROCKSDB_STATIC=true \
&& export RUSTFLAGS="-C codegen-units=1" \
&& cd sui \
&& cargo build \
--locked \
--release \
--bin sui-node \
--target x86_64-unknown-linux-gnu \
&& cp target/x86_64-unknown-linux-gnu/release/sui-node /home/build/$@ \
')

33
config/apt-base.list Normal file
View File

@ -0,0 +1,33 @@
autoconf
autoconf-archive
bc
bison
buildah
build-essential
cargo
clang
cmake
cpio
curl
debian-archive-keyring
fakeroot
flex
git
wget
libarchive-tools
libc-dev
libelf-dev
libclang-dev
libgcc-s1
libfaketime
libncurses-dev
libssl-dev
libsystemd-dev
libtool
llvm-dev
musl-tools
ninja-build
pkg-config
python3
gcc-multilib
libstdc++-11-dev

View File

@ -0,0 +1,331 @@
01ed42f86bd191b938fb8eb54111b63a3ca7372c7bba71c17890950e89c530b6 libx32asan8_12.2.0-14_amd64.deb
02b6069131f394d5443879bac3fbebd237e0dc01a63ac0c182efd5be9a3354f4 lib32stdc++6_12.2.0-14_amd64.deb
03326473eed54ffa27efae19aa5d6aeb402930968f869f318445513093691d55 libtirpc-dev_1.3.3+ds-1_amd64.deb
072d908f38f51090ca28ca5afa3b46b2957dc61fe35094c0b851426859a49a51 libtinfo6_6.4-4_amd64.deb
0923ecb1a86bca29aab4aeb7c88f93ac81cfb471fdc12a5afa6d416e8af348ca gcc-12-multilib_12.2.0-14_amd64.deb
097a2cb520881c29afa97c1bb0c381ce008aef362df2779677416a0981bcf165 g++-12_12.2.0-14_amd64.deb
0ba62f3e2ab0af0e31b0292608f539fe50acb3b08ee52438f55558a07ca12958 libicu-dev_72.1-3_amd64.deb
0c8dac5177d72fb9a38dfe28ae5f9fad3331c7c793abbb8e67362760c7ec5c76 libgnutls30_3.7.9-2_amd64.deb
0ca5213c1ab67278cbfcec4cafccdb538c2e089718f4bddabe5a00145e5a21fb libdav1d6_1.0.0-2_amd64.deb
0ff6ba1836413ca21e4a6a7865e2a16bfd014446c0abd514b2361c8418b562e9 gcc-multilib_4%3a12.2.0-3_amd64.deb
11790842108768ec52432ea22e7b4f057232813b7c27ef6dfe1aba776a5cb90e sysvinit-utils_3.06-4_amd64.deb
11ee190ad39f8d7af441d2c8347388b9449434c73acc67b4b372445ac4152efa libsasl2-2_2.1.28+dfsg-10_amd64.deb
12e91a556613bb3cfdb0edfda6758c4e48f7914f979176661174513ca6024571 libasan6_11.3.0-12_amd64.deb
1379ab846489b322bb45602d34ca8e2791e1d342fd53d49143f6355430934efd libcc1-0_12.2.0-14_amd64.deb
1625c55cb44fcb2798fcb66e3e5d47dab5112917f8bc2a89ec74d37ea78479bb openssl_3.0.9-1_amd64.deb
16ee38d374e064f534116dc442b086ef26f9831f1c0af7e5fb4fe4512e700649 libfontconfig1_2.14.1-4_amd64.deb
180c4d27fdc912e2e5de21f383aff07d27e1745c34591a41e4d12ff70be54764 libclang-rt-14-dev_1%3a14.0.6-12_amd64.deb
192fba243172c8a9d7d00b5fc255e0592e51694dc8295f814ccd307efda34d5a libz3-dev_4.8.12-3.1_amd64.deb
194fd3750e6d647f300045a266c20cc3a3d47f84fd2fc8ff8830c55098b63c0d fakeroot_1.31-1.2_amd64.deb
1ab59aabd43655b9b22169d54934b68bb38780766213ece332f8b398e131630d libc-devtools_2.36-9+deb12u1_amd64.deb
1b555d8ac50bef5fa703d743e3e964bea2fa45b68ce5df5ebc74d296d05e80a6 libc6-dev_2.36-9+deb12u1_amd64.deb
1cf14abf2716d3279db12d0657a5737cf70074a1e71d3bdf73206625e3c89ce6 libedit2_3.1-20221030-2_amd64.deb
1dbc499d2055cb128fa4ed678a7adbcced3d882b3509e26d5aa3742a4b9e5b2f libgomp1_12.2.0-14_amd64.deb
203c676f8367fb0cc1630f7196f834248eb0f9de0770072042dc466f1b75f419 libclang-14-dev_1%3a14.0.6-12_amd64.deb
207b539919a47c85bcf738677f0ccf5bbac9844f2d3f158696f518be4c4ba6c4 libyaml-0-2_0.2.5-1_amd64.deb
20c7527742e561d618e0916a03e28ea785c3c0bc59c6dbe0b320d2dd35d028d8 perl-modules-5.36_5.36.0-7_all.deb
20cb3bd35eb44e583085d0b59263592afdf1efd1c2e432ff689dd4514a971245 libssl-dev_3.0.9-1_amd64.deb
21afb5cee61e30e1a02b76128dd920f17547c66f7cd2784d900695d18b6b345b lib32gcc-12-dev_12.2.0-14_amd64.deb
228b10afde4f9cae59c8bbc4f4ea973f1f192d957c19f0427aafb78ab24e3b29 llvm-14_1%3a14.0.6-12_amd64.deb
23d260434471592d67036c6b0c1e9769fa6fb2dd0a9676533cc9cc546bbc954f libcurl3-gnutls_7.88.1-10+deb12u1_amd64.deb
245f55e17d9ec050d9a1de80b35bc6b8f64f277b6f12183ff7769be5b3678eb8 logsave_1.47.0-2_amd64.deb
247e1ee460895b7b75ba40c7c01c7b7dfc77f7625fcdc7ff92817815303e72a1 ninja-build_1.11.1-1_amd64.deb
2520093a31c082ace185a18ad6bdf860b13f32139977d1dfe1d52867c2e5df30 gpg-wks-client_2.2.40-1.1_amd64.deb
257a11063855f09e48696057fdb1ba2bcf1069502e0302576831dc2fb1571d7f cmake_3.25.1-1_amd64.deb
259b757afef838d394db8f153df1a7f233e39cb87b2abdaa6d89d7369381b537 libc-bin_2.36-9+deb12u1_amd64.deb
26c451a660728cf7c15548a281e17eef2f36fab28499371e83fc2d3accb499d7 g++_4%3a12.2.0-3_amd64.deb
26dd439266153e38d3e6fbe0fe2dbbb41f20994afa688faa71f38427348589ed rustc_1.63.0+dfsg1-2_amd64.deb
27b3d102545f597df9e6dc5c7f6590a648de09b57debd6b05ad3d1189de428d5 pinentry-curses_1.2.1-1_amd64.deb
27dd4ce7e9542ad88a6d3856bccfaf1d383bf9cf90d888cce762dd150cceb136 libkrb5-3_1.20.1-2_amd64.deb
281c66e46b95f045a0282a6c7a03b33de0e9a08d016897a759aaf4a04adfddbe fontconfig-config_2.14.1-4_amd64.deb
2928d3ca6ca8a3dc3f423f6752822b1f3614a5ba609ff7806bcba4449ffe90e1 iptables_1.8.9-2_amd64.deb
29b23c48c0fe6f878e56c5ddc9f65d1c05d729360f3690a593a8c795031cd867 netbase_6.4_all.deb
2a46d5a5e9486da11ffeff5740931740d6deae4f92cd6098df060dc5dff1e1c7 libtirpc3_1.3.3+ds-1_amd64.deb
2a9e6282d816a3fd843ff4aa469a0051dcac587d0685772f18839d4947b5b09c fuse-overlayfs_1.10-1_amd64.deb
2ac1236547360284e9e154ad11a14564db65175bd4da393ec652ac1b2dc43571 libgpm2_1.20.7-10+b1_amd64.deb
2ad228835756feb118bb131b32834bd23a09047e4de408cc5204cbb5dce0e4bb libncurses-dev_6.4-4_amd64.deb
2b07f5287b9105f40158b56e4d70cc1652dac56a408f3507b4ab3d061eed425f libselinux1_3.4-1+b6_amd64.deb
2b12583c9ed71fae0707f7e568afbc232bace5a9e25e94b3800480aa7d295c39 cargo_0.66.0+ds1-1_amd64.deb
2b607b5a3399db5b2c934d9a2ca0448581fb0b4d5d8c6568a84cf7ec0ab7a630 lib32gomp1_12.2.0-14_amd64.deb
2c57221bf8cc0ff5d2295ececb9215cc1b9ff9040dacb152c385bba3087ab1df file_1%3a5.44-3_amd64.deb
2ca309cfc72acc27143eebedfaf3ee72253b2108a3f7075773104cb349620056 libobjc4_12.2.0-14_amd64.deb
2ca83e13eefd1c577ef528186359ca0e0c35630b1482061046c22427748a17f9 libobjc-12-dev_12.2.0-14_amd64.deb
2d01da0cc9744290096d323adf82046737d923c9fd9db1dd92b08a3b98ffd128 krb5-locales_1.20.1-2_all.deb
2d7ea8a570d768224d7f2424abbe6f373d2154865a1fa7f56c80d43ecf492521 binutils-x86-64-linux-gnu_2.40-2_amd64.deb
2dc5697a30ae8de43221eeb7aa553d5187dbf97392d299ecb27ef51e46d159ca golang-github-containers-image_5.23.1-4_all.deb
2fcea6baf51f4512e2e4e1ee58519025562d68f2e6b5198978a43d5646b07b07 libc6-dev-i386_2.36-9+deb12u1_amd64.deb
30b4972cc88a4ff0fba9e08e6d476de13b109af9e4b826d130bdc72771d6e373 libasan8_12.2.0-14_amd64.deb
30dc02bd10805d159a19676de17dbbf3330ec0139a92f7e5b7e5e5453d63832c libx11-data_2%3a1.8.4-2+deb12u1_all.deb
30f9618670e686d781afbfc713eb0830c29d2819e9cb2a0488800dad6bb99faa python3-minimal_3.11.2-1+b1_amd64.deb
312b2bdeff4671f8e0d589c124554890e944dd083061e9ad6f129bc76a970765 pkg-config_1.8.1-1_amd64.deb
3159940b8f2508616336df6676a2e21a5d4a3f9af7d2daaab21eb1b8d32dda20 libtsan0_11.3.0-12_amd64.deb
31a2021d6f3c70b6c04ed6b0b18d7d4bf83613ecc29f6bffedf2c3e9aef87945 lib32asan8_12.2.0-14_amd64.deb
31c6bb8e5e428e472b067ebad4be9620fd19b24f7948c64274af087ee65119ad perl_5.36.0-7_amd64.deb
325a4c2e1f6361f95156d365d391354f220e97dba9e5d39a714781ee715303f3 base-files_12.4+deb12u1_amd64.deb
32ac0692694f8a34cc90c895f4fc739680fb2ef0e2d4870a68833682bf1c81a3 rpcsvc-proto_1.4.3-1_amd64.deb
3377b6bedec2882b9fefeb0ef960ad4dc372939854d76adf761ba70e71d35c3b libmbedx509-1_2.28.3-1_amd64.deb
33f6dafbd1a6902d9063172ec7dbd4b2225e12009e0d7ec5c933a72c2f5f3b74 python3_3.11.2-1+b1_amd64.deb
34097adaf793f92cc93c8f07059d34766a6a8f2b1d0b1b74b9bb530516402642 git-man_1%3a2.39.2-1.1_all.deb
35b76cb7038fc1c940204a4f05f33ffb79d027353ce469397d9adcf8f9b3e1a7 libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb
36a29db2aa4262bd02c23df42cd91cc709883fe52a517aa8a1b148039305eef0 tar_1.34+dfsg-1.2_amd64.deb
36b6fc603efaa2bfd22cff3a7773590dd6774a5d0d9b0c23b73306f3f58cbc20 libavif15_0.11.1-1_amd64.deb
37b7a2b4e78890b6a074777f27b96c84f58e81558ba08410c2b6c0ca4a4ad77b libmpfr6_4.2.0-1_amd64.deb
37d5e8d44bb9729a89d747db15880f0f01e53101cc16f258087bb8b591017e76 gpgsm_2.2.40-1.1_amd64.deb
3957b6ae1ae4121c2d75de2edd5cf863f701e2604483aa8d592e7cd3af37451a libarchive-tools_3.6.2-1_amd64.deb
396d6e453aee6d71b7141f0bfb333a6c08a44c64f77632bdf52894ccd123db46 ncurses-bin_6.4-4_amd64.deb
3970c02845cd407e2389623f138e2e96443702c46a789d394ec63b58a482448e libstd-rust-1.63_1.63.0+dfsg1-2_amd64.deb
39d5c31902c4ce55bd419286946d0b291383169585f1b3509000f6bf57454181 golang-github-containers-common_0.50.1+ds1-4_all.deb
3a8b61891f0ce9bd310088ce2d269d63b5afd88b9196fa4f046fd890faea4a17 libalgorithm-diff-perl_1.201-1_all.deb
3ac4fd6cbe3b3b06e68d24b931bf3eb9385b42f15604a37ed25310e948ca0ee6 libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb
3d4b39f94317b64a860db8a7a8b581b555124cd461fe07ec0d347edbdb9f6683 libdeflate0_1.14-1_amd64.deb
3e3ef129b4bf61513144236e15e1b4ec57fa5ae3dc8a72137abdbefb7a63af85 libtirpc-common_1.3.3+ds-1_all.deb
3fb7b6f326be3fae4a87a3d33b9269bd06c1e4346a24bd737f265067e3b7427f libctf0_2.40-2_amd64.deb
3fc9742f9f1a37bcb9931df6074b4d1483419ef832ad5349f47323e75fc27864 libjansson4_2.14-2_amd64.deb
4018d17d6a44ffeb19c002dc9f721bf474e6879ad814f1bfcdd6666803e30178 e2fsprogs_1.47.0-2_amd64.deb
405734a57b8d2722d10413c511d9b63ee78bbbdab8b2b689d7295260bc9618a2 python3-pygments_2.14.0+dfsg-1_all.deb
438871b3f5c5c7a357a9840951dab9dab8db7eb1ff760a563226fafa111b99e5 bzip2_1.0.8-5+b1_amd64.deb
4391b57f95340bf268de82416f06969c9c302ba9e03b7e9eae3878f71d01e159 libuv1_1.44.2-1_amd64.deb
43c90d45f7cf5584108964b919d6c728680d81af5fa70c8fb367d661cef54e8c libnpth0_1.6-3_amd64.deb
45403a9d495cd41997f1358352d386cf0076c1c57790a44df10b0529393cd728 less_590-2_amd64.deb
45407e1164813c6473f4c1113d26d2b8d776ed607f88e29169b91b64f4035577 libssl3_3.0.9-1_amd64.deb
4581f42e3373cb72f9ea4e88163b17873afca614a6c6f54637e95aa75983ea7c libmnl0_1.0.4-3_amd64.deb
46dbe02369411b46f676ddb55fa8ee3a98f7a15607ddab785979c25bacb5d7db libalgorithm-merge-perl_0.08-5_all.deb
48225793c486310600459d08a417dca0c28cbaf184047c09c82aff19107aa6f2 libyuv0_0.0~git20230123.b2528b0-1_amd64.deb
48a4359f59fe6b9c1448a906746c2ddb0df53453f7887e38aa61af75d1b661be libx32gcc-s1_12.2.0-14_amd64.deb
4ab06b9ce67470579be3112bf2b6b314012f93bfff619580b93a902d6b1221c5 libjsoncpp25_1.9.5-4_amd64.deb
4af36a590b68d415a78d9238b932b6a4579f515ec8a8016597498acff5b515a4 libgdbm-compat4_1.23-3_amd64.deb
4b6c30f6554149c594628d945edc6003f0eea8d0cc1341638c0e71375db147ed libldap-2.5-0_2.5.13+dfsg-5_amd64.deb
4cac8143474d1249b19f7b0e80b8d0daaa6dfdaa8bd514bc468d38d4a108099f containernetworking-plugins_1.1.1+ds1-3+b5_amd64.deb
4cf64c4e1168f3c7e858bb4a71f2c5bea9a36dd448cdcc2154a551ac146e293b libgav1-1_0.18.0-1+b1_amd64.deb
4d66dcb9c312566f1ca8d46ef0fb06fa4d4786c20b072c81f9d313b64ef981d0 autotools-dev_20220109.1_all.deb
4e21728bbb1f170f35a5d60fe26adadb48c436f1b5fd977454e632668074169c libquadmath0_12.2.0-14_amd64.deb
4e3ce982b5fedc6c6119268435504a64f5ffcc6d93aaecaea902d816eba1215f pkgconf_1.8.1-1_amd64.deb
4e58891d5c951a1e360ed9eaa814413cb5e84deadce3f08e801ac680434c786e libpython3-stdlib_3.11.2-1+b1_amd64.deb
4ef0c0739c3028c75b5f8463c31cd7ff9ce79b9587abd4969fc6979d78c4edd4 openssh-client_1%3a9.2p1-2_amd64.deb
4f0d35610204e4e754b057748719744114621f2f6f4202d846c314860a981afb libpsl5_0.21.2-1_amd64.deb
4fc1e3d9b579f5c682ca99a4d45aec08d72a2e6b82b4c2e1bbcb7095466ae96d musl_1.2.3-1_amd64.deb
504b7be9d7df4f6f4519e8dd4d6f9d03a9fb911a78530fa23a692fba3058cba6 libxext6_2%3a1.3.4-1+b1_amd64.deb
5097968e9c8e70d5a1cb30daec2896ed0a9b5c4fc4664066975cb1813b267c5c nss-plugin-pem_1.0.8+1-1_amd64.deb
51d554caa6d49c00f8f92592958014a6c9d97b7355b685085a5ce156dfd4163c curl_7.88.1-10+deb12u1_amd64.deb
52e7c4645098213967be55fa6db89f1cffb584d1d66550a0a29fe2a7333dfa1c libgssapi-krb5-2_1.20.1-2_amd64.deb
5308b9bd88eebe2a48be3168cb3d87677aaec5da9c63ad0cf561a29b8219115c ca-certificates_20230311_all.deb
5325e63acaecb37f6636990328370774995bd9b3dce10abd0366c8a06877bd0d bash_5.2.15-2+b2_amd64.deb
539c1a013e6e90800b4c37877cf871e7583791b486a39e23f2466906bbe5061f libfakeroot_1.31-1.2_amd64.deb
54f7a9e77c6b12bafa07ffb1d4c42933a416748119f169514c1ed1119d51f4b3 gcc-12_12.2.0-14_amd64.deb
563b4caec1aa5e876bd3355b36e7a38e1484baf5a293b48d1e8bd22db786e4d7 libbrotli1_1.0.9-2+b6_amd64.deb
57d6348f392c77ccc3fdc5874c527df18df8be702814b13d1151352b28e29145 xauth_1%3a1.1.2-1_amd64.deb
5912430927da16ccc831459679207fdbb9dfc5a206f2bab8d6f36d5a1ab53e25 libassuan0_2.5.5-5_amd64.deb
594245ca59121ecb09337ab29e25571e817e906bc6757214e01608e5cfc04a95 libde265-0_1.0.11-1_amd64.deb
5a466348531b9c38c8e5ccb18c231f27a98b9fdab61b37ea22592553de5d2ced liberror-perl_0.17029-2_all.deb
5b88709ff346b43f15a415a4b415260bbf260d7f407f767b055383c57ab1bc9b libtiff6_4.5.0-6_amd64.deb
5cb39c7acc7125e677ec98d0426a987daf0ce062f749f2a9421b2511f6dd5ab7 gettext-base_0.21-12_amd64.deb
5e1b647d802d9612596dfc6a546c0315f9d06843793aad66af2ad819c17c3e58 libaom3_3.6.0-1_amd64.deb
5ef7e6c1cd6b165455466bbfa6c22d8f5b61109d29aeab906bd3406322f34b15 xz-utils_5.4.1-0.2_amd64.deb
6156f5b9edc0de38755869e5bcbed0b65d48d2a5531ae2f0ff2c347a7882f402 gnupg-utils_2.2.40-1.1_amd64.deb
619add379c606b3ac6c1a175853b918e6939598a83d8ebadf3bdfd50d10b3c8c libelf1_0.188-2.1_amd64.deb
621ddfb85c668a86d755fae7bb0f31f00d83e4456c8171f9da7445a54b04da9c libmbedtls14_2.28.3-1_amd64.deb
6221ca25ad5abcfbe1965801029d85a88b4775320384b4b716de8fab7a4d2f7a libz3-4_4.8.12-3.1_amd64.deb
626ee739e1f1a05792c372eea8eb32e9aea83bc42b5d8566e6aae542467d5b8c libfl-dev_2.6.4-8.2_amd64.deb
6314d111fca4bf6f9aedd504b4daa534ec9b5607e840b67bfdd278a37ec5e506 libx11-6_2%3a1.8.4-2+deb12u1_amd64.deb
639e1ab6bd66ead40db8a22c332d7199679fa22db261cac34444eb8eb4c17dda libnuma1_2.0.16-1_amd64.deb
63b97d9b9acf9e8346ba59e87aa36a47205f05050808f8e9087dca603fd07ab8 fuse3_3.14.0-4_amd64.deb
640ed07eb978e5ac67a6f17e87a10db42d032cce2ccb82e441c4291e39f1b7ca libcurl3-nss_7.88.1-10+deb12u1_amd64.deb
64c17a80dede46900f8baf4a20803323aa57dac7707b0a8dea4b266767878945 libdpkg-perl_1.21.22_all.deb
65f1539238f60fcc85d115acd640474f45c77bfddcf402eb7d75965a783c2bc8 libnetfilter-conntrack3_1.0.9-3_amd64.deb
66eabd830315a1c831510be2c86c286da53656090a4be9555dca21170fa3151e uidmap_1%3a4.13+dfsg1-1+b1_amd64.deb
679db1c4579ec7c61079adeaae8528adeb2e4bf5465baa6c56233b995d714750 libxau6_1%3a1.0.9-1_amd64.deb
67eec0eb4df58b93e1bf97c402c2cbeb361bf9c5af44fa3a02ff1c723c791ca2 libpython3.11-stdlib_3.11.2-6_amd64.deb
683792f9d6ea550e664fe0d080dd1abed5e3a9986809209e649770b7b5b0e276 llvm-runtime_1%3a14.0-55.6_amd64.deb
68aa3b3bdac8b34802df7e2e950bae64c40aa6c2b24fed356b832968f8305aa0 libfile-fcntllock-perl_0.22-4+b1_amd64.deb
69317523fe56429aa361545416ad339d138c1500e5a604856a80dd9074b4e35c readline-common_8.2-1.3_all.deb
6995822451e1300baa41b953c19f1094640ad4237982612583e980d32e18eee5 wget_1.21.3-1+b2_amd64.deb
6aa497a334836a9bfa7e2cc6d24edea553467482b6f6493154f766bbb697e846 llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb
6b07c77b700a615642888a82ba92a7e7c429d04b9c8669c62b2263f15c4c4059 libjbig0_2.1-6.1_amd64.deb
6c2185bcc420b24265c047d15802a0591fea88336d9705d8181f1f179224c618 libc6-x32_2.36-9+deb12u1_amd64.deb
6c71241d22d0c0d7515f3dee3f5f2cad5566e35dca8796d55937375b6fcc27f6 llvm-14-dev_1%3a14.0.6-12_amd64.deb
6cca09767e94e4b5d2888ef31ad797bd3e7cec27fbbe98b49b10d4884746ce77 libnspr4_2%3a4.35-1_amd64.deb
6ea03cbbc7a7bfcee601c9fb08d4e026fd522ede5350561f06867ad9c0a0fa6b apt_2.6.1_amd64.deb
6f67d2f5b98db56216d975cce7b88af27da34521b81668dd50615e62ed15c86e libx32quadmath0_12.2.0-14_amd64.deb
6f6fe95c43338db9887e52fe948228a779d3651fef1a975b62dfe891bb71fdc4 gnupg_2.2.40-1.1_all.deb
6f8c90780705bb2434d02e2360881b581319307ccde43abcd1f781e05928db04 cpp-12_12.2.0-14_amd64.deb
6fc5ab5858781ab90c68b4deea09f21871fd7b55dc1a0764ad7116ac4c86574d libpython3.11-minimal_3.11.2-6_amd64.deb
6ffd3721915c49580fc9bcf1ef06deab4ad59e99c52c9f349d03954642b97655 libgcc-12-dev_12.2.0-14_amd64.deb
7038b4d856aff8b4054f879c488c1298db5a83ecfa6280f85706f20e2e1935f1 libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb
707333cbc2b43f592efd75ff633bcef76065514361ba6b9b150bba7ed9d4f0e5 libsystemd0_252.12-1~deb12u1_amd64.deb
70d356876847a9a540b5bebd02b2141f9de292e7ce17a596cafdecb15c39ba21 libisl23_0.25-1_amd64.deb
72300f09f02669c06c99b641ea795d52300ec7eb65eaccddf7bc3b72934f0ef5 libncurses6_6.4-4_amd64.deb
72a6c113801a0f307f3a9ab9fe7a7f9559d9164af990494ed2c50617a0e20452 libldap-common_2.5.13+dfsg-5_all.deb
72ef03236f1936e72a0faf86a547425b0eff3c5fd0b43f8669012182cf376354 libfreetype6_2.12.1+dfsg-5_amd64.deb
739c1255e9f39f6b094780ed02665eeb58abe5cfa7a156d83dfac45c34e8fe87 libpfm4_4.13.0-1_amd64.deb
73af0c433bbdbabaad28b223c5d2f9c8aa399f764a72cfc9c1a625c3d587f279 libnss3_2%3a3.87.1-1_amd64.deb
73d4a22bdd7eb6be1e480d6884b103eb500cfd539cc20ae0f3e44dd8b0614798 cpio_2.13+dfsg-7.1_amd64.deb
7516082b33a0e3c76d6c18d67754d5f2ef2116255fac9897ff0eb2004aa8de8c gpg-wks-server_2.2.40-1.1_amd64.deb
7581f0f638542052f777509e7b0454325b0af2a7414ac3fd9e3717860236bd03 libc6-i386_2.36-9+deb12u1_amd64.deb
75bbf628518966bea04498df28391b5c070ccae110332302c52affcce8cb7b68 libss2_1.47.0-2_amd64.deb
76a189785911de519ba9ef94b3aa09eab1303ddc8e9c679dacd79c3af1cf50dd libc6-dev-x32_2.36-9+deb12u1_amd64.deb
771f5c47ca69f24ca61e4be0c98c5912b182ce442f921697d17a472f3ded5c9c liblerc4_4.0.0+ds-2_amd64.deb
791c92c681a3cefcc9721445dc8a301a1a3cb3eef40ac2c16a4d9dd9ad5a42d7 publicsuffix_20230209.2326-1_all.deb
79cb66b55021bd0130308369524bac5240d0b5463cb252cd44be6a1500fdebec libelf-dev_0.188-2.1_amd64.deb
7acce09b3b756e73d05211d2fc84a3a3f2dba6b355d0990232fb6fb1b1db7538 nftables_1.0.6-2+deb12u1_amd64.deb
7c34f29a0c1aa12f6da1d25ed6de6fe6bbd9e048ee76b3dcb88c5e51fb65507f musl-dev_1.2.3-1_amd64.deb
7d2b2b700bae0ba67a13655fabba6a98da3f6ce7dee43d1ee0ac433b7ca1d947 libdebconfclient0_0.270_amd64.deb
7d798ed8c21fc7387127de1dfdb4640003d8ba033ae5a1ff29559610cbd0c323 autoconf_2.71-3_all.deb
7f59150995a02fb681ac74a072277e91124e2b44df17977478c05e03b89fdd5b clang_1%3a14.0-55.6_amd64.deb
8010e4285276bb344c05ae780deae2fffb45e237116c3a78481365c5954125ec libcom-err2_1.47.0-2_amd64.deb
81ccd29130f75a9e3adabc80e61921abff42f76761e1f792fa2d1bb69af7f52f libcrypt-dev_1%3a4.4.33-2_amd64.deb
825efb56b6b9f7ca816074d7c2f6118894f455e64839d85eb1de53f4a610991e tzdata_2023c-5_all.deb
82cc6d094f9b7c872e5bc5c4613151a7a8c20ac1a3d7d6c128dca64da618857b libarchive13_3.6.2-1_amd64.deb
8371f9694da94fd551a3ea653e2e25d99747471ca0b48cc029bf5c792ea590a3 cmake-data_3.25.1-1_all.deb
838781bfc798bcbdca68516db6546cf83677078efa57851bb957c19e265de7c6 libclang-common-14-dev_1%3a14.0.6-12_all.deb
83c3e20b53e1fbd84d764c3ba27d26a0376e361ae5d7fb37120196934dd87424 binutils_2.40-2_amd64.deb
846f7bd292a13856263497f295fea3c2551305c8172f7796f84ce0231a0a1f70 gcc-11-base_11.3.0-12_amd64.deb
84f03a8373746858357a8341af823d1d1e7d1afb4e63459a73e8f6b9246291fe musl-tools_1.2.3-1_amd64.deb
8549b643707e5a98b7cdc49bddd5e831ccbc6c415a4a60d00c29c726dd0a472b binfmt-support_2.2.2-2_amd64.deb
87eba5300547dfc7e9222366197681c6b6b5c704e6667844720e47251c9cb032 libcurl4_7.88.1-10+deb12u1_amd64.deb
8892669e51aab4dc56682c8e39d8ddb7d70fad83c369344e1e240bf3ca22bb76 fonts-dejavu-core_2.37-6_all.deb
89fb890aee5148f4d308a46cd8980a54fd44135f068f05b38a6ad06800bf6df3 libffi-dev_3.4.4-1_amd64.deb
8c1f9d43575373ce311f51d00a13afbb4888d63aa559a93a3472f5d77513b60c gettext_0.21-12_amd64.deb
8c403ff990d24f60f4830dc1c25451a3f74698aa9ca93b40f78499c832a98dea debian-archive-keyring_2023.3_all.deb
8c6d49b771530dbe26d7bd060582dc7d2b4eeb603a20789debc1ef4bbbc4ef67 patch_2.7.6-7_amd64.deb
8cbd111e1ad1c1357afb18f916c88c7ebb8cc860b8fac04ccc66a9eefe5a53af libcbor0.8_0.8.0-2+b1_amd64.deb
8d0db0b3099298fe039b94e4c52a6987798a90d23b80de3ac13c3cb75cf622a2 python3-yaml_6.0-3+b2_amd64.deb
8ef0ee80fe660e5eb5b4640d2f78eb3520e29ddee368dd3e66bd98152052f245 libsubid4_1%3a4.13+dfsg1-1+b1_amd64.deb
8f987ae286ef916510244429685936785da8cf3d82ded51f634ecf474109efc1 libnftables1_1.0.6-2+deb12u1_amd64.deb
8fb5a8f83e46ad04b4cf02651ceec56c0611a335cf0d30780d859a95d0400174 pkgconf-bin_1.8.1-1_amd64.deb
907183eb18b3d4d968a2fd295b18a9ef2b8d9a5c4c34f59b2b5d34048530718f llvm-dev_1%3a14.0-55.6_amd64.deb
95ec30140789a342add8f8371ed018924de51b539056522b66f207b25cba9cad libjpeg62-turbo_1%3a2.1.5-2_amd64.deb
95fe4a1336532450e67bd067892f46eaa484139919ea8d067a9ffcbf5a4bf883 libgdbm6_1.23-3_amd64.deb
964b13d74e9aece340cde93fecd2a2f18dd63afcb707a797ce7b39d430a01c46 libclang-cpp14_1%3a14.0.6-12_amd64.deb
96f55cb5e26231d5567c89b692bced63825a14a2d5bd18fdf16ea2ed44eb9838 manpages-dev_6.03-2_all.deb
98045b047b8f3ccfdd7930983797df3e316112e1cd4d161fc793260e31183b59 libhttp-parser2.9_2.9.4-5_amd64.deb
983ca41d506fa159536cd584118855748763f5f5a3b5949206bee4a62ec0cbf9 libxmuu1_2%3a1.1.3-3_amd64.deb
98fa7a53dc565a38b65fb70422ad08001bf5361d8fbc74255280c329996a6bec libncursesw6_6.4-4_amd64.deb
9afb30b2dc5851b8d467788736a8aaed5d5ba0966b44c58a4d2be1afff663c4c libx32gomp1_12.2.0-14_amd64.deb
9cd87d1b0c56f34f51bcbe8bdb55ebb45dd08ce6c0c6ff2dc77378bac3f64cc0 libx265-199_3.5-2+b1_amd64.deb
9d02f654bdf280a6622a9b1371f7a1fa44546702d11991e438558bc259df7b69 psmisc_23.6-1_amd64.deb
9d1d4ba9ac38a7ae48567bfbd0bec88e02a5ccd941a48a76709a131197ea6570 python3.11_3.11.2-6_amd64.deb
9d97f27d8a8a06dd4800e8e0291337ca02e11cdfd7df09a4566a982a6d9fe4c4 dpkg_1.21.22_amd64.deb
9db1a0a4f4db845191380e25ce7d8669ee4785e24e9550c2fcd79d010ea2d513 libstdc++-11-dev_11.3.0-12_amd64.deb
9e46ced911ab34dee945fbcb2720b19eef39b0ac814583b9b7bb3a36f6179524 dpkg-dev_1.21.22_all.deb
9e619e1470a1915264e906020f3bfc046fd8458043b1342686d997b5078213af libnftnl11_1.2.4-2_amd64.deb
9f13a50fa9038cb4381545b275f7440c0a40d43832046a7e7f515f47a4ecbac8 autoconf-archive_20220903-3_all.deb
9f47b8cea61ddd6ade22dd06654f4367e50d552b904669958a3a0dbde93b95b8 lib32atomic1_12.2.0-14_amd64.deb
a0f0f3fbeb661d9bda139a54f4bd1c30aa66cd55a8fa0beb0e6bc7946e243ca1 libstdc++-12-dev_12.2.0-14_amd64.deb
a1a83af8cbd854af887b72ad196b1f4af58387815e21ced1000253a116a46e2a make_4.3-4.1_amd64.deb
a241c2adc7438a7e217f32544028489981768a349d3e48673392703255c7b88e libmagic1_1%3a5.44-3_amd64.deb
a35f744972476c4b425e006d5c0752d917f3a6f48ce1268723a29e65a65b78a6 libatomic1_12.2.0-14_amd64.deb
a3c4092d84f19d13caf90f3c96eec53db8819f0e3a5247434944d71ed75fa53d libgprofng0_2.40-2_amd64.deb
a414afd7519c53bfa33415ba5b951bc8b4906877004c49723ffda50a6033c3e8 bison_2%3a3.8.2+dfsg-1+b1_amd64.deb
a63db920f7aa1857a57beab185423deffb6111fa09437a99bbb4ef724fb7ba78 cpp_4%3a12.2.0-3_amd64.deb
a6b79588938ef738fe6f03582b3ca0ed4fbd4a152dbe9f960e51a0355479a117 libitm1_12.2.0-14_amd64.deb
a72013f5b2f08153478c941b0eaf7ff247872981b48f8de586ab65cc8f123105 libperl5.36_5.36.0-7_amd64.deb
a72247ba64bcd1d0ace2ea8eefd7bcfaca84204def9495269526c25dd9fddc0c python3.11-minimal_3.11.2-6_amd64.deb
a73b0d34888ac9b3f2b803b4de7d06ceaaadf4873455d8343b746d34089821c8 llvm_1%3a14.0-55.6_amd64.deb
a8b11a1664a998cc2499fb04327d1f6c4e8f77b78ea8b6f8418d96fc54e3731f libsqlite3-0_3.40.1-2_amd64.deb
aaa46dcb3b39948ae2e0fdb72cfcb2f48c0b59f19785a3da8045c05eb19955dd media-types_10.0.0_all.deb
aaa78ca236055fedccf637eacf7bda02bf1980b2db668dccd202b04d0d2cfe04 libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb
aaf001e0d4c68f995f9efbc551d54f213122fef99b3eaf9e28286bda6c03da73 libabsl20220623_20220623.1-1_amd64.deb
ab314134f43a0891a48f69a9bc33d825da748fa5e0ba2bebb7a5c491b026f1a0 binutils-common_2.40-2_amd64.deb
ac48d6bfac9298843355561a14047673a9361ecff7f24cfe1da119dbf1a037e9 gpg-agent_2.2.40-1.1_amd64.deb
adce736a1c304cc6d5ddcdd243bc9069bc1ffe38574bb81e8ba087af5072c29b libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb
ae5cbba417ea48f34c1f72c27e8146a81f20614c1296bca2cd7234c8215fddcc libnfnetlink0_1.0.2-2_amd64.deb
af3295f80abf7e6ba2cba419134e29bde04192bf3614622ee53ce49de8d02abe libmbedcrypto7_2.28.3-1_amd64.deb
b09481e7690680966005330c3f907bba4b5eefc35e1faaea4783cc55655d1150 libfaketime_0.9.10-2.1_amd64.deb
b1966bea9832686a0fd5ddba9787dce5816ebe02218a4a8f7472a1628d73451b libsasl2-modules_2.1.28+dfsg-10_amd64.deb
b1e841079c37ea1d55bfcbb99c6bd7df5b99a86fe5574cdd74fb24960df012a3 linux-libc-dev_6.1.38-1_amd64.deb
b2c456bbf3ab9a42dbd81e0f1b861b6e7b8a8e313f337c9823a08ce20b687df0 libwebp7_1.2.4-0.2_amd64.deb
b2dd7bfca426712416e651bb5ff6dabe7d05e4caebbac61d714dbe261b31e4c3 m4_1.4.19-3_amd64.deb
b2e88ebda6ed05765e811fbf8355ee38c80f0642ccc5bf462d718096edd417da libx32stdc++6_12.2.0-14_amd64.deb
b36fefe9867f9e59b540f952e957a72ebdc241e997179d826da19a9511ade4a3 libcap2_1%3a2.66-4_amd64.deb
b3a0cc418526e1f9ae90ed320714cbdcf28dc252e7b5dddbf885cbe4062b3c63 gpgconf_2.2.40-1.1_amd64.deb
b512a6efbe735e7c731185a1b3ea477ff306f0c3f6aa2970e85b12f01fe8063b libyajl2_2.1.0-3+deb12u2_amd64.deb
b52ffe8f80020a0df90d5fc188561010042ee8a67aae6de463d141a5fc09e1bc libksba8_1.6.3-2_amd64.deb
b81c29562345b88b809ee63acc6ef8bb7a1c0cbde2cf5959276da8dfdd3b9c26 libheif1_1.15.1-1_amd64.deb
b998946bb9818a97b387a962826caae33bc7fdcb6d706b2782c0470510be6b48 libsepol2_3.4-2.1_amd64.deb
baaa4e935c5e3bcd57d4f2f4e7a1ddc67bd4eb8629d98f97a696548849ae01ac bc_1.07.1-3+b1_amd64.deb
bad01673ba5dfb9b5db4f3ae6a71f18d492cb6801eab45ad3c7d483c0a1f6ad2 libmagic-mgc_1%3a5.44-3_amd64.deb
bb31cc8b40f962a85b2cec970f7f79cc704a1ae4bad24257a822055404b2c60b libbsd0_0.11.7-2_amd64.deb
bb63b0fb2797e2a3a294dab8a02614930c557ec1f4ea96637c244b8b5f87e630 gcc_4%3a12.2.0-3_amd64.deb
bb81a188c119cd7fdebae723cbc95887b6c549b2fe4fb7e268a9c8846444da99 libnsl-dev_1.3.0-2_amd64.deb
bbfd38de41898a06326f2a6ce4cc43e8e399f5566381231065b01d70499d5ba5 build-essential_12.9_amd64.deb
bc53f50b5621e8d4f79dbb9d309a7fa3cba442e6b2928aeeb5e040e13db1c2a0 libltdl-dev_2.4.7-5_amd64.deb
bc62f3b366042157e9a8d00d04f1bd2e2a05e37501fc9a821883f99aa282ed77 gnupg-l10n_2.2.40-1.1_all.deb
bd36a4f9b1a9b1d83cc93a109b817bc20f885b76b881168b16a15e8262f1f2c8 libkrb5support0_1.20.1-2_amd64.deb
bd6e6784a1d288920e541ab6c3e62a1c2a64f2c9eadf91e0e1cdc09a155e4888 libltdl7_2.4.7-5_amd64.deb
bd878478de2e95bbac86c15658b9fde713233999e0bcf7f1e6771df6ff4dcf7a libfl2_2.6.4-8.2_amd64.deb
be88db3dfa2fe3345ea343207f7c75345602686121e579023d021c348b9b4f4d libip6tc2_1.8.9-2_amd64.deb
bf535cec5e965823fd03199b4029f9e9f3952111eb12824b5d2b96c8cca1a918 libfuse3-3_3.14.0-4_amd64.deb
bf58b617d8f08b62464944cb6fcd70802256a2479b9ef0c46b039f0d1df1589d libc-dev-bin_2.36-9+deb12u1_amd64.deb
bfd1d89f833c09a28b062ee916495cf69649ca2bf529532476c7b69d75d24909 ncurses-base_6.4-4_all.deb
c0d83437fdb016cb289436f49f28a36be44b3e8f1f2498c7e3a095f709c0d6f8 libnsl2_1.3.0-2_amd64.deb
c0f172571a038fc1aea382567ab96ccba7a311cbe39ba98e996345b951720bce libgit2-1.5_1.5.1+ds-1_amd64.deb
c2174f058ca11d8e7010b17876cab97df081066bfef6b02245c4807cdd8aa31c libx32ubsan1_12.2.0-14_amd64.deb
c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0 adduser_3.134_all.deb
c266adb3545b0b8ff6450dbd09f85f19361bf5bc9290ddf2e869f040cb9725b7 librav1e0_0.5.1-6_amd64.deb
c3f8e27277d0920dfc68c2ca13d80cf5268ad499baf994b8440f486b149e2d69 lib32ubsan1_12.2.0-14_amd64.deb
c6248b7289a41938b6e8f03f7c8d1637481f1116207278263b24b0951eadfeb4 lib32quadmath0_12.2.0-14_amd64.deb
c6a494d3605341a2c909e280f81fa015a4c8df2de8624c88a712a7f98a63f057 liblsan0_12.2.0-14_amd64.deb
c73fc490b93c83550ed272de69ec96c5da30d4456b889f9e93c7fd8e53860b85 dmsetup_2%3a1.02.185-2_amd64.deb
c7fecfc533d31980e93faeb9bc529dc2d393fc066100550c0e28a760a2eab72e libgc1_1%3a8.2.2-3_amd64.deb
ca9f6d0e48c482e32b5198b4dd6bd406b4eeb79b8557acc7ce4e89697cd6afa0 libgcc-11-dev_11.3.0-12_amd64.deb
cb841d66950a43af4a398625313d2f3da9065299c9738538de6c2c3495857040 libxtables12_1.8.9-2_amd64.deb
ccab743f6784b4cc7bd69e1810630edaf726cd69c1e735e39a16266d470bfdc0 libapt-pkg6.0_2.6.1_amd64.deb
cd986403cfe53f47c41b80667f6b344c40fe35de4c5081dad9358b4c77cf64a8 libllvm14_1%3a14.0.6-12_amd64.deb
cfac89e6a7a54ff3c6a4f843310e25efeddaa771baeae470bd98bd588c373563 libkeyutils1_1.6.3-2_amd64.deb
d00256237009df78614e6a3ab2e9a9c3d207fad04ccf92514fa404af39de69ef sudo_1.9.13p3-1+deb12u1_amd64.deb
d0aed050fb9e9cd82c3c49c10205187bf7d6912d01764d62b6f387984f64c43c libx32itm1_12.2.0-14_amd64.deb
d0fb8eb1aa43a27ed9c3cca2a65108ab433735cb4cf1322444dbf269008e93a9 libclang1-14_1%3a14.0.6-12_amd64.deb
d20a3ee34fa84ad8bd381e8be6e9c2c2ea32347cff5e1169c10e978d43f54f24 libssh2-1_1.10.0-3+b1_amd64.deb
d3564267cef9f0162ad21b73d34b6a4302ee3a84426188168d74be737b079647 libgd3_2.3.3-9_amd64.deb
d4c179c2644186351e3d184f4de5155e2d96d7dda3040207c2e2c81e44a6ebf1 lib32itm1_12.2.0-14_amd64.deb
d66fd8d7dd21a98e6a5acaa8d3fcb80b30561bb20c8e635dd6e66873abd4d40d gpg_2.2.40-1.1_amd64.deb
d7df3c8d0946d421ec92d85f0f95d715d2e4dffdd8b9e194ee3076ede6549bfb libudev1_252.12-1~deb12u1_amd64.deb
d7f79544790e44f9b0c8cb9034a18c58d37f8702a15f32539050718679e52f80 libmpc3_1.3.1-1_amd64.deb
d8944819057332993f6257a81734539870c00e8f381111fc55e0da76f8e0bd96 llvm-14-tools_1%3a14.0.6-12_amd64.deb
d8e04be2cd7f8299668020b1c2a13ce07a1b79e73c901338a6fabd77ccabf004 libtsan2_12.2.0-14_amd64.deb
d9284f6434963a5d338c0851967adfb383182f513f0b1c8135b26cd7af5b2834 llvm-14-runtime_1%3a14.0.6-12_amd64.deb
d9ba48a51fd4734aaaf3a75fd94b6352a02f9eaa88d3bec84cd0b5d3090f9d2a librhash0_1.4.3-3_amd64.deb
d9d0e75779cb79af869181f17b93c5c263a2b89cac6a0193c436160a4483ddc1 procps_2%3a4.0.2-3_amd64.deb
da01fb901123ae498c36387a32240e09e1f2866810146c5a574273f7eaf31093 libpkgconf3_1.8.1-1_amd64.deb
da3fd55dbb6aff4f7b3187580813e0ef707d0c596402e37c8fd144df60003636 flex_2.6.4-8.2_amd64.deb
da6c6ca530353acefca95ed82852313df1eca7f0296b905ced738be4f129b7d9 icu-devtools_72.1-3_amd64.deb
dba89cd91adcb886ce1972122e55768aa3652cb562a6b26c5983c2d482a30a1e libfido2-1_1.12.0-2+b1_amd64.deb
dc075584050dc5c8ac27563fc222e8c1ea71128a019a6d129d5823e47ac1e55e libgpgme11_1.18.0-3+b1_amd64.deb
dc32727dca9a87ba317da7989572011669f568d10159b9d8675ed7aedd26d686 libpng16-16_1.6.39-2_amd64.deb
de55a06ec2b6bede97e2b756e3b87c9d2ee81cc85de1d3ff719d298803039ef4 libstd-rust-dev_1.63.0+dfsg1-2_amd64.deb
e02ebbd3701cf468dbf98d6d917fbe0325e881f07fe8b316150c8d2a64486e66 libreadline8_8.2-1.3_amd64.deb
e09c46ef83dddc7906ee2bcbd526f3a0af92622dca724ec433409b131c3ed41c libpipeline1_1.5.7-1_amd64.deb
e0f6e357f327e80f26438dcda9c9304c43e2f3343359c6a5075d0b10ddfdb05d libsvtav1enc1_1.4.1+dfsg-1_amd64.deb
e1a9844f666149a20bca217451ab8ff6fb25228d19f274211e3fdb05c2e293a6 libx32gcc-12-dev_12.2.0-14_amd64.deb
e1ce4cf7d925c25ec3d6be61205e9af889815ce6131db8ad925b3db38363da6b libk5crypto3_1.20.1-2_amd64.deb
e1f69020dc2c466e421ec6a58406b643be8b5c382abf0f8989011c1d3df91c87 librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb
e239c1c9f52bee0ff627f291552d63691b765ec7c5cdf6de7c7ae4dec0275857 libicu72_72.1-3_amd64.deb
e28d141cebb72f1ac1f1d0ea6528b343e41287128db3d4b217ce7790a22352cf libext2fs2_1.47.0-2_amd64.deb
e3a8e56057592c60fd8db174968e9f232f07905b79544a9e477cd48f008326b2 dirmngr_2.2.40-1.1_amd64.deb
e46fbb519b4342c114b2fa19bcdb736e294eadc769fae75d6bc2e94a4db67f15 libubsan1_12.2.0-14_amd64.deb
e507cf63aeb8c68719c915028151f42ee7158a172097d47e7f9e421cf7510aca libsystemd-dev_252.12-1~deb12u1_amd64.deb
e556c8abdd54e4d805f25f0126aa306b519b86f2fd5d013962b81e4794000a0d libxpm4_1%3a3.5.12-1.1_amd64.deb
e5d6c9efec8b050009cae14b7c740d3d9430e87047003dbad8498324f89516f7 netavark_1.4.0-3_amd64.deb
e60c3f659a014fab3afa76fcd9776dbc77bd108f43d1c48b9b66585d7c0d4bc8 aardvark-dns_1.4.0-3_amd64.deb
e66721b4fd2c47aa326a4100d9dfdbd8838e04c17479da560d88ac1aab5ea863 clang-14_1%3a14.0.6-12_amd64.deb
e82ba5d01929eafb8b9954606a3c38b0332a987c2b3432388b4ee7365e54deae libproc2-0_2%3a4.0.2-3_amd64.deb
e92fdcc27055774bb74901a09c1c71b4651cfa70d9437d7b843c9b8b21cff036 buildah_1.28.2+ds1-3+b1_amd64.deb
eae531bb312beacd82c48122259070f313fecd326c3f255e248b4c69d56d15d1 python3-pkg-resources_66.1.1-1_all.deb
ecb8536f5fb34543b55bb9dc5f5b14c9dbb4150a7bddb3f2287b7cab6e9d25ef libxdmcp6_1%3a1.1.2-3_amd64.deb
ed62000d856a6d179ee385cfe5b4b53365023be4342b4db8ecdbb30e9085ed4e libclang-dev_1%3a14.0-55.6_amd64.deb
ee2ef7aa6b9c53a109b79ae5f80fe354ef99ce39915c18b461ef1cf4f9fe15f8 libc6_2.36-9+deb12u1_amd64.deb
ef1dfcf22de41ea90ebd3d505447ccccd999e96b85aa777a1d7d981dc3b347aa libctf-nobfd0_2.40-2_amd64.deb
efa1ba4cd19ad7baeae959c9209a7eb74be2ebb858bcabb412597bfc9f588c91 manpages_6.03-2_all.deb
f2c48b367f9ec13f9aa577e7ccf81b371ce5d5fe22dddf9d7aa99f1e0bb7cfc4 libip4tc2_1.8.9-2_amd64.deb
f8b0de8f7e7d913ab548a22cf385af02dce9e6f84f418389f8e78a68f423043f libx32atomic1_12.2.0-14_amd64.deb
f9a5758d87b5389bf2dbb00cc9c48e0cf59bb0ac842c5ce25d41e4bfa3f2f962 automake_1%3a1.16.5-1.3_all.deb
f9ce531f60cbd5df37996af9370e0171be96902a17ec2bdbd8d62038c354094f zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb
fa5cd07754d9a4f93e2a6f54a5b1fa160230e312121d62c0c609b6701f9b93a3 git_1%3a2.39.2-1.1_amd64.deb
faf52ab52cc91e5ca1fec230a51b2b25634409d8fbcbff5c9c8d128bea755b2d libnghttp2-14_1.52.0-1_amd64.deb
fbcf53250cef8c780560ec18056f207b515da0f150210140cd19e557b0dea8a9 libtool_2.4.7-5_all.deb
fce295c123297adab0daa2e50bd65eecbf5e158a945961a3b4823ec4289c1915 crun_1.8.1-1+b1_amd64.deb
fcf55b99e5f8a78f3c8ce9b6957f1024f394cf20c196b100d308a57e43547710 libbinutils_2.40-2_amd64.deb
fdc61332a3892168f3cc9cfa1fe9cf11a91dc3e0acacbc47cbc50ebaa234cc71 libxcb1_1.15-1_amd64.deb
fe36a7f35361fc40d0057ef447a7302fd41d51740d51c98fb3870bbed5b96e56 libexpat1_2.5.0-1_amd64.deb
fe524a9de7ed6b2a1465693f12d5f7be2d2d9f6d6e6bf028f17109263e173dc8 liblocale-gettext-perl_1.07-5_amd64.deb
ff4f072240aba8a03e11084d9df124fffbcd111b295d95af47225e2c152799a3 lib32gcc-s1_12.2.0-14_amd64.deb

331
config/apt-pins-x86_64.list Normal file
View File

@ -0,0 +1,331 @@
aardvark-dns=1.4.0-3
adduser=3.134
apt=2.6.1
autoconf-archive=20220903-3
autoconf=2.71-3
automake=1:1.16.5-1.3
autotools-dev=20220109.1
base-files=12.4+deb12u1
bash=5.2.15-2+b2
bc=1.07.1-3+b1
binfmt-support=2.2.2-2
binutils-common=2.40-2
binutils-x86-64-linux-gnu=2.40-2
binutils=2.40-2
bison=2:3.8.2+dfsg-1+b1
build-essential=12.9
buildah=1.28.2+ds1-3+b1
bzip2=1.0.8-5+b1
ca-certificates=20230311
cargo=0.66.0+ds1-1
clang-14=1:14.0.6-12
clang=1:14.0-55.6
cmake-data=3.25.1-1
cmake=3.25.1-1
containernetworking-plugins=1.1.1+ds1-3+b5
cpio=2.13+dfsg-7.1
cpp-12=12.2.0-14
cpp=4:12.2.0-3
crun=1.8.1-1+b1
curl=7.88.1-10+deb12u1
debian-archive-keyring=2023.3
dirmngr=2.2.40-1.1
dmsetup=2:1.02.185-2
dpkg-dev=1.21.22
dpkg=1.21.22
e2fsprogs=1.47.0-2
fakeroot=1.31-1.2
file=1:5.44-3
flex=2.6.4-8.2
fontconfig-config=2.14.1-4
fonts-dejavu-core=2.37-6
fuse-overlayfs=1.10-1
fuse3=3.14.0-4
g++-12=12.2.0-14
g++=4:12.2.0-3
gcc-11-base=11.3.0-12
gcc-12-multilib=12.2.0-14
gcc-12=12.2.0-14
gcc-multilib=4:12.2.0-3
gcc=4:12.2.0-3
gettext-base=0.21-12
gettext=0.21-12
git-man=1:2.39.2-1.1
git=1:2.39.2-1.1
gnupg-l10n=2.2.40-1.1
gnupg-utils=2.2.40-1.1
gnupg=2.2.40-1.1
golang-github-containers-common=0.50.1+ds1-4
golang-github-containers-image=5.23.1-4
gpg-agent=2.2.40-1.1
gpg-wks-client=2.2.40-1.1
gpg-wks-server=2.2.40-1.1
gpg=2.2.40-1.1
gpgconf=2.2.40-1.1
gpgsm=2.2.40-1.1
icu-devtools=72.1-3
iptables=1.8.9-2
krb5-locales=1.20.1-2
less=590-2
lib32asan8=12.2.0-14
lib32atomic1=12.2.0-14
lib32gcc-12-dev=12.2.0-14
lib32gcc-s1=12.2.0-14
lib32gomp1=12.2.0-14
lib32itm1=12.2.0-14
lib32quadmath0=12.2.0-14
lib32stdc++6=12.2.0-14
lib32ubsan1=12.2.0-14
libabsl20220623=20220623.1-1
libalgorithm-diff-perl=1.201-1
libalgorithm-diff-xs-perl=0.04-8+b1
libalgorithm-merge-perl=0.08-5
libaom3=3.6.0-1
libapt-pkg6.0=2.6.1
libarchive-tools=3.6.2-1
libarchive13=3.6.2-1
libasan6=11.3.0-12
libasan8=12.2.0-14
libassuan0=2.5.5-5
libatomic1=12.2.0-14
libavif15=0.11.1-1
libbinutils=2.40-2
libbrotli1=1.0.9-2+b6
libbsd0=0.11.7-2
libc-bin=2.36-9+deb12u1
libc-dev-bin=2.36-9+deb12u1
libc-devtools=2.36-9+deb12u1
libc6-dev-i386=2.36-9+deb12u1
libc6-dev-x32=2.36-9+deb12u1
libc6-dev=2.36-9+deb12u1
libc6-i386=2.36-9+deb12u1
libc6-x32=2.36-9+deb12u1
libc6=2.36-9+deb12u1
libcap2=1:2.66-4
libcbor0.8=0.8.0-2+b1
libcc1-0=12.2.0-14
libclang-14-dev=1:14.0.6-12
libclang-common-14-dev=1:14.0.6-12
libclang-cpp14=1:14.0.6-12
libclang-dev=1:14.0-55.6
libclang-rt-14-dev=1:14.0.6-12
libclang1-14=1:14.0.6-12
libcom-err2=1.47.0-2
libcrypt-dev=1:4.4.33-2
libctf-nobfd0=2.40-2
libctf0=2.40-2
libcurl3-gnutls=7.88.1-10+deb12u1
libcurl3-nss=7.88.1-10+deb12u1
libcurl4=7.88.1-10+deb12u1
libdav1d6=1.0.0-2
libde265-0=1.0.11-1
libdebconfclient0=0.270
libdeflate0=1.14-1
libdevmapper1.02.1=2:1.02.185-2
libdpkg-perl=1.21.22
libedit2=3.1-20221030-2
libelf-dev=0.188-2.1
libelf1=0.188-2.1
liberror-perl=0.17029-2
libexpat1=2.5.0-1
libext2fs2=1.47.0-2
libfakeroot=1.31-1.2
libfaketime=0.9.10-2.1
libffi-dev=3.4.4-1
libfido2-1=1.12.0-2+b1
libfile-fcntllock-perl=0.22-4+b1
libfl-dev=2.6.4-8.2
libfl2=2.6.4-8.2
libfontconfig1=2.14.1-4
libfreetype6=2.12.1+dfsg-5
libfuse3-3=3.14.0-4
libgav1-1=0.18.0-1+b1
libgc1=1:8.2.2-3
libgcc-11-dev=11.3.0-12
libgcc-12-dev=12.2.0-14
libgd3=2.3.3-9
libgdbm-compat4=1.23-3
libgdbm6=1.23-3
libgit2-1.5=1.5.1+ds-1
libgnutls30=3.7.9-2
libgomp1=12.2.0-14
libgpgme11=1.18.0-3+b1
libgpm2=1.20.7-10+b1
libgprofng0=2.40-2
libgssapi-krb5-2=1.20.1-2
libheif1=1.15.1-1
libhttp-parser2.9=2.9.4-5
libicu-dev=72.1-3
libicu72=72.1-3
libip4tc2=1.8.9-2
libip6tc2=1.8.9-2
libisl23=0.25-1
libitm1=12.2.0-14
libjansson4=2.14-2
libjbig0=2.1-6.1
libjpeg62-turbo=1:2.1.5-2
libjsoncpp25=1.9.5-4
libk5crypto3=1.20.1-2
libkeyutils1=1.6.3-2
libkrb5-3=1.20.1-2
libkrb5support0=1.20.1-2
libksba8=1.6.3-2
libldap-2.5-0=2.5.13+dfsg-5
libldap-common=2.5.13+dfsg-5
liblerc4=4.0.0+ds-2
libllvm14=1:14.0.6-12
liblocale-gettext-perl=1.07-5
liblsan0=12.2.0-14
libltdl-dev=2.4.7-5
libltdl7=2.4.7-5
libmagic-mgc=1:5.44-3
libmagic1=1:5.44-3
libmbedcrypto7=2.28.3-1
libmbedtls14=2.28.3-1
libmbedx509-1=2.28.3-1
libmnl0=1.0.4-3
libmpc3=1.3.1-1
libmpfr6=4.2.0-1
libncurses-dev=6.4-4
libncurses6=6.4-4
libncursesw6=6.4-4
libnetfilter-conntrack3=1.0.9-3
libnfnetlink0=1.0.2-2
libnftables1=1.0.6-2+deb12u1
libnftnl11=1.2.4-2
libnghttp2-14=1.52.0-1
libnpth0=1.6-3
libnsl-dev=1.3.0-2
libnsl2=1.3.0-2
libnspr4=2:4.35-1
libnss3=2:3.87.1-1
libnuma1=2.0.16-1
libobjc-12-dev=12.2.0-14
libobjc4=12.2.0-14
libperl5.36=5.36.0-7
libpfm4=4.13.0-1
libpipeline1=1.5.7-1
libpkgconf3=1.8.1-1
libpng16-16=1.6.39-2
libproc2-0=2:4.0.2-3
libpsl5=0.21.2-1
libpython3-stdlib=3.11.2-1+b1
libpython3.11-minimal=3.11.2-6
libpython3.11-stdlib=3.11.2-6
libquadmath0=12.2.0-14
librav1e0=0.5.1-6
libreadline8=8.2-1.3
librhash0=1.4.3-3
librtmp1=2.4+20151223.gitfa8646d.1-2+b2
libsasl2-2=2.1.28+dfsg-10
libsasl2-modules-db=2.1.28+dfsg-10
libsasl2-modules=2.1.28+dfsg-10
libselinux1=3.4-1+b6
libsepol2=3.4-2.1
libsqlite3-0=3.40.1-2
libss2=1.47.0-2
libssh2-1=1.10.0-3+b1
libssl-dev=3.0.9-1
libssl3=3.0.9-1
libstd-rust-1.63=1.63.0+dfsg1-2
libstd-rust-dev=1.63.0+dfsg1-2
libstdc++-11-dev=11.3.0-12
libstdc++-12-dev=12.2.0-14
libsubid4=1:4.13+dfsg1-1+b1
libsvtav1enc1=1.4.1+dfsg-1
libsystemd-dev=252.12-1~deb12u1
libsystemd0=252.12-1~deb12u1
libtiff6=4.5.0-6
libtinfo6=6.4-4
libtirpc-common=1.3.3+ds-1
libtirpc-dev=1.3.3+ds-1
libtirpc3=1.3.3+ds-1
libtool=2.4.7-5
libtsan0=11.3.0-12
libtsan2=12.2.0-14
libubsan1=12.2.0-14
libudev1=252.12-1~deb12u1
libuv1=1.44.2-1
libwebp7=1.2.4-0.2
libx11-6=2:1.8.4-2+deb12u1
libx11-data=2:1.8.4-2+deb12u1
libx265-199=3.5-2+b1
libx32asan8=12.2.0-14
libx32atomic1=12.2.0-14
libx32gcc-12-dev=12.2.0-14
libx32gcc-s1=12.2.0-14
libx32gomp1=12.2.0-14
libx32itm1=12.2.0-14
libx32quadmath0=12.2.0-14
libx32stdc++6=12.2.0-14
libx32ubsan1=12.2.0-14
libxau6=1:1.0.9-1
libxcb1=1.15-1
libxdmcp6=1:1.1.2-3
libxext6=2:1.3.4-1+b1
libxml2-dev=2.9.14+dfsg-1.3~deb12u1
libxml2=2.9.14+dfsg-1.3~deb12u1
libxmuu1=2:1.1.3-3
libxpm4=1:3.5.12-1.1
libxtables12=1.8.9-2
libyajl2=2.1.0-3+deb12u2
libyaml-0-2=0.2.5-1
libyuv0=0.0~git20230123.b2528b0-1
libz3-4=4.8.12-3.1
libz3-dev=4.8.12-3.1
linux-libc-dev=6.1.38-1
llvm-14-dev=1:14.0.6-12
llvm-14-linker-tools=1:14.0.6-12
llvm-14-runtime=1:14.0.6-12
llvm-14-tools=1:14.0.6-12
llvm-14=1:14.0.6-12
llvm-dev=1:14.0-55.6
llvm-runtime=1:14.0-55.6
llvm=1:14.0-55.6
logsave=1.47.0-2
m4=1.4.19-3
make=4.3-4.1
manpages-dev=6.03-2
manpages=6.03-2
media-types=10.0.0
musl-dev=1.2.3-1
musl-tools=1.2.3-1
musl=1.2.3-1
ncurses-base=6.4-4
ncurses-bin=6.4-4
netavark=1.4.0-3
netbase=6.4
nftables=1.0.6-2+deb12u1
ninja-build=1.11.1-1
nss-plugin-pem=1.0.8+1-1
openssh-client=1:9.2p1-2
openssl=3.0.9-1
patch=2.7.6-7
perl-modules-5.36=5.36.0-7
perl=5.36.0-7
pinentry-curses=1.2.1-1
pkg-config=1.8.1-1
pkgconf-bin=1.8.1-1
pkgconf=1.8.1-1
procps=2:4.0.2-3
psmisc=23.6-1
publicsuffix=20230209.2326-1
python3-minimal=3.11.2-1+b1
python3-pkg-resources=66.1.1-1
python3-pygments=2.14.0+dfsg-1
python3-yaml=6.0-3+b2
python3.11-minimal=3.11.2-6
python3.11=3.11.2-6
python3=3.11.2-1+b1
readline-common=8.2-1.3
rpcsvc-proto=1.4.3-1
rustc=1.63.0+dfsg1-2
sudo=1.9.13p3-1+deb12u1
sysvinit-utils=3.06-4
tar=1.34+dfsg-1.2
tzdata=2023c-5
uidmap=1:4.13+dfsg1-1+b1
wget=1.21.3-1+b2
xauth=1:1.1.2-1
xz-utils=5.4.1-0.2
zlib1g-dev=1:1.2.13.dfsg-1

View File

@ -0,0 +1,3 @@
deb [trusted=yes] http://snapshot.debian.org/archive/debian/20230728T000000Z bookworm main
deb [trusted=yes] http://snapshot.debian.org/archive/debian-security/20230728T000000Z bookworm-security main
deb [trusted=yes] http://snapshot.debian.org/archive/debian/20230728T000000Z bookworm-updates main

8
config/make.env Normal file
View File

@ -0,0 +1,8 @@
DEBIAN_HASH=35e2ca60775a58ae1637020722a26f0c8ffd792cf7385aa6306677539c363f38
RUST_VERSION=1.68.2
RUSTUP_HASH=bb31eaf643926b2ee9f4d8d6fc0e2835e03c0a60f34d324048aa194f0b29a71c
RUSTUPINIT_URL=https://static.rust-lang.org/rustup/archive/1.25.2/x86_64-unknown-linux-gnu/rustup-init
RUSTUP_HOME=cache/x86_64/rustup
CARGO_HOME=cache/x86_64/cargo
ROCKSDB_URL=https://github.com/facebook/rocksdb/tarball/refs/tags/v8.1.1
ROCKSDB_HASH=c5e33f010ea320ddcf227266f6d9c73252997b013b2be8ac42696628de3707b9

BIN
fetch/apt/Packages.bz2 Normal file

Binary file not shown.

BIN
fetch/apt/aardvark-dns_1.4.0-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/adduser_3.134_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/apt_2.6.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/autoconf-archive_20220903-3_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/autoconf_2.71-3_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/automake_1%3a1.16.5-1.3_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/autotools-dev_20220109.1_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/base-files_12.4+deb12u1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/bash_5.2.15-2+b2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/bc_1.07.1-3+b1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/binfmt-support_2.2.2-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/binutils-common_2.40-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/binutils-x86-64-linux-gnu_2.40-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/binutils_2.40-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/bison_2%3a3.8.2+dfsg-1+b1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/build-essential_12.9_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/buildah_1.28.2+ds1-3+b1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/bzip2_1.0.8-5+b1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/ca-certificates_20230311_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/cargo_0.66.0+ds1-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/clang-14_1%3a14.0.6-12_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/clang_1%3a14.0-55.6_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/cmake-data_3.25.1-1_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/cmake_3.25.1-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
fetch/apt/cpio_2.13+dfsg-7.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/cpp-12_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/cpp_4%3a12.2.0-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/crun_1.8.1-1+b1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/curl_7.88.1-10+deb12u1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/debian-archive-keyring_2023.3_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/dirmngr_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/dmsetup_2%3a1.02.185-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/dpkg-dev_1.21.22_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/dpkg_1.21.22_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/e2fsprogs_1.47.0-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/fakeroot_1.31-1.2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/file_1%3a5.44-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/flex_2.6.4-8.2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/fontconfig-config_2.14.1-4_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/fonts-dejavu-core_2.37-6_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/fuse-overlayfs_1.10-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/fuse3_3.14.0-4_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/g++-12_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/g++_4%3a12.2.0-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gcc-11-base_11.3.0-12_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gcc-12-multilib_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gcc-12_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gcc-multilib_4%3a12.2.0-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gcc_4%3a12.2.0-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gettext-base_0.21-12_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gettext_0.21-12_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/git-man_1%3a2.39.2-1.1_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/git_1%3a2.39.2-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gnupg-l10n_2.2.40-1.1_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gnupg-utils_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gnupg_2.2.40-1.1_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
fetch/apt/golang-github-containers-image_5.23.1-4_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gpg-agent_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gpg-wks-client_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gpg-wks-server_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gpg_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gpgconf_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/gpgsm_2.2.40-1.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/icu-devtools_72.1-3_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/iptables_1.8.9-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/krb5-locales_1.20.1-2_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/less_590-2_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32asan8_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32atomic1_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32gcc-12-dev_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32gcc-s1_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32gomp1_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32itm1_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32quadmath0_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32stdc++6_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/lib32ubsan1_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libabsl20220623_20220623.1-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libalgorithm-diff-perl_1.201-1_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libalgorithm-merge-perl_0.08-5_all.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libaom3_3.6.0-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libapt-pkg6.0_2.6.1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libarchive-tools_3.6.2-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libarchive13_3.6.2-1_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libasan6_11.3.0-12_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libasan8_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libassuan0_2.5.5-5_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fetch/apt/libatomic1_12.2.0-14_amd64.deb (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More