summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-09-25 17:09:53 +0200
committerNicolas Iooss2021-09-25 17:09:53 +0200
commitc2b8d69bd4401e354bdf09a363c6300fc71c5d94 (patch)
tree50604397611b939d59cc85d661ab2638c32a0507
parent755140275a3da0e350693ce2581a1dd57fa7d97b (diff)
downloadaur-c2b8d69bd4401e354bdf09a363c6300fc71c5d94.tar.gz
openssh-selinux 8.7p1-2 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e288faa50f2b..6e629030cac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = openssh-selinux
pkgdesc = Premier connectivity tool for remote login with the SSH protocol, with SELinux support
pkgver = 8.7p1
- pkgrel = 1
+ pkgrel = 2
url = https://www.openssh.com/portable.html
install = install
arch = x86_64
arch = aarch64
groups = selinux
license = custom:BSD
- checkdepends = inetutils
makedepends = linux-headers
makedepends = libfido2
depends = glibc
@@ -24,8 +23,8 @@ pkgbase = openssh-selinux
optdepends = xorg-xauth: X11 forwarding
optdepends = x11-ssh-askpass: input passphrase in X
optdepends = libfido2: FIDO/U2F support
- provides = openssh=8.7p1-1
- provides = selinux-openssh=8.7p1-1
+ provides = openssh=8.7p1-2
+ provides = selinux-openssh=8.7p1-2
conflicts = openssh
conflicts = selinux-openssh
backup = etc/ssh/ssh_config
diff --git a/PKGBUILD b/PKGBUILD
index 2c34e7cd6d92..460d7d7d0b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,13 @@
pkgname=openssh-selinux
pkgver=8.7p1
-pkgrel=1
+pkgrel=2
pkgdesc='Premier connectivity tool for remote login with the SSH protocol, with SELinux support'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
arch=('x86_64' 'aarch64')
depends=('glibc' 'krb5' 'openssl' 'libedit' 'ldns' 'libxcrypt' 'libcrypt.so' 'zlib' 'pam' 'libselinux')
makedepends=('linux-headers' 'libfido2')
-checkdepends=('inetutils')
optdepends=('xorg-xauth: X11 forwarding'
'x11-ssh-askpass: input passphrase in X'
'libfido2: FIDO/U2F support')
@@ -121,7 +120,7 @@ package() {
install -Dm644 contrib/ssh-copy-id.1 "${pkgdir}"/usr/share/man/man1/ssh-copy-id.1
sed \
- -e '/^#ChallengeResponseAuthentication yes$/c ChallengeResponseAuthentication no' \
+ -e '/^#KbdInteractiveAuthentication yes$/c KbdInteractiveAuthentication no' \
-e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \
-e '/^#UsePAM no$/c UsePAM yes' \
-i "${pkgdir}"/etc/ssh/sshd_config