Rosen Penev
3456cf54a9
oath-toolkit: update to 2.6.5
Add PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
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>
4 years ago
Rosen Penev
f5be315bfd
Merge pull request #14448 from neheb/m4
m4: fix compilation with glibc
4 years ago
Rosen Penev
5282ff36de
Merge pull request #14447 from neheb/lpc2
lpc21isp: fix compilation with glibc
4 years ago
Rosen Penev
a5011f4920
m4: fix compilation with glibc
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
Nick Hainke
3c55d11aef
collectd: add snmp6 interface
Add collectd plugin allowing to collect IPv6 interface statistics.
Signed-off-by: Nick Hainke <vincent@systemli.org>
4 years ago
Rosen Penev
62e511a22b
Merge pull request #14437 from neheb/glib2664
glib2: update to 2.66.4
4 years ago
Rosen Penev
f95f280a46
Merge pull request #14439 from Andy2244/samba-4.13.3
samba4: update to 4.13.3, enbale io_uring
4 years ago
Rosen Penev
78c93b5291
Merge pull request #14440 from 1715173329/new-yq
yq: Update to 4.2.1
4 years ago
Tianling Shen
ba9eca0c31
yq: Update to 4.2.1
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago
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>
4 years ago
Rosen Penev
62726a6ea0
Merge pull request #14433 from neheb/ct
ctop: update to 0.7.5
4 years ago
Rosen Penev
8d97f89d28
Merge pull request #14435 from neheb/d
docker: update to 20.10.2
4 years ago
Rosen Penev
8ede7162e5
Merge pull request #14415 from linosgian/openssh_add_fido2_support
openssh: Add FIDO2 hardware token support
4 years ago
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>
4 years ago
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>
4 years ago
Rosen Penev
66c9dd3076
Merge pull request #14438 from neheb/tini
tini: fix compilation with glibc
4 years ago
Rosen Penev
66c0a4800c
tini: fix compilation with glibc
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
Rosen Penev
902095af46
Merge pull request #14434 from neheb/ru
runc: remove non-MIPS depends
4 years ago
Rosen Penev
029bad71a2
Merge pull request #14436 from neheb/cont
containerd: remove non MIPS depends
4 years ago
Rosen Penev
caf505097a
Merge pull request #14432 from neheb/ln
libnetwork: update to 2020-12-15
4 years ago
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>
4 years ago
Rosen Penev
20861bbc50
containerd: remove non MIPS depends
MIPS is supported now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
81611d1fc3
ctop: update to 0.7.5
Remove depends as MIPS is supported now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
Rosen Penev
1bcce388b9
runc: remove non-MIPS depends
MIPS is supported now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Rosen Penev
b4762c7e6f
Merge pull request #14063 from peter-stadler/etebase
[RFC] etebase: add package
4 years ago
Rosen Penev
67bd007f26
Merge pull request #13405 from peter-stadler/nginx-util-uci
[RFC] nginx-util: use UCI for server configuration
4 years ago
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>
4 years ago
Rosen Penev
46b0ed55e3
Merge pull request #14406 from tofurky/fix_perl-www
perl-www: add dependency on perl-try-tiny
4 years ago
Rosen Penev
fbdab5bb08
Merge pull request #14299 from wulfy23/nftqosinit
nft-qos: silence buildsystem errors
4 years ago
Rosen Penev
62f66125b5
Merge pull request #14361 from abajk/bump-coremark
coremark: bump to 2020-12-17
4 years ago
Rosen Penev
e907c0ed00
Merge pull request #14421 from commodo/python-updates1
python-idna,pillow: bump versions
4 years ago
Rosen Penev
e29ef2fc57
Merge pull request #14416 from dobo90/adguardhome_v0.104.3
[v2] adguardhome: upstream upgrade to v0.104.3
4 years ago
Rosen Penev
7fe58663e6
Merge pull request #14423 from zhaojh329/rtty
rtty: update to 7.1.5
4 years ago
Rosen Penev
f5e9ba0790
Merge pull request #14418 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.1
gnuplot: Updated gnuplot to 5.4.1
4 years ago
Matteo Cicuttin
60c0c3ba5d
gnuplot: Updated gnuplot to 5.4.1
Note: touches also `libdg`, changed dependency from libjpeg to libjpeg-turbo
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
4 years ago
Jianhui Zhao
3a84dac41a
rtty: update to 7.1.5
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
4 years ago
Alexandru Ardelean
7b4c118752
pillow: bump to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Alexandru Ardelean
633e372688
python-idna: bump to version 3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years ago
Rosen Penev
8e734a38a5
Merge pull request #14417 from luizluca/libvpx-1.9.0
libvpx: update to 1.9.0
4 years ago
Kuan-Yi Li
4881e4251f
usbutils: add usbreset
Add usbreset here to reflect the removal of usbreset package.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
4 years ago