Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
# Changelog ## v2.0.3-rc ### Issues * \#28 \[bug\] Address slow directory responses in S3 mounts for deeply nested directories * \#29 \[bug\] S3 error responses are not being logged * \#30 \[bug\] Sia provider error responses are not logged * \#31 \[bug\] S3 provider should limit max key size to 1024 ### Changes from v2.0.2-rc * Always use direct for read-only providers * Fixed externally removed files not being processed during cleanup * Fixed http headers not being added for requests * Fixed incorrect `stat` values for remote mounts * Fixed invalid directory nullptr error on remote mounts * Fixed memory leak in event system * Refactored application shutdown * Refactored event system * Updated build system to Alpine 3.21.0 * Updated build system to MinGW-w64 12.0.0 * Updated copyright to 2018-2025 Reviewed-on: #32
33 lines
1012 B
Bash
Executable File
33 lines
1012 B
Bash
Executable File
#!/bin/bash
|
|
|
|
declare -A PROJECT_VERSIONS
|
|
PROJECT_VERSIONS[BINUTILS]="2.43"
|
|
PROJECT_VERSIONS[BOOST2_MAJOR]="1"
|
|
PROJECT_VERSIONS[BOOST2_MINOR]="76"
|
|
PROJECT_VERSIONS[BOOST2_PATCH]="0"
|
|
PROJECT_VERSIONS[BOOST_MAJOR]="1"
|
|
PROJECT_VERSIONS[BOOST_MINOR]="87"
|
|
PROJECT_VERSIONS[BOOST_PATCH]="0"
|
|
PROJECT_VERSIONS[CPP_HTTPLIB]="0.18.1"
|
|
PROJECT_VERSIONS[CURL]="8.11.0"
|
|
PROJECT_VERSIONS[CURL2]="8_11_0"
|
|
PROJECT_VERSIONS[EXPAT]="2.6.4"
|
|
PROJECT_VERSIONS[EXPAT2]="2_6_4"
|
|
PROJECT_VERSIONS[GCC]="14.2.0"
|
|
PROJECT_VERSIONS[GTEST]="1.15.2"
|
|
PROJECT_VERSIONS[ICU]="76-1"
|
|
PROJECT_VERSIONS[JSON]="3.11.3"
|
|
PROJECT_VERSIONS[LIBSODIUM]="1.0.20"
|
|
PROJECT_VERSIONS[MESA]="23.3.3"
|
|
PROJECT_VERSIONS[MINGW]="12.0.0"
|
|
PROJECT_VERSIONS[OPENSSL]="3.4.0"
|
|
PROJECT_VERSIONS[PKG_CONFIG]="0.29.2"
|
|
PROJECT_VERSIONS[PUGIXML]="1.14"
|
|
PROJECT_VERSIONS[ROCKSDB]="9.7.4"
|
|
PROJECT_VERSIONS[SPDLOG]="1.15.0"
|
|
PROJECT_VERSIONS[SQLITE]="3460100"
|
|
PROJECT_VERSIONS[SQLITE2]="3.46.1"
|
|
PROJECT_VERSIONS[STDUUID]="1.2.3"
|
|
PROJECT_VERSIONS[ZLIB]="1.3.1"
|
|
export PROJECT_VERSIONS
|