Commit graph

23150 commits

Author SHA1 Message Date
Rosen Penev
f9f216a066
tcpreplay: add libdnet support
On Arch Linux, tcpreplay is picking up the host dnet-config and adding
OS paths, thereby breaking compilation. The easiest solution is to add
libdnet support as the previous commit fixes dnet-config on OpenWrt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 17:58:11 -08:00
Rosen Penev
3a35751513
libdnet: fix dnet-config install path
For these -config files, some packages use the -config file in /usr
and others in /host. Install to /usr and then symlink as is done in
other packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 17:55:57 -08:00
Daniel Golle
1f3585a387 db47: don't depend on libxml2 at run-time
libxml2 seems to be required only during build, hence no need to
depend on it in run-time.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-10 01:46:36 +00:00
Rosen Penev
f4b63d6f2c
ksmbd-tools: update to 3.3.3
The major change are:

    Fix memleak and invalid memory write issue

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 17:08:31 -08:00
Rosen Penev
a1c4f73c01
ksmbd: update to 3.3.3
The Marjor changes are:

    fix xfstests issues on life test.
    improve credentials codes.
    enable SMB_SERVER_CHECK_CAP_NET_ADMIN by default

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 17:08:31 -08:00
W. Michael Petullo
54016ddaf4 clamav: allow configuration to use TCP socket
Something having to do with passing a file descriptor over spamd's
Unix socket causes the ClamAV milter to fail. The milter says "ERROR:
Unknown reply from clamd," and running strace on spamd reveals "No file
descriptor received. ERROR."

Some work by others can be found on the Internet that suggests using
a TCP socket for the communication between the milter and spamd fixes
this. Lucian Cristian confirmed this on OpenWrt.

I am not sure why the Unix socket does not work. I suspect it is something
related to musl, but I have not yet found evidence of this.

This merge request adds the option to configure spamd to use a TCP
socket, and it uses this as the default. The merge request also adds an
init script for clamav-milter.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-01-09 18:29:46 -06:00
Rosen Penev
f5be315bfd
Merge pull request #14448 from neheb/m4
m4: fix compilation with glibc
2021-01-09 16:16:29 -08:00
Rosen Penev
5282ff36de
Merge pull request #14447 from neheb/lpc2
lpc21isp: fix compilation with glibc
2021-01-09 16:16:14 -08:00
Rosen Penev
a5011f4920
m4: fix compilation with glibc
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 16:10:37 -08:00
Rosen Penev
95bbfa2a23
lpc21isp: fix compilation with glibc
Because -static is being passed, extra linker flags are needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 16:09:24 -08:00
Rosen Penev
2d6f791a6f
stress-ng: update to 0.12.01
Simplified bsd patch to be compatible with glibc. It's easier to just
use libbsd with glibc. Size shouldn't be an issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 15:38:33 -08:00
Josef Schlehofer
2f6694cbd0
python-aiohttp: update to version 3.7.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 19:31:06 +01:00
Josef Schlehofer
5fbd256b86
python-slugify: update to version 4.0.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 18:49:29 +01:00
Josef Schlehofer
0b7e74c90b
python-voluptuous-serialize: update to version 2.4.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 18:32:52 +01:00
Josef Schlehofer
37c307b933
python-voluptuous: update to version 0.12.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 18:32:08 +01:00
Nick Hainke
3c55d11aef collectd: add snmp6 interface
Add collectd plugin allowing to collect IPv6 interface statistics.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-09 10:12:20 +02:00
Rosen Penev
62e511a22b
Merge pull request #14437 from neheb/glib2664
glib2: update to 2.66.4
2021-01-08 19:49:45 -08:00
Rosen Penev
f95f280a46
Merge pull request #14439 from Andy2244/samba-4.13.3
samba4: update to 4.13.3, enbale io_uring
2021-01-08 10:34:58 -08:00
Rosen Penev
78c93b5291
Merge pull request #14440 from 1715173329/new-yq
yq: Update to 4.2.1
2021-01-08 10:33:54 -08:00
Tianling Shen
ba9eca0c31
yq: Update to 4.2.1
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-01-09 01:10:30 +08:00
Andy Walsh
97e55a28b3 samba4: update to 4.13.3, enbale io_uring
* update to 4.13.3
* enable vfs io_uring module by default, if kernel supports it
* fix for possible exploit openwrt/packages#13758
* sanetize all external template/config inputs
* fix some shellcheck warnings
* remove old aio modules/deps

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2021-01-08 17:28:36 +01:00
Rosen Penev
62726a6ea0
Merge pull request #14433 from neheb/ct
ctop: update to 0.7.5
2021-01-08 03:34:19 -08:00
Rosen Penev
8d97f89d28
Merge pull request #14435 from neheb/d
docker: update to 20.10.2
2021-01-08 03:34:00 -08:00
Rosen Penev
8ede7162e5
Merge pull request #14415 from linosgian/openssh_add_fido2_support
openssh: Add FIDO2 hardware token support
2021-01-08 03:33:34 -08:00
Rosen Penev
b99c73adde
dockerd: update to 20.10.2
Remove non MIPS depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 01:19:04 -08:00
Rosen Penev
5a4a676ec6
docker: update to 20.10.2
Remove non MIPS depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 01:18:33 -08:00
Rosen Penev
66c9dd3076
Merge pull request #14438 from neheb/tini
tini: fix compilation with glibc
2021-01-08 01:17:37 -08:00
Rosen Penev
66c0a4800c
tini: fix compilation with glibc
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 00:51:48 -08:00
Rosen Penev
dfa357be73
containerd: add missing no MIPS16 variable
This succeeded on the buildbots as runc included its lack of mips in
dependencies.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 00:37:30 -08:00
Rosen Penev
902095af46
Merge pull request #14434 from neheb/ru
runc: remove non-MIPS depends
2021-01-08 00:01:02 -08:00
Rosen Penev
029bad71a2
Merge pull request #14436 from neheb/cont
containerd: remove non MIPS depends
2021-01-08 00:00:47 -08:00
Rosen Penev
caf505097a
Merge pull request #14432 from neheb/ln
libnetwork: update to 2020-12-15
2021-01-07 23:58:32 -08:00
Rosen Penev
b970fb95df
glib2: update to 2.66.4
Remove liconv hack for uClibc-ng as the latter is gone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 16:58:45 -08:00
Rosen Penev
20861bbc50
containerd: remove non MIPS depends
MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 16:04:00 -08:00
Rosen Penev
81611d1fc3
ctop: update to 0.7.5
Remove depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 14:35:25 -08:00
Rosen Penev
3ebfd70c60
libnetwork: update to 2020-12-15
Remove some depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 14:33:43 -08:00
Rosen Penev
1bcce388b9
runc: remove non-MIPS depends
MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 14:30:51 -08:00
Linos Giannopoulos
855db864b0 openssh: Add FIDO2 hardware token support
Version 8.2[0] added support for two new key types: "ecdsa-sk" and
"ed25519-sk". These two type enable the usage of hardware tokens that
implement the FIDO (or FIDO2) standard, as an authentication method for
SSH.

Since we're already on version 8.4 all we need to do is to explicitly enable
the support for hardware keys when compiling OpenSSH and add all the
missing dependencies OpenSSH requires.

OpenSSH depends on libfido2[1], to communicate with the FIDO devices
over USB. In turn, libfido2 depends on libcbor, a C implementation of
the CBOR protocol[2] and OpenSSL.

[0]: https://lwn.net/Articles/812537/
[1]: https://github.com/Yubico/libfido2
[2]: tools.ietf.org/html/rfc7049

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
2021-01-07 00:53:05 +02:00
Linos Giannopoulos
1ce5b10425 libfido2: Add new package
libfido2 provides library functionality and command-line
tools to communicate with a FIDO device over USB, and to
verify attestation and assertion signatures.

libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
2021-01-07 00:53:05 +02:00
Linos Giannopoulos
42e2f427e6 libcbor: Add new package
Libcbor is a C library for parsing and generating CBOR[0],
the general-purpose schema-less binary data format.

[0]: https://tools.ietf.org/html/rfc7049

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
2021-01-07 00:53:05 +02:00
Daniel Golle
9ea8cccd35 transmission: add syscalls needed on PPC to seccomp rules
Add fadvise64_64 and fchmod syscalls needed on PowerPC platforms to
seccomp rules of transmission-daemon.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-06 22:17:40 +00:00
Stan Grishin
e948d41622 https-dns-proxy: update to 2020-11-25: add HTTP auth and DSCP codepoint support
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-01-06 11:48:07 -10:00
Rosen Penev
b4762c7e6f
Merge pull request #14063 from peter-stadler/etebase
[RFC] etebase: add package
2021-01-06 13:43:27 -08:00
Rosen Penev
67bd007f26
Merge pull request #13405 from peter-stadler/nginx-util-uci
[RFC] nginx-util: use UCI for server configuration
2021-01-06 13:43:12 -08:00
Karl Palsson
c563b72bc2 lang/lualanes: update url and description
No package version bump as no change to built package.  URL now points
to current useful webpage, and description is based on current release.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2021-01-06 09:45:51 +00:00
Rosen Penev
46b0ed55e3
Merge pull request #14406 from tofurky/fix_perl-www
perl-www: add dependency on perl-try-tiny
2021-01-05 22:33:58 -08:00
Rosen Penev
fbdab5bb08
Merge pull request #14299 from wulfy23/nftqosinit
nft-qos: silence buildsystem errors
2021-01-05 17:30:27 -08:00
Rosen Penev
62f66125b5
Merge pull request #14361 from abajk/bump-coremark
coremark: bump to 2020-12-17
2021-01-05 17:23:21 -08:00
Rosen Penev
e907c0ed00
Merge pull request #14421 from commodo/python-updates1
python-idna,pillow: bump versions
2021-01-05 17:17:20 -08:00
Rosen Penev
e29ef2fc57
Merge pull request #14416 from dobo90/adguardhome_v0.104.3
[v2] adguardhome: upstream upgrade to v0.104.3
2021-01-05 17:16:26 -08:00