commit b374e8f

chld  ·  2026-08-29 00:46:59 +0000 UTC
parent 2bf9153
openssh: init
4 files changed,  +16, -0
+1, -0
1@@ -0,0 +1 @@
2+64d00b40f39738bf2429109ac9b3725f1d013da5
+2, -0
1@@ -0,0 +1,2 @@
2+/zlib
3+/libressl
+6, -0
1@@ -0,0 +1,6 @@
2+name: openssh
3+description: openbsd's ssh program, shipping with its libc becuase its so portable
4+license: 2BSD
5+upstream: https://openssh.org
6+version: 9.9p2
7+maintainer: chld
+7, -0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=openssh
4+VERSION=9.9p2
5+RELEASE=1
6+SOURCE="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/${NAME}-${VERSION}.tar.gz"
7+
8+. ${0%/*}/../../libsh/libdmake.sh