Update bind_utils for openssl3

This commit is contained in:
PulkoMandy
2024-08-10 10:10:24 +02:00
parent 2d7f42b761
commit 07fe295ed6

View File

@@ -3,7 +3,7 @@ DESCRIPTION="bind_utils is a collection of DNS troubleshooting applications"
HOMEPAGE="https://isc.org"
COPYRIGHT="Internet Systems Consortium, Inc. ('ISC')"
LICENSE="MPL v2.0"
REVISION="1"
REVISION="2"
SOURCE_URI="ftp://ftp.isc.org/isc/bind9/$portVersion/bind-$portVersion.tar.xz"
CHECKSUM_SHA256="816dbaa3c115019f30fcebd9e8ef8f7637f4adde91c79daa099b035255a15795"
SOURCE_DIR="bind-$portVersion"
@@ -34,7 +34,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libuv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal