Merge branch 'openldap-2.6.4' into 'main'

bump openldap to 2.6.4

See merge request glicid-public/guix-glicid!212
This commit is contained in:
Jean-François GUILLAUME 2023-02-16 10:08:37 +00:00
commit 630ad65c17

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