summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-05-209.0p1.hpn17v2zer0def
2022-05-18Backup fixes with openssh-hpn-shim again, with user warning to boot.zer0def
2022-05-14Fix SSH helper linkage in sshd shimzer0def
2022-05-13Correction to host SSH key generation, the horrifying editionzer0def
2022-05-13Configuration backup fixeszer0def
2022-05-13Remove socket activation, be less overzealous with backupszer0def
2022-05-13Added shim package maintaining behavior pre-HPN17v0zer0def
2022-05-118.9p1.hpn17v0zer0def
2022-01-148.8p1-hpn15v5zer0def
2021-08-30Bump for in-place tag update with AESNI changeszer0def
2021-08-248.7p1-hpn15v4zer0def
2021-08-248.6p1-hpn15v3zer0def
2021-04-10SCP-resume bumpzer0def
2021-03-098.5p1-hpn15v2zer0def
2021-02-09Drop package from it's own provides and conflictszer0def
2020-11-248.4p1-hpn15v1zer0def
2020-10-19Perks of jumping early on a release: debug cleanup from upstreamzer0def
2020-10-118.4p1-hpn14v23zer0def
2020-09-29hpn-8_3_P1 tag update including double-define patch and addressing comment ↵zer0def
remarks
2020-06-26Provide host compiler triplet to configure for cross-compiling options.zer0def
2020-06-238.3p1.hpn14v22zer0def
2020-05-26Expand supported architectures based on own testing.zer0def
2020-05-03In-place upstream update fixing missing HPN banner which effectively ↵zer0def
disabled the functionality.
2020-03-20Added armv6h to supported archs.zer0def
2020-02-12Bump for glibc 2.31.zer0def
2019-11-188.1p1.hpn14v20zer0def
2019-10-06Brief remark on a better source of updates for this package.zer0def
2019-10-06Genuinely apply the banner patch.zer0def
2019-10-06Properly update .SRCINFO for 8.0p1.hpn14v18.zer0def
2019-10-06Expose HPN14v18 suffix in sshd banner to properly trigger patchset's behavior.zer0def
2019-10-05Revert bump to 8.0p1.hpn14v18 due to server not exposing the HPN suffix used ↵zer0def
to promote the connection to HPN.
2019-10-05Update .SRCINFO for 8.0p1.hpn14v18.zer0def
2019-10-05Bump to OpenSSH 8.0p1 base and HPN 14v18 patch series.zer0def
2019-08-16Package release bump to address ldns upgrade.zer0def
2019-03-05Update .SRCINFO.zer0def
2019-03-05Include HPN version in package version number.zer0def
2019-03-04Deal with desired anti-spam concerns. Drop unnecessary options.zer0def
2019-03-04Fork from openssh-hpn-git due to not following any upstream branch HEAD. ↵zer0def
Bump to 7.9p1 and openssl 1.1.
2018-05-12Updated .SRCINFOBjörn Wiedenmann
2018-05-12Updated project URLBjörn Wiedenmann
2017-10-21Updated to new upstream versionBjörn Wiedenmann
2017-06-10Forced building against openssl-1.0Björn Wiedenmann
I am not happy with the solution though as I haven't found a clean way of forcing openssh to build against a specific openssl version. I tried pkg-config, but either it doesn't work or I am doing it wrong. Now I am using a hack, where I am using prepare() to symlink the openssl-1.0 files into the build directory and pass them to the configure script via the --with-ssl-dir option. If anyone has a cleaner way of doing this, please feel free to share it. Any help is greatly appreciated. I also had a look at the openssl-1.1.0 patch the openssh package from the core repo is using: It does apply cleanly but it is not enough. I am afraid we will have to wait for upstream to get a proper openssl-1.1.0 patch.
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.