summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Wiedenmann2015-12-07 17:49:53 +0100
committerBjörn Wiedenmann2015-12-07 18:20:53 +0100
commitfb8cca902f005df2663f7c849ec0791198fbc6a0 (patch)
tree0f13f6ca22a7df4c7538c57b9d6d125dbee7e413
parent0605e01bd6e1a0cb9490566b17a7b3c047acb444 (diff)
downloadaur-fb8cca902f005df2663f7c849ec0791198fbc6a0.tar.gz
Updated package dependencies after namcap run
1. PAM was added as a hard dependency 2. openbsd-netcat was removed, as the package built just fine without ANY netcat version installed. Let me know if I am wrong after all. 3. GDB was removed as the PKGBUILD does not use a check() function
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca96169a067..841e2af8a480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 22:13:21 UTC 2015
+# Mon Dec 7 17:20:45 UTC 2015
pkgbase = openssh-hpn-git
pkgdesc = A Secure SHell server/client fork with High Performance patches included
pkgver = 7.1.P1.r27.g764931d
- pkgrel = 2
+ pkgrel = 3
url = http://www.psc.edu/networking/projects/hpn-ssh/
install = openssh-hpn-git.install
arch = i686
arch = x86_64
license = custom:BSD
- checkdepends = gdb
makedepends = git
makedepends = linux-headers
- makedepends = openbsd-netcat
depends = krb5
- depends = openssl
- depends = libedit
depends = ldns
+ depends = libedit
+ depends = openssl
+ depends = pam
optdepends = xorg-xauth: X11 forwarding
optdepends = x11-ssh-askpass: input passphrase in X
provides = openssh
diff --git a/PKGBUILD b/PKGBUILD
index 99ce1bd81a2a..2c53fc4f3d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,16 +38,15 @@
pkgname=openssh-hpn-git
pkgver=7.1.P1.r27.g764931d
-pkgrel=2
+pkgrel=3
pkgdesc='A Secure SHell server/client fork with High Performance patches included'
url='http://www.psc.edu/networking/projects/hpn-ssh/'
license=('custom:BSD')
arch=('i686' 'x86_64')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-makedepends=('git' 'linux-headers' 'openbsd-netcat')
+depends=('krb5' 'ldns' 'libedit' 'openssl' 'pam')
+makedepends=('git' 'linux-headers')
optdepends=('xorg-xauth: X11 forwarding'
'x11-ssh-askpass: input passphrase in X')
-checkdepends=('gdb')
provides=('openssh'
'openssh-hpn')
conflicts=('openssh'