# HG changeset patch # User Pascal Bellard # Date 1253911782 -7200 # Node ID f49a55eb6ce702193d02c638f9dfdc633744a374 # Parent 7097a62c33a16eec4ce1cfc1f7dc6274aea13e0b Up openldap (2.4.16) diff -r 7097a62c33a1 -r f49a55eb6ce7 libldap/receipt --- a/libldap/receipt Fri Sep 25 22:11:07 2009 +0200 +++ b/libldap/receipt Fri Sep 25 22:49:42 2009 +0200 @@ -1,11 +1,10 @@ # SliTaz package receipt. PACKAGE="libldap" -VERSION="2.3.39" +VERSION="2.4.16" CATEGORY="misc" SHORT_DESC="LDAP database libraries." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-stable-20071118.tgz" WEB_SITE="http://www.openldap.org/" DEPENDS="cyrus-sasl openssl" WANTED="openldap" diff -r 7097a62c33a1 -r f49a55eb6ce7 openldap-dev/receipt --- a/openldap-dev/receipt Fri Sep 25 22:11:07 2009 +0200 +++ b/openldap-dev/receipt Fri Sep 25 22:49:42 2009 +0200 @@ -1,11 +1,10 @@ # SliTaz package receipt. PACKAGE="openldap-dev" -VERSION="2.3.39" +VERSION="2.4.16" CATEGORY="development" SHORT_DESC="LDAP database development files." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-stable-20071118.tgz" WEB_SITE="http://www.openldap.org/" WANTED="openldap" diff -r 7097a62c33a1 -r f49a55eb6ce7 openldap/receipt --- a/openldap/receipt Fri Sep 25 22:11:07 2009 +0200 +++ b/openldap/receipt Fri Sep 25 22:49:42 2009 +0200 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="openldap" -VERSION="2.3.39" +VERSION="2.4.16" CATEGORY="misc" SHORT_DESC="LDAP database system." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-stable-20071118.tgz" +TARBALL="$PACKAGE-stable-20090411.tgz" WEB_SITE="http://www.openldap.org/" WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" DEPENDS="libdb openssl cyrus-sasl" @@ -20,8 +20,9 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --localstatedir=/var \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && + --mandir=/usr/share/man $CONFIGURE_ARGS + which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/' + make CPPFLAGS=-D_GNU_SOURCE && make DESTDIR=$PWD/_pkg install }