# HG changeset patch # User Christopher Rogers # Date 1287443426 0 # Node ID b87e77db07eb41cedfea06ccb1e68510a5acb160 # Parent 97d0c482ac0aa4bf6fa77ebf0117d7e192b8e2c7 Up: openldap to 2.4.23. diff -r 97d0c482ac0a -r b87e77db07eb libldap/receipt --- a/libldap/receipt Mon Oct 18 18:58:32 2010 +0000 +++ b/libldap/receipt Mon Oct 18 23:10:26 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libldap" -VERSION="2.4.16" +VERSION="2.4.23" CATEGORY="misc" SHORT_DESC="LDAP database libraries." MAINTAINER="pascal.bellard@slitaz.org" diff -r 97d0c482ac0a -r b87e77db07eb openldap-dev/receipt --- a/openldap-dev/receipt Mon Oct 18 18:58:32 2010 +0000 +++ b/openldap-dev/receipt Mon Oct 18 23:10:26 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openldap-dev" -VERSION="2.4.16" +VERSION="2.4.23" CATEGORY="development" SHORT_DESC="LDAP database development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 97d0c482ac0a -r b87e77db07eb openldap/receipt --- a/openldap/receipt Mon Oct 18 18:58:32 2010 +0000 +++ b/openldap/receipt Mon Oct 18 23:10:26 2010 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="openldap" -VERSION="2.4.16" +VERSION="2.4.23" CATEGORY="misc" SHORT_DESC="LDAP database system." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-stable-20090411.tgz" +TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.openldap.org/" -WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" +WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-release/$TARBALL" DEPENDS="libdb openssl cyrus-sasl libkrb5 libcomerr3 util-linux-ng-uuid icu \ gcc-lib-base" BUILD_DEPENDS="db-dev libdb" @@ -40,11 +40,6 @@ cp -a $_pkg/var $fs cp -a stuff/etc/init.d $fs/etc chmod 700 $fs/var/openldap-data $fs/etc/openldap - # Package all mysql pkgs - for i in $(cd $WOK; ls -d openldap-* libldap*) - do - tazwok genpkg $i - done } # Pre and post install commands for Tazpkg.