wok rev 6796
Up: openldap to 2.4.23.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 23:10:26 2010 +0000 (2010-10-18) |
parents | 97d0c482ac0a |
children | 296154874cf9 |
files | libldap/receipt openldap-dev/receipt openldap/receipt |
line diff
1.1 --- a/libldap/receipt Mon Oct 18 18:58:32 2010 +0000 1.2 +++ b/libldap/receipt Mon Oct 18 23:10:26 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libldap" 1.7 -VERSION="2.4.16" 1.8 +VERSION="2.4.23" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="LDAP database libraries." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/openldap-dev/receipt Mon Oct 18 18:58:32 2010 +0000 2.2 +++ b/openldap-dev/receipt Mon Oct 18 23:10:26 2010 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openldap-dev" 2.7 -VERSION="2.4.16" 2.8 +VERSION="2.4.23" 2.9 CATEGORY="development" 2.10 SHORT_DESC="LDAP database development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/openldap/receipt Mon Oct 18 18:58:32 2010 +0000 3.2 +++ b/openldap/receipt Mon Oct 18 23:10:26 2010 +0000 3.3 @@ -1,13 +1,13 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="openldap" 3.7 -VERSION="2.4.16" 3.8 +VERSION="2.4.23" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="LDAP database system." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 -TARBALL="$PACKAGE-stable-20090411.tgz" 3.13 +TARBALL="$PACKAGE-$VERSION.tgz" 3.14 WEB_SITE="http://www.openldap.org/" 3.15 -WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" 3.16 +WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-release/$TARBALL" 3.17 DEPENDS="libdb openssl cyrus-sasl libkrb5 libcomerr3 util-linux-ng-uuid icu \ 3.18 gcc-lib-base" 3.19 BUILD_DEPENDS="db-dev libdb" 3.20 @@ -40,11 +40,6 @@ 3.21 cp -a $_pkg/var $fs 3.22 cp -a stuff/etc/init.d $fs/etc 3.23 chmod 700 $fs/var/openldap-data $fs/etc/openldap 3.24 - # Package all mysql pkgs 3.25 - for i in $(cd $WOK; ls -d openldap-* libldap*) 3.26 - do 3.27 - tazwok genpkg $i 3.28 - done 3.29 } 3.30 3.31 # Pre and post install commands for Tazpkg.