[arch-commits] Commit in openssh/trunk (PKGBUILD)

Giancarlo Razzolini grazzolini at gemini.archlinux.org
Fri Sep 17 01:23:01 UTC 2021


    Date: Friday, September 17, 2021 @ 01:23:00
  Author: grazzolini
Revision: 424270

upgpkg: openssh 8.7p1-2

Fix #70390 and #71941

Modified:
  openssh/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 21:27:49 UTC (rev 424269)
+++ PKGBUILD	2021-09-17 01:23:00 UTC (rev 424270)
@@ -6,7 +6,7 @@
 
 pkgname=openssh
 pkgver=8.7p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
@@ -13,7 +13,6 @@
 arch=('x86_64')
 depends=('glibc' 'krb5' 'openssl' 'libedit' 'ldns' 'libxcrypt' 'libcrypt.so' 'zlib' 'pam')
 makedepends=('linux-headers' 'libfido2')
-checkdepends=('inetutils')
 optdepends=('xorg-xauth: X11 forwarding'
             'x11-ssh-askpass: input passphrase in X'
             'libfido2: FIDO/U2F support')
@@ -99,7 +98,7 @@
 	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



More information about the arch-commits mailing list