[ubuntu] Update libssl1.1 version (#9428)

* [ubuntu] Update libssl1.1 version

* [ubuntu] Fix hash
This commit is contained in:
Shamil Mubarakshin
2024-02-29 17:05:16 +01:00
committed by GitHub
parent 5b3748924e
commit 879626d9bd

View File

@@ -10,8 +10,8 @@ source $HELPER_SCRIPTS/os.sh
# Install libssl1.1 dependency
if is_ubuntu22; then
libssl_deb_path=$(download_with_retry "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb")
libssl_hash="97d7f8cb9ddc7f06b23dce73a25b75e5c02ec18112c4a8e5da53624d1fd718a2"
libssl_deb_path=$(download_with_retry "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb")
libssl_hash="df9d07d552aab0c7e5b9fbcc568913acd20d50fb8b1e34876fa348b7a0c82d48"
use_checksum_comparison "$libssl_deb_path" "$libssl_hash"
dpkg -i "$libssl_deb_path"