From 3d5756bc5b2fc2860560c7bcb5dabefbc5ab6def Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 19 May 2012 20:04:18 +0000 Subject: openldap 2.4.31-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openldap/.footprint.i686 | 1 + openldap/.footprint.x86_64 | 1 + openldap/.md5sum.i686 | 2 +- openldap/.md5sum.x86_64 | 2 +- openldap/Pkgfile | 12 ++++++------ 5 files changed, 10 insertions(+), 8 deletions(-) (limited to 'openldap') diff --git a/openldap/.footprint.i686 b/openldap/.footprint.i686 index 62c7dfde7..6179b2fde 100644 --- a/openldap/.footprint.i686 +++ b/openldap/.footprint.i686 @@ -53,6 +53,7 @@ drwxr-xr-x root/root etc/rc.d/rc6.d/ lrwxrwxrwx root/root etc/rc.d/rc6.d/K46openldap -> ../init.d/openldap drwxr-xr-x root/root etc/rc.d/rcS.d/ drwxr-xr-x root/root etc/sysconfig/ +-rw-r--r-- root/root etc/sysconfig/openldap drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/ldapadd -> ldapmodify diff --git a/openldap/.footprint.x86_64 b/openldap/.footprint.x86_64 index 62c7dfde7..6179b2fde 100644 --- a/openldap/.footprint.x86_64 +++ b/openldap/.footprint.x86_64 @@ -53,6 +53,7 @@ drwxr-xr-x root/root etc/rc.d/rc6.d/ lrwxrwxrwx root/root etc/rc.d/rc6.d/K46openldap -> ../init.d/openldap drwxr-xr-x root/root etc/rc.d/rcS.d/ drwxr-xr-x root/root etc/sysconfig/ +-rw-r--r-- root/root etc/sysconfig/openldap drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/ldapadd -> ldapmodify diff --git a/openldap/.md5sum.i686 b/openldap/.md5sum.i686 index 3c387a03f..46fa8b36f 100644 --- a/openldap/.md5sum.i686 +++ b/openldap/.md5sum.i686 @@ -1 +1 @@ -196023e552eeb259e048edcd61a9645b openldap-2.4.28.tgz +804c6cb5698db30b75ad0ff1c25baefd openldap-2.4.31.tgz diff --git a/openldap/.md5sum.x86_64 b/openldap/.md5sum.x86_64 index 3c387a03f..46fa8b36f 100644 --- a/openldap/.md5sum.x86_64 +++ b/openldap/.md5sum.x86_64 @@ -1 +1 @@ -196023e552eeb259e048edcd61a9645b openldap-2.4.28.tgz +804c6cb5698db30b75ad0ff1c25baefd openldap-2.4.31.tgz diff --git a/openldap/Pkgfile b/openldap/Pkgfile index 94c130027..d578b7a67 100644 --- a/openldap/Pkgfile +++ b/openldap/Pkgfile @@ -6,14 +6,14 @@ # Run on: libldap name=openldap -version=2.4.28 -release=2 +version=2.4.31 +release=1 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$name-$version.tgz) build() { - source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - tar xvf $scripts-$scriptsversion.tar.bz2 + source /etc/blfs-bootscripts + wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" @@ -64,7 +64,7 @@ build() { ln -s libldap_r.so libldap_r.so.2) || exit 1 # Installation of the script cd ../$scripts-$scriptsversion - make DESTDIR=$PKG install-openldap1 + make DESTDIR=$PKG install-openldap # Suppress files from libldap rm -r $PKG/usr/share/man/man{3,5} rm -r $PKG/usr/{lib,include} -- cgit v1.2.3-54-g00ecf