diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae8de97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.tar.* +src +pkg diff --git a/PKGBUILD b/PKGBUILD index a448536..8024d30 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,22 @@ # Maintainer: VHSgunzo +# Maintainer: Levente Polyak +# Maintainer: Giancarlo Razzolini # Contributor: Gaetan Bisson # Contributor: Aaron Griffin # Contributor: judd pkgname=runimage-openssh -pkgver=9.4p1 +pkgver=9.6p1 pkgrel=1 pkgdesc="SSH protocol implementation for remote login, command execution and file transfer for RunImage container" arch=('x86_64') url='https://www.openssh.com/portable.html' -license=('custom:BSD') +license=( + 'BSD-2-Clause' + 'BSD-3-Clause' + 'ISC' + 'MIT' +) depends=( 'glibc' 'ldns' @@ -21,6 +28,7 @@ depends=( makedepends=('libfido2' 'linux-headers') optdepends=( 'libfido2: FIDO/U2F support' + 'sh: for ssh-copy-id and findssl.sh' 'x11-ssh-askpass: input passphrase in X' 'xorg-xauth: X11 forwarding' ) @@ -37,7 +45,7 @@ source=( ) conflicts=('openssh') provides=("openssh=$pkgver") -md5sums=('4bbd56a7ba51b0cd61debe8f9e77f8bb' +md5sums=('5e90def5af3ffb27e149ca6fff12bef3' 'SKIP' '026393a656283b5d16b2641f7feaf77d' '53868d434cb2db6e46b46abc1f3ff397' @@ -64,6 +72,7 @@ build() { --with-xauth=/usr/bin/xauth --with-pid-dir=/run --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin:/var/RunDir/static' + --without-zlib-version-check ) cd "openssh-${pkgver}" diff --git a/README.md b/README.md index 855e104..3352cca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # runimage-openssh -SSH protocol implementation for remote login, command execution and file transfer for RunImage container +SSH protocol implementation for remote login, command execution and file transfer for [RunImage](https://github.com/VHSgunzo/runimage) container