openldap: update to 2.4.46.

Closes: #12823 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-23 00:43:52 -03:00 committed by Michael Aldridge
parent 0f7da3dd4b
commit f56eee9944

View file

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