diff options
author | zer0def | 2020-05-03 15:39:00 +0200 |
---|---|---|
committer | zer0def | 2020-05-03 15:40:41 +0200 |
commit | f13533a85e00fab08693c6e71cc91539373d1d43 (patch) | |
tree | 7526a8e4e29d6e97abed9e2e17283429eecec997 /PKGBUILD | |
parent | 07f84b55338b6a3a878be26a0989a9f60c750530 (diff) | |
download | aur-f13533a85e00fab08693c6e71cc91539373d1d43.tar.gz |
In-place upstream update fixing missing HPN banner which effectively disabled the functionality.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -45,11 +45,11 @@ _hpn_ver=hpn14v20 #_pkgver="`sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver}`_new" _pkgver="`sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver}`" pkgver="${_openssh_ver}.${_hpn_ver}" -pkgrel=2 +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') -arch=('i686' 'x86_64' 'armv6h' 'armv7h') +arch=('i686' 'x86_64' 'armv7h') depends=('krb5' 'ldns>=1.7.1' 'libedit' 'openssl' 'pam') makedepends=('git') optdepends=('xorg-xauth: X11 forwarding' @@ -73,7 +73,7 @@ backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd') -sha256sums=('e159af51f51e6f78634b9fea0b8a4fe2c9e4f98609a07e1fe815e710f104c779' +sha256sums=('3772ec2c7fa9f25753daf265700df2e153de655a0accedcc645d5a02d39e9d94' '007a8888855570296c36716df18e986b7265c283e8fc8f6dfd4b3c411905fdb3' #'6c6deb799fc918b4d90899d664a23b3a99e2973d61b5a2cf68e1ea9a6604ca9a' '57bb8c4800afc5314ad1f3ac24bc838f1f63c626171d3c5ad4b843bfef2391fe' @@ -95,7 +95,10 @@ build() { fi # https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371794f20c7eb2b88cae2619b6fa3444452aafb4 #patch -Np1 < ${srcdir}/openssl11.patch - patch -Np1 < ${srcdir}/hpn-banner.patch + + # not needed anymore, HPN advertises itself properly through an in-place update on 2020-04-21 + #patch -Np1 < ${srcdir}/hpn-banner.patch + patch -Np1 < ${srcdir}/glibc-2.31.patch autoreconf -fi |