summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-05-03 15:39:00 +0200
committerzer0def2020-05-03 15:40:41 +0200
commitf13533a85e00fab08693c6e71cc91539373d1d43 (patch)
tree7526a8e4e29d6e97abed9e2e17283429eecec997
parent07f84b55338b6a3a878be26a0989a9f60c750530 (diff)
downloadaur-f13533a85e00fab08693c6e71cc91539373d1d43.tar.gz
In-place upstream update fixing missing HPN banner which effectively disabled the functionality.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aecc9e90cf5a..5713e0bdd367 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = openssh-hpn
pkgdesc = A Secure SHell server/client fork with High Performance patches included
pkgver = 8.1p1.hpn14v20
- pkgrel = 2
+ pkgrel = 3
url = https://www.psc.edu/index.php/hpn-ssh/
install = openssh-hpn.install
arch = i686
arch = x86_64
- arch = armv6h
arch = armv7h
license = custom:BSD
makedepends = git
@@ -34,7 +33,7 @@ pkgbase = openssh-hpn
source = sshd.service
source = sshd.socket
source = sshd.pam
- sha256sums = e159af51f51e6f78634b9fea0b8a4fe2c9e4f98609a07e1fe815e710f104c779
+ sha256sums = 3772ec2c7fa9f25753daf265700df2e153de655a0accedcc645d5a02d39e9d94
sha256sums = 007a8888855570296c36716df18e986b7265c283e8fc8f6dfd4b3c411905fdb3
sha256sums = 57bb8c4800afc5314ad1f3ac24bc838f1f63c626171d3c5ad4b843bfef2391fe
sha256sums = 25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93
diff --git a/PKGBUILD b/PKGBUILD
index 97684c89d475..71f40bff2b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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