tdb: update to 1.4.9

This commit is contained in:
Juergen Daubert 2023-01-20 10:50:12 +01:00
parent 7cb00be774
commit bad3cb28ec
3 changed files with 9 additions and 9 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
}