mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 00:02:57 +02:00
openldap: update to 2.4.57.
- enable meta backend module
This commit is contained in:
parent
a1acaba55a
commit
62150141de
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openldap'
|
# Template file for 'openldap'
|
||||||
pkgname=openldap
|
pkgname=openldap
|
||||||
version=2.4.56
|
version=2.4.57
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr
|
configure_args="--prefix=/usr
|
||||||
|
@ -8,10 +8,10 @@ configure_args="--prefix=/usr
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
--localstatedir=/var/lib/openldap
|
--localstatedir=/var/lib/openldap
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
--enable-dynamic --enable-proctitle --with-tls
|
--enable-dynamic --enable-proctitle --with-tls --enable-ldap
|
||||||
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
||||||
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd
|
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd
|
||||||
--enable-bdb --enable-hdb --enable-overlays=mod
|
--enable-bdb --enable-hdb --enable-overlays=mod --enable-meta=mod
|
||||||
--disable-static --with-yielding_select=yes --enable-modules"
|
--disable-static --with-yielding_select=yes --enable-modules"
|
||||||
hostmakedepends="pkg-config groff automake libtool"
|
hostmakedepends="pkg-config groff automake libtool"
|
||||||
makedepends="libressl-devel libsasl-devel db-devel libltdl-devel"
|
makedepends="libressl-devel libsasl-devel db-devel libltdl-devel"
|
||||||
|
@ -22,7 +22,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="OLDAP-2.0"
|
license="OLDAP-2.0"
|
||||||
homepage="http://www.openldap.org"
|
homepage="http://www.openldap.org"
|
||||||
distfiles="https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${version}.tgz"
|
distfiles="https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${version}.tgz"
|
||||||
checksum=25520e0363c93f3bcb89802a4aa3db33046206039436e0c7c9262db5a61115e0
|
checksum=c7ba47e1e6ecb5b436f3d43281df57abeffa99262141aec822628bc220f6b45a
|
||||||
|
|
||||||
system_accounts="ldap"
|
system_accounts="ldap"
|
||||||
ldap_homedir="/var/lib/openldap"
|
ldap_homedir="/var/lib/openldap"
|
||||||
|
|
Loading…
Add table
Reference in a new issue