summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6969587914cc..13d2c7a36ec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openssh-hpn
pkgdesc = A Secure SHell server/client fork with High Performance patches included
pkgver = 7.9p1.hpn14v17
- pkgrel = 1
+ pkgrel = 2
url = https://www.psc.edu/index.php/hpn-ssh/
install = openssh-hpn.install
arch = i686
@@ -10,7 +10,7 @@ pkgbase = openssh-hpn
license = custom:BSD
makedepends = git
depends = krb5
- depends = ldns
+ depends = ldns>=1.7.1
depends = libedit
depends = openssl
depends = pam
diff --git a/PKGBUILD b/PKGBUILD
index b62a01b51639..0b3148f60737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,12 +42,12 @@ _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=2
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' 'armv7h')
-depends=('krb5' 'ldns' 'libedit' 'openssl' 'pam')
+depends=('krb5' 'ldns>=1.7.1' 'libedit' 'openssl' 'pam')
makedepends=('git')
optdepends=('xorg-xauth: X11 forwarding'
'x11-ssh-askpass: input passphrase in X')