Ruixi Zhou [Sun, 12 Aug 2018 06:23:50 +0000 (14:23 +0800)]
nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)
Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with
http_dav_module. But most WebDAV clients that require additional WebDAV
methods (PROPFIND & OPTIONS) to operate. Add missing methods support
with Arutyunyan Roman (arutyunyan.roman@gmail.com)'s nginx-dav-ext-module.
(see: http://nginx.org/en/docs/http/ngx_http_dav_module.html
https://github.com/arut/nginx-dav-ext-module)
Example config:
location / {
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;
root /var/root/;
}
Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
Hannu Nyman [Mon, 20 Aug 2018 17:08:43 +0000 (20:08 +0300)]
Merge pull request #6602 from neheb/patch-17
evtest: Switch to tarballs
Dirk Brenken [Mon, 20 Aug 2018 16:14:56 +0000 (18:14 +0200)]
Merge pull request #6668 from cotequeiroz/emailrelay_pam
emailrelay: avoind linking with -lpam
Dirk Brenken [Mon, 20 Aug 2018 16:04:16 +0000 (18:04 +0200)]
Merge pull request #6747 from mark0n/fix-curl-variable
ddns-scripts: Fix problems detecting if curl is SSL capable
Martin Konrad [Mon, 13 Aug 2018 03:19:08 +0000 (23:19 -0400)]
ddns-scripts_route53-v1: Fix problems detecting curl
Ensure cURL is installed and has SSL support. This fixes
issue 6744.
Signed-off-by: Martin Konrad <info@martin-konrad.net>
Hannu Nyman [Mon, 20 Aug 2018 15:04:29 +0000 (18:04 +0300)]
Merge pull request #6789 from Ansuel/fixuwsgi
uwsgi-cgi: improve luci support
Hannu Nyman [Mon, 20 Aug 2018 15:04:05 +0000 (18:04 +0300)]
Merge pull request #6788 from Ansuel/fixnginx
nginx: improve luci config
Ansuel Smith [Sat, 18 Aug 2018 17:04:47 +0000 (19:04 +0200)]
uwsgi-cgi: improve luci support
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Ansuel Smith [Sat, 18 Aug 2018 17:11:33 +0000 (19:11 +0200)]
nginx: improve luci config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Karl Palsson [Mon, 20 Aug 2018 09:30:12 +0000 (09:30 +0000)]
net/mosquitto: update to 1.5.1
Bugfix release. Full changelog at:
https://mosquitto.org/blog/2018/08/version-151-released/
Of most interest to OpenWrt:
* Remove use of AI_ADDRCONFIG, which means the broker can be used on systems where only the loopback interface is defined.
* Fix IPv6 addresses not being able to be used as bridge addresses.
* Fix problem opening listeners on Pi caused by unsigned char being default.
* Fix segfault on startup if bridge CA certificates could not be read.
* Fix possible endian issue when reading the memory_limit option.
* library and client bugfixes including: https://github.com/openwrt/packages/issues/6765
Signed-off-by: Karl Palsson <karlp@etactica.com>
Dirk Brenken [Mon, 20 Aug 2018 08:17:57 +0000 (10:17 +0200)]
Merge pull request #6810 from Andy2244/rpcbind-update
rpcbind: update to 1.2.5
Dirk Brenken [Mon, 20 Aug 2018 07:49:01 +0000 (09:49 +0200)]
Merge pull request #6784 from neheb/patch-21
python-pyasn1: Update to 0.4.4
Dirk Brenken [Mon, 20 Aug 2018 07:25:32 +0000 (09:25 +0200)]
Merge pull request #6785 from neheb/patch-22
python-urllib3: Update to 1.2.3
Dirk Brenken [Mon, 20 Aug 2018 07:24:07 +0000 (09:24 +0200)]
Merge pull request #6813 from neheb/sudo
sudo: Update to 1.8.24
Rosen Penev [Sat, 18 Aug 2018 06:20:08 +0000 (23:20 -0700)]
python-urllib3: Update to 1.23
Use a better URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Yousong Zhou [Mon, 20 Aug 2018 02:38:58 +0000 (02:38 +0000)]
qemu: tighten up CONFIGURE_ARGS spec
This is more for readability, no functional change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Mon, 20 Aug 2018 02:18:23 +0000 (02:18 +0000)]
qemu: bump to version 3.0.0
Also switch to domain download.qemu.org and .xz files
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Peter Wagner [Sun, 19 Aug 2018 21:37:05 +0000 (23:37 +0200)]
ntpd: update to 4.2.8p12
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Rosen Penev [Sun, 19 Aug 2018 20:54:27 +0000 (13:54 -0700)]
sudo: Update to 1.8.24
Changed URLs to HTTPS
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Sun, 19 Aug 2018 20:51:36 +0000 (14:51 -0600)]
Merge pull request #6812 from pprindeville/perl-cgi-4.40
perl-cgi: Update to 4.40
Philip Prindeville [Sun, 19 Aug 2018 20:26:15 +0000 (14:26 -0600)]
perl-cgi: Update to 4.40
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Sun, 19 Aug 2018 17:15:39 +0000 (20:15 +0300)]
Merge pull request #6539 from neheb/patch-4
bluelog: Switch to GitHub tarball
Hannu Nyman [Sun, 19 Aug 2018 17:14:34 +0000 (20:14 +0300)]
Merge pull request #6488 from neheb/patch-2
alpine: Update to 2.21.9999
Jiri Slachta [Sun, 19 Aug 2018 17:10:32 +0000 (19:10 +0200)]
Merge pull request #6780 from neheb/tiff
tiff: Fix remaining CVEs
champtar [Sun, 19 Aug 2018 14:55:06 +0000 (10:55 -0400)]
Merge pull request #6803 from neheb/monit
monit: Update to 5.25.2
champtar [Sun, 19 Aug 2018 14:51:11 +0000 (10:51 -0400)]
Merge pull request #6802 from neheb/patch-30
htop: Minor adjustments
Andy Walsh [Sun, 19 Aug 2018 14:33:42 +0000 (16:33 +0200)]
rpcbind: update to 1.2.5
* update to 1.2.5
* fix wrong URL
* adapt to bin/sbin from new version
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Sun, 19 Aug 2018 04:52:21 +0000 (21:52 -0700)]
monit: Update to 5.25.2
Added PKG_BUILD_PARALLEL to speed up compilation times.
Added PKG_CPE_ID for proper CVE tracking.
A few other cosmetic changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 19 Aug 2018 04:31:22 +0000 (21:31 -0700)]
htop: Minor adjustments
Added PKG_CPE_ID for proper CVE tracking.
Fixed URLs. Changed to HTTPS as well.
Removed autoreconf as there is no patching being done.
PKG_BUILD_PARALLEL was enabled for faster building.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ted Hess [Sat, 18 Aug 2018 19:33:03 +0000 (15:33 -0400)]
Merge pull request #6775 from neheb/patch-27
shairport-sync: Install /etc/config as 600
Michael Heimpold [Sat, 18 Aug 2018 11:13:29 +0000 (13:13 +0200)]
Merge pull request #6781 from neheb/xml2
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
Rosen Penev [Sat, 18 Aug 2018 06:12:33 +0000 (23:12 -0700)]
python-pyasn1: Update to 0.4.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Aug 2018 01:45:42 +0000 (18:45 -0700)]
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
Also added the CPE ID.
Taken from Fedora.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Aug 2018 00:42:20 +0000 (17:42 -0700)]
tiff: Fix remaining CVEs
Taken from Fedora. Reordered them so as to apply properly.
Added a CPE ID.
Added parallel build for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Fri, 17 Aug 2018 21:14:31 +0000 (23:14 +0200)]
php7-pecl-http: update to 3.2.0
Drop already upstreamed patches.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Fri, 17 Aug 2018 20:13:00 +0000 (22:13 +0200)]
libgpiod: update to 1.1.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Dirk Brenken [Fri, 17 Aug 2018 16:26:20 +0000 (18:26 +0200)]
Merge pull request #6761 from neheb/patch-22
btrfs-progs: Update to 4.17.1
Dirk Brenken [Fri, 17 Aug 2018 14:37:30 +0000 (16:37 +0200)]
Merge pull request #6673 from neheb/patch-21
scapy: Update to 2.4.0 and change URLs to new
Dirk Brenken [Fri, 17 Aug 2018 12:33:08 +0000 (14:33 +0200)]
Merge pull request #6763 from neheb/patch-24
geth: Update to 1.8.13
Dirk Brenken [Fri, 17 Aug 2018 12:28:44 +0000 (14:28 +0200)]
Merge pull request #6774 from EricLuehrsen/unbound_20180815
unbound: drop odhcpd leases with wrong field count
Hannu Nyman [Fri, 17 Aug 2018 08:37:57 +0000 (11:37 +0300)]
Merge pull request #6659 from cshoredaniel/pr-update-gitolite3
Updates for gitolite package
Rosen Penev [Fri, 17 Aug 2018 04:02:38 +0000 (21:02 -0700)]
shairport-sync: Install /etc/config as 600
/etc/config should not be readable by non-root.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Eric Luehrsen [Fri, 17 Aug 2018 01:37:43 +0000 (21:37 -0400)]
unbound: drop odhcpd leases with wrong field count
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Hannu Nyman [Thu, 16 Aug 2018 14:33:16 +0000 (17:33 +0300)]
Merge pull request #6729 from neheb/patch-28
grep: Update to 3.1
Hannu Nyman [Thu, 16 Aug 2018 14:30:20 +0000 (17:30 +0300)]
Merge pull request #6755 from Andy2244/samba4-update
samba4: update to 4.8.4
Jo-Philipp Wich [Thu, 16 Aug 2018 13:57:49 +0000 (15:57 +0200)]
Merge pull request #6698 from dedeckeh/pr-xtables-addons-rtsp
Pr xtables addons rtsp
Jo-Philipp Wich [Thu, 16 Aug 2018 13:44:28 +0000 (15:44 +0200)]
Merge pull request #6562 from KarlVogel/host_sanitize
ddns-scripts: sanitize host charset and shell escape characters
Peter Wagner [Thu, 16 Aug 2018 09:51:14 +0000 (11:51 +0200)]
rpcbind: disable libwrap explicitly if it's not enabled to avoid linking against it
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Rosen Penev [Thu, 16 Aug 2018 02:21:36 +0000 (19:21 -0700)]
geth: Update to 1.8.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 16 Aug 2018 01:47:47 +0000 (18:47 -0700)]
btrfs-progs: Update to 4.17.1
Cosmetic adjustments
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Wed, 15 Aug 2018 22:49:49 +0000 (00:49 +0200)]
Merge pull request #6726 from neheb/patch-27
python-gnupg: Update to 0.4.3
Daniel Golle [Wed, 15 Aug 2018 22:48:26 +0000 (00:48 +0200)]
Merge pull request #6758 from micmac1/postgresql-master
postgresql: security bump to 9.6.10
Daniel Golle [Wed, 15 Aug 2018 22:47:24 +0000 (00:47 +0200)]
Merge pull request #6624 from neheb/lvm
LVM2: Update to 2.02.80
Moritz Warning [Thu, 17 May 2018 21:44:10 +0000 (23:44 +0200)]
device-observatory: add new package
Shows network/wireless activity on a local website
to increase awareness for privacy and security matters.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Andy Walsh [Tue, 14 Aug 2018 15:42:30 +0000 (17:42 +0200)]
samba4: update to 4.8.4
* remove perl, python host depends
* fixes: CVE-2018-1139, CVE-2018-1140, CVE-2018-10858, CVE-2018-10918, CVE-2018-10919
* remove avahi timemachine service file (4.8 handles this automatically via avahi client-lib)
* fix more optional depends
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Sebastian Kemper [Wed, 15 Aug 2018 14:55:20 +0000 (16:55 +0200)]
postgresql: security bump to 9.6.10
This update includes fixes for the following CVEs:
- CVE-2018-1115
- CVE-2018-10925
- CVE-2018-10915
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Ted Hess [Wed, 15 Aug 2018 12:58:40 +0000 (08:58 -0400)]
ffmpeg: Add build overrides for some specific CPUs: Octeon, X86 and 24kf.
Octeon: Rename octeonplus to oction+
MIPS 24kf: Inline ASM fails to build (unknown reason)
X86: Configure finds NASM and assumes YASM if name explictly set (wrong switches)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Rosen Penev [Mon, 30 Jul 2018 23:16:20 +0000 (16:16 -0700)]
LVM2: Update to 2.02.81
Switch to upstream URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Tue, 14 Aug 2018 19:26:44 +0000 (15:26 -0400)]
Merge pull request #6752 from pprindeville/perl-build-redux
perl: version modules and non-base packages
Hannu Nyman [Tue, 14 Aug 2018 16:53:06 +0000 (19:53 +0300)]
Merge pull request #6749 from DocLM/libgphoto2
libgphoto2: update package 2.5.19
Philip Prindeville [Tue, 7 Aug 2018 22:00:19 +0000 (16:00 -0600)]
perl: version modules and non-base packages
Currently external modules and non-base packages are numbered
from their own internal number space, and even though the Perl
ABI number is embedded into them this isn't externally visible.
For example, perl-html-parser-3.72.1 could be built for ABI
5.26 or for 5.28, we can't easily tell. This changes all of
that by embedding the ABI number into the filename.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Leonardo Medici [Mon, 13 Aug 2018 10:00:59 +0000 (12:00 +0200)]
libgphoto2: update package 2.5.19
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Nikos Mavrogiannopoulos [Mon, 13 Aug 2018 06:17:04 +0000 (08:17 +0200)]
Merge pull request #6742 from neheb/p11
p11-kit: Update to 0.23.13
Ted Hess [Sun, 12 Aug 2018 23:55:39 +0000 (19:55 -0400)]
Merge pull request #6743 from thess/ffmpeg-update
ffmpeg: Add cpu_type to configure opts. Upgrade to 3.2.12
Ted Hess [Sun, 12 Aug 2018 23:23:19 +0000 (19:23 -0400)]
Merge pull request #6649 from neheb/int
intltool: Update to 0.51
Ted Hess [Sun, 12 Aug 2018 23:22:25 +0000 (19:22 -0400)]
Merge pull request #6651 from neheb/ntp
ntpclient: Update to 2015_365
Andy Walsh [Sun, 12 Aug 2018 19:01:27 +0000 (21:01 +0200)]
owfs/owshell: remove librpc depends
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 19:00:25 +0000 (21:00 +0200)]
mc: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 18:59:49 +0000 (20:59 +0200)]
lsof: update to 4.91, switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 18:59:01 +0000 (20:59 +0200)]
python/twisted: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 18:58:09 +0000 (20:58 +0200)]
snort: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 18:56:59 +0000 (20:56 +0200)]
netatalk: remove librpc depends
* disable nfsquota for now, since libtirpc misses some headers for it
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 18:54:37 +0000 (20:54 +0200)]
nfs-kernel-server: switch to libtirpc, enable ipv6
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 12 Aug 2018 18:53:04 +0000 (20:53 +0200)]
rpcbind: add rpcbind package, remove portmap
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Ted Hess [Sun, 12 Aug 2018 21:36:28 +0000 (17:36 -0400)]
ffmpeg: Add cpu_type to configure opts. Upgrade to 3.2.12
Signed-off-by: Ted Hess <thess@kitschensync.net>
Rosen Penev [Sun, 12 Aug 2018 20:11:06 +0000 (13:11 -0700)]
p11-kit: Update to 0.23.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Florian Fainelli [Sun, 12 Aug 2018 18:34:12 +0000 (11:34 -0700)]
Merge pull request #6683 from neheb/stoken
stoken: Update to 0.92 and switch to normal tarball.
Hannu Nyman [Sun, 12 Aug 2018 13:08:10 +0000 (16:08 +0300)]
Merge pull request #6739 from zhouruixi/nginx_fix-warning
nginx: Fix warnings while compile rtmp and ts modules
Ruixi Zhou [Sun, 12 Aug 2018 12:53:46 +0000 (20:53 +0800)]
nginx: Fix warnings while compile rtmp and ts modules
Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
Dirk Brenken [Sun, 12 Aug 2018 07:52:45 +0000 (09:52 +0200)]
Merge pull request #6737 from neheb/gammu
gammu: Update to 1.39.0
Rosen Penev [Sat, 11 Aug 2018 21:19:09 +0000 (14:19 -0700)]
gammu: Update to 1.39.0
Cosmetic makefile changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
tripolar [Sat, 11 Aug 2018 09:14:53 +0000 (11:14 +0200)]
Merge pull request #6708 from Andy2244/libtirpc-enable-host-build
libtirpc: enable host build
tripolar [Sat, 11 Aug 2018 09:12:39 +0000 (11:12 +0200)]
Merge pull request #6706 from Andy2244/nfs-kernel-server-res_querydomain-fix
nfs-kernel-server: fix missing host symbol res_querydomain
Dirk Brenken [Fri, 10 Aug 2018 17:32:45 +0000 (19:32 +0200)]
Merge pull request #6732 from dibdot/travelmate
travelmate: update 1.2.2
Dirk Brenken [Fri, 10 Aug 2018 14:06:54 +0000 (16:06 +0200)]
Merge pull request #6688 from neheb/sysrepo
sysrepo: Switch to codeload tarballs
Dirk Brenken [Fri, 10 Aug 2018 14:04:02 +0000 (16:04 +0200)]
Merge pull request #6692 from neheb/tgt
tgt: Switch to codeload
Dirk Brenken [Fri, 10 Aug 2018 14:00:34 +0000 (16:00 +0200)]
Merge pull request #6712 from neheb/patch-24
gzip: Update to 1.9
Dirk Brenken [Fri, 10 Aug 2018 13:58:50 +0000 (15:58 +0200)]
Merge pull request #6724 from neheb/patch-22
logrotate: Update to 3.14
Dirk Brenken [Fri, 10 Aug 2018 13:54:36 +0000 (15:54 +0200)]
Merge pull request #6730 from EricLuehrsen/unbound_20180808
unbound: log openssl-1.0.2 lacks TLS host verification
Dirk Brenken [Fri, 10 Aug 2018 13:46:53 +0000 (15:46 +0200)]
travelmate: update 1.2.2
* fix restart behaviour after successful connection
* fix labeling of faulty stations
* optimize re-connect behaviour at locations where multiple uplinks with
the same SSID are in range
* use procd pidfile handling
* refine logging
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
Eric Luehrsen [Thu, 9 Aug 2018 01:21:17 +0000 (21:21 -0400)]
unbound: log openssl-1.0.2 lacks TLS host verification
ssl_set1_host() is not available without openssl-1.1.0. Unbound can not do
host cert verification. DNS over TLS connects, but hosts are unverified. A
patch for log err is added with a noitce in README.md.
(see: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658)
Also, squash some minor robustness and TLS usability fixes.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Rosen Penev [Fri, 10 Aug 2018 02:33:45 +0000 (19:33 -0700)]
grep: Update to 3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
W. Michael Petullo [Thu, 9 Aug 2018 11:29:13 +0000 (07:29 -0400)]
luajit: install libluajit-5.1.so.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Thu, 9 Aug 2018 20:00:07 +0000 (13:00 -0700)]
python-gnupg: Update to 0.4.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 9 Aug 2018 17:31:14 +0000 (10:31 -0700)]
logrotate: Update to 3.14
Switched to .xz as that is a smaller archive.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
W. Michael Petullo [Mon, 6 Aug 2018 00:21:52 +0000 (20:21 -0400)]
luajit: add .hpp to InstallDev
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Andy Walsh [Tue, 7 Aug 2018 18:34:45 +0000 (20:34 +0200)]
libtirpc: enable host build
* include /etc/netconfig
* cleanup old patches
* update via patch to 1.0.4-rc2
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Dirk Brenken [Wed, 8 Aug 2018 13:57:48 +0000 (15:57 +0200)]
Merge pull request #6696 from neheb/arp
arp-scan: Update to 1.9.5
Dirk Brenken [Wed, 8 Aug 2018 12:50:25 +0000 (14:50 +0200)]
Merge pull request #6713 from neheb/patch-22
joe: Update to 4.6
Andy Walsh [Tue, 7 Aug 2018 14:16:17 +0000 (16:16 +0200)]
nfs-kernel-server: fix missing host symbol res_querydomain/missing-include-dir
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>