| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
Binding in default to IPv6 is preferable but it can be disabled in
kernel and that prevents syslog-ng to start. This setup should not be
that common but syslog is very important service and should survive
that.
This introduces new plugin defining source generator
`network_localhost`. This is used instead of original network source.
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\
| |
| | |
https-dns-proxy: re-add conffiles and add description to Makefile
|
|/
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|\
| |
| | |
file: update to 5.39
|
| |
| |
| |
| |
| |
| | |
Remove fedora mirror as it delivers a different file that doesn't work.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
upmpdcli: update to 1.4.12
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libupnpp: update to 0.19.2
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
xfsprogs: fix compilation with uClibc-ng
|
|/
|
|
|
|
| |
MAP_SHARED_VALIDATE is completely missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
ksmbd: update to 3.2.2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* update to 3.2.2
ksmbd changelog:
* fix kernel oops when using signing and pysmb (SMB1) as client.
* fix signing bugs.
* fix encryption bugs.
* fix build error on linux-5.8-rc1
* fix bugs with read-only=yes
* fix potential stuck issue due to cache buffers exhaustion
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
|\ \
| |/
|/| |
https-dns-proxy: bugfix: remove eDNS support
|
|/
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|\
| |
| | |
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
|
| |
| |
| |
| |
| |
| | |
https://nvd.nist.gov/vuln/detail/CVE-2020-12823
Signed-off-by: Donald Hoskins <grommish@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \
| | |
| | | |
open-vm-tools: add new package open-vm-tools-fuse
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Link: https://kb.vmware.com/s/article/60262
Add new package to support Shared Folders user mode FUSE client.
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
|
|\ \ \
| | | |
| | | | |
nextdns: Update to version 1.7.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
|\ \ \ \
| |/ / /
|/| | | |
sane-backends: update to 1.0.30
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
numpy: add new package
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Essentially, this is a re-spin from
https://github.com/openwrt/packages/pull/9797/
But a really trimmed down version.
Only the Py3 variant is added now, which makes the Makefile really small
now.
Cython is needed on the host, to cythonize some files.
The package needs targets with hard-float enabled. This is because on some
soft-float targets floating-point exception constants aren't defined.
We can define some dummy values, but that ends up being a bit too much
work.
So, for that, the package depends on HAS_FPU or KERNEL_MIPS_FPU_EMULATOR.
This way, numpy should be buildable on hard-float, or for MIPS on the FPU
emulator being compiled in.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
FreeBSD build fix
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
collectd fix: init uci issues
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The value is a number and not a string.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently the init script generates a config file from uci, that has the
include line before the interval line. This means, that anything happening
in the include directory does not yet see the changed Interval.
Moving the include line before the uci generation process fix this issue.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
collectd: enable ubi plugin
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Currently the values are stored in the ubi plugin as data source type
`counter`. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type `gauge`. Then I can see the current value.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add uci binding for ubi plugin.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enable ubi plugin.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
wifidog-ng: remove package
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
tor: remove libssp hack
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Does not seem to be needed anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
openssh: always enable stackprotect option
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
b933f9cf0cb254e368027cad6d5799e45b237df5 in base made several changes
to OpenWrt's libssp support. It seems this workaround is no longer
needed.
Simplified the configure script slightly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Revert "perl: fix compilation on x86_64 with glibc and ssp"
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This reverts commit 3d5ba0f094709c1ca98a39d1f080aa414c40d530.
As of b933f9cf0cb254e368027cad6d5799e45b237df5 , this is not needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
added libxcrypt and used for shadow-utils
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Since size is not a problem here, use libxcrypt to avoid algorithm
availability. Changed default to bcrypt as that's the strongest
supported by shadow-utils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.
The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:
bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt
The STRONG default adds several algorithms not supported by
shadow-utils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
powertop: fix compilation with glibc
|