summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-01-10 20:29:07 +0100
committerNicolas Iooss2018-01-10 20:29:07 +0100
commit72cd8f03959f2c09b939ce30c0023e03b74fab1c (patch)
tree9c76ec89e0c626b011f4d5547430df62d17801d1
parent3914ddce21b529dcfe43667dd847f757d95cfdfb (diff)
downloadaur-72cd8f03959f2c09b939ce30c0023e03b74fab1c.tar.gz
openssh-selinux 7.6p1-2 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe2f4628ba8..a45fbe2a3b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = openssh-selinux
pkgdesc = Free version of the SSH connectivity tools with SELinux support
pkgver = 7.6p1
- pkgrel = 1
+ pkgrel = 2
url = https://www.openssh.com/portable.html
- arch = i686
arch = x86_64
groups = selinux
license = custom:BSD
@@ -15,8 +14,8 @@ pkgbase = openssh-selinux
depends = libselinux
optdepends = xorg-xauth: X11 forwarding
optdepends = x11-ssh-askpass: input passphrase in X
- provides = openssh=7.6p1-1
- provides = selinux-openssh=7.6p1-1
+ provides = openssh=7.6p1-2
+ provides = selinux-openssh=7.6p1-2
conflicts = openssh
conflicts = selinux-openssh
backup = etc/ssh/ssh_config
diff --git a/PKGBUILD b/PKGBUILD
index 9c79d99baa40..9aed15d685d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@
pkgname=openssh-selinux
pkgver=7.6p1
-pkgrel=1
+pkgrel=2
pkgdesc='Free version of the SSH connectivity tools with SELinux support'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('x86_64')
makedepends=('linux-headers')
depends=('krb5' 'openssl' 'libedit' 'ldns' 'libselinux')
optdepends=('xorg-xauth: X11 forwarding'
@@ -65,6 +65,7 @@ build() {
--with-xauth=/usr/bin/xauth \
--with-md5-passwords \
--with-pid-dir=/run \
+ --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
--with-selinux
make