aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | | Merge pull request #7123 from pprindeville/perl-text-csv_xs-1.37Philip Prindeville2018-10-02
|\ \ \ \ \ \ | |/ / / / / |/| | | | | perl-text-csv_xs: update to 1.37
| * | | | | perl-text-csv_xs: update to 1.37Philip Prindeville2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | libpfring: add new packageBangLang Huang2018-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* | | | | | Merge pull request #7121 from Ansuel/nginxupHannu Nyman2018-10-02
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | nginx: update to latest release
| * | | | nginx: update to latest releaseAnsuel Smith2018-09-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | zabbix: Add SSL support for zabbix-agentd.Oskari Lemmela2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | zabbix: add PKG_CPE_IDEtienne Champetier2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks @neheb (#6814) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | zabbix: update to latest versionKrystian Kozak2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to latest version and refreshed patches. Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* | | | | gnurl: build without libpslDaniel Golle2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure gnURL doesn't link against libpsl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | ola: depend on libftdi1Daniel Golle2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>