~alpine/aports

main/openssh: 'UseDNS no' is already in the default config v1 PROPOSED

Bor Grošelj Simić: 1
 main/openssh: 'UseDNS no' is already in the default config

 1 files changed, 1 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3411/mbox | git am -3
Learn more about email & git

[PATCH] main/openssh: 'UseDNS no' is already in the default config Export this patch

Upstream changed the default some time ago
---
 main/openssh/APKBUILD | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD
index b741aaad2b..d557f3deb6 100644
--- a/main/openssh/APKBUILD
+++ b/main/openssh/APKBUILD
@@ -4,7 +4,7 @@
pkgname=openssh
pkgver=8.4_p1
_myver=${pkgver%_*}${pkgver#*_}
pkgrel=2
pkgrel=3
pkgdesc="Port of OpenBSD's free SSH release"
url="https://www.openssh.com/portable.html"
arch="all"
@@ -124,7 +124,6 @@ package() {
		"$pkgdir"/etc/conf.d/sshd
	install -Dm644 "$builddir"/contrib/ssh-copy-id.1 \
		"$pkgdir"/usr/share/man/man1/ssh-copy-id.1
	sed -i 's/#UseDNS yes/UseDNS no/' "$pkgdir"/etc/ssh/sshd_config
}

keygen() {
-- 
2.30.0