diff --git a/recipes/dev/cmake/recipe.toml b/recipes/dev/cmake/recipe.toml index 1cc846152..12d2da483 100644 --- a/recipes/dev/cmake/recipe.toml +++ b/recipes/dev/cmake/recipe.toml @@ -15,7 +15,7 @@ dependencies = [ # "librhash", "libuv", "nghttp2", - "openssl1", + "openssl3", "zlib", "zstd", ] diff --git a/recipes/dev/gitoxide/recipe.toml b/recipes/dev/gitoxide/recipe.toml index 4bd2cf93f..9b025507a 100644 --- a/recipes/dev/gitoxide/recipe.toml +++ b/recipes/dev/gitoxide/recipe.toml @@ -3,7 +3,7 @@ git = "https://github.com/Byron/gitoxide.git" [build] dependencies = [ - "openssl1", + "openssl3", ] template = "custom" script = """ diff --git a/recipes/emulators/flycast/recipe.toml b/recipes/emulators/flycast/recipe.toml index 27ff9a3d2..92ab6c15a 100644 --- a/recipes/emulators/flycast/recipe.toml +++ b/recipes/emulators/flycast/recipe.toml @@ -9,7 +9,7 @@ dependencies = [ "liborbital", "mesa", "nghttp2", - "openssl1", + "openssl3", "sdl2", "zlib", ] diff --git a/recipes/emulators/retroarch/recipe.toml b/recipes/emulators/retroarch/recipe.toml index 5d6febdbb..6240151fe 100644 --- a/recipes/emulators/retroarch/recipe.toml +++ b/recipes/emulators/retroarch/recipe.toml @@ -7,7 +7,7 @@ dependencies = [ "liborbital", "libretro-super", "mesa", - "openssl1", + "openssl3", "sdl2", "zlib", ] diff --git a/recipes/games/freeciv/recipe.toml b/recipes/games/freeciv/recipe.toml index 3f3493fde..ad281acc1 100644 --- a/recipes/games/freeciv/recipe.toml +++ b/recipes/games/freeciv/recipe.toml @@ -11,7 +11,7 @@ dependencies = [ "liborbital", "libjpeg", "libpng", - "openssl1", + "openssl3", "mesa", "nghttp2", "sdl2", diff --git a/recipes/libs/gstreamer/recipe.toml b/recipes/libs/gstreamer/recipe.toml index 4944a00b2..e0b60cc8c 100644 --- a/recipes/libs/gstreamer/recipe.toml +++ b/recipes/libs/gstreamer/recipe.toml @@ -46,7 +46,7 @@ dependencies = [ "mesa-x11", "nghttp2", #TODO: "openal", - "openssl1", + "openssl3", "pango", "pcre2", "pixman", diff --git a/recipes/libs/libssh2/recipe.toml b/recipes/libs/libssh2/recipe.toml index af3af42c8..a1877d5f8 100644 --- a/recipes/libs/libssh2/recipe.toml +++ b/recipes/libs/libssh2/recipe.toml @@ -7,7 +7,7 @@ autotools_recursive_regenerate [build] template = "custom" -dependencies = ["openssl1"] +dependencies = ["openssl3"] script = """ DYNAMIC_INIT cookbook_configure diff --git a/recipes/net/http/simple-http-server/recipe.toml b/recipes/net/http/simple-http-server/recipe.toml index 86c96318a..617b5d647 100644 --- a/recipes/net/http/simple-http-server/recipe.toml +++ b/recipes/net/http/simple-http-server/recipe.toml @@ -3,7 +3,7 @@ git = "https://github.com/TheWaWaR/simple-http-server" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ DYNAMIC_INIT diff --git a/recipes/net/rsync/recipe.toml b/recipes/net/rsync/recipe.toml index 4a967f270..97f143fad 100644 --- a/recipes/net/rsync/recipe.toml +++ b/recipes/net/rsync/recipe.toml @@ -7,6 +7,6 @@ template = "configure" dependencies = [ "zstd", "lz4", - "openssl1", + "openssl3", "xxhash", ] diff --git a/recipes/shells/nushell/recipe.toml b/recipes/shells/nushell/recipe.toml index db22b6c4b..ba1528db4 100644 --- a/recipes/shells/nushell/recipe.toml +++ b/recipes/shells/nushell/recipe.toml @@ -6,7 +6,7 @@ patches = ["redox.patch"] [build] dependencies = [ - "openssl1" + "openssl3" ] template = "custom" script = """ diff --git a/recipes/wip/db/mariadb-lts/recipe.toml b/recipes/wip/db/mariadb-lts/recipe.toml index 0666ff401..02a5f5ab1 100644 --- a/recipes/wip/db/mariadb-lts/recipe.toml +++ b/recipes/wip/db/mariadb-lts/recipe.toml @@ -10,7 +10,7 @@ dependencies = [ "ncurses", "zlib", "libevent", - "openssl1", + "openssl3", "curl", "libxml2", "boost", diff --git a/recipes/wip/db/skytable/recipe.toml b/recipes/wip/db/skytable/recipe.toml index 02ce69669..487d12c12 100644 --- a/recipes/wip/db/skytable/recipe.toml +++ b/recipes/wip/db/skytable/recipe.toml @@ -5,7 +5,7 @@ shallow_clone = true [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ DYNAMIC_INIT diff --git a/recipes/wip/dev/framework/moonzoon/recipe.toml b/recipes/wip/dev/framework/moonzoon/recipe.toml index e44c482c8..6a6fd4fca 100644 --- a/recipes/wip/dev/framework/moonzoon/recipe.toml +++ b/recipes/wip/dev/framework/moonzoon/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/MoonZoon/MoonZoon" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages mzoon diff --git a/recipes/wip/dev/framework/sphere/recipe.toml b/recipes/wip/dev/framework/sphere/recipe.toml index aee70f270..e106f4759 100644 --- a/recipes/wip/dev/framework/sphere/recipe.toml +++ b/recipes/wip/dev/framework/sphere/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/Nakadra/sphere-runtime" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo diff --git a/recipes/wip/dev/ide/asm-lsp/recipe.toml b/recipes/wip/dev/ide/asm-lsp/recipe.toml index 843262e6b..3161ab2d3 100644 --- a/recipes/wip/dev/ide/asm-lsp/recipe.toml +++ b/recipes/wip/dev/ide/asm-lsp/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/bergercookie/asm-lsp" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages asm-lsp diff --git a/recipes/wip/dev/lang/nodejs-24/recipe.toml b/recipes/wip/dev/lang/nodejs-24/recipe.toml index cea227197..e142cb461 100644 --- a/recipes/wip/dev/lang/nodejs-24/recipe.toml +++ b/recipes/wip/dev/lang/nodejs-24/recipe.toml @@ -15,7 +15,7 @@ dependencies = [ "nghttp2", # "http-parser", "nghttp3", - "openssl1", + "openssl3", "simdjson", "simdutf", "sqlite3", diff --git a/recipes/wip/dev/lang/php80/recipe.toml b/recipes/wip/dev/lang/php80/recipe.toml index 0a45f6995..83a19b813 100644 --- a/recipes/wip/dev/lang/php80/recipe.toml +++ b/recipes/wip/dev/lang/php80/recipe.toml @@ -26,7 +26,7 @@ dependencies = [ "libzip", "ncurses", "nghttp2", - "openssl1", + "openssl3", "pcre", "sqlite3", "xz", diff --git a/recipes/wip/dev/lang/python37/recipe.toml b/recipes/wip/dev/lang/python37/recipe.toml index beb86e4c6..f9c1c6b53 100644 --- a/recipes/wip/dev/lang/python37/recipe.toml +++ b/recipes/wip/dev/lang/python37/recipe.toml @@ -9,7 +9,7 @@ patches = [ [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cp ../config.site ./ diff --git a/recipes/wip/dev/lang/python39/recipe.toml b/recipes/wip/dev/lang/python39/recipe.toml index f7bc5ddb2..04ce1786c 100644 --- a/recipes/wip/dev/lang/python39/recipe.toml +++ b/recipes/wip/dev/lang/python39/recipe.toml @@ -13,7 +13,7 @@ dependencies = [ "libuuid", "ncurses", "ncursesw", - "openssl1", + "openssl3", "readline", "sqlite3", "zlib", diff --git a/recipes/wip/dev/other/jujutsu/recipe.toml b/recipes/wip/dev/other/jujutsu/recipe.toml index 15e349b1e..81838be64 100644 --- a/recipes/wip/dev/other/jujutsu/recipe.toml +++ b/recipes/wip/dev/other/jujutsu/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/martinvonz/jj" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages jj-cli diff --git a/recipes/wip/dev/other/ktra/recipe.toml b/recipes/wip/dev/other/ktra/recipe.toml index b4113b6e0..d7d6a4e01 100644 --- a/recipes/wip/dev/other/ktra/recipe.toml +++ b/recipes/wip/dev/other/ktra/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/moriturus/ktra" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/licensure/recipe.toml b/recipes/wip/dev/other/licensure/recipe.toml index 21c306418..9e138632e 100644 --- a/recipes/wip/dev/other/licensure/recipe.toml +++ b/recipes/wip/dev/other/licensure/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/chasinglogic/licensure" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/mise/recipe.toml b/recipes/wip/dev/other/mise/recipe.toml index c554d91c1..0e3416bb2 100644 --- a/recipes/wip/dev/other/mise/recipe.toml +++ b/recipes/wip/dev/other/mise/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/jdx/mise" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/necessist/recipe.toml b/recipes/wip/dev/other/necessist/recipe.toml index 43deeb237..71934f7a2 100644 --- a/recipes/wip/dev/other/necessist/recipe.toml +++ b/recipes/wip/dev/other/necessist/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/trailofbits/necessist" template = "custom" dependencies = [ "sqlite3", - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages necessist diff --git a/recipes/wip/dev/other/panamax/recipe.toml b/recipes/wip/dev/other/panamax/recipe.toml index 2b2e4de4d..3a3b30714 100644 --- a/recipes/wip/dev/other/panamax/recipe.toml +++ b/recipes/wip/dev/other/panamax/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/panamax-rs/panamax" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/pixi/recipe.toml b/recipes/wip/dev/other/pixi/recipe.toml index 0ebe5237f..7210272da 100644 --- a/recipes/wip/dev/other/pixi/recipe.toml +++ b/recipes/wip/dev/other/pixi/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/prefix-dev/pixi" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/protofetch/recipe.toml b/recipes/wip/dev/other/protofetch/recipe.toml index 33f03db52..865025183 100644 --- a/recipes/wip/dev/other/protofetch/recipe.toml +++ b/recipes/wip/dev/other/protofetch/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/coralogix/protofetch" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/rattler-build/recipe.toml b/recipes/wip/dev/other/rattler-build/recipe.toml index 257b77a7d..20cdeebfa 100644 --- a/recipes/wip/dev/other/rattler-build/recipe.toml +++ b/recipes/wip/dev/other/rattler-build/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/prefix-dev/rattler-build" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/release-plz/recipe.toml b/recipes/wip/dev/other/release-plz/recipe.toml index 3e05dd15e..32c604b6e 100644 --- a/recipes/wip/dev/other/release-plz/recipe.toml +++ b/recipes/wip/dev/other/release-plz/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/MarcoIeni/release-plz" rev = "68baf26d77a887c3ad90e4ad75ce77d9788f2442" [build] dependencies = [ - "openssl1", + "openssl3", ] template = "custom" script = """ diff --git a/recipes/wip/dev/other/rgit/recipe.toml b/recipes/wip/dev/other/rgit/recipe.toml index 8531793bc..c9b462e88 100644 --- a/recipes/wip/dev/other/rgit/recipe.toml +++ b/recipes/wip/dev/other/rgit/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/w4/rgit" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/steel/recipe.toml b/recipes/wip/dev/other/steel/recipe.toml index 7bbde1aec..ee9e684d0 100644 --- a/recipes/wip/dev/other/steel/recipe.toml +++ b/recipes/wip/dev/other/steel/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/mattwparas/steel" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/stgit/recipe.toml b/recipes/wip/dev/other/stgit/recipe.toml index 4f7ee3f82..2efbbd102 100644 --- a/recipes/wip/dev/other/stgit/recipe.toml +++ b/recipes/wip/dev/other/stgit/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/stacked-git/stgit" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/other/wrkflw/recipe.toml b/recipes/wip/dev/other/wrkflw/recipe.toml index af0ca6d3f..e6c0b09f0 100644 --- a/recipes/wip/dev/other/wrkflw/recipe.toml +++ b/recipes/wip/dev/other/wrkflw/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/bahdotsh/wrkflw" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages wrkflw diff --git a/recipes/wip/dev/python/pyscan/recipe.toml b/recipes/wip/dev/python/pyscan/recipe.toml index b71924975..5a5187cdd 100644 --- a/recipes/wip/dev/python/pyscan/recipe.toml +++ b/recipes/wip/dev/python/pyscan/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/aswinnnn/pyscan" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/finance/crypto/bitcoin/ord/recipe.toml b/recipes/wip/finance/crypto/bitcoin/ord/recipe.toml index 16044aa40..8cabdb177 100644 --- a/recipes/wip/finance/crypto/bitcoin/ord/recipe.toml +++ b/recipes/wip/finance/crypto/bitcoin/ord/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/ordinals/ord" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/finance/crypto/monero/xmrig/recipe.toml b/recipes/wip/finance/crypto/monero/xmrig/recipe.toml index 991da573c..415f32ab9 100644 --- a/recipes/wip/finance/crypto/monero/xmrig/recipe.toml +++ b/recipes/wip/finance/crypto/monero/xmrig/recipe.toml @@ -10,6 +10,6 @@ template = "cmake" # "-DOPENSSL_ROOT_DIR=${COOKBOOK_SYSROOT}" # test if the program need this #] dependencies = [ - "openssl1", + "openssl3", "libuv", ] diff --git a/recipes/wip/finance/donation/cargo-fund/recipe.toml b/recipes/wip/finance/donation/cargo-fund/recipe.toml index cb40c0335..e9f779897 100644 --- a/recipes/wip/finance/donation/cargo-fund/recipe.toml +++ b/recipes/wip/finance/donation/cargo-fund/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/acfoltzer/cargo-fund" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/finance/market/apcacli/recipe.toml b/recipes/wip/finance/market/apcacli/recipe.toml index e2fdc08b5..73bd21e2f 100644 --- a/recipes/wip/finance/market/apcacli/recipe.toml +++ b/recipes/wip/finance/market/apcacli/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/d-e-s-o/apcacli" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/finance/rex/recipe.toml b/recipes/wip/finance/rex/recipe.toml index 2f335572a..0572c76ea 100644 --- a/recipes/wip/finance/rex/recipe.toml +++ b/recipes/wip/finance/rex/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/TheRustyPickle/Rex" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/fuse/dwarfs/recipe.toml b/recipes/wip/fuse/dwarfs/recipe.toml index dd3623952..258ec5388 100644 --- a/recipes/wip/fuse/dwarfs/recipe.toml +++ b/recipes/wip/fuse/dwarfs/recipe.toml @@ -10,7 +10,7 @@ dependencies = [ "boost", "libbrotli", "libevent", - "openssl1", + "openssl3", "lz4", "xz", "libunwind", diff --git a/recipes/wip/fuse/glusterfs/recipe.toml b/recipes/wip/fuse/glusterfs/recipe.toml index 1557fc6d1..a40e89557 100644 --- a/recipes/wip/fuse/glusterfs/recipe.toml +++ b/recipes/wip/fuse/glusterfs/recipe.toml @@ -6,7 +6,7 @@ tar = "https://download.gluster.org/pub/gluster/glusterfs/9/LATEST/glusterfs-9.6 [build] template = "configure" dependencies = [ - "openssl1", + "openssl3", "libxml2", "libaio", "sqlite3", diff --git a/recipes/wip/fuse/httpdirfs/recipe.toml b/recipes/wip/fuse/httpdirfs/recipe.toml index e772e3f1e..1b773f518 100644 --- a/recipes/wip/fuse/httpdirfs/recipe.toml +++ b/recipes/wip/fuse/httpdirfs/recipe.toml @@ -7,7 +7,7 @@ rev = "d91bb2b2789be8a0f72c7baddac63ffb78299ad9" template = "meson" dependencies = [ "libfuse3", - "openssl1", + "openssl3", "curl", "expat", "libuuid", diff --git a/recipes/wip/fuse/s3fs/recipe.toml b/recipes/wip/fuse/s3fs/recipe.toml index d7a32860e..76009b5df 100644 --- a/recipes/wip/fuse/s3fs/recipe.toml +++ b/recipes/wip/fuse/s3fs/recipe.toml @@ -10,5 +10,5 @@ dependencies = [ "libfuse2", "curl", "libxml2", - "openssl1", + "openssl3", ] diff --git a/recipes/wip/games/engines/luanti/recipe.toml b/recipes/wip/games/engines/luanti/recipe.toml index 301836c74..9961c1606 100644 --- a/recipes/wip/games/engines/luanti/recipe.toml +++ b/recipes/wip/games/engines/luanti/recipe.toml @@ -19,7 +19,7 @@ dependencies = [ "luajit", "openal", #TODO: openssl not detected by cmake - "openssl1", + "openssl3", "sdl2", "sqlite3", "zlib", diff --git a/recipes/wip/games/fps/et-legacy/recipe.toml b/recipes/wip/games/fps/et-legacy/recipe.toml index ec979ba57..ba6cd301a 100644 --- a/recipes/wip/games/fps/et-legacy/recipe.toml +++ b/recipes/wip/games/fps/et-legacy/recipe.toml @@ -8,6 +8,6 @@ shallow_clone = true template = "cmake" dependencies = [ "sdl2", - "openssl1", + "openssl3", "mesa", ] diff --git a/recipes/wip/games/open-world/leafish/recipe.toml b/recipes/wip/games/open-world/leafish/recipe.toml index 6b8fba4bf..fb23475a8 100644 --- a/recipes/wip/games/open-world/leafish/recipe.toml +++ b/recipes/wip/games/open-world/leafish/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/Lea-fish/Leafish" template = "cargo" dependencies = [ "gtk3", - "openssl1", + "openssl3", ] diff --git a/recipes/wip/games/other/turdle/recipe.toml b/recipes/wip/games/other/turdle/recipe.toml index a04c923fb..f7b7b6caf 100644 --- a/recipes/wip/games/other/turdle/recipe.toml +++ b/recipes/wip/games/other/turdle/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/weiteck/turdle" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/games/strategy/offline-chess-puzzles/recipe.toml b/recipes/wip/games/strategy/offline-chess-puzzles/recipe.toml index 48a9d0f1c..fe0739a47 100644 --- a/recipes/wip/games/strategy/offline-chess-puzzles/recipe.toml +++ b/recipes/wip/games/strategy/offline-chess-puzzles/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/brianch/offline-chess-puzzles" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/graphics/other/gaffer/recipe.toml b/recipes/wip/graphics/other/gaffer/recipe.toml index d39f8c9bf..85f7b8c52 100644 --- a/recipes/wip/graphics/other/gaffer/recipe.toml +++ b/recipes/wip/graphics/other/gaffer/recipe.toml @@ -20,7 +20,7 @@ dependencies = [ "libtiff", "openexr", "openimageio", - "openssl1", + "openssl3", "onetbb", "zlib", "qt5-full", diff --git a/recipes/wip/graphics/vr/alvr/recipe.toml b/recipes/wip/graphics/vr/alvr/recipe.toml index 857198aaf..5c8283f6b 100644 --- a/recipes/wip/graphics/vr/alvr/recipe.toml +++ b/recipes/wip/graphics/vr/alvr/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/alvr-org/ALVR" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "gtk3", "libvulkan", "libunwind", diff --git a/recipes/wip/image/other/imageflow/recipe.toml b/recipes/wip/image/other/imageflow/recipe.toml index 2b1a79b51..57f534b88 100644 --- a/recipes/wip/image/other/imageflow/recipe.toml +++ b/recipes/wip/image/other/imageflow/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/imazen/imageflow" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "libpng", ] script = """ diff --git a/recipes/wip/libs/mozjs/recipe.toml b/recipes/wip/libs/mozjs/recipe.toml index 1a0e60574..b9754f8ad 100644 --- a/recipes/wip/libs/mozjs/recipe.toml +++ b/recipes/wip/libs/mozjs/recipe.toml @@ -17,7 +17,7 @@ dependencies = [ "libx11", "libxcb", "libpng", - "openssl1", + "openssl3", "pcre", "zlib", diff --git a/recipes/wip/libs/other/libpoppler/recipe.toml b/recipes/wip/libs/other/libpoppler/recipe.toml index 61e558e1c..360f27a34 100644 --- a/recipes/wip/libs/other/libpoppler/recipe.toml +++ b/recipes/wip/libs/other/libpoppler/recipe.toml @@ -24,7 +24,7 @@ dependencies = [ "libxau", "libxcb", "nghttp2", - "openssl1", + "openssl3", "pcre2", "pixman", #TODO: compile dylib "libtiff", diff --git a/recipes/wip/libs/other/mozangle/recipe.toml b/recipes/wip/libs/other/mozangle/recipe.toml index bde521f91..ad91ee704 100644 --- a/recipes/wip/libs/other/mozangle/recipe.toml +++ b/recipes/wip/libs/other/mozangle/recipe.toml @@ -16,7 +16,7 @@ dependencies = [ "libx11", "libxcb", "libpng", - "openssl1", + "openssl3", "pcre", "zlib", diff --git a/recipes/wip/math/fend/recipe.toml b/recipes/wip/math/fend/recipe.toml index f9055f463..9916c11bc 100644 --- a/recipes/wip/math/fend/recipe.toml +++ b/recipes/wip/math/fend/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/printfn/fend" [build] dependencies = [ - "openssl1", + "openssl3", ] template = "custom" script = """ diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml index 208a58ebb..7379c8cf1 100644 --- a/recipes/wip/math/rink/recipe.toml +++ b/recipes/wip/math/rink/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/tiffany352/rink-rs" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages rink diff --git a/recipes/wip/monitors/serial-monitor-rs/recipe.toml b/recipes/wip/monitors/serial-monitor-rs/recipe.toml index cd551c74c..625093abe 100644 --- a/recipes/wip/monitors/serial-monitor-rs/recipe.toml +++ b/recipes/wip/monitors/serial-monitor-rs/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/hacknus/serial-monitor-rust" template = "cargo" dependencies = [ "libxkbcommon", - "openssl1", + "openssl3", ] diff --git a/recipes/wip/net/other/drill/recipe.toml b/recipes/wip/net/other/drill/recipe.toml index 87c8b7817..d1c441adc 100644 --- a/recipes/wip/net/other/drill/recipe.toml +++ b/recipes/wip/net/other/drill/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/fcsonline/drill" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/net/other/hurl/recipe.toml b/recipes/wip/net/other/hurl/recipe.toml index 5bacac15d..ce32b3b81 100644 --- a/recipes/wip/net/other/hurl/recipe.toml +++ b/recipes/wip/net/other/hurl/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/Orange-OpenSource/hurl" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "curl", "libxml2", ] diff --git a/recipes/wip/net/other/lychee/recipe.toml b/recipes/wip/net/other/lychee/recipe.toml index b441f8010..af2376a48 100644 --- a/recipes/wip/net/other/lychee/recipe.toml +++ b/recipes/wip/net/other/lychee/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/lycheeverse/lychee" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages lychee diff --git a/recipes/wip/net/other/pavao/recipe.toml b/recipes/wip/net/other/pavao/recipe.toml index 4bae16229..cff0579f3 100644 --- a/recipes/wip/net/other/pavao/recipe.toml +++ b/recipes/wip/net/other/pavao/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/pavao.git" [build] template = "custom" dependencies = [ - "openssl1" + "openssl3" ] script = """ DYNAMIC_INIT diff --git a/recipes/wip/net/other/rqbit/recipe.toml b/recipes/wip/net/other/rqbit/recipe.toml index 347aaf0f5..33763d666 100644 --- a/recipes/wip/net/other/rqbit/recipe.toml +++ b/recipes/wip/net/other/rqbit/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/ikatson/rqbit" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages rqbit diff --git a/recipes/wip/net/other/unbound/recipe.toml b/recipes/wip/net/other/unbound/recipe.toml index 6be840fc5..ed7c3e423 100644 --- a/recipes/wip/net/other/unbound/recipe.toml +++ b/recipes/wip/net/other/unbound/recipe.toml @@ -5,5 +5,5 @@ tar = "https://nlnetlabs.nl/downloads/unbound/unbound-1.17.1.tar.gz" template = "configure" dependencies = [ "expat", - "openssl1", + "openssl3", ] diff --git a/recipes/wip/players/ncspot/recipe.toml b/recipes/wip/players/ncspot/recipe.toml index 5e48fefa5..6d7a9f92c 100644 --- a/recipes/wip/players/ncspot/recipe.toml +++ b/recipes/wip/players/ncspot/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/hrkfdn/ncspot" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "ncurses", ] script = """ diff --git a/recipes/wip/players/rustcloud/recipe.toml b/recipes/wip/players/rustcloud/recipe.toml index 93bca25dd..776076d2e 100644 --- a/recipes/wip/players/rustcloud/recipe.toml +++ b/recipes/wip/players/rustcloud/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/cetra3/rustcloud" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/players/spotify-player/recipe.toml b/recipes/wip/players/spotify-player/recipe.toml index decb29a56..f297c9983 100644 --- a/recipes/wip/players/spotify-player/recipe.toml +++ b/recipes/wip/players/spotify-player/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/aome510/spotify-player" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ package=spotify_player diff --git a/recipes/wip/players/tplay/recipe.toml b/recipes/wip/players/tplay/recipe.toml index 05ee069f7..81a3f5be7 100644 --- a/recipes/wip/players/tplay/recipe.toml +++ b/recipes/wip/players/tplay/recipe.toml @@ -5,6 +5,6 @@ git = "https://github.com/maxcurzi/tplay" template = "cargo" dependencies = [ "ffmpeg6", - "openssl1", + "openssl3", "opencv4", ] diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml index 2e6146e11..295184604 100644 --- a/recipes/wip/science/scidataflow/recipe.toml +++ b/recipes/wip/science/scidataflow/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/vsbuffalo/scidataflow" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/science/wthrr/recipe.toml b/recipes/wip/science/wthrr/recipe.toml index cb15129bc..83fd68cf6 100644 --- a/recipes/wip/science/wthrr/recipe.toml +++ b/recipes/wip/science/wthrr/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/ttytm/wthrr-the-weathercrab" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/security/authoscope/recipe.toml b/recipes/wip/security/authoscope/recipe.toml index e82f959cc..fe9f4829c 100644 --- a/recipes/wip/security/authoscope/recipe.toml +++ b/recipes/wip/security/authoscope/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/kpcyrd/authoscope" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" diff --git a/recipes/wip/security/cargo-scan/recipe.toml b/recipes/wip/security/cargo-scan/recipe.toml index 35a573fb6..a1d13a893 100644 --- a/recipes/wip/security/cargo-scan/recipe.toml +++ b/recipes/wip/security/cargo-scan/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/PLSysSec/cargo-scan" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/security/clamav/recipe.toml b/recipes/wip/security/clamav/recipe.toml index e90d730ab..50ab6f1a4 100644 --- a/recipes/wip/security/clamav/recipe.toml +++ b/recipes/wip/security/clamav/recipe.toml @@ -11,7 +11,7 @@ dependencies = [ "bzip2", "json-c", "pcre", - "openssl1", + "openssl3", "libxml2", "zlib", ] diff --git a/recipes/wip/security/dfir-toolkit/recipe.toml b/recipes/wip/security/dfir-toolkit/recipe.toml index 94dc1f6b4..b745c04a7 100644 --- a/recipes/wip/security/dfir-toolkit/recipe.toml +++ b/recipes/wip/security/dfir-toolkit/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/dfir-dd/dfir-toolkit" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/security/flawz/recipe.toml b/recipes/wip/security/flawz/recipe.toml index dc7e0441c..0a476e00c 100644 --- a/recipes/wip/security/flawz/recipe.toml +++ b/recipes/wip/security/flawz/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/orhun/flawz" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/security/john-the-ripper/recipe.toml b/recipes/wip/security/john-the-ripper/recipe.toml index 0428e4cdb..5dee8c601 100644 --- a/recipes/wip/security/john-the-ripper/recipe.toml +++ b/recipes/wip/security/john-the-ripper/recipe.toml @@ -4,7 +4,7 @@ tar = "https://www.openwall.com/john/k/john-1.9.0-jumbo-1.tar.xz" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "nss", "kerberos5", "libgmp", diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 0cbb3cd45..314647d6f 100644 --- a/recipes/wip/security/keyscope/recipe.toml +++ b/recipes/wip/security/keyscope/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/SpectralOps/keyscope" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages keyscope diff --git a/recipes/wip/security/openpgp-ca/recipe.toml b/recipes/wip/security/openpgp-ca/recipe.toml index 6e553f21b..2bb2d3bde 100644 --- a/recipes/wip/security/openpgp-ca/recipe.toml +++ b/recipes/wip/security/openpgp-ca/recipe.toml @@ -7,6 +7,6 @@ script = """ cookbook_cargo_packages openpgp-ca openpgp-ca-restd """ dependencies = [ - "openssl1", + "openssl3", "libpcsclite", ] diff --git a/recipes/wip/security/retdec/recipe.toml b/recipes/wip/security/retdec/recipe.toml index 6852d2751..ff74a4097 100644 --- a/recipes/wip/security/retdec/recipe.toml +++ b/recipes/wip/security/retdec/recipe.toml @@ -6,6 +6,6 @@ rev = "53e55b4b26e9b843787f0e06d867441e32b1604e" [build] template = "cmake" dependencies = [ - "openssl1", + "openssl3", "zlib", ] diff --git a/recipes/wip/security/rustyvault/recipe.toml b/recipes/wip/security/rustyvault/recipe.toml index 61d8b998c..175875b8a 100644 --- a/recipes/wip/security/rustyvault/recipe.toml +++ b/recipes/wip/security/rustyvault/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/Tongsuo-Project/RustyVault" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/security/sq/recipe.toml b/recipes/wip/security/sq/recipe.toml index 7cb30143b..db8fd5eb8 100644 --- a/recipes/wip/security/sq/recipe.toml +++ b/recipes/wip/security/sq/recipe.toml @@ -4,6 +4,6 @@ git = "https://gitlab.com/sequoia-pgp/sequoia-sq" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", "libnettle", ] diff --git a/recipes/wip/shells/sheldon/recipe.toml b/recipes/wip/shells/sheldon/recipe.toml index 9d6c5f31d..8bcba9656 100644 --- a/recipes/wip/shells/sheldon/recipe.toml +++ b/recipes/wip/shells/sheldon/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/rossmacarthur/sheldon" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml index efa6a199a..7e094015f 100644 --- a/recipes/wip/sound/soundboard/recipe.toml +++ b/recipes/wip/sound/soundboard/recipe.toml @@ -6,7 +6,7 @@ git = "https://github.com/gamebooster/soundboard" template = "custom" dependencies = [ "glib", - "openssl1", + "openssl3", ] script = """ cookbook_cargo --features full diff --git a/recipes/wip/text/helix-gpui/recipe.toml b/recipes/wip/text/helix-gpui/recipe.toml index 91e2d934a..0e05a8a02 100644 --- a/recipes/wip/text/helix-gpui/recipe.toml +++ b/recipes/wip/text/helix-gpui/recipe.toml @@ -4,6 +4,6 @@ git = "https://github.com/polachok/helix-gpui" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", "fontconfig", ] diff --git a/recipes/wip/text/neovide/recipe.toml b/recipes/wip/text/neovide/recipe.toml index 0c6631fa8..c06d18ad3 100644 --- a/recipes/wip/text/neovide/recipe.toml +++ b/recipes/wip/text/neovide/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/neovide/neovide" template = "cargo" dependencies = [ "neovim", - "openssl1", + "openssl3", "freetype2", "expat", "bzip2", diff --git a/recipes/wip/text/zed/recipe.toml b/recipes/wip/text/zed/recipe.toml index 673b6f4f5..a0babfdb1 100644 --- a/recipes/wip/text/zed/recipe.toml +++ b/recipes/wip/text/zed/recipe.toml @@ -9,7 +9,7 @@ template = "custom" dependencies = [ "fontconfig", "libxkbcommon", - "openssl1", + "openssl3", "zstd", "libgit2", "sqlite3", diff --git a/recipes/wip/tools/artem/recipe.toml b/recipes/wip/tools/artem/recipe.toml index cd4842a34..6cc2d7568 100644 --- a/recipes/wip/tools/artem/recipe.toml +++ b/recipes/wip/tools/artem/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/FineFindus/artem" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" diff --git a/recipes/wip/tools/crunchy-cli/recipe.toml b/recipes/wip/tools/crunchy-cli/recipe.toml index d651b3a0e..0d9a5d71d 100644 --- a/recipes/wip/tools/crunchy-cli/recipe.toml +++ b/recipes/wip/tools/crunchy-cli/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/crunchy-labs/crunchy-cli" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/dim/recipe.toml b/recipes/wip/tools/dim/recipe.toml index 8c092578f..0ec2028fc 100644 --- a/recipes/wip/tools/dim/recipe.toml +++ b/recipes/wip/tools/dim/recipe.toml @@ -6,6 +6,6 @@ git = "https://github.com/Dusk-Labs/dim" template = "custom" dependencies = [ "sqlite3", - "openssl1", + "openssl3", "ffmpeg6", ] diff --git a/recipes/wip/tools/dispatch/recipe.toml b/recipes/wip/tools/dispatch/recipe.toml index ac547168f..f7f6de68a 100644 --- a/recipes/wip/tools/dispatch/recipe.toml +++ b/recipes/wip/tools/dispatch/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/brianyu28/dispatch" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/dog-dns/recipe.toml b/recipes/wip/tools/dog-dns/recipe.toml index e3304a538..ea72ee6e4 100644 --- a/recipes/wip/tools/dog-dns/recipe.toml +++ b/recipes/wip/tools/dog-dns/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/ogham/dog" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" diff --git a/recipes/wip/tools/eureka/recipe.toml b/recipes/wip/tools/eureka/recipe.toml index 7f376b93d..7b8dbf46b 100644 --- a/recipes/wip/tools/eureka/recipe.toml +++ b/recipes/wip/tools/eureka/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/simeg/eureka" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/ffizer/recipe.toml b/recipes/wip/tools/ffizer/recipe.toml index f01600567..666dcba97 100644 --- a/recipes/wip/tools/ffizer/recipe.toml +++ b/recipes/wip/tools/ffizer/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/ffizer/ffizer" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo --features cli diff --git a/recipes/wip/tools/himalaya/recipe.toml b/recipes/wip/tools/himalaya/recipe.toml index f4de53068..a645458c6 100644 --- a/recipes/wip/tools/himalaya/recipe.toml +++ b/recipes/wip/tools/himalaya/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/soywod/himalaya" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/hoard/recipe.toml b/recipes/wip/tools/hoard/recipe.toml index 6377a00c7..5b50d8b9e 100644 --- a/recipes/wip/tools/hoard/recipe.toml +++ b/recipes/wip/tools/hoard/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/Hyde46/hoard" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/horsetab/recipe.toml b/recipes/wip/tools/horsetab/recipe.toml index 203af168d..8b73e4c69 100644 --- a/recipes/wip/tools/horsetab/recipe.toml +++ b/recipes/wip/tools/horsetab/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/ChrisVilches/horsetab" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/imager/recipe.toml b/recipes/wip/tools/imager/recipe.toml index 30c4fe6be..ce1a6a0ea 100644 --- a/recipes/wip/tools/imager/recipe.toml +++ b/recipes/wip/tools/imager/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/imager-io/imager" template = "custom" dependencies = [ "xz", - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages imager diff --git a/recipes/wip/tools/intelli-shell/recipe.toml b/recipes/wip/tools/intelli-shell/recipe.toml index 53ca1be55..a2eca5239 100644 --- a/recipes/wip/tools/intelli-shell/recipe.toml +++ b/recipes/wip/tools/intelli-shell/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/lasantosr/intelli-shell" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" diff --git a/recipes/wip/tools/kami/recipe.toml b/recipes/wip/tools/kami/recipe.toml index d1d72db89..5fe25d9d4 100644 --- a/recipes/wip/tools/kami/recipe.toml +++ b/recipes/wip/tools/kami/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/mrfluffy-dev/kami" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/kodi/recipe.toml b/recipes/wip/tools/kodi/recipe.toml index 6aac752fc..d854b2492 100644 --- a/recipes/wip/tools/kodi/recipe.toml +++ b/recipes/wip/tools/kodi/recipe.toml @@ -32,7 +32,7 @@ dependencies = [ "libogg", "pcre", "libpng", - "openssl1", + "openssl3", "libtiff", "sqlite3", "libevdev", diff --git a/recipes/wip/tools/mandy/recipe.toml b/recipes/wip/tools/mandy/recipe.toml index d8504fb2d..20a67fcad 100644 --- a/recipes/wip/tools/mandy/recipe.toml +++ b/recipes/wip/tools/mandy/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/angeldollface/mandy" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages mandy-bin diff --git a/recipes/wip/tools/matui/recipe.toml b/recipes/wip/tools/matui/recipe.toml index f4a7c60c7..8a961765e 100644 --- a/recipes/wip/tools/matui/recipe.toml +++ b/recipes/wip/tools/matui/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/pkulak/matui" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/nix/recipe.toml b/recipes/wip/tools/nix/recipe.toml index 33c9fab26..f8e5cbe1d 100644 --- a/recipes/wip/tools/nix/recipe.toml +++ b/recipes/wip/tools/nix/recipe.toml @@ -6,7 +6,7 @@ rev = "50f8f1c8bc019a4c0fd098b9ac674b94cfc6af0d" template = "custom" dependencies = [ "libbrotili", - "openssl1", + "openssl3", "curl", "sqlite3", "libeditline", diff --git a/recipes/wip/tools/nomad/recipe.toml b/recipes/wip/tools/nomad/recipe.toml index 896bc7e16..a98d43a92 100644 --- a/recipes/wip/tools/nomad/recipe.toml +++ b/recipes/wip/tools/nomad/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/JosephLai241/nomad" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml index 36994df56..f973f288e 100644 --- a/recipes/wip/tools/objdiff/recipe.toml +++ b/recipes/wip/tools/objdiff/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/encounter/objdiff" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "fontconfig", ] script = """ diff --git a/recipes/wip/tools/ripasso/recipe.toml b/recipes/wip/tools/ripasso/recipe.toml index fd10be75b..5d640810b 100644 --- a/recipes/wip/tools/ripasso/recipe.toml +++ b/recipes/wip/tools/ripasso/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/cortex/ripasso" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", "libgpg-error", ] script = """ diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml index 5c28bf27b..c6657eb26 100644 --- a/recipes/wip/tools/rusty/recipe.toml +++ b/recipes/wip/tools/rusty/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/zahidkhawaja/rusty" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/scrying/recipe.toml b/recipes/wip/tools/scrying/recipe.toml index 5b38311f6..c6a4b80a6 100644 --- a/recipes/wip/tools/scrying/recipe.toml +++ b/recipes/wip/tools/scrying/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/nccgroup/scrying" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/shokunin/recipe.toml b/recipes/wip/tools/shokunin/recipe.toml index 4230fd8d9..8c49ac63c 100644 --- a/recipes/wip/tools/shokunin/recipe.toml +++ b/recipes/wip/tools/shokunin/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/sebastienrousseau/shokunin" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/succeed2ban-tui/recipe.toml b/recipes/wip/tools/succeed2ban-tui/recipe.toml index f48d3eb03..858d2461a 100644 --- a/recipes/wip/tools/succeed2ban-tui/recipe.toml +++ b/recipes/wip/tools/succeed2ban-tui/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/J-Bockhofer/succeed2ban-tui" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/tl-rs/recipe.toml b/recipes/wip/tools/tl-rs/recipe.toml index cc90fe4a4..94f8fa07a 100644 --- a/recipes/wip/tools/tl-rs/recipe.toml +++ b/recipes/wip/tools/tl-rs/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/NewDawn0/tl" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/treq/recipe.toml b/recipes/wip/tools/treq/recipe.toml index 28e94d8f4..55764664f 100644 --- a/recipes/wip/tools/treq/recipe.toml +++ b/recipes/wip/tools/treq/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/talis-fb/TReq" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tools/xiu/recipe.toml b/recipes/wip/tools/xiu/recipe.toml index 608310b88..c53fb61fa 100644 --- a/recipes/wip/tools/xiu/recipe.toml +++ b/recipes/wip/tools/xiu/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/harlanc/xiu" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" diff --git a/recipes/wip/tui/gitui/recipe.toml b/recipes/wip/tui/gitui/recipe.toml index 248b6792c..e054e1924 100644 --- a/recipes/wip/tui/gitui/recipe.toml +++ b/recipes/wip/tui/gitui/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/extrawurst/gitui" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ DYNAMIC_INIT diff --git a/recipes/wip/tui/rust-kanban/recipe.toml b/recipes/wip/tui/rust-kanban/recipe.toml index 017dbaaeb..53dc8e7f7 100644 --- a/recipes/wip/tui/rust-kanban/recipe.toml +++ b/recipes/wip/tui/rust-kanban/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/yashs662/rust_kanban" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tui/terminusdm/recipe.toml b/recipes/wip/tui/terminusdm/recipe.toml index a37a8aecc..bcbc7a15b 100644 --- a/recipes/wip/tui/terminusdm/recipe.toml +++ b/recipes/wip/tui/terminusdm/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/sumoduduk/terminusdm" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tui/thesaurust/recipe.toml b/recipes/wip/tui/thesaurust/recipe.toml index 9bc83665a..563a56645 100644 --- a/recipes/wip/tui/thesaurust/recipe.toml +++ b/recipes/wip/tui/thesaurust/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/QuietPigeon2001/thesaurust" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tui/tooters/recipe.toml b/recipes/wip/tui/tooters/recipe.toml index 382f4bde7..1f6e974b2 100644 --- a/recipes/wip/tui/tooters/recipe.toml +++ b/recipes/wip/tui/tooters/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/joshka/tooters" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/tui/twitch-tui/recipe.toml b/recipes/wip/tui/twitch-tui/recipe.toml index 28a166577..ab884b629 100644 --- a/recipes/wip/tui/twitch-tui/recipe.toml +++ b/recipes/wip/tui/twitch-tui/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/Xithrius/twitch-tui" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/video/other/streamlib/recipe.toml b/recipes/wip/video/other/streamlib/recipe.toml index 05abc5c27..fe21d3388 100644 --- a/recipes/wip/video/other/streamlib/recipe.toml +++ b/recipes/wip/video/other/streamlib/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/streamlib/streamlib" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/video/other/yt-chanvids/recipe.toml b/recipes/wip/video/other/yt-chanvids/recipe.toml index c9a0bf717..f1e1d45a6 100644 --- a/recipes/wip/video/other/yt-chanvids/recipe.toml +++ b/recipes/wip/video/other/yt-chanvids/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/daniel-araujo/yt-chanvids" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/vm/virtualbox/recipe.toml b/recipes/wip/vm/virtualbox/recipe.toml index 26a78e72a..609484c0d 100644 --- a/recipes/wip/vm/virtualbox/recipe.toml +++ b/recipes/wip/vm/virtualbox/recipe.toml @@ -18,7 +18,7 @@ dependencies = [ "qt5-tools", "sdl1", "sdl2-ttf", - "openssl1", + "openssl3", "libvpx", "libxml2", "libxslt", diff --git a/recipes/wip/wayland/xwayland/recipe.toml b/recipes/wip/wayland/xwayland/recipe.toml index 3ac342a59..3594b1f28 100644 --- a/recipes/wip/wayland/xwayland/recipe.toml +++ b/recipes/wip/wayland/xwayland/recipe.toml @@ -19,7 +19,7 @@ dependencies = [ "libxau", "libx11", "libxcb", - "openssl1", + "openssl3", "freetype2", "libwayland", "libfontenc", diff --git a/recipes/wip/web/dirble/recipe.toml b/recipes/wip/web/dirble/recipe.toml index 1dcbfc7d5..c2810e6a5 100644 --- a/recipes/wip/web/dirble/recipe.toml +++ b/recipes/wip/web/dirble/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/Isona/dirble" [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/web/monolith/recipe.toml b/recipes/wip/web/monolith/recipe.toml index de4096e2d..83b1757ab 100644 --- a/recipes/wip/web/monolith/recipe.toml +++ b/recipes/wip/web/monolith/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/Y2Z/monolith" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" diff --git a/recipes/wip/web/pale-moon/recipe.toml b/recipes/wip/web/pale-moon/recipe.toml index 18aace631..b8e2b00c4 100644 --- a/recipes/wip/web/pale-moon/recipe.toml +++ b/recipes/wip/web/pale-moon/recipe.toml @@ -10,7 +10,7 @@ dependencies = [ "dbus", "mesa", "libxt", - "openssl1", + "openssl3", "sqlite3", "libpulse", "libalsa", diff --git a/recipes/wip/web/spider/recipe.toml b/recipes/wip/web/spider/recipe.toml index e153a9315..8108c18f4 100644 --- a/recipes/wip/web/spider/recipe.toml +++ b/recipes/wip/web/spider/recipe.toml @@ -4,7 +4,7 @@ git = "https://github.com/spider-rs/spider" [build] template = "custom" dependencies = [ - "openssl1", + "openssl3", ] script = """ cookbook_cargo_packages spider_cli diff --git a/recipes/wip/web/verso/recipe.toml b/recipes/wip/web/verso/recipe.toml index b83af1251..d5f095679 100644 --- a/recipes/wip/web/verso/recipe.toml +++ b/recipes/wip/web/verso/recipe.toml @@ -12,7 +12,7 @@ dependencies = [ "libffi", "libiconv", "libpng", - "openssl1", + "openssl3", "pcre", "zlib", ]