samba: migrate to python 3 and openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 15:47:34 +02:00
parent fa3ed12bad
commit 2606f3cfb6

View File

@@ -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
"