summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO23
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD30
3 files changed, 39 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b40dade4921..75fd806ab443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,32 @@
pkgbase = openssh-dotconfig-bin
pkgdesc = Premier connectivity tool for remote login with the SSH protocol - but moved $HOME/.ssh to $HOME/.config/ssh (binary version)
- pkgver = 9.3p1
+ pkgver = 9.4p1
pkgrel = 1
url = https://www.openssh.com/portable.html
arch = x86_64
license = custom:BSD
depends = glibc
depends = krb5
- depends = openssl
- depends = libedit
+ depends = libkrb5.so
+ depends = libgssapi_krb5.so
depends = ldns
+ depends = libedit
depends = libxcrypt
depends = libcrypt.so
- depends = zlib
+ depends = openssl
depends = pam
- optdepends = xorg-xauth: X11 forwarding
- optdepends = x11-ssh-askpass: input passphrase in X
+ depends = libpam.so
+ depends = zlib
optdepends = libfido2: FIDO/U2F support
+ optdepends = sh: for ssh-copy-id and findssl.sh
+ optdepends = x11-ssh-askpass: input passphrase in X
+ optdepends = xorg-xauth: X11 forwarding
provides = openssh
conflicts = openssh
- source = https://github.com/noahvogt/openssh-dotconfig-aur/releases/download/9.3p1-1/openssh-dotconfig-9.3p1-1-x86_64.pkg.tar.zst
- sha256sums = 41f2673e121b7dadd3674db657c7142abadf6d8274402c336cac2d3ee2ac83d2
+ backup = etc/pam.d/sshd
+ backup = etc/ssh/ssh_config
+ backup = etc/ssh/sshd_config
+ source = https://github.com/noahvogt/openssh-dotconfig-aur/releases/download/9.4p1-1/openssh-dotconfig-9.4p1-1-x86_64.pkg.tar.zst
+ sha256sums = 3824749ab707abc05ec60757727c4fa181593cbe3614ef1b1145d43575b434b7
pkgname = openssh-dotconfig-bin
diff --git a/.gitignore b/.gitignore
index 924dfb95c209..1d924f38ba9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
*.tar.*
+nohup.out
diff --git a/PKGBUILD b/PKGBUILD
index 105c74ef6283..e5ccdc38182e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,35 @@
# Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
pkgname=openssh-dotconfig-bin
-pkgver=9.3p1
+pkgver=9.4p1
pkgrel=1
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)'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
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")
-sha256sums=('41f2673e121b7dadd3674db657c7142abadf6d8274402c336cac2d3ee2ac83d2')
+sha256sums=('3824749ab707abc05ec60757727c4fa181593cbe3614ef1b1145d43575b434b7')
provides=('openssh')
conflicts=('openssh')