Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Works on Raspberry Pi 3 (and probably on Pi 2 as well, as the Pi 3 is
actually using the Pi 2 image for now).
|
|
Seems to depend on "linux-api-headers", rather than "linux-headers". The
former is installed as a dep to glibc (a base group package) and as such
not explicitly listed as a make dep for now.
|
|
Please note, there seems to be a problem with unencrypted transfers >1GB
which is still under investigation upstream, see:
https://github.com/rapier1/openssh-portable/issues/5
|
|
The upstream maintainers fixed some style issues in their HPN code and
also synced their code with the current version of openssh-portable.
|
|
1. PAM was added as a hard dependency
2. openbsd-netcat was removed, as the package built just fine without
ANY netcat version installed. Let me know if I am wrong after all.
3. GDB was removed as the PKGBUILD does not use a check() function
|
|
|
|
|
|
|