-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.tar.* | ||
src | ||
pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|
@@ -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}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |