From e3480528eeaf334e8e00b9b72fa9381efd1ffb35 Mon Sep 17 00:00:00 2001 From: Vyapaari <62232727+vyapaari@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:22:56 +0530 Subject: [PATCH 1/3] libuv is with new version https://github.com/libuv/libuv/archive/refs/tags/v1.42.0.tar.gz --- scripts/build.uv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.uv.sh b/scripts/build.uv.sh index 6fb5d9bf..5ae39a40 100755 --- a/scripts/build.uv.sh +++ b/scripts/build.uv.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -UV_VERSION="1.41.0" +UV_VERSION="1.42.0" mkdir -p deps mkdir -p deps/include @@ -17,4 +17,4 @@ sh autogen.sh make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu) cp -fr include ../../deps cp .libs/libuv.a ../../deps/lib -cd .. \ No newline at end of file +cd .. From 426cf349ae777ae36af41c0b31867c5ff17987a5 Mon Sep 17 00:00:00 2001 From: Vyapaari <62232727+vyapaari@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:24:57 +0530 Subject: [PATCH 2/3] hwloc with new version 2.5.0 https://download.open-mpi.org/release/hwloc/v2.5/hwloc-2.5.0.tar.bz2 --- scripts/build.hwloc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.hwloc.sh b/scripts/build.hwloc.sh index 66809075..93cdfaa9 100755 --- a/scripts/build.hwloc.sh +++ b/scripts/build.hwloc.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -HWLOC_VERSION="2.4.1" +HWLOC_VERSION="2.5.0" mkdir -p deps mkdir -p deps/include @@ -16,4 +16,4 @@ cd hwloc-${HWLOC_VERSION} make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu) cp -fr include ../../deps cp hwloc/.libs/libhwloc.a ../../deps/lib -cd .. \ No newline at end of file +cd .. From 2adf42f5309b2a5edb2c134e55aab697d1fd2f3a Mon Sep 17 00:00:00 2001 From: Vyapaari <62232727+vyapaari@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:32:48 +0530 Subject: [PATCH 3/3] openssl is updated 3.0.0-beta2 https://www.openssl.org/source/openssl-3.0.0-beta2.tar.gz --- scripts/build.openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.openssl.sh b/scripts/build.openssl.sh index 8263b366..3d4c9b04 100755 --- a/scripts/build.openssl.sh +++ b/scripts/build.openssl.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -OPENSSL_VERSION="1.1.1k" +OPENSSL_VERSION="3.0.0-beta2" mkdir -p deps mkdir -p deps/include