tevent: update to 0.9.38

This commit is contained in:
Juergen Daubert 2019-01-16 12:23:45 +01:00
parent c70515f217
commit cd3f2e57b1
3 changed files with 13 additions and 8 deletions

View File

@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/tevent.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.37
lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.37
-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.37
lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.38
lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.38
-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.38
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc
drwxr-xr-x root/root usr/lib/python2.7/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TnL5+cYJ2NOAON89le771vfRM09+CzXkXeWBEteAyE+zt91mebe5U651mbcZ7Kk2CGVhmxnyUpw9Fzz0PvmnAE=
SHA256 (Pkgfile) = 4f42f25a620471d1885976e267df2a644cf441c2f520b290fd8510e698120c35
SHA256 (.footprint) = 0bcd597ba616a73628b45dfc49101a89d087a66c617ad12a79beb9b451499903
SHA256 (tevent-0.9.37.tar.gz) = 168345ed65eac03785cf77b95238e7dc66cbb473a42811693a6b0916e5dae7e0
RWSE3ohX2g5d/RZrxopkfaFvRbrUEYYaKg74SRepKWOjnQMlKXrV9u34LM3ZmVz4Gi5PDaOrCMJ5xdL64v0OHxdeguiof6SAug4=
SHA256 (Pkgfile) = 424471c8cefc400aff81cca7e2998f0ade06572187d97acd173c3a904fc62973
SHA256 (.footprint) = 833baf58e1ca433a7c960de9ee595465dd7ec3936a8d019c60e627e41ae30fd6
SHA256 (tevent-0.9.38.tar.gz) = 9e464550d995c6445045a2a8135db81b7d54e9e95163f337c745f7a89c7d0d62

View File

@ -4,15 +4,20 @@
# Depends on: talloc
name=tevent
version=0.9.37
version=0.9.38
release=1
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
sed '/^WAF_BINARY/s|../.||' -i Makefile
export PYTHON=python2
./configure \
--bundled-libraries=NONE \
--prefix=/usr
make
make DESTDIR=$PKG install
}