diff options
author | zer0def | 2019-10-05 23:36:37 +0200 |
---|---|---|
committer | zer0def | 2019-10-05 23:41:55 +0200 |
commit | f9b902756632159df1bc61f198f70381f6471f47 (patch) | |
tree | ed09f1d9257dadd88e458f86139627bf07bec0d1 | |
parent | a63f9e8faf84be7bbab0b90b073be91b8216ee79 (diff) | |
download | aur-f9b902756632159df1bc61f198f70381f6471f47.tar.gz |
Revert bump to 8.0p1.hpn14v18 due to server not exposing the HPN suffix used to promote the connection to HPN.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = openssh-hpn pkgdesc = A Secure SHell server/client fork with High Performance patches included - pkgver = 8.0p1.hpn14v18 - pkgrel = 1 + pkgver = 7.9p1.hpn14v17 + pkgrel = 3 url = https://www.psc.edu/index.php/hpn-ssh/ install = openssh-hpn.install arch = i686 @@ -24,7 +24,7 @@ pkgbase = openssh-hpn backup = etc/ssh/ssh_config backup = etc/ssh/sshd_config backup = etc/pam.d/sshd - source = https://github.com/rapier1/openssh-portable/archive/hpn-8_0_P1_new.tar.gz + source = https://github.com/rapier1/openssh-portable/archive/hpn-7_9_P1.tar.gz source = http://www.eworm.de/download/linux/openssh-tests-scp.patch source = openssl11.patch source = sshdgenkeys.service @@ -32,7 +32,7 @@ pkgbase = openssh-hpn source = sshd.service source = sshd.socket source = sshd.pam - sha256sums = 3648a3f3497814478104fdece2ce667887d66d99b1f246c55c5741ee524610f1 + sha256sums = 8025dd92a3247d75fe5a81297e30ff273412a00b0525d6f0fe4e97555b329c28 sha256sums = 007a8888855570296c36716df18e986b7265c283e8fc8f6dfd4b3c411905fdb3 sha256sums = 6c6deb799fc918b4d90899d664a23b3a99e2973d61b5a2cf68e1ea9a6604ca9a sha256sums = ff3cbdd0e59ff7dac4dc797d5c0f2b1db4117ddbb49d52f1c4f1771961903878 @@ -38,11 +38,11 @@ # please use the official OpenSSH distribution instead. pkgname=openssh-hpn -_openssh_ver=8.0p1 -_hpn_ver=hpn14v18 -_pkgver="`sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver}`_new" +_openssh_ver=7.9p1 +_hpn_ver=hpn14v17 +_pkgver=`sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver}` pkgver="${_openssh_ver}.${_hpn_ver}" -pkgrel=1 +pkgrel=3 pkgdesc='A Secure SHell server/client fork with High Performance patches included' url='https://www.psc.edu/index.php/hpn-ssh/' license=('custom:BSD') @@ -68,7 +68,7 @@ backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd') -sha256sums=('3648a3f3497814478104fdece2ce667887d66d99b1f246c55c5741ee524610f1' +sha256sums=('8025dd92a3247d75fe5a81297e30ff273412a00b0525d6f0fe4e97555b329c28' '007a8888855570296c36716df18e986b7265c283e8fc8f6dfd4b3c411905fdb3' '6c6deb799fc918b4d90899d664a23b3a99e2973d61b5a2cf68e1ea9a6604ca9a' 'ff3cbdd0e59ff7dac4dc797d5c0f2b1db4117ddbb49d52f1c4f1771961903878' |