|
@@ -1,19 +1,35 @@
|
|
# Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
|
|
# Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
|
|
pkgname=openssh-dotconfig-bin
|
|
pkgname=openssh-dotconfig-bin
|
|
-pkgver=9.3p1
|
|
|
|
|
|
+pkgver=9.4p1
|
|
pkgrel=1
|
|
pkgrel=1
|
|
pkgdesc="NetworkManager VPN plugin for OpenVPN - with Support for the XDG Base Directory Specification (binary version)"
|
|
pkgdesc="NetworkManager VPN plugin for OpenVPN - with Support for the XDG Base Directory Specification (binary version)"
|
|
pkgdesc='Premier connectivity tool for remote login with the SSH protocol - but moved $HOME/.ssh to $HOME/.config/ssh (binary version)'
|
|
pkgdesc='Premier connectivity tool for remote login with the SSH protocol - but moved $HOME/.ssh to $HOME/.config/ssh (binary version)'
|
|
url='https://www.openssh.com/portable.html'
|
|
url='https://www.openssh.com/portable.html'
|
|
license=('custom:BSD')
|
|
license=('custom:BSD')
|
|
arch=(x86_64)
|
|
arch=(x86_64)
|
|
-depends=(libnm libsecret openvpn)
|
|
|
|
-depends=('glibc' 'krb5' 'openssl' 'libedit' 'ldns' 'libxcrypt' 'libcrypt.so' 'zlib' 'pam')
|
|
|
|
-optdepends=('xorg-xauth: X11 forwarding'
|
|
|
|
- 'x11-ssh-askpass: input passphrase in X'
|
|
|
|
- 'libfido2: FIDO/U2F support')
|
|
|
|
|
|
+depends=(
|
|
|
|
+ glibc
|
|
|
|
+ krb5 libkrb5.so libgssapi_krb5.so
|
|
|
|
+ ldns
|
|
|
|
+ libedit
|
|
|
|
+ libxcrypt libcrypt.so
|
|
|
|
+ openssl
|
|
|
|
+ pam libpam.so
|
|
|
|
+ zlib
|
|
|
|
+)
|
|
|
|
+optdepends=(
|
|
|
|
+ 'libfido2: FIDO/U2F support'
|
|
|
|
+ 'sh: for ssh-copy-id and findssl.sh'
|
|
|
|
+ 'x11-ssh-askpass: input passphrase in X'
|
|
|
|
+ 'xorg-xauth: X11 forwarding'
|
|
|
|
+)
|
|
|
|
+backup=(
|
|
|
|
+ etc/pam.d/sshd
|
|
|
|
+ etc/ssh/ssh_config
|
|
|
|
+ etc/ssh/sshd_config
|
|
|
|
+)
|
|
source=("https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-$arch.pkg.tar.zst")
|
|
source=("https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-$arch.pkg.tar.zst")
|
|
-sha256sums=('41f2673e121b7dadd3674db657c7142abadf6d8274402c336cac2d3ee2ac83d2')
|
|
|
|
|
|
+sha256sums=('3824749ab707abc05ec60757727c4fa181593cbe3614ef1b1145d43575b434b7')
|
|
provides=('openssh')
|
|
provides=('openssh')
|
|
conflicts=('openssh')
|
|
conflicts=('openssh')
|
|
|
|
|