From 2606f3cfb63c55356d9aec970d01950e5e067378 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 15:47:34 +0200 Subject: [PATCH] samba: migrate to python 3 and openssl 3 --- net-fs/samba/samba-3.6.25.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-3.6.25.recipe b/net-fs/samba/samba-3.6.25.recipe index b214b0d84..3f98acd78 100644 --- a/net-fs/samba/samba-3.6.25.recipe +++ b/net-fs/samba/samba-3.6.25.recipe @@ -11,7 +11,7 @@ or server as if it were a Windows file and print server." HOMEPAGE="https://www.samba.org/" COPYRIGHT="1992-2015 Anrew Tridgell and the Samba Team" LICENSE="GNU GPL v3" -REVISION="10" +REVISION="11" SOURCE_URI="https://download.samba.org/pub/samba/samba-$portVersion.tar.gz" CHECKSUM_SHA256="8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751" PATCHES="samba-$portVersion.patchset" @@ -85,7 +85,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libiconv$secondaryArchSuffix devel:libintl$secondaryArchSuffix devel:libncurses$secondaryArchSuffix @@ -101,7 +101,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:perl cmd:pkg_config$secondaryArchSuffix - cmd:python + cmd:python3 cmd:which "