aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* net/mwan3: fixup parse json_load an null messageKyson Lok2018-10-12
| | | | | | | | If a interface is down, call ubus will return an null message which is used to json_load, it causes json_get_vars gets value from last load and l3_device various is nonzero. Signed-off-by: Kyson Lok <kysonlok@gmail.com>
* Merge pull request #7158 from neheb/hplLuiz Angelo Daros de Luca2018-10-10
|\ | | | | hplip: Update to 3.18.9
| * hplip: Update to 3.18.9Rosen Penev2018-10-09
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #7166 from ptpt52/mwan3-fixHannu Nyman2018-10-10
|\ \ | | | | | | mwan3: rtmon: filter out linkdown routing table
| * | net/mwan3: update version to 2.7.3Chen Minqiang2018-10-10
| | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
| * | mwan3: rtmon: filter out linkdown routing tableChen Minqiang2018-10-10
| | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | Merge pull request #7159 from EricLuehrsen/o1901_ub_181Hannu Nyman2018-10-10
|\ \ \ | | | | | | | | unbound: update to 1.8.1
| * | | unbound: update to 1.8.1Eric Luehrsen2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bug fixes for memory leaks bug fixes for DNS over TLS Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | Merge pull request #7132 from jzapater/jjHannu Nyman2018-10-10
|\ \ \ \ | | | | | | | | | | libical: update to version 3.0.4
| * | | | libical: update to version 3.0.4Jose Zapater2018-10-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Zapater <jzapater@gmail.com>
* | | | | sqm-scripts: select luci-base instead of depending on itJo-Philipp Wich2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | vim: fix build on non-linux systems after upgradeFelix Fietkau2018-10-10
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | The configure script calls uname directly and assumes that it returns the system to build for. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | wifidog: Change to use TLS above 1.0Rosen Penev2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | net/ipvsadm: add Virtual Server Administration ToolFlorian Eckert2018-10-10
| |/ / |/| | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #7156 from pacien/181008-pkg-tincSaverio Proto2018-10-09
|\ \ \ | | | | | | | | tinc: update to 1.0.35 (security update)
| * | | tinc: update to 1.0.35Pacien TRAN-GIRARD2018-10-08
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #7161 from Ansuel/nginxupThomas Heil2018-10-09
|\ \ \ | |/ / |/| | nginx: update to latest release
| * | nginx: update to latest releaseAnsuel Smith2018-10-09
| | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | Merge pull request #7153 from neheb/xmlTed Hess2018-10-08
|\ \ \ | | | | | | | | xmlrpc-c: Update to 1.43.08
| * | | xmlrpc-c: Update to 1.43.08Rosen Penev2018-10-07
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7151 from neheb/fioHannu Nyman2018-10-08
|\ \ \ | | | | | | | | fio: Update to 3.11
| * | | fio: Update to 3.11Rosen Penev2018-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #7154 from jan-kardell/TQ_fix_python2Hannu Nyman2018-10-08
|\ \ \ \ | | | | | | | | | | Python: Fix compile of host modules
| * | | | Python: Fix compile of host modulesJan Kardell2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #7155 from zhaojh329/libuwscHannu Nyman2018-10-08
|\ \ \ \ \ | | | | | | | | | | | | libuwsc: update to 3.1.0
| * | | | | libuwsc: update to 3.1.0Jianhui Zhao2018-10-08
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #7129 from jan-kardell/TQ_fix_python3Hannu Nyman2018-10-08
|\ \ \ \ \ | |/ / / / |/| | | | Python3: Fix host build on OpenSUSE
| * | | | Python3: Fix host build on OpenSUSEJan Kardell2018-10-08
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #7149 from neheb/patch-42Hannu Nyman2018-10-07
|\ \ \ \ | | |/ / | |/| | micropython-lib: Update to 1.9.3
| * | | micropython-lib: Update to 1.9.3Rosen Penev2018-10-07
|/ / / | | | | | | | | | | | | | | | Switched to codeload tarballs. Simpler Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | keepalived: disable libnlStijn Tintel2018-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | strongswan: bump to 5.7.0Stijn Tintel2018-10-07
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | libpfring: disable libnlStijn Tintel2018-10-07
| | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #6824 from neheb/vimHannu Nyman2018-10-07
|\ \ \ | | | | | | | | vim: Update to 8.1
| * | | vim: Update to 8.1Rosen Penev2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch URL to HTTP. More reliable. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7145 from neheb/microHannu Nyman2018-10-07
|\ \ \ \ | | | | | | | | | | micropython: Update to 1.94
| * | | | micropython: Update to 1.94Rosen Penev2018-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to normal tarballs for simplicity. Also rearanged Makefile. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | git: update to 2.19.1Peter Wagner2018-10-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #7141 from tru7/libfmtMichael Heimpold2018-10-06
|\ \ \ \ \ | | | | | | | | | | | | libfmt: switch to github codeload
| * | | | | libfmt: switch to github codeloadOthmar Truniger2018-10-05
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #7146 from mkrkn/strongswan-cveStijn Tintel2018-10-06
|\ \ \ \ \ | |/ / / / |/| | | | strongswan: backport upstream fixes for CVEs in gmp plugin
| * | | | strongswan: backport upstream fixes for CVEs in gmp pluginMagnus Kroken2018-10-06
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #7140 from dibdot/travelmateDirk Brenken2018-10-05
|\ \ \ \ | | | | | | | | | | travelmate: update 1.2.4
| * | | | travelmate: update 1.2.4Dirk Brenken2018-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | Merge pull request #7139 from zhaojh329/rttyDirk Brenken2018-10-05
|\ \ \ \ \ | | | | | | | | | | | | rtty: update to 6.3.0
| * | | | | rtty: update to 6.3.0Jianhui Zhao2018-10-05
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | ffmpeg: Configuration fixes for optional codec librariesTed Hess2018-10-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #7134 from ejurgensen/forked-daapd_update_264Ted Hess2018-10-03
|\ \ \ \ \ | | | | | | | | | | | | forked-daapd: update to 26.4
| * | | | | forked-daapd: update to 26.4Espen Jürgensen2018-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | libpfring: fix kmod dependencyStijn Tintel2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>