| Commit message (Collapse) | Author | Age |
|\
| |
| | |
transmission: update to 3.0
|
| |
| |
| |
| |
| |
| | |
remove upstreamed patches. Refresh remaining one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The existing interface selection/detection code was incomprehensible at
worst and convoluted at best. The uci config file suggested it
understood an external ipv6 interface but in reality the init script
took no notice. Re-work it so it is at least comprehendible and takes
notice of ipv6 interface details if specified.
Update the hotplug script to use the same interface selection/detection
code as the init script and take note of ipv6 interface selection, only
restarting miniupnpd on interface up events and only if that interface
isn't already known (for that ip class) by miniupnpd.
For me this has solved numerous 'flaky' startup problems, especially
with regard to ipv6.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
|\ \
| | |
| | | |
modemmanager: set interface MTU based on bearer settings
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Using the same method used by other protocol handlers like uqmi.
Fixes https://github.com/openwrt/packages/issues/11383
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
|
|/
|
|
|
|
|
|
| |
Fixes:
CVE-2020-3341
CVE-2020-3327
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\
| |
| | |
uwsgi: make luci-webui single threaded and log more
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
More threads can lead to a problem if a luci-app makes a fork
(e.g. for executing a command). Parallelism is still achieved
by using `processes = 3`.
Make the log more verbose by filtering only standard messages
for start/stop/reload out (leaving one line each).
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \
| | |
| | | |
nginx: set log level to crit for luci-static
|
| | |
| | |
| | |
| | |
| | |
| | | |
Do not write errors for inexistent files to the system log.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|/ /
| |
| |
| |
| |
| | |
* limit domain name length to max. 63 chars
to fix issues with energized sources
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \
| | |
| | | |
nginx: do not reduce max processes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use the upstream value for NGX_MAX_PROCESSES (=1024) again.
So it is safe to use `worker_processes auto;` (which sets it to
the number of CPUs). Also use this directive in the conf instead
of calculating the number in the init and passing it as argument.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* update energized source urls, add ultimate variant
* switch shalla source to http (invalid server certificate)
* add another stevenblack source variant (normal / porn)
* small cornercase fixes
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \
| | | |
| | | | |
dawn: update to latest version
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Includes:
- dawn_iwinfo: fix whitespace
- dawn_iwinfo: indentation
- dawn_iwinfo: iwinfo_finish();
- dawn_iwinfo: filter out global interface
- dawn_iwinfo: release iwinfo after usage
- tcpsocket: fix port print
- github: set CONFIG_SRC_TREE_OVERRIDE in actions CI
- github: fix link to dawn source
- github: use v2 for checkout action
- github: add GitHub Actions CI
- ubus: only update TCP socket list when using TCP connections
- add notice that full wpad is requirement
- fix link to luci-app-dawn
- update readme and install instructions
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \ \ \
| | | | |
| | | | | |
knot: disable libcap-ng
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Recently, there was added libcap-ng to OpenWrt packages feed,
which is optional for Knot DNS. It enables POSIX 1003.1e capabilities.
This can restrict root (by default it runs as root) permissions and
might harm and as there isn't systemd on OpenWrt it can interfere.
There is an added patch, which introduced an option to disable libcap-ng.
This will be part of the next release.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes:
CVE-2020-8616
CVE-2020-8617
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
cifs-utils: fix compilation
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Now that libcap-ng is in the tree, cifs-utils is picking it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Reported-by: Paul Spooren <mail@aparcar.org>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
unbound: update to version 1.10.1 (security fix)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes:
CVE-2020-12662
CVE-2020-12663
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
etesync-server: Minor Makefile cleanup
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Replace creating an empty PYTHON3_PKG_DIR with setting filespec to an
empty value
* Disable the default Python package build recipe (with
PYTHON3_PKG_BUILD:=0) and set an empty Build/Compile
* Remove VARIANT:=python3 and PROVIDES (providing the same name as the
package)
* Add PKG_BUILD_PARALLEL:=1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
netsniff-ng: new package
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
start if kernel has missing ipv6 support
add libcap-ng support
fix some errors displayed on syslog
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When adding suEXEC to the apache package, Alpine's package [1] served as
a template. Not enough attention was paid to the details.
Alpine uses a different layout. So for OpenWrt to use /var/www as
DocumentRoot does not make sense. /var is also volatile on OpenWrt. This
commit removes the configure argument. The default is htdocsdir.
This also does away with uidmin/gidmin 99. The default is 100, which is
fine.
Finally, the suexec binary is moved from /usr/sbin to
/usr/lib/apache2/suexec_dir. Upstream recommends installing suexec with
"4750" (see [2]) and the group set to the user's group. While that would
be possible, it would cause a few headaches on OpenWrt. The group would
need to be changed first in a post-install script and a call to chmod
would need to be made afterward, to make the binary SUID again.
It's easier to hide the SUID binary away from others in a directory.
This way we don't need to use chmod in the post-install script.
[1] https://github.com/alpinelinux/aports/tree/master/main/apache2
[2] https://httpd.apache.org/docs/2.4/suexec.html
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Hides away the contents of the log directory from others.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|\ \ \ \
| | | | |
| | | | | |
libreswan: update to 3.32
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
also add -flto to compiler flags
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
|\ \ \ \
| |_|/ /
|/| | | |
etesync-server: add package and configuration for running with uwsgi on nginx [RFC]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Setup pyhton3-django-etesync-journal using uWSGI with Nginx.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \ \ \
| | | | |
| | | | | |
sslh: Add http probe support
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Warren Ng <looklookson@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
nginx: update all-module configurations
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
nginx-all-module also provides nginx-ssl and shoud have configuration file uwsgi_params
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
treewide: add conffiles
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
ifstat: make dependency on libnetsnmp conditional
|