tdb: update to 1.2.11.

This commit is contained in:
Juan RP 2012-12-04 18:09:54 +01:00
parent 02a99cb86c
commit e1aece9c6b

View file

@ -1,6 +1,6 @@
# Template build file for 'tdb'. # Template build file for 'tdb'.
pkgname=tdb pkgname=tdb
version=1.2.10 version=1.2.11
revision=1 revision=1
subpackages="libtdb tdb-devel tdb-python" subpackages="libtdb tdb-devel tdb-python"
build_style=gnu-configure build_style=gnu-configure
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="http://tdb.samba.org/" homepage="http://tdb.samba.org/"
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz" distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
checksum=678c1d7e99a29a8d29669fdc76fdfd2f44d7fad2e362b40cd93deceb181b8b6e checksum=f10eae6361b033131d2deebfcccbcaeb3d8006747005f5240d68e8b70632f6c2
long_desc=" long_desc="
This is a simple database API. It is modelled after the structure of GDBM. This is a simple database API. It is modelled after the structure of GDBM.
TDB features, unlike GDBM, multiple writers support with appropriate locking TDB features, unlike GDBM, multiple writers support with appropriate locking