From 2b64c6a96b77f3f86cd1d49394b79503910a554e Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 12 Feb 2026 13:10:53 +0700 Subject: [PATCH] Update desktop packages openssl --- recipes/dev/git/recipe.toml | 2 +- recipes/dev/rustpython/recipe.toml | 2 +- recipes/web/netsurf/recipe.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/dev/git/recipe.toml b/recipes/dev/git/recipe.toml index 52d5b70c..043f88f4 100644 --- a/recipes/dev/git/recipe.toml +++ b/recipes/dev/git/recipe.toml @@ -8,7 +8,7 @@ dependencies=[ "curl", "expat", "nghttp2", - "openssl1", + "openssl3", "zlib" ] template = "custom" diff --git a/recipes/dev/rustpython/recipe.toml b/recipes/dev/rustpython/recipe.toml index d283fe2f..26731310 100644 --- a/recipes/dev/rustpython/recipe.toml +++ b/recipes/dev/rustpython/recipe.toml @@ -9,7 +9,7 @@ patches = [ [build] dependencies = [ - "openssl1", + "openssl3", "zlib", ] template = "custom" diff --git a/recipes/web/netsurf/recipe.toml b/recipes/web/netsurf/recipe.toml index afadba99..2ad9bf01 100644 --- a/recipes/web/netsurf/recipe.toml +++ b/recipes/web/netsurf/recipe.toml @@ -13,7 +13,7 @@ dependencies = [ "libjpeg", "libpng", "nghttp2", - "openssl1", + "openssl3", "sdl1", "zlib", "freetype2",