aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mwan3: add default rule for ipv6 in example configAaron Goodman2020-07-19
| | | | | | | default rule only applied to ipv4 with dest_ip 0.0.0.0/0 and error was hidden when trying to apply it in ip6table Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: don't try to use ipv6 if not installedAaron Goodman2020-07-19
| | | | | | fix issue #11826 Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: be more efficient with sleep after killing trackersAaron Goodman2020-07-16
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: don't add single ipv4 to connected list if already covered by a cidrAaron Goodman2020-07-16
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* Merge pull request #12831 from neheb/briRosen Penev2020-07-15
|\ | | | | bridge-utils: update to 1.7
| * bridge-utils: update to 1.7Rosen Penev2020-07-15
|/ | | | | | | | | | | | | | Changed URL to new upstream. Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Remove outdated patch. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12775 from nickberry17/add_mm_err_messagesRosen Penev2020-07-15
|\ | | | | modemmanager: add error message notifications to proto handler
| * modemmanager: add error message notifications to proto handlerNicholas Smith2020-07-10
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | Merge pull request #12820 from neheb/soupRosen Penev2020-07-15
|\ \ | | | | | | libsoup: update to 2.71.0
| * | libsoup: update to 2.71.0Rosen Penev2020-07-15
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | php7: update to 7.4.8Michael Heimpold2020-07-15
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | libzip: update to 1.7.3Michael Heimpold2020-07-15
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #12823 from neheb/confRosen Penev2020-07-15
|\ \ \ | | | | | | | | confuse: update to 3.3
| * | | confuse: update to 3.3Rosen Penev2020-07-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Switched to PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster compilation. Minor cleanups. Remove pointless UninstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12821 from neheb/mpdcRosen Penev2020-07-15
|\ \ \ | | | | | | | | libmpdclient: update to 2.19
| * | | libmpdclient: update to 2.19Rosen Penev2020-07-15
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / openzwave: fix pkgconfig libdir pathsRosen Penev2020-07-15
|/ / | | | | | | | | | | It's currently pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12758 from BKPepe/flupJosef Schlehofer2020-07-15
|\ \ | | | | | | Bring back python-flup
| * | Revert "lang: python: flup: drop package"Josef Schlehofer2020-07-15
| | | | | | | | | | | | | | | | | | | | | This reverts commit 33525fa8d5dd0b878329971fb78c6a623207dba7. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [add me as co-maintainer, bump PKG_RELEASE, Makefile polishing]
* | | Merge pull request #12810 from TDT-AG/pr/20200714-mwan3Florian Eckert2020-07-15
|\ \ \ | | | | | | | | mwan3: fix some shellcheck warnings
| * | | mwan3: update version to 2.8.9Florian Eckert2020-07-15
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: cleanup function mwan3_create_iface_routeFlorian Eckert2020-07-15
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: fix shellcheck warning SC2086Florian Eckert2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add double quote to prevent globbing and word splitting where there is no regression. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: fix shellcheck warning SC2166Florian Eckert2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | Replace -o boolean check with ||. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: remove unused variable complained by shellcheckFlorian Eckert2020-07-15
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: fix shellcheck warning SC2039Florian Eckert2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | Replace all `==` with `=`. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: move redirect error output to trashFlorian Eckert2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This suppress the following output on `mwan3 restart`: > Dump terminated Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | h2o: fix pkgconfig pathsRosen Penev2020-07-14
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libxerces-c: fix pkgconfig pathsRosen Penev2020-07-14
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ovn: bump to version 20.06.1Yousong Zhou2020-07-14
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | qemu: explictly --disable-linux-io-uringYousong Zhou2020-07-14
|/ / / | | | | | | | | | | | | | | | | | | Fixes openwrt/packages#12808 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Revert "modemmanager: remove unnecessary autoreconf and specifications of ↵Rosen Penev2020-07-13
| | | | | | | | | | | | | | | | | | glib-mkenums and gdbus-codegen" This reverts commit 352ca90243985ce369179c27c4a107d66d62b9bd.
* | | Merge pull request #12781 from neheb/wsleRosen Penev2020-07-13
|\ \ \ | | | | | | | | libwslay: update to 1.1.1
| * | | h2o: use static libwslayRosen Penev2020-07-10
| | | | | | | | | | | | | | | | | | | | | | | | Allows a smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | libwslay: update to 1.1.1Rosen Penev2020-07-10
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Switch to CMake. Allows faster compilation and simplification of the Makefile. Switched libwslay to a static InstallDev library. Allows further simplification of the Makefile and a smaller size when used with h2o. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | gerbera: fix compilation with newer npupnpRosen Penev2020-07-13
| | | | | | | | | | | | | | | | | | Macro got removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | spdlog: update to 1.7.0Rosen Penev2020-07-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12747 from neheb/tessRosen Penev2020-07-13
|\ \ \ | | | | | | | | tesseract/leptonica: switch to CMake
| * | | tesseract: switch to CMakeRosen Penev2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also faster compilation. Added CMake patch to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | leptonica: switch to CMakeRosen Penev2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12784 from neheb/lighRosen Penev2020-07-13
|\ \ \ \ | | | | | | | | | | lighttpd: switch to meson
| * | | | lighttpd: switch to mesonRosen Penev2020-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile and allows faster compilation with Ninja. Added patch to fix libmariadb dependency. Added extra modules. Speed Before: time make package/lighttpd/compile -j 12 Executed in 47.91 secs fish external usr time 41.83 secs 384.00 micros 41.83 secs sys time 10.79 secs 37.00 micros 10.79 secs Speed After: time make package/lighttpd/compile -j 12 Executed in 19.67 secs fish external usr time 42.79 secs 377.00 micros 42.79 secs sys time 8.56 secs 37.00 micros 8.56 secs Tested with fish shell. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12739 from alkk/pcre32Rosen Penev2020-07-13
|\ \ \ \ \ | | | | | | | | | | | | pcre: 32 bit character support enabled (libpcre32)
| * | | | | pcre: 32 bit character support enabled (libpcre32)Alex Kirhenshtein2020-07-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alex Kirhenshtein <alk@netxms.org>
* | | | | | Merge pull request #12795 from tru7/libfmtRosen Penev2020-07-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | libfmt: bump to version 7.0.1
| * | | | | | libfmt: bump to version 7.0.1Othmar Truniger2020-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | Merge pull request #12798 from EricLuehrsen/unbound_20200704Rosen Penev2020-07-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unbound: improve startup and dhcp script robustness
| * | | | | | | unbound: improve startup and dhcp script robustnessEric Luehrsen2020-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - prevent rapid overlap in DHCP script updates - check and allow localhost forwards with specific applications - add option for rate limiting inbound queries - change UCI list to table format with Unbound conf references Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | Merge pull request #12801 from wvdakker/masterRosen Penev2020-07-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shorewall: Bump to 5.2.6.1
| * | | | | | | | Shorewall6: Bump to 5.2.6.1Willem van den Akker2020-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>