From 9e6f530dc098f33b9f90cb1f8da48dc4f6c61ce1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 28 Jan 2022 08:29:23 +0100 Subject: sshfp neu --- pkixssh/PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pkixssh') diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD index 4438a932e..414b1ac11 100755 --- a/pkixssh/PKGBUILD +++ b/pkixssh/PKGBUILD @@ -7,7 +7,13 @@ arch=('armv6h' 'armv7h' 'aarch64' 'i486' 'i686' 'pentium4' 'x86_64') url='https://roumenpetrov.info/secsh/index.html' license=('BSD') groups=() -depends=(openssl zlib ldns) +_pinned_dependencies=( + 'glibc>=2.33' + 'libcrypt.so=2' + 'openssl=1.1.1.m' + 'zlib=1:1.2.11' +) +depends=(openssl zlib ldns "${_pinned_dependencies[@]}") makedepends=() backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config') source=( -- cgit v1.2.3-70-g09d2