| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and
"/proc/net/snmp6" to get the overall ipv4 and ipv6 usage.
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\
| |
| | |
svox: Don't move files with QUILT
|
| |
| |
| |
| |
| |
| |
| | |
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
|\ \
| |/
|/| |
xray-core: fix service start / reload
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix starting problem:
Starting function should be named 'start_service' instead of 'start_instance'.
Fix reloading problem:
Register reload tigger for uci config itself.
And, xray does not support reload currently, so use legacy restart as reload.
Fixes: 6c9b96352fb5e7d6acdf8f14ea4f9251cd09926b ("xray-core: add init script")
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
|\ \
| | |
| | | |
ksmbd(-tools): update to 3.3.4
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Major changes are:
add "vfs objects = acl_xattr" parameter in configuration.
fix wrong group domain name in lsarpc response.
set to SID_TYPE_UNKNOWN if there is no domain sid in server.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Major changes are:
Make xattr format of ksmbd compatible with samba's one.
Use netdevice_notifier to configure TCP listeners.
Fix a build break with linux-5.11 kernel.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
macremapper: linux 5.6+ compatibility
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
prometheus-node-exporter-lua: update netstat
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The snmp and netstat interface are enabled by default
See: 4943bc5cff47a482c3010033e04c6d489a4b733c
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
mini_snmpd: Fix minor nit in the init script
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This removes extra ] from grep invocation in append_interface().
Signed-off-by: Marcel Telka <marcel@telka.sk>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
wget: update to 1.21.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use PKG_INSTALL for consistency between packages.
Use PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
dockerd: change dockerd start level to 99 to avoid unknown conflicts
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Dockerd start too early will conflict with other net config.
After boot must manually restart dockerd, Or some container will not run.
Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
xray-core: add example configs and init script
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add init script so the users could run it with their configs quickly.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Thry're from v2fly/v2ray-core wikis, used as examples.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use $(AUTORELEASE) to bump PKG_RELEASE automatically.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
iputils: bump to 20210202 and fix version reporting
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The iputils build system embeds git tags into the generated binaries
for use by commands like ping -V. Since openwrt packaging is done in
a different repository from the upstream repo, the tags it finds
aren't particularly meaningful, and we get confusing results like
those described at https://github.com/openwrt/packages/issues/13920
This change removes the git tag inspection in favor of the static
version string that's already known to the upstream build system.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Move the tftpd binary from /usr/bin to /usr/sbin per upstream.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
lighttpd: update to lighttpd 1.4.59 release hash
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
update to lighttpd 1.4.59 release hash
add new base module mod_ajp13
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
miredo: add debian reproducibility patch
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Refreshed other patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Update sysrepo packages
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
stress-ng: bump to version 0.12.02
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
numpy: bump to version 1.20.0
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
simple-adblock: remove dependency on jsonfilter & old code
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
xray-core: add new package
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
getdns: Fix TLS V1.3 Ciphersuites option in Stubby
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Description :
Fix typo in CMAKE getdns included files, so Stubby can use TLS v1.3 with chipersuites options ON.
This solve issue that's written in here :
https://github.com/getdnsapi/stubby/issues/240
https://github.com/getdnsapi/stubby/issues/257
Signed-off-by: Harris K Kusuma <igharris.kk@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
antfs: patch for linux >= 5.8.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
hwdata 0.343: fix build error on macOS
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The install command on macOS does not support the -T flag.
As suggested by Rosen Penev, this package does not compile anything,
so the contents can be installed directly.
Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
|