Skip to content

Commit

Permalink
v9.6p1
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Dec 30, 2023
1 parent 223f867 commit ef5646a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.tar.*
src
pkg
15 changes: 12 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Maintainer: Giancarlo Razzolini <[email protected]>
# Contributor: Gaetan Bisson <[email protected]>
# Contributor: Aaron Griffin <[email protected]>
# Contributor: judd <[email protected]>

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'
Expand All @@ -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'
)
Expand All @@ -37,7 +45,7 @@ source=(
)
conflicts=('openssh')
provides=("openssh=$pkgver")
md5sums=('4bbd56a7ba51b0cd61debe8f9e77f8bb'
md5sums=('5e90def5af3ffb27e149ca6fff12bef3'
'SKIP'
'026393a656283b5d16b2641f7feaf77d'
'53868d434cb2db6e46b46abc1f3ff397'
Expand All @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef5646a

Please sign in to comment.