aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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>
| * | | | | | | | Shorewall: Bump to 5.2.6.1Willem van den Akker2020-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall6-lite: Bump to 5.2.6.1Willem van den Akker2020-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall-lite: Bump to 5.2.6.1Willem van den Akker2020-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall-core: Bump to 5.2.6.1Willem van den Akker2020-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | Merge pull request #12748 from commodo/drop-python-mysqlclientRosen Penev2020-07-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-mysqlclient: drop package
| * | | | | | | | | python-mysqlclient: drop packageAlexandru Ardelean2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main user for this package was Seafile. In the meantime, Seafile switch to PyMySQL. https://pypi.org/project/PyMySQL/ PyMySQL seems to be a replacement for python-mysqlclient, and while it may not be fully compatible with the MySQL API, it may be that those APIs wouldn't be used. This change drops this package. If there is enough usage/reason to bring it back, we can. For python-mysqlclient, the tag-line/description is: ``` This is a fork of MySQLdb1. This project adds Python 3 support and bug fixes. I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools. ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #12773 from TDT-AG/pr/20200710-xinetdFlorian Eckert2020-07-13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | xinetd: start service in foreground for procd
| * | | | | | | | | xinetd: start service in foreground for procdFlorian Eckert2020-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we use now procd for xinetd, we have to start the service with the option `-dontfork` to make procd happy. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | xinetd: change PKG_MAINTAINERFlorian Eckert2020-07-10
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | Merge pull request #12479 from ja-pa/python-wcwidth-updateRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-wcwidth: update to version 0.2.5
| * | | | | | | | | python-wcwidth: update to version 0.2.5Jan Pavlinec2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #12785 from G-M0N3Y-2503/cache-domains-reliability-fixRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cache-domains: Improved configure reliability
| * | | | | | | | | | cache-domains: Improved ifup hotplug reliabilityGerard Ryan2020-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've noticed that in deployment on some reboots it won't configure, This seems to be due to running before the system/network is ready. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | | | | | Merge pull request #12765 from neheb/mnuRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | miniupnpd: default to IGDv1
| * | | | | | | | | | | miniupnpd: default to IGDv1Rosen Penev2020-07-08
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems even modern stuff doesn't support v2 correctly. The miniupnp suite does but other stacks seem to lack support. Default to v1 to avoid the headache. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #12710 from computersforpeace/brRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bottlerocket: new package
| * | | | | | | | | | | bottlerocket: new packageBrian Norris2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As simple package, providing a utility ("br") for controlling X10 home automation Firecracker transmitters over serial. Signed-off-by: Brian Norris <computersforpeace@gmail.com>