bump openldap to 2.6.4

This commit is contained in:
Jean-François GUILLAUME 2023-02-16 11:07:48 +01:00
parent 3bcbcab34b
commit 29c2c06e67
GPG key ID: 38751DAE145EFB5A

View file

@ -24,11 +24,11 @@
(define-public openldap
(package
(name "openldap")
(version "2.6.3")
(version "2.6.4")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-" version ".tgz")))
(sha256 (base32 "0ihddk8c6hg9lkjv0wk0w13g8kb75r8dfsn1n6b77mzk3pbs38nj"))))
(sha256 (base32 "1489li52sjxm1f97v927jxaxzfk6v9sa32ixrw30qhvq07jh85ym"))))
(build-system gnu-build-system)
(inputs (list argon2 cyrus-sasl openssl libevent libgcrypt libltdl lz4 perl snappy unixodbc wiredtiger zlib))
(native-inputs (list bdb groff libtool pkg-config))
@ -89,5 +89,3 @@
Authentication Module} (PAM) to do identity and authentication management with
an LDAP server.")
(license license:lgpl2.1+)))
openldap