Rosen Penev [Thu, 11 Oct 2018 18:22:22 +0000 (11:22 -0700)]
setserial: Don't build docs to remove nroff dependency
Buildbots are failing as they lack nroff.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Thu, 11 Oct 2018 15:23:11 +0000 (18:23 +0300)]
Merge pull request #7107 from jaceq/master
xupnpd: Bumped version to latest commit (2018-09-26)
Jacek Kikiewicz [Thu, 11 Oct 2018 11:48:40 +0000 (13:48 +0200)]
xupnpd: Bumped version to 2018-09-24 and switched to codeload
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Luiz Angelo Daros de Luca [Wed, 10 Oct 2018 23:15:36 +0000 (20:15 -0300)]
Merge pull request #7158 from neheb/hpl
hplip: Update to 3.18.9
Hannu Nyman [Wed, 10 Oct 2018 17:30:43 +0000 (20:30 +0300)]
Merge pull request #7166 from ptpt52/mwan3-fix
mwan3: rtmon: filter out linkdown routing table
Hannu Nyman [Wed, 10 Oct 2018 17:29:01 +0000 (20:29 +0300)]
Merge pull request #7159 from EricLuehrsen/o1901_ub_181
unbound: update to 1.8.1
Hannu Nyman [Wed, 10 Oct 2018 17:26:15 +0000 (20:26 +0300)]
Merge pull request #7132 from jzapater/jj
libical: update to version 3.0.4
Jo-Philipp Wich [Wed, 10 Oct 2018 12:13:16 +0000 (14:13 +0200)]
sqm-scripts: select luci-base instead of depending on it
Currently luci-app-sqm provided by sqm-scripts depends on luci-base instead
of selecting it, this leads to an indirect circular dependency in kconfig:
tmp/.config-package.in:34646:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:34646: symbol PACKAGE_iptables is selected by PACKAGE_sqm-scripts
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:961: symbol PACKAGE_sqm-scripts is selected by PACKAGE_luci-app-sqm
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:22421: symbol PACKAGE_luci-app-sqm depends on PACKAGE_luci-base
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:21387: symbol PACKAGE_luci-base is selected by PACKAGE_luci-lib-iptparser
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:22899: symbol PACKAGE_luci-lib-iptparser is selected by PACKAGE_luci-app-splash
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:22402: symbol PACKAGE_luci-app-splash is selected by PACKAGE_luci-mod-freifunk-community
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:21552: symbol PACKAGE_luci-mod-freifunk-community depends on PACKAGE_iptables
Solve the issue by turning the dependencies into selecting ones which also
matches the behaviour of other LuCI applications.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Felix Fietkau [Wed, 10 Oct 2018 08:50:21 +0000 (10:50 +0200)]
vim: fix build on non-linux systems after upgrade
The configure script calls uname directly and assumes that it returns
the system to build for.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Chen Minqiang [Wed, 10 Oct 2018 07:52:31 +0000 (15:52 +0800)]
net/mwan3: update version to 2.7.3
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Eric Luehrsen [Tue, 9 Oct 2018 00:20:28 +0000 (20:20 -0400)]
unbound: update to 1.8.1
bug fixes for memory leaks
bug fixes for DNS over TLS
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Rosen Penev [Sun, 26 Aug 2018 04:13:34 +0000 (21:13 -0700)]
wifidog: Change to use TLS above 1.0
This should fix compilation as wolfSSL currently does not define
wolfTLSv1_client_method. And as the comment suggests, this is only TLS 1,
not 1.0 and above.
SSLv23 is TLS 1.1 and above as currently configured in the wolfssl package
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Florian Eckert [Wed, 12 Sep 2018 12:52:46 +0000 (14:52 +0200)]
net/ipvsadm: add Virtual Server Administration Tool
Add the ipvsadm command line tool to set up, maintain or inspect the virtual
server table in the Linux kernel.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Chen Minqiang [Tue, 9 Oct 2018 12:17:18 +0000 (20:17 +0800)]
mwan3: rtmon: filter out linkdown routing table
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Rosen Penev [Mon, 8 Oct 2018 23:37:41 +0000 (16:37 -0700)]
hplip: Update to 3.18.9
Added patch to fix some glibc-isms.
Added PKG_BUILD_PARALLEL for faster compilation.
Rearranged slightly for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Saverio Proto [Tue, 9 Oct 2018 21:26:50 +0000 (17:26 -0400)]
Merge pull request #7156 from pacien/181008-pkg-tinc
tinc: update to 1.0.35 (security update)
Thomas Heil [Tue, 9 Oct 2018 09:14:18 +0000 (11:14 +0200)]
Merge pull request #7161 from Ansuel/nginxup
nginx: update to latest release
Ansuel Smith [Tue, 9 Oct 2018 08:41:46 +0000 (10:41 +0200)]
nginx: update to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Pacien TRAN-GIRARD [Mon, 8 Oct 2018 18:54:11 +0000 (20:54 +0200)]
tinc: update to 1.0.35
Critical security update for:
* CVE-2018-16737,
* CVE-2018-16738,
* CVE-2018-16758
Announcement:
https://www.tinc-vpn.org/pipermail/tinc/2018-October/005311.html
Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
Ted Hess [Mon, 8 Oct 2018 18:07:49 +0000 (14:07 -0400)]
Merge pull request #7153 from neheb/xml
xmlrpc-c: Update to 1.43.08
Hannu Nyman [Mon, 8 Oct 2018 17:03:00 +0000 (20:03 +0300)]
Merge pull request #7151 from neheb/fio
fio: Update to 3.11
Hannu Nyman [Mon, 8 Oct 2018 16:58:39 +0000 (19:58 +0300)]
Merge pull request #7154 from jan-kardell/TQ_fix_python2
Python: Fix compile of host modules
Hannu Nyman [Mon, 8 Oct 2018 16:58:16 +0000 (19:58 +0300)]
Merge pull request #7155 from zhaojh329/libuwsc
libuwsc: update to 3.1.0
Hannu Nyman [Mon, 8 Oct 2018 16:54:14 +0000 (19:54 +0300)]
Merge pull request #7129 from jan-kardell/TQ_fix_python3
Python3: Fix host build on OpenSUSE
Jianhui Zhao [Mon, 8 Oct 2018 13:14:30 +0000 (21:14 +0800)]
libuwsc: update to 3.1.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Jan Kardell [Mon, 8 Oct 2018 09:57:14 +0000 (11:57 +0200)]
Python: Fix compile of host modules
Add -rpath linker option to host build, pointing to staging/hostpkh/lib.
It's needed to find the correct host libs during runtime, without it the
hosts libs may be used instaead, causing failures.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
Jose Zapater [Mon, 8 Oct 2018 10:21:18 +0000 (12:21 +0200)]
libical: update to version 3.0.4
Signed-off-by: Jose Zapater <jzapater@gmail.com>
Jan Kardell [Mon, 1 Oct 2018 17:13:44 +0000 (19:13 +0200)]
Python3: Fix host build on OpenSUSE
The linker option -rpath is required to find libs in staging_dir. Now it
is included when building host modules. Without it the import test of
the _ctypes and _uuid modules would fail. The _ctypes module uses
libffi.so.6 from staging, but OpenSUSE LEAP 15 has libffi.so.7.
It will also fail on LEAP 42.x, Fedora28 and 29 and future or old
versions of Ubuntu.
Fix needed in master and 18.06 branches.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
Rosen Penev [Sun, 7 Oct 2018 22:06:53 +0000 (15:06 -0700)]
xmlrpc-c: Update to 1.43.08
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 7 Oct 2018 21:40:54 +0000 (14:40 -0700)]
fio: Update to 3.11
Added an upstream pending patch to fix musl support.
Oddly enough, this never caused a runtime issue, only compile time
warnings.
Added myself as maintainer, as previously agreed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sun, 7 Oct 2018 15:19:21 +0000 (18:19 +0300)]
Merge pull request #7149 from neheb/patch-42
micropython-lib: Update to 1.9.3
Rosen Penev [Sun, 7 Oct 2018 12:48:45 +0000 (05:48 -0700)]
micropython-lib: Update to 1.9.3
Switched to codeload tarballs. Simpler Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Stijn Tintel [Wed, 3 Oct 2018 10:20:30 +0000 (13:20 +0300)]
keepalived: disable libnl
When libnl is enabled and libnl-genl is disabled, libnl-genl-3.so.200 is
installed by InstallDev, and keepalived picks it up anyway.
This causes build to fail with the following error:
Package keepalived is missing dependencies for the following libraries:
libnl-genl-3.so.200
Instead of having a conditional dependency it is better to have a
consistent build. Disable libnl to enforce this.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Sun, 7 Oct 2018 11:39:04 +0000 (14:39 +0300)]
strongswan: bump to 5.7.0
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Sun, 7 Oct 2018 10:20:11 +0000 (13:20 +0300)]
libpfring: disable libnl
When libnl is built, libpfring links against it. This causes the build
to fail due to a missing dependency. Disable libnl to avoid this.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Hannu Nyman [Sun, 7 Oct 2018 09:48:53 +0000 (12:48 +0300)]
Merge pull request #6824 from neheb/vim
vim: Update to 8.1
Hannu Nyman [Sun, 7 Oct 2018 09:44:15 +0000 (12:44 +0300)]
Merge pull request #7145 from neheb/micro
micropython: Update to 1.94
Rosen Penev [Fri, 5 Oct 2018 20:31:25 +0000 (13:31 -0700)]
micropython: Update to 1.94
Switched to normal tarballs for simplicity. Also rearanged Makefile.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Peter Wagner [Sat, 6 Oct 2018 09:50:32 +0000 (11:50 +0200)]
git: update to 2.19.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Michael Heimpold [Sat, 6 Oct 2018 08:23:45 +0000 (10:23 +0200)]
Merge pull request #7141 from tru7/libfmt
libfmt: switch to github codeload
Stijn Tintel [Fri, 5 Oct 2018 23:52:57 +0000 (02:52 +0300)]
Merge pull request #7146 from mkrkn/strongswan-cve
strongswan: backport upstream fixes for CVEs in gmp plugin
Magnus Kroken [Fri, 5 Oct 2018 23:23:32 +0000 (01:23 +0200)]
strongswan: backport upstream fixes for CVEs in gmp plugin
This fixes:
* CVE-2018-16151
* CVE-2018-16152
* CVE-2018-17540
Details:
https://strongswan.org/blog/2018/09/24/strongswan-vulnerability-(cve-2018-16151,-cve-2018-16152).html
https://strongswan.org/blog/2018/10/01/strongswan-vulnerability-(cve-2018-17540).html
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Othmar Truniger [Fri, 5 Oct 2018 19:56:07 +0000 (21:56 +0200)]
libfmt: switch to github codeload
Signed-off-by: Othmar Truniger <github@truniger.ch>
Dirk Brenken [Fri, 5 Oct 2018 10:31:04 +0000 (12:31 +0200)]
Merge pull request #7140 from dibdot/travelmate
travelmate: update 1.2.4
Dirk Brenken [Fri, 5 Oct 2018 10:30:50 +0000 (12:30 +0200)]
Merge pull request #7139 from zhaojh329/rtty
rtty: update to 6.3.0
Dirk Brenken [Fri, 5 Oct 2018 08:37:41 +0000 (10:37 +0200)]
travelmate: update 1.2.4
* with the config option 'trm_radio' you can now restrict travelmate
to a single radio (e.g. 'radio1') or change the overall
scanning order (e.g. 'radio1 radio2 radio0')
* LuCI: show QR codes now inline on the overview page
(collapsed by default)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jianhui Zhao [Fri, 5 Oct 2018 07:29:40 +0000 (15:29 +0800)]
rtty: update to 6.3.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Ted Hess [Tue, 2 Oct 2018 19:00:39 +0000 (15:00 -0400)]
ffmpeg: Configuration fixes for optional codec libraries
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Wed, 3 Oct 2018 14:59:48 +0000 (10:59 -0400)]
Merge pull request #7134 from ejurgensen/forked-daapd_update_264
forked-daapd: update to 26.4
Stijn Tintel [Tue, 2 Oct 2018 17:50:24 +0000 (20:50 +0300)]
libpfring: fix kmod dependency
The kmod package was renamed from kmod-pfring to kmod-pf-ring, but the
dependency was not updated.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Philip Prindeville [Wed, 3 Oct 2018 03:58:21 +0000 (21:58 -0600)]
Merge pull request #7123 from pprindeville/perl-text-csv_xs-1.37
perl-text-csv_xs: update to 1.37
Espen Jürgensen [Tue, 2 Oct 2018 18:47:49 +0000 (20:47 +0200)]
forked-daapd: update to 26.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
BangLang Huang [Sat, 23 Dec 2017 12:32:38 +0000 (20:32 +0800)]
libpfring: add new package
PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap
network measurement box suitable for both packet and active traffic analysis and manipulation.
Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as
traffic balancers or packet filters in a matter of lines of codes.
github : https://github.com/ntop/pf_ring
official : https://www.ntop.org
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
[rename kmod-pfring to kmod-pf-ring]
Hannu Nyman [Mon, 1 Oct 2018 21:07:56 +0000 (00:07 +0300)]
Merge pull request #7121 from Ansuel/nginxup
nginx: update to latest release
Oskari Lemmela [Tue, 24 Jul 2018 16:46:06 +0000 (19:46 +0300)]
zabbix: Add SSL support for zabbix-agentd.
This fixes #5675.
[Etienne Champetier <champetier.etienne@gmail.com>]
zabbix --with-mbedtls configuration option is sadly for libpolarssl
Attemp at support for mbedtls 2.1+:
https://support.zabbix.com/browse/ZBX-13237
As OpenSSL / GnuTLS are pretty big dependencies, default to no ssl for now
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
Etienne Champetier [Mon, 1 Oct 2018 01:27:51 +0000 (21:27 -0400)]
zabbix: add PKG_CPE_ID
thanks @neheb (#6814)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Krystian Kozak [Tue, 18 Sep 2018 15:45:19 +0000 (17:45 +0200)]
zabbix: update to latest version
Updated to latest version and refreshed patches.
Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
Daniel Golle [Mon, 1 Oct 2018 00:18:15 +0000 (02:18 +0200)]
gnurl: build without libpsl
Make sure gnURL doesn't link against libpsl.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 30 Sep 2018 21:08:05 +0000 (23:08 +0200)]
ola: depend on libftdi1
Building against libftdi1 can't be avoided in the presence of libftdi1
headers apparently. As it might be useful for some DMX adapters and
such, depend on libftdi1 from now on.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 30 Sep 2018 21:01:35 +0000 (23:01 +0200)]
gnurl: update to version 7.61.1
No release tarball has been published yet, use v7.61.1 git tag instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Philip Prindeville [Sun, 30 Sep 2018 20:25:16 +0000 (14:25 -0600)]
Merge pull request #7124 from pprindeville/acpica-unix-update-
20180927
acpica-unix: update to
20180929
Philip Prindeville [Sun, 30 Sep 2018 19:55:50 +0000 (13:55 -0600)]
acpica-unix: update to
20180929
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Sun, 30 Sep 2018 19:01:01 +0000 (13:01 -0600)]
perl-text-csv_xs: update to 1.37
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Eneas U de Queiroz [Mon, 4 Jun 2018 02:51:37 +0000 (23:51 -0300)]
openssh: add openssl 1.1.0 compatibility
Five commits from upstream were applied to v. 7.8-p1:
482d23bc upstream: hold our collective noses and use the openssl-1.1.x
API in
48f54b9d adapt -portable to OpenSSL 1.1x API
86e0a9f3 upstream: use only openssl-1.1.x API here too
a3fd8074 upstream: missed a bit of openssl-1.0.x API in this unittest
d64e7852 add compat header
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Daniel Golle [Sun, 30 Sep 2018 15:22:24 +0000 (17:22 +0200)]
gnunet: update to gnunet 0.11 release candidate source as of
20180929
* break-out basic TCP and UDP transports
* add xt and xu experimental transports
* add zoneimport tool
* add abe, credential and reclaim components to gnunet-social package
* add new REST plugins
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 30 Sep 2018 14:40:35 +0000 (16:40 +0200)]
libgabe: add package
only static library builds for now, seems to be sufficient for GNUnet.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 30 Sep 2018 14:39:24 +0000 (16:39 +0200)]
libpbc: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ansuel Smith [Sun, 30 Sep 2018 14:11:51 +0000 (16:11 +0200)]
nginx: update to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
W. Michael Petullo [Sun, 23 Sep 2018 11:59:09 +0000 (07:59 -0400)]
nfs-kernel-server: add support for NFSv4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Guo Li [Sat, 29 Sep 2018 08:07:34 +0000 (08:07 +0000)]
bandwidthd: fix undefined references to inline functions
gcc-7 with -Os makes inline functions disappeard. It are caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help
bandwidthd.o: In function `RCDF_Load':
bandwidthd.c:(.text+0xb33): undefined reference to `FindIp'
bandwidthd.o: In function `PacketCallback':
bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11e2): undefined reference to `Credit'
bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11fc): undefined reference to `Credit'
bandwidthd.c:(.text+0x1218): undefined reference to `FindIp'
bandwidthd.c:(.text+0x122a): undefined reference to `Credit'
bandwidthd.c:(.text+0x1232): undefined reference to `FindIp'
bandwidthd.c:(.text+0x1244): undefined reference to `Credit'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'bandwidthd' failed
make[4]: *** [bandwidthd] Error 1
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Dirk Brenken [Sat, 29 Sep 2018 16:19:48 +0000 (18:19 +0200)]
Merge pull request #7115 from dibdot/ddns-fix
ddns-scripts: multiple fixes
Deng Qingfang [Wed, 18 Jul 2018 07:53:44 +0000 (15:53 +0800)]
libev: update to 4.24
Compile & runtime tested: ar71xx, ramips, mvebu
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Ted Hess [Sat, 29 Sep 2018 15:04:34 +0000 (11:04 -0400)]
CONTRIBUTING.md: Update documentation links
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 29 Sep 2018 14:41:58 +0000 (10:41 -0400)]
Merge pull request #7104 from thess/master
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
Ted Hess [Wed, 26 Sep 2018 14:38:51 +0000 (10:38 -0400)]
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
Add description of preferred archive formats and download methods.
Encourage multiple maintainers.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Nikos Mavrogiannopoulos [Sat, 29 Sep 2018 08:03:20 +0000 (10:03 +0200)]
gnutls: updated to 3.5.19
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Rosen Penev [Mon, 6 Aug 2018 21:03:07 +0000 (14:03 -0700)]
hamlib: Update to 3.3
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Andy Walsh [Sat, 29 Sep 2018 00:05:19 +0000 (02:05 +0200)]
samba4: fix missing busybox 'hostname -f' command
* busybox does not have 'hostname' by default so replaced it with uci calls
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Jianhui Zhao [Sat, 8 Sep 2018 18:03:42 +0000 (02:03 +0800)]
rtty: Update to 6.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Dirk Brenken [Fri, 28 Sep 2018 06:11:17 +0000 (08:11 +0200)]
Merge pull request #7111 from Andy2244/wsdd2-fix-triggers
wsdd2: fix missing triggers
Dirk Brenken [Fri, 28 Sep 2018 06:10:45 +0000 (08:10 +0200)]
Merge pull request #7110 from Andy2244/samba4-fix-netbiosname
samba4: fix netbios_name
Dirk Brenken [Thu, 13 Sep 2018 12:45:44 +0000 (14:45 +0200)]
ddns-scripts: multiple fixes
* replace shell based urlencoder with an awk variant
* fix write_log function/syslog output in case of an error
* protect answer string with double quotes in update_route53
* remove bogus set/IFS options in update_route53
* clean-up update_route53 a little bit
This patchset finally fix #6977
Many thanks to @mark0n & @a-bali for testing & debugging
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Fri, 28 Sep 2018 05:24:32 +0000 (07:24 +0200)]
Merge pull request #7112 from EricLuehrsen/unbound_leak
unbound: add patches for leaks during TLS query
Yousong Zhou [Thu, 27 Sep 2018 03:48:53 +0000 (03:48 +0000)]
jamvm: depends on supported architectures
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 27 Sep 2018 03:39:12 +0000 (03:39 +0000)]
treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@
5d9eeab
("build: remove obsolete references to cris and avr32")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Jianhui Zhao [Sat, 8 Sep 2018 13:10:51 +0000 (21:10 +0800)]
libuwsc: Update to 3.0.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Eric Luehrsen [Tue, 18 Sep 2018 01:10:33 +0000 (21:10 -0400)]
unbound: add patches for leaks during TLS query
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Luiz Angelo Daros de Luca [Thu, 27 Sep 2018 19:13:20 +0000 (16:13 -0300)]
libcups: fix build for x86
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Andy Walsh [Thu, 27 Sep 2018 15:08:33 +0000 (17:08 +0200)]
wsdd2: fix missing triggers
* add triggers so changes can be picked up
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Thu, 27 Sep 2018 14:54:06 +0000 (16:54 +0200)]
samba4: fix netbios_name
* fixes: error 0x80070035
* add triggers to catch hostname changes
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Karl Palsson [Wed, 26 Sep 2018 10:42:46 +0000 (10:42 +0000)]
mosquitto: bump to 1.5.3
Full changelog at https://github.com/eclipse/mosquitto/blob/v1.5.3/ChangeLog.txt
Primary change:
CVE fix for CVE-2018-12543 - prevent crash on topics that begin with $
but are not $SYS
Selected other fixes relevant to OpenWrt since 1.5.1:
- Fix retained messages not sent by bridges on outgoing topics at the first
connection. Closes #701.
- Fix duplicate clients being added to by_id hash before the old client was
removed. Closes #645.
- Fix excessive CPU usage when the number of sockets exceeds the system limit.
Closes #948.
- Fix for bridge connections when using WITH_ADNS=yes.
- Fix round_robin false behaviour. Closes #481.
- Fix segfault on HUP when bridges and security options are configured.
Closes #965.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Guo Li [Wed, 26 Sep 2018 04:14:10 +0000 (12:14 +0800)]
sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)
This fix issue 'cannot find -lnsl' on build server which has libnsl.so in
/usr/lib
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Peter Wagner [Tue, 25 Sep 2018 20:29:32 +0000 (22:29 +0200)]
glib2: update to 2.58.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Tue, 25 Sep 2018 15:48:45 +0000 (11:48 -0400)]
Merge pull request #7100 from thess/boost-work
boost: Makefile and package changes to support builds with both Python versions selected
Guo Li [Mon, 10 Sep 2018 08:00:48 +0000 (16:00 +0800)]
getdns: add note for remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Guo Li [Mon, 10 Sep 2018 03:59:23 +0000 (11:59 +0800)]
getdns: remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Guo Li [Thu, 6 Sep 2018 05:42:22 +0000 (13:42 +0800)]
getdns: fix missing libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Ted Hess [Mon, 24 Sep 2018 21:14:54 +0000 (17:14 -0400)]
Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mk
perlmod: fix ability to build module out-of-feed
Hannu Nyman [Mon, 24 Sep 2018 19:14:59 +0000 (22:14 +0300)]
Merge pull request #7097 from tru7/libfmt
libfmt: upgrade to version 5.2.1
Hannu Nyman [Mon, 24 Sep 2018 19:14:45 +0000 (22:14 +0300)]
Merge pull request #7094 from Andy2244/master
samba4: update to 4.9.1