mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
6adbb9e438
Issue #1082
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
LICENSE := BSD
|
|
VERSION := 6.1p1
|
|
DOWNLOADS := openssh.archive
|
|
|
|
URL(openssh) := ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$(VERSION).tar.gz
|
|
SHA(openssh) := 751c92c912310c3aa9cadc113e14458f843fc7b3
|
|
SIG(openssh) := ${URL(openssh)}.asc
|
|
KEY(openssh) := 3981992A1523ABA079DBFC66CE8ECB0386FF9C48
|
|
DIR(openssh) := src/noux-pkg/openssh
|
|
|
|
PATCHES := src/noux-pkg/openssh/*.patch
|