![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 6b38cc92111fc7a550db0ca047863a0ed1075903 Author: Juergen Daubert <jue@jue.li> Date: Wed Aug 21 10:10:46 2019 +0200 tdb: update to 1.4.2 diff --git a/tdb/.footprint b/tdb/.footprint index 1659ee2af..c9968b586 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.4.0 -lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.0 --rwxr-xr-x root/root usr/lib/libtdb.so.1.4.0 +lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.4.2 +lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.2 +-rwxr-xr-x root/root usr/lib/libtdb.so.1.4.2 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/python3.7/ diff --git a/tdb/.signature b/tdb/.signature index 911b6c968..1640764f2 100644 --- a/tdb/.signature +++ b/tdb/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Tz0E31l3u0SHe8zU+8gBp/IITtMDCqD2TdRlIxYp4eM0u0A3jtIvUnIwLksx3paSBjA/8SwyktQ2RyohF/S4QM= -SHA256 (Pkgfile) = 1805f5a55607a966efd27d9696b1bfa07a084bc55c42fafec5b9dc34679a59c6 -SHA256 (.footprint) = e4d42d08366e339c20040739eb539c78113a3b42a7b23e1525e9f4fdba8096f7 -SHA256 (tdb-1.4.0.tar.gz) = c1a0729c5400fb495465fa4bd953ae290db43c28dacd0506aef50dc482132d35 +RWSE3ohX2g5d/el7gMd7nvmQNTrZEQQwFYGQGN+BVnGTzu7VdQsUk+XCB9dMr8mFgLrZ3wUPcNoxfU5UFzXHpCDHTMXqDeKHjgg= +SHA256 (Pkgfile) = 56ae8205d4c783f5800705b99f8473d6bfd3cf835c119804ced9dbef61457bf6 +SHA256 (.footprint) = 694ac8e4c21c2285efad33c5662951a41fa779b8e9dd7532f09cf1c6068b8119 +SHA256 (tdb-1.4.2.tar.gz) = 9040b2cce4028e392f063f91bbe76b8b28fecc2b7c0c6071c67b5eb3168e004a SHA256 (tdb-man-pages.tar.xz) = 4ba01bfb0ea6d3572a00b1993783053d42170299cda5fa842629a231b957ae2f diff --git a/tdb/Pkgfile b/tdb/Pkgfile index fbffdf9a8..2978aa62d 100644 --- a/tdb/Pkgfile +++ b/tdb/Pkgfile @@ -1,10 +1,10 @@ # Description: Trivial DataBase similar to gdbm # URL: https://tdb.samba.org/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: attr python3 +# Depends on: python3 name=tdb -version=1.4.0 +version=1.4.2 release=1 source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz $name-man-pages.tar.xz)