From e2c3c3a3b2b288306c5915dbad09daa2816b5f94 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 11:01:54 +0200 Subject: [PATCH] neon: use openssl 3 --- net-libs/neon/neon-0.32.5.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/neon/neon-0.32.5.recipe b/net-libs/neon/neon-0.32.5.recipe index fa8fe4210..c6b460165 100644 --- a/net-libs/neon/neon-0.32.5.recipe +++ b/net-libs/neon/neon-0.32.5.recipe @@ -20,7 +20,7 @@ HOMEPAGE="https://notroj.github.io/neon/ https://github.com/notroj/neon" COPYRIGHT="1999-2021 Joe Orton and others" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://notroj.github.io/neon/neon-$portVersion.tar.gz" CHECKSUM_SHA256="4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a" PATCHES="neon-$portVersion.patchset" @@ -62,9 +62,9 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libncurses$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libxml2$secondaryArchSuffix devel:libz$secondaryArchSuffix "