| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
It seems this is still needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
radsecproxy: fix compilation with GCC10
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
ngircd: update to 26
|
| |/
| |
| |
| |
| |
| | |
Fixes compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
|
|
| |
Fixes compilation with GCC10.
Added random mirror since the normal website has issues at this time.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
update to latest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\
| |
| | |
kcptun: bump to v20200701
|
| |
| |
| |
| | |
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|\ \
| |/
|/| |
davfs2: update to 1.5.6
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Split musl patch into multiple small ones. Much easier to reason about.
Removed stack protector patch. This is not an issue anymore.
Removed NLS support. There seems to be a linking issue as
libiconv-stub does not have a shared library component.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
zerotier: fix compilation with GCC10
|
| |/
| |
| |
| |
| |
| | |
Patch taken from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
| |
update to newest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|
|
|
| |
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>
|