From 1f1731e34783b5babc8b0751d0fb7e1fdac19831 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Dec 2014 09:50:27 +0100 Subject: [PATCH] libldap: update to 2.4.40. --- srcpkgs/libldap/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libldap/template b/srcpkgs/libldap/template index 41d29f051fc..76287549770 100644 --- a/srcpkgs/libldap/template +++ b/srcpkgs/libldap/template @@ -1,7 +1,7 @@ # Template file for 'libldap' pkgname=libldap -version=2.4.38 -revision=5 +version=2.4.40 +revision=1 wrksrc="openldap-${version}" build_style=gnu-configure configure_args="--enable-dynamic --enable-proctitle --with-tls @@ -18,7 +18,7 @@ homepage="http://www.openldap.org" update_site="${homepage}/software/download/" update_pkgname=openldap distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz" -checksum=88209a3599ec5d9354fc09bbe29b99db1ffa1b612127c06bad0c5265d0b31fd1 +checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb pre_configure() { sed -e '/^STRIP/s,-s,,g' -i build/top.mk @@ -34,7 +34,7 @@ post_install() { rm -f ${DESTDIR}/usr/share/man/man5/* mv ${DESTDIR}/usr/share/man/ldap.conf.5 ${DESTDIR}/usr/share/man/man5 # License - vinstall LICENSE 644 usr/share/licenses/$pkgname + vlicense LICENSE chmod 755 ${DESTDIR}/usr/lib/*.so.* }