AutoBuild: openldap started at 2025-07-05-16UTC (#12148)

* OpenLDAP => 2.6.10

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to openldap

* Add built packages for linux/amd64 to openldap

* Add built packages for linux/arm/v7 to openldap

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-05 12:10:25 -05:00
committed by GitHub
parent 44ec58f554
commit 5bd2912664

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Openldap < Autotools
description 'OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.'
homepage 'https://www.openldap.org/'
version '2.6.9'
version '2.6.10'
license 'OpenLDAP and GPL-2'
compatibility 'all'
source_url "https://openldap.org/software/download/OpenLDAP/openldap-release/openldap-#{version}.tgz"
@@ -11,10 +11,10 @@ class Openldap < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f48ecd71d964e7c422a5f06a602c3ea49545dffa774fe4cfb89bb5d475a5490d',
armv7l: 'f48ecd71d964e7c422a5f06a602c3ea49545dffa774fe4cfb89bb5d475a5490d',
i686: 'db013c7fe3e73cd8ae0dabf876d5146dbb7c5438cdd1e9bff56f8d211f792d6c',
x86_64: '40578ae19ead9a8ccba67cad00b278bc3bef87a08cd4e075ba6cdcac51eba290'
aarch64: 'd8bb5325e395c903edeb8618df08d0ef66e7d3b06709e3826b918b3676dbf537',
armv7l: 'd8bb5325e395c903edeb8618df08d0ef66e7d3b06709e3826b918b3676dbf537',
i686: 'c2b276a5f1f926d5132606cd38737f327525308c50e76ead03bc54d1c64d19a1',
x86_64: '85636fa7fe52809a39b22c2bf69783fdc6a677bbb129da387d37426e354344e0'
})
depends_on 'e2fsprogs' => :build