ports/opt (3.7): tdb: update to 1.4.9
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit bad3cb28ec2e701f99ae4faf780acb56fe86eb35 Author: Juergen Daubert <jue@jue.li> Date: Fri Jan 20 10:50:12 2023 +0100 tdb: update to 1.4.9 diff --git a/tdb/.footprint b/tdb/.footprint index fefb73178..41a79e264 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.7 -lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.7 --rwxr-xr-x root/root usr/lib/libtdb.so.1.4.7 +lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.4.8 +lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.8 +-rwxr-xr-x root/root usr/lib/libtdb.so.1.4.8 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.10/ diff --git a/tdb/.signature b/tdb/.signature index 19de505ff..a04cd7fb9 100644 --- a/tdb/.signature +++ b/tdb/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YeBD7e1MQOU5KAUY4PjKk2Fv+SnegCmMAAb4oRgk2yI2ZFnFJPabC+6xF+hkYadooSkMsg0Pj4+CKsQBIR1Zgo= -SHA256 (Pkgfile) = be55d3e20a1351ee1fcdf680dac80fdbaf226c4c3770497182c367c6166b3d4d -SHA256 (.footprint) = 8aa8ac5d683c07fe0767c1339a5dac0d2a6056bfeb1d0db486c32b4188b4e439 -SHA256 (tdb-1.4.7.tar.gz) = a4fb168def533f31ff2c07f7d9844bb3131e6799f094ebe77d0380adc987c20e +RWSE3ohX2g5d/QtSOEoF65fzo8vvGowOvF3DBO37bHa/GQwLMuc379utJTP0fE9FOaai1IVrBDTB+gjNYI7zRW6a9WFUc6oHTAc= +SHA256 (Pkgfile) = 773c1c9184fab2acc1987b31638b4d7d248a8e9abf57139a178a41f6faf0a54d +SHA256 (.footprint) = eb2e2ba1d3375de80b56ecda206a73908b4b8e9fe715ef8e6f27ce15ea854414 +SHA256 (tdb-1.4.8.tar.gz) = 8434c9c857d13ce3fa8466f75601f25c3693676b36919f159e0ad6121baf5ce8 SHA256 (tdb-man-pages.tar.xz) = 4ba01bfb0ea6d3572a00b1993783053d42170299cda5fa842629a231b957ae2f diff --git a/tdb/Pkgfile b/tdb/Pkgfile index 8d6f0cc2b..776536e9e 100644 --- a/tdb/Pkgfile +++ b/tdb/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3 name=tdb -version=1.4.7 +version=1.4.8 release=1 source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz $name-man-pages.tar.xz) @@ -17,5 +17,5 @@ build() { make DESTDIR=$PKG install install -d $PKG/usr/share/man/man8 - install -m 0644 $SRC/*.8 $PKG/usr/share/man/man8 + install -m 0644 $SRC/tdb[!-]*.8 $PKG/usr/share/man/man8 }
participants (1)
-
crux@crux.nu