From 0e8ff9b52ab0e50c28c11425203f63f02a602b8e Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 8 Aug 2024 14:28:21 -0400 Subject: [PATCH] Bump more packages to use openssl3. --- dev-lang/python/python3.10-3.10.14.recipe | 4 ++-- dev-lang/python/python3.11-3.11.9.recipe | 4 ++-- dev-lang/python/python3.12-3.12.4.recipe | 4 ++-- dev-lang/python/python3.9-3.9.19.recipe | 4 ++-- net-misc/openssh/openssh-9.8p1.recipe | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-lang/python/python3.10-3.10.14.recipe b/dev-lang/python/python3.10-3.10.14.recipe index ff11e1b1f..d0db85c25 100644 --- a/dev-lang/python/python3.10-3.10.14.recipe +++ b/dev-lang/python/python3.10-3.10.14.recipe @@ -11,7 +11,7 @@ OSI-approved open source license." HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" -REVISION="3" +REVISION="4" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" CHECKSUM_SHA256="9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda" SOURCE_DIR="Python-$portVersion" @@ -79,7 +79,7 @@ REQUIRES=" lib:liblzma$secondaryArchSuffix lib:libncursesw$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix - lib:libssl$secondaryArchSuffix + lib:libssl$secondaryArchSuffix >= 3 lib:libz$secondaryArchSuffix " REPLACES=" diff --git a/dev-lang/python/python3.11-3.11.9.recipe b/dev-lang/python/python3.11-3.11.9.recipe index 95e1c0eda..301f6551d 100644 --- a/dev-lang/python/python3.11-3.11.9.recipe +++ b/dev-lang/python/python3.11-3.11.9.recipe @@ -11,7 +11,7 @@ OSI-approved open source license." HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" CHECKSUM_SHA256="9b1e896523fc510691126c864406d9360a3d1e986acbda59cda57b5abda45b87" SOURCE_DIR="Python-$portVersion" @@ -79,7 +79,7 @@ REQUIRES=" lib:liblzma$secondaryArchSuffix lib:libncursesw$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix - lib:libssl$secondaryArchSuffix + lib:libssl$secondaryArchSuffix >= 3 lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" diff --git a/dev-lang/python/python3.12-3.12.4.recipe b/dev-lang/python/python3.12-3.12.4.recipe index 0eed514a8..e828661ee 100644 --- a/dev-lang/python/python3.12-3.12.4.recipe +++ b/dev-lang/python/python3.12-3.12.4.recipe @@ -11,7 +11,7 @@ OSI-approved open source license." HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-${portVersion}.tar.xz" CHECKSUM_SHA256="f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554" SOURCE_DIR="Python-$portVersion" @@ -59,7 +59,7 @@ REQUIRES=" lib:liblzma$secondaryArchSuffix lib:libncurses$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix - lib:libssl$secondaryArchSuffix + lib:libssl$secondaryArchSuffix >= 3 lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" diff --git a/dev-lang/python/python3.9-3.9.19.recipe b/dev-lang/python/python3.9-3.9.19.recipe index 83ed8630c..740e1e73b 100644 --- a/dev-lang/python/python3.9-3.9.19.recipe +++ b/dev-lang/python/python3.9-3.9.19.recipe @@ -11,7 +11,7 @@ OSI-approved open source license." HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" CHECKSUM_SHA256="d4892cd1618f6458cb851208c030df1482779609d0f3939991bd38184f8c679e" SOURCE_DIR="Python-$portVersion" @@ -93,7 +93,7 @@ BUILD_REQUIRES=" devel:liblzma$secondaryArchSuffix devel:libncursesw$secondaryArchSuffix devel:libsqlite3$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" diff --git a/net-misc/openssh/openssh-9.8p1.recipe b/net-misc/openssh/openssh-9.8p1.recipe index 733158162..55ff62495 100644 --- a/net-misc/openssh/openssh-9.8p1.recipe +++ b/net-misc/openssh/openssh-9.8p1.recipe @@ -16,7 +16,7 @@ ssh-keyscan, ssh-keygen and sftp-server." HOMEPAGE="http://www.openssh.com/" COPYRIGHT="2005-2020 Tatu Ylonen et al." LICENSE="OpenSSH" -REVISION="1" +REVISION="2" SOURCE_URI="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$portVersion.tar.gz" CHECKSUM_SHA256="dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3" PATCHES="openssh-$portVersion.patchset" @@ -74,10 +74,10 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel - devel:libcrypto + devel:libcrypto >= 3 devel:libedit devel:libncurses - devel:libssl + devel:libssl >= 3 devel:libz " BUILD_PREREQUIRES="