Revert "openldap: update to 2.4.46."

This reverts commit f56eee9944.
This commit is contained in:
Enno Boland 2018-03-29 13:00:49 +02:00
parent fc421abc82
commit 8d1068ef2e
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libldap'
pkgname=openldap
version=2.4.46
revision=1
version=2.4.45
revision=3
build_style=gnu-configure
configure_args="--prefix=/usr
--libexecdir=/usr/libexec
@ -13,15 +13,15 @@ configure_args="--prefix=/usr
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd
--enable-bdb --enable-hdb --enable-overlays=mod
--disable-static --with-yielding_select=yes --enable-modules"
hostmakedepends="automake groff libtool pkg-config"
makedepends="db-devel libltdl-devel libressl-devel libsasl-devel"
hostmakedepends="pkg-config groff automake libtool"
makedepends="libressl-devel libsasl-devel db-devel libltdl-devel"
conf_files="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
license="OLDAP-2.8"
license="OpenLDAP License v2.8 - BSD alike"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.openldap.org"
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
checksum=9a90dcb86b99ae790ccab93b7585a31fbcbeec8c94bf0f7ab0ca0a87ea0c4b2d
checksum=cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824
system_accounts="ldap"
ldap_homedir="/var/lib/openldap"