diff --git a/components/automate-backend-opensearch/habitat/plan.sh b/components/automate-backend-opensearch/habitat/plan.sh index 21e1b1b6713..faddbdd5abb 100644 --- a/components/automate-backend-opensearch/habitat/plan.sh +++ b/components/automate-backend-opensearch/habitat/plan.sh @@ -12,21 +12,21 @@ pkg_upstream_url="https://www.chef.io/automate" pkg_source="https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.20/opensearch-1.3.20-linux-x64.tar.gz" pkg_shasum=a786fe52b4d25db85cc49f34df6118f19c434b25935f28bd98c0f874ae77ccc3 pkg_build_deps=( - core/patchelf - core/make - core/gcc + core/patchelf/0.13/20240105212025 + core/make/4.3/20240105222044 + core/gcc/9.5.0/20240105175314 ) pkg_deps=( - core/coreutils - core/glibc - core/zlib - core/bash # hooks - chef/mlsa - core/curl # health_check + core/coreutils/8.32/20240105213308 + core/glibc/2.35/20240105171810 + core/zlib/1.3/20240105173710 + core/bash/5.1/20240105214248 # hooks + chef/mlsa/1.0.1/20240125084021 + core/curl/8.7.1/20240614090648 #healthcheck chef/automate-openjdk - chef/automate-platform-tools - core/ruby3_1 + chef/automate-platform-tools/0.1.0/20241212061203 + core/ruby31/3.1.6/20240912144513 ) pkg_interpreters=(bin/ruby) pkg_bin_dirs=(os/bin) diff --git a/components/automate-openjdk/habitat/plan.sh b/components/automate-openjdk/habitat/plan.sh index cf8a2a3c879..b723a6afeca 100644 --- a/components/automate-openjdk/habitat/plan.sh +++ b/components/automate-openjdk/habitat/plan.sh @@ -19,19 +19,19 @@ pkg_description=('Eclipse Temurin is the open source Java SE build based upon Op pkg_upstream_url=https://adoptium.net/ pkg_deps=( - core/gcc-libs - core/glibc - core/libxext - core/libxi - core/libxrender - core/libxtst - core/xlib - core/zlib + core/gcc-libs/9.5.0/20240105173910 + core/glibc/2.35/20240105171810 + core/libxext/1.3.4/20240108124758 + core/libxi/1.7.10/20240108173246 + core/libxrender/0.9.10/20240108173201 + core/libxtst/1.2.3/20240108190320 + core/xlib/1.7.2/20240108124426 + core/zlib/1.3/20240105173710 ) pkg_build_deps=( - core/patchelf - core/rsync + core/patchelf/0.13/20240105212025 + core/rsync/3.2.3/20240107034222 ) pkg_bin_dirs=(bin) pkg_lib_dirs=(lib) diff --git a/components/automate-opensearch/habitat/plan.sh b/components/automate-opensearch/habitat/plan.sh index 6b9d4d7d575..7fcde2cc172 100644 --- a/components/automate-opensearch/habitat/plan.sh +++ b/components/automate-opensearch/habitat/plan.sh @@ -17,15 +17,16 @@ pkg_build_deps=( core/patchelf ) pkg_deps=( - core/coreutils - core/glibc - core/zlib - core/bash # hooks - chef/mlsa - core/curl # health_check + core/coreutils/8.32/20240105213308 + core/glibc/2.35/20240105171810 + core/zlib/1.3/20240105173710 + core/bash/5.1/20240105214248 # hooks + chef/mlsa/1.0.1/20240125084021 + core/curl/8.7.1/20240614090648 #healthcheck chef/automate-openjdk - chef/automate-platform-tools + chef/automate-platform-tools/0.1.0/20241212061203 ) + pkg_bin_dirs=(os/bin) pkg_lib_dirs=(lib) diff --git a/components/notifications-service/habitat/plan.sh b/components/notifications-service/habitat/plan.sh index 6330d6aee35..c63a41e0ecb 100644 --- a/components/notifications-service/habitat/plan.sh +++ b/components/notifications-service/habitat/plan.sh @@ -14,7 +14,7 @@ pkg_deps=( # bash is required by distillery core/bash/5.1/20240105214248 chef/mlsa/1.0.1/20240125084021 - ${local_platform_tools_origin:-chef}/automate-platform-tools + chef/automate-platform-tools/0.1.0/20241212061203 core/busybox-static/1.34.1/20240105230035 ) pkg_build_deps=( @@ -79,7 +79,6 @@ do_unpack() { do_prepare() { localedef -i en_US -f UTF-8 en_US.UTF-8 export LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 - export MIX_HOME="${CACHE_PATH}/.mix" export HEX_HOME="${CACHE_PATH}/.hex" mix local.hex --force