From d87fe7506df93569a4fcfb9f0ba356d55bbc8a4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:19:05 +0000 Subject: [PATCH] chore(deps): update dependency libressl/portable to v4 --- build/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/versions.sh b/build/versions.sh index 1f039d6..16d442c 100755 --- a/build/versions.sh +++ b/build/versions.sh @@ -7,7 +7,7 @@ : "${REPO_ROOT:=$(cd "$(dirname "$0")/.." && pwd)}"; export REPO_ROOT # --- Ingredient pins (Renovate customManagers key on these lines) --- -LIBRESSL_VERSION=3.9.2 # renovate: libressl/portable +LIBRESSL_VERSION=4.3.2 # renovate: libressl/portable export LIBRESSL_VERSION # --- Derived upstream (written by derive-upstream-version.sh) ---