Date: Tuesday, January 15, 2019 @ 20:31:50 Author: heftig Revision: 344174
0.7+18+g1b5f401-1 Modified: avahi/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-15 20:31:03 UTC (rev 344173) +++ PKGBUILD 2019-01-15 20:31:50 UTC (rev 344174) @@ -3,8 +3,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=avahi -pkgver=0.7+16+g1cc2b8e -pkgrel=2 +pkgver=0.7+18+g1b5f401 +pkgrel=1 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour' url='https://github.com/lathiat/avahi' license=(LGPL) @@ -24,7 +24,7 @@ 'python-dbus: avahi-discover') backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action} usr/lib/avahi/service-types.db) -_commit=1cc2b8e8d62e939b8bd683f795794878863931af # master +_commit=1b5f401f64d7bed40c4335b0327acf4125da3086 # pull/115/merge~2 source=("git+https://github.com/lathiat/avahi#commit=$_commit") sha512sums=('SKIP') @@ -35,6 +35,10 @@ prepare() { cd $pkgname + + # CVE-2017-6519 CVE-2018-100084 + git cherry-pick -n e111def44a7df4624a4aa3f85fe98054bffb6b4f + NOCONFIGURE=1 ./autogen.sh } @@ -47,6 +51,7 @@ --sysconfdir=/etc \ --localstatedir=/var \ --sbindir=/usr/bin \ + with_dbus_sys=/usr/share/dbus-1/system.d \ --disable-monodoc \ --enable-compat-libdns_sd \ --with-distro=archlinux \
