![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit cd3f2e57b101b008289b525e82554a9e936abc77 Author: Juergen Daubert <jue@jue.li> Date: Wed Jan 16 12:23:45 2019 +0100 tevent: update to 0.9.38 diff --git a/tevent/.footprint b/tevent/.footprint index 1efd708cd..15ef522df 100644 --- a/tevent/.footprint +++ b/tevent/.footprint @@ -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/ diff --git a/tevent/.signature b/tevent/.signature index 4db93206a..5fd046f36 100644 --- a/tevent/.signature +++ b/tevent/.signature @@ -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 diff --git a/tevent/Pkgfile b/tevent/Pkgfile index 8a443b222..a523d2494 100644 --- a/tevent/Pkgfile +++ b/tevent/Pkgfile @@ -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 }