Daniel F. Dickinson [Thu, 16 Aug 2018 22:11:42 +0000 (18:11 -0400)]
doveco: pigeonhole: Use stock dovecot dir locations
We move dovecot libexec binaries and modules (including the package
pigeonhole) to their standard locations. This is okay for libexec
because it was added to core prior to 17.04 release. Moving the
binaries normally in libexec eliminates the reason the modules were in an
unusual directory, which is that there were conflicts with
libexec binaries that were in lib, which the modules normally use.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Thu, 16 Aug 2018 07:32:50 +0000 (03:32 -0400)]
dovecot: Fix managesieve-login needs libdovecot-login
When trying to use managesieve my MUA complained sieve wasn't supported.
On investigation dovecot logs the following could be seen:
Aug 16 00:28:44 managesieve-login: Fatal: master:
service(managesieve-login): child 1430 returned error 127
Aug 16 00:31:32 managesieve-login: Error: Error loading shared
library libdovecot-login.so.0: No such file or directory
(needed by /usr/lib/dovecot/managesieve-login)
Aug 16 00:31:32 managesieve-login: Error: Error loading
shared library libdovecot.so.0: No such file or directory
(needed by /usr/lib/dovecot/managesieve-login)
Aug 16 00:31:32 managesieve-login: Error: Error relocating
/usr/lib/dovecot/managesieve-login: net_ip2addr: symbol not found
The issue (verified with readelf on non-working build and build with my fix)
is that there is no RPATH information in the pigeonhole binaries (like
managesieve-login).
The dovecot-config that is 'installed' in the staging dir
assumes that plugins will be built on the same host as the installed files.
The 'installed' dovecot-config (partial) looks like:
LIBDOVECOT='-L/usr/lib/dovecot -ldovecot'
LIBDOVECOT_LOGIN='-ldovecot-login -L/home/user/Build/openwrt/openwrt-ath79/staging_dir/target-mips_24kc_musl/usr/lib -lssl -lcrypto'
LIBDOVECOT_SQL=-ldovecot-sql
LIBDOVECOT_COMPRESS=-ldovecot-compression
LIBDOVECOT_LDA=-ldovecot-lda
LIBDOVECOT_STORAGE='-ldovecot-storage '
LIBDOVECOT_DSYNC=-ldovecot-dsync
LIBDOVECOT_LIBFTS=-ldovecot-fts
The solution I used was to modify dovecot-config to add the rpath to
DOVECOT_BINARY_LDFLAGS, and to replace references to host directories
with staging_dir directories.
This results in RPATH being added as it needs to be, and results in a working
version of dovecot+pigeonhole.
NB: I've also touched package version of pigeonhole as this change in dovecot
results in (needed) binary changes for pigeonhole.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.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
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 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>
Rosen Penev [Tue, 7 Aug 2018 23:04:05 +0000 (16:04 -0700)]
joe: Update to 4.6
Cosmetic makefile changes
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 7 Aug 2018 22:56:21 +0000 (15:56 -0700)]
gzip: Update to 1.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Tue, 7 Aug 2018 22:51:37 +0000 (00:51 +0200)]
Merge pull request #6711 from neheb/patch-24
cryptsetup: Update to 2.0.4
Rosen Penev [Tue, 7 Aug 2018 22:31:30 +0000 (15:31 -0700)]
cryptsetup: Update to 2.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Tue, 7 Aug 2018 16:02:51 +0000 (19:02 +0300)]
Merge pull request #6699 from wvdakker/master
Shorewall: Bump to version 5.2.0.5
Hannu Nyman [Tue, 7 Aug 2018 10:21:56 +0000 (13:21 +0300)]
Merge pull request #6544 from diizzyy/bluez550
bluez: Update to 5.50
W. van den Akker [Mon, 6 Aug 2018 18:55:44 +0000 (20:55 +0200)]
Shorewall6: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Mon, 6 Aug 2018 18:54:01 +0000 (20:54 +0200)]
Shorewall: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Mon, 6 Aug 2018 18:52:43 +0000 (20:52 +0200)]
Shorewall6-lite: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Mon, 6 Aug 2018 18:51:16 +0000 (20:51 +0200)]
Shorewall-lite: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Mon, 6 Aug 2018 18:49:43 +0000 (20:49 +0200)]
Shorewall-core: Bump to version 5.2.0.5
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Eneas U de Queiroz [Mon, 6 Aug 2018 17:30:34 +0000 (17:30 +0000)]
samba4: add nfs-kernel-server/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hans Dedecker [Fri, 3 Aug 2018 17:12:55 +0000 (19:12 +0200)]
xtables-addons: rtsp: support destination format address:port
RFC2326 specifies the attribute client_port as the RTP/RTCP port pair on
which the client has chosen to receive media data and control info;
however some clients (mostly STBs) embed the client_port value in the
destination attribute in the form of destination=<address:port> without
specifying the client_port attribute in the SETUP message.
To support such clients check if the destination attribute contains a
port value and use it as port value for the expected RTP connection.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Hans Dedecker [Fri, 3 Aug 2018 15:51:23 +0000 (17:51 +0200)]
xtables-addons: rtsp: fix compile warning/issue
Fix compile issue with Werror:
nf_conntrack_rtsp.c:667:39: error: implicit declaration of function 'nf_ct_zone' [-Werror=implicit-function-declaration]
exp_ct = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t);
Fix compile warning:
nf_conntrack_rtsp.c:474:2: warning: enumeration value 'IP_CT_DIR_MAX' not handled in switch [-Wswitch]
switch (CTINFO2DIR(ctinfo)) {
^~~~~~
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Dirk Brenken [Mon, 6 Aug 2018 11:28:29 +0000 (13:28 +0200)]
Merge pull request #6693 from BKPepe/netdata
netdata: create missing folder /etc/netdata/customs-plugins.d
Rosen Penev [Mon, 6 Aug 2018 04:42:34 +0000 (21:42 -0700)]
arp-scan: Update to 1.9.5
Switch to codeload as well for easier package bumping.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Yousong Zhou [Mon, 6 Aug 2018 02:02:02 +0000 (02:02 +0000)]
qemu: bump to version 2.12.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Andy Walsh [Sat, 4 Aug 2018 19:20:22 +0000 (21:20 +0200)]
samba4: add missing avahi service definitions
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sat, 4 Aug 2018 03:27:28 +0000 (05:27 +0200)]
qemu-userspace: remove package
* remove samba4 build helper
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Fri, 3 Aug 2018 16:41:21 +0000 (18:41 +0200)]
samba4: switch to waf cross-answer files
* switch waf build to cross-answer files
* move timemachine related vfs modules to default vfs option
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Josef Schlehofer [Sun, 5 Aug 2018 15:31:48 +0000 (17:31 +0200)]
netdata: create missing folder /etc/netdata/customs-plugins.d
Changes:
- added folder /etc/netdata/customs-plugins.d
which is set in netdata.conf as 2nd plugin directory
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>