From a245d9c957630b0ee1d61e293111056b9dee21aa Mon Sep 17 00:00:00 2001
From: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
Date: Mon, 30 Oct 2023 15:08:14 +0200
Subject: [PATCH] bump openssl for static in 3.1.4 (#16303)

---
 packaging/makeself/bundled-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/makeself/bundled-packages b/packaging/makeself/bundled-packages
index d09410288c..02ee4469dc 100644
--- a/packaging/makeself/bundled-packages
+++ b/packaging/makeself/bundled-packages
@@ -1,7 +1,7 @@
 # Source of truth for all the packages we bundle in static builds
 PACKAGES=("OPENSSL" "CURL" "BASH" "IOPING" "LIBNETFILTER_ACT")
 SOURCE_TYPES=("GH_REPO_CLONE" "GH_REPO_CLONE" "DW_TARBALL" "GH_REPO_SOURCE" "DW_TARBALL")
-OPENSSL_VERSION="openssl-3.1.3"
+OPENSSL_VERSION="openssl-3.1.4"
 OPENSSL_SOURCE="https://github.com/openssl/openssl"
 CURL_VERSION="curl-8_4_0"
 CURL_SOURCE="https://github.com/curl/curl"