Commit Graph
22854 Commits
Author SHA1 Message Date
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
Rosen PenevandGitHub 7ce3b159e3 Merge pull request #14384 from neheb/posf
postfix: update to 3.5.8
2021-01-01 12:48:28 -08:00
Rosen PenevandGitHub 33cc6d0990 Merge pull request #14402 from wongsyrone/update-miniupnpc
net/miniupnpc: update to 2.2.1
2021-01-01 11:28:32 -08:00
Rosen PenevandGitHub 03bd2c8771 Merge pull request #14401 from wongsyrone/update-miniupnpd
net/miniupnpd: update to 2.2.1
2021-01-01 11:28:17 -08:00
Josef SchlehoferandGitHub 6372355f73 Merge pull request #14331 from BKPepe/update-x264
x264: update to commit from 2020-10-26
2021-01-01 19:47:59 +01:00
Syrone Wong 3230f67d3a net/miniupnpc: update to 2.2.1
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2021-01-01 22:16:42 +08:00
Syrone Wong 5eb01b5a3e net/miniupnpd: update to 2.2.1
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2021-01-01 22:15:37 +08:00
Nikos MavrogiannopoulosandGitHub 60e7eee859 Merge pull request #14400 from FrederickGeek8/fix-14287
openconnect: Fix secondary password script overwriting primary
2021-01-01 11:51:56 +01:00
Tianling ShenandPaul Spooren f52cd2d8a1 yq: Update to 4.2.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2020-12-31 23:28:47 -10:00
Frederick Morlock 5d85f5af63 openconnect: Fix secondary password script overwriting primary
When specifying a secondary password script, the output should be appended to the temporary password file and shouldn't overwrite it. If you refer to the case where there is a static secondary password, you can see that the secondary password is appended. Without this fix, only the secondary password is passed to the `openconnect` session.

Signed-off-by: Frederick Morlock <FrederickGeek8@gmail.com>
2021-01-01 17:18:27 +08:00
Rosen PenevandGitHub 2dd17b0a79 Merge pull request #14342 from neheb/transmis
transmission: do not use wolfSSL
2020-12-31 22:21:40 -08:00
Rosen PenevandGitHub 093d1bd983 Merge pull request #14399 from neheb/e
erlang: disable PGO on host
2020-12-31 19:11:43 -08:00
Rosen PenevandGitHub 39a24ea1fc Merge pull request #14397 from neheb/gi
gitolite: change symlink from absolute to relative
2020-12-31 19:11:27 -08:00
Rosen PenevandGitHub 7d474236dd Merge pull request #14396 from neheb/xr
xr_usb_serial_common: update to 2017-08-01
2020-12-31 18:26:23 -08:00
Rosen Penev bfabad1bd1 erlang: disable PGO on host
Fixes compilation with clang. The make system misidentifies clang as
GCC for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:12:22 -08:00
Rosen Penev b318690cfe gitolite: change symlink from absolute to relative
Fixes bad symlink under InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:10:27 -08:00
Rosen Penev 18aa332f9a xr_usb_serial_common: update to 2017-08-01
Cleaned up Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:09:20 -08:00
Rosen Penev 044b05fc04 transmission: do not use wolfSSL
There's some kind of crash internally in wolfSSL. It doesn't seem like
anyone knows how to fix it. Just disable it for now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:05:03 -08:00
Rosen PenevandGitHub 77844c85e5 Merge pull request #14392 from neheb/con
conmon: add host build dependency on go
2020-12-31 17:03:23 -08:00
Rosen PenevandGitHub edf984cb51 Merge pull request #14393 from neheb/w
whois: fix compilation with glibc
2020-12-31 16:53:03 -08:00
Rosen PenevandGitHub c258f0f97a Merge pull request #14394 from neheb/fr
freeradius3: add missing libbsd dependency to glibc
2020-12-31 16:52:21 -08:00
Rosen Penev 27b54ace9a conmon: add host build dependency on go
It seems to be needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 16:43:18 -08:00
Rosen Penev f84c7960f3 freeradius3: add missing libbsd dependency to glibc
Fixes packages generation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 15:38:32 -08:00
Rosen Penev 273923d5d2 whois: fix compilation with glibc
Just don't install mkpasswd at all. It's not used and causes problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 15:34:21 -08:00
Rosen PenevandGitHub 35e8bf4ffe Merge pull request #14386 from neheb/o
opendkim: fix compilation with glibc
2020-12-31 14:21:25 -08:00
Etienne ChampetierandGitHub 423c276409 Merge pull request #14388 from Bloup1net/phantapresolv
phantap: Update to latest commit
2020-12-31 15:11:04 -05:00
Diana Dragusin ba6453889c phantap: Update to latest commit
a717723 Get resolvfile from configuration

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
2020-12-31 11:38:50 -05:00
Toke Høiland-Jørgensen 476e77be6b sqm-scripts: Update PKG_MIRROR_HASH
Forgot to update the MIRROR_HASH

Fixes: 2c652128c5: ("sqm-scripts: Bump to v1.5.0")
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-12-31 17:28:15 +01:00
Toke Høiland-Jørgensen 2c652128c5 sqm-scripts: Bump to v1.5.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-12-31 16:18:15 +01:00
Rosen Penev ee7cc66aea opendkim: fix compilation with glibc
Add libbsd dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 02:40:32 -08:00
Rosen Penev 788afe757d postfix: update to 3.5.8
Pass TARGET_[C/LD]FLAGS to reduce filesize.

Fix glibc compilation by adding lresolv.

Remove uClibc-ng patch as that's now gone.

Refreshed other patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 02:29:46 -08:00
Rosen PenevandGitHub 38913265b7 Merge pull request #14377 from neheb/bfd
bfdd: fix compilation with glibc
2020-12-31 00:20:10 -08:00
Rosen PenevandGitHub 791bade75a Merge pull request #14378 from neheb/a
auc: link to libdl when needed
2020-12-30 18:35:15 -08:00
Rosen PenevandGitHub 0d1f0c7848 Merge pull request #14383 from neheb/hf
hfsprogs: fix compilation under glibc
2020-12-30 18:34:17 -08:00
Rosen PenevandGitHub 02d1083c57 Merge pull request #14368 from zhanhb/bash
bash: import upstream patches for 5.1
2020-12-30 18:34:03 -08:00
Rosen Penev 899b7aae50 hfsprogs: fix compilation under glibc
Seems sys/sysctl.h was removed.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:43:57 -08:00
Rosen PenevandGitHub 34fb6fa5c2 Merge pull request #14296 from neheb/rtl4
rtl_433: update to 20.11
2020-12-30 17:37:42 -08:00
Rosen PenevandGitHub 8b46b7c8c5 Merge pull request #14312 from neheb/tt
ttyd: update to 1.6.2
2020-12-30 17:37:14 -08:00
Rosen PenevandGitHub 2fc16c17ca Merge pull request #14381 from neheb/u
unrar: update to 6.0.3
2020-12-30 17:36:33 -08:00
Rosen PenevandGitHub 6c5e14e2b7 Merge pull request #14382 from neheb/t
tcp_wrappers: fix compilation under glibc
2020-12-30 17:36:15 -08:00
Rosen PenevandGitHub 34a3e9bc09 Merge pull request #14374 from neheb/ksmbdt
ksmbd-tools: fix compilation with glibc
2020-12-30 17:35:24 -08:00
Rosen Penev 8a900975d5 tcp_wrappers: fix compilation under glibc
libnsl seems to not be a library that comes with glibc.

Remove excess whitespace.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:27:32 -08:00
Rosen PenevandGitHub c23556c8b0 Merge pull request #14375 from neheb/c
coova-chili: fix compilation with glibc
2020-12-30 17:24:38 -08:00
Rosen PenevandGitHub d0128d7dbb Merge pull request #14380 from neheb/x
xfsprogs: fix compilation under glibc
2020-12-30 17:07:59 -08:00
Rosen Penev 7cb7a2e2a8 unrar: update to 6.0.3
Fix compilation with glibc by adding pthread linker flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:07:12 -08:00
Rosen PenevandGitHub 9a7c519f6e Merge pull request #14379 from neheb/atft
atftp: fix compilation with glibc
2020-12-30 16:57:51 -08:00
Rosen Penev b90ce88d03 bfdd: fix compilation with glibc
Remove uClibc-ng patch as it's not in the tree anymore.

Also remove the _GNU_SOURCE CFLAG for the same reason.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:53:53 -08:00
Rosen Penev 4d4d9a2c32 xfsprogs: fix compilation under glibc
Missing link to librt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:52:59 -08:00