From 86a482359efbeb9194040ea93921a75ecb155b46 Mon Sep 17 00:00:00 2001 From: Sachin <32639496+sachintu47@users.noreply.github.com> Date: Fri, 29 May 2026 20:30:43 +0530 Subject: [PATCH 1/2] Add curl dev to dependency Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com> --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index c1634a2..af830dd 100644 --- a/buildenv +++ b/buildenv @@ -16,7 +16,7 @@ export ZOPEN_BUILD_LINE="STABLE" ## Required IF ZOPEN_BUILD_LINE='STABLE' export ZOPEN_STABLE_URL="https://github.com/rpm-software-management/librepo.git" # Specify the stable build URL (either git or tarball) -export ZOPEN_STABLE_DEPS="cmake make zoslib openssl check_python libgpgme pkgconfig libxml2 glib check doxygen gettext libpcre2 zlib libassuan gpg libgpgerror libiconv grep gawk bash" # Specify the stable build dependencies. +export ZOPEN_STABLE_DEPS="cmake make curl openssl check_python libgpgme pkgconfig libxml2 glib check doxygen gettext libpcre2 zlib libassuan gpg libgpgerror libiconv grep gawk bash" # Specify the stable build dependencies. ## Required IF ZOPEN_BUILD_LINE='DEV' export ZOPEN_DEV_URL="" # Specify the dev build URL From 9bef1e83e68fd246d61c160b830adc8e90c921eb Mon Sep 17 00:00:00 2001 From: Sachin <32639496+sachintu47@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:40:04 +0530 Subject: [PATCH 2/2] Update OpenSSL dependency to OpenSSL3 Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com> --- buildenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildenv b/buildenv index af830dd..2f87454 100644 --- a/buildenv +++ b/buildenv @@ -16,7 +16,7 @@ export ZOPEN_BUILD_LINE="STABLE" ## Required IF ZOPEN_BUILD_LINE='STABLE' export ZOPEN_STABLE_URL="https://github.com/rpm-software-management/librepo.git" # Specify the stable build URL (either git or tarball) -export ZOPEN_STABLE_DEPS="cmake make curl openssl check_python libgpgme pkgconfig libxml2 glib check doxygen gettext libpcre2 zlib libassuan gpg libgpgerror libiconv grep gawk bash" # Specify the stable build dependencies. +export ZOPEN_STABLE_DEPS="cmake make curl openssl3 check_python libgpgme pkgconfig libxml2 glib check doxygen gettext libpcre2 zlib libassuan gpg libgpgerror libiconv grep gawk bash" # Specify the stable build dependencies. ## Required IF ZOPEN_BUILD_LINE='DEV' export ZOPEN_DEV_URL="" # Specify the dev build URL @@ -27,7 +27,7 @@ export ZOPEN_DEV_DEPS="" # Specify the dev build dependencies export ZOPEN_CATEGORIES="library" ## Runtime zopen tool dependencies to be installed alongside the tool. -export ZOPEN_RUNTIME_DEPS="curl glib openssl libxml2 libgpgme libgpgerror" +export ZOPEN_RUNTIME_DEPS="curl glib openssl3 libxml2 libgpgme libgpgerror" ## Runtime system prerequisites; supply the name of the system pre-requisties. ## Current available prerequisites: zos24 zos25 zos31 procfs (see https://github.com/zopencommunity/meta/blob/main/include/prereq.sh for a current list)