| Commit message (Collapse) | Author | Age |
... | |
|/
|
|
| |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
modemmanager: add error message notifications to proto handler
|
| |
| |
| |
| | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
|\ \
| | |
| | | |
mwan3: fix some shellcheck warnings
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add double quote to prevent globbing and word splitting where there is
no regression.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Replace -o boolean check with ||.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Replace all `==` with `=`.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This suppress the following output on `mwan3 restart`:
> Dump terminated
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ /
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| |
| |
| | |
glib-mkenums and gdbus-codegen"
This reverts commit 352ca90243985ce369179c27c4a107d66d62b9bd.
|
|\ \
| | |
| | | |
lighttpd: switch to meson
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
unbound: improve startup and dhcp script robustness
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
|\ \ \
| | | |
| | | | |
Shorewall: Bump to 5.2.6.1
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
|
|\ \ \ \
| |/ / /
|/| | | |
xinetd: start service in foreground for procd
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \
| | | |
| | | | |
miniupnpd: default to IGDv1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
modemmanager: remove unnecessary autoreconf
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
glib-mkenums and gdbus-codegen
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Includes:
- dawn_uci: no need uci_alloc_context on each uci_set_network call
- test_storage: extend test harness; datastorage: two bug fixes
- tcpsocket: free con after ustream write error and make list each safe
list_each is not safe against removal of list entry
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \ \ \
| |_|_|/
|/| | | |
open-iscsi: add package open-iscsi
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
iscsi initiator utilities
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
foolsm: change mail dependency
|
| | |/
| |/|
| | |
| | |
| | | |
* changed mail dependency from orphaned 'ssmtp' to 'msmtp'
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \
| | | |
| | | | |
apache/mariadb/sqlite: remove myself as maintainer
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes:
CVE-2020-11868
CVE-2018-8956
CVE-2020-13817
CVE-2020-1502
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| | |
| | | |
spawn-fcgi: switch to CMake
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
apfree-wifidog: fix compilation with GCC10
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
fwknop: fix compilation with GCC10
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added PKG_LICENSE_FILES.
Added PKG_BUILD_PARALLEL for faster compilation.
Simplified configure arguments.
Small cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
rsync: update to 3.2.2
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Force IPv6 support to according to the global CONFIG_IPV6, ignore compile time detection
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|