diff options
author | Erich Eckner <git@eckner.net> | 2022-03-17 12:58:31 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-17 12:58:31 +0100 |
commit | 13243b66854ead9588a69a24bd3431982496b818 (patch) | |
tree | 6227e8778b980480b70ef8f200a4361469e14392 /pkixssh | |
parent | 8be8cfac5e12c0cf5777d50f6fbdcf0574731d0b (diff) | |
download | archlinuxewe-13243b66854ead9588a69a24bd3431982496b818.tar.xz |
pkixssh: rebuild
Diffstat (limited to 'pkixssh')
-rwxr-xr-x | pkixssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD index 414b1ac11..d9873b34c 100755 --- a/pkixssh/PKGBUILD +++ b/pkixssh/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=pkixssh pkgver=13.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='secure shell with X.509 v3 certificate support' arch=('armv6h' 'armv7h' 'aarch64' 'i486' 'i686' 'pentium4' 'x86_64') url='https://roumenpetrov.info/secsh/index.html' @@ -10,7 +10,7 @@ groups=() _pinned_dependencies=( 'glibc>=2.33' 'libcrypt.so=2' - 'openssl=1.1.1.m' + 'openssl=1.1.1.n' 'zlib=1:1.2.11' ) depends=(openssl zlib ldns "${_pinned_dependencies[@]}") |