From f04c79cc3bbb2c9658a2191375fad033281da0f2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 24 Aug 2025 17:45:33 +0200 Subject: [PATCH] openldap, bump to 2.6.10 (#12817) --- ...penldap-2.6.6.recipe => openldap-2.6.10.recipe} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename net-nds/openldap/{openldap-2.6.6.recipe => openldap-2.6.10.recipe} (90%) diff --git a/net-nds/openldap/openldap-2.6.6.recipe b/net-nds/openldap/openldap-2.6.10.recipe similarity index 90% rename from net-nds/openldap/openldap-2.6.6.recipe rename to net-nds/openldap/openldap-2.6.10.recipe index 5b35697bf..b176ae4cd 100644 --- a/net-nds/openldap/openldap-2.6.6.recipe +++ b/net-nds/openldap/openldap-2.6.10.recipe @@ -4,12 +4,12 @@ robust, commercial-grade, fully featured, and open source LDAP suite of \ applications and development tools. The project is managed by a worldwide \ coummunity of volunteers that use the Internet to communicate, plan, and \ develop the OpenLDAP Suite and its related documentation." -COPYRIGHT="1998-2016 The OpenLDAP Foundation" +COPYRIGHT="1998-2024 The OpenLDAP Foundation" HOMEPAGE="https://www.openldap.org/" LICENSE="OpenLDAP Public License" -REVISION="2" -SOURCE_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$portVersion.tgz" -CHECKSUM_SHA256="082e998cf542984d43634442dbe11da860759e510907152ea579bdc42fe39ea0" +REVISION="1" +SOURCE_URI="https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-$portVersion.tgz" +CHECKSUM_SHA256="c065f04aad42737aebd60b2fe4939704ac844266bc0aeaa1609f0cad987be516" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -76,16 +76,16 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix >= 3 - devel:libssl$secondaryArchSuffix >= 3 + devel:libcrypto$secondaryArchSuffix + devel:libssl$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal cmd:autoreconf - cmd:make cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix + cmd:make cmd:pkg_config$secondaryArchSuffix cmd:soelim "