diff --git a/tdb/.footprint b/tdb/.footprint index 655f703ec..091d13a9b 100644 --- a/tdb/.footprint +++ b/tdb/.footprint @@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tdb.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.3.0 -lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.3.0 --rwxr-xr-x root/root usr/lib/libtdb.so.1.3.0 +lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.3.1 +lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.3.1 +-rwxr-xr-x root/root usr/lib/libtdb.so.1.3.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc drwxr-xr-x root/root usr/lib/python2.7/ diff --git a/tdb/.md5sum b/tdb/.md5sum index 2da782a9f..e6cbec4ec 100644 --- a/tdb/.md5sum +++ b/tdb/.md5sum @@ -1,3 +1,2 @@ -6d0ef98fea354de03c423c6ada908c86 0001-tdb-include-include-stdbool.h-in-tdb.h.patch -f18cd6afc4f5670edfe58f72d2665f94 tdb-1.3.0.tar.gz -5b28be5fb8107988aaa0ff4b650fb296 tdb-man-1.3.0.tar.xz +f597190451d976fe013dfae9934fb9ad tdb-1.3.1.tar.gz +39793f9c3e4b06a26e6d8d05d456338c tdb-man-1.3.1.tar.xz diff --git a/tdb/0001-tdb-include-include-stdbool.h-in-tdb.h.patch b/tdb/0001-tdb-include-include-stdbool.h-in-tdb.h.patch deleted file mode 100644 index 756eaaeeb..000000000 --- a/tdb/0001-tdb-include-include-stdbool.h-in-tdb.h.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Fri, 23 May 2014 10:08:14 -0700 -Subject: [PATCH] tdb/include: include stdbool.h in tdb.h - -Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does -not include stdbool.h. This causes any build including tdb.h to fail, at least -for me with GCC 4.9.0. ---- - lib/tdb/include/tdb.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h -index 5ea5e60..03e429c 100644 ---- a/lib/tdb/include/tdb.h -+++ b/lib/tdb/include/tdb.h -@@ -31,6 +31,7 @@ extern "C" { - #endif - - #include -+#include - - /** - * @defgroup tdb The tdb API --- -1.9.3 - diff --git a/tdb/Pkgfile b/tdb/Pkgfile index c05631b08..95880dc19 100644 --- a/tdb/Pkgfile +++ b/tdb/Pkgfile @@ -4,15 +4,13 @@ # Depends on: python name=tdb -version=1.3.0 -release=2 +version=1.3.1 +release=1 source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz - $name-man-$version.tar.xz - 0001-tdb-include-include-stdbool.h-in-tdb.h.patch) + $name-man-$version.tar.xz) build () { cd $name-$version - patch -p3 -i $SRC/0001-tdb-include-include-stdbool.h-in-tdb.h.patch ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install diff --git a/tdb/tdb-man-1.3.0.tar.xz b/tdb/tdb-man-1.3.0.tar.xz deleted file mode 100644 index 657962078..000000000 Binary files a/tdb/tdb-man-1.3.0.tar.xz and /dev/null differ diff --git a/tdb/tdb-man-1.3.1.tar.xz b/tdb/tdb-man-1.3.1.tar.xz new file mode 100644 index 000000000..e5e636d12 Binary files /dev/null and b/tdb/tdb-man-1.3.1.tar.xz differ