summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-04-15Updated to new upstream versionBjörn Wiedenmann
2017-03-29Updated to new upstream versionBjörn Wiedenmann
2017-01-12Updated to new upstream versionBjörn Wiedenmann
2016-09-17Updated to new upstream versionBjörn Wiedenmann
2016-07-23Updated to new upstream versionBjörn Wiedenmann
2016-06-02Updated to new upstream version, fixing NONE cipher rekeying issueBjörn Wiedenmann
2016-05-26Added 'armv7h' to architecturesBjörn Wiedenmann
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).
2016-05-26Removed linux-headers depBjörn Wiedenmann
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.
2016-05-25Updated package to reflect current upstream stateHelix
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
2016-01-27Updated package to reflect current upstream stateBjörn Wiedenmann
The upstream maintainers fixed some style issues in their HPN code and also synced their code with the current version of openssh-portable.
2015-12-07Updated package dependencies after namcap runBjörn Wiedenmann
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
2015-12-06Updated package to latest upstream versionBjörn Wiedenmann
The function pkgver() depends on the upstream tags. The way this function was originally implemented seems unable to create strictly monotonous version numbers because the revision is not properly increased. Whether a version is higher or lower depends solely on the commit hash which is somewhat random. I suspect part of the problem might also be the way the project is tagged upstream, possibly overwriting tags. Making the function use only annotated tags seems to fix the issue for now, but I will re-visit this later, especially since openssh-git is using the same method for deriving a version number.
2015-12-06Cleaned up line endings of PKGBUILDBjörn Wiedenmann
2015-12-06Updated header, description; added install scriptBjörn Wiedenmann
1. Changed maintainer 2. Improved description 3. Added security disclaimer
2015-09-16PKGBUILDJonathan Yantis
2015-06-11Initial importJonathan Yantis