From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- dropbear/.checksum | 2 ++ dropbear/.files | 20 ++++++++++++++++++++ dropbear/abuild | 6 ++++++ dropbear/run | 2 ++ 4 files changed, 30 insertions(+) create mode 100644 dropbear/.checksum create mode 100644 dropbear/.files create mode 100644 dropbear/abuild create mode 100755 dropbear/run (limited to 'dropbear') diff --git a/dropbear/.checksum b/dropbear/.checksum new file mode 100644 index 00000000..4e6e1872 --- /dev/null +++ b/dropbear/.checksum @@ -0,0 +1,2 @@ +a363c0db1005c4bded0f6ce8b03abb7da4a45806d2fd54cd65d7c25592edd839 dropbear-2025.88.tar.bz2 +1dff236ef0d9ed3178a582d6c2d10ede5ff6858aae0de3a20cfd31e394661478 run diff --git a/dropbear/.files b/dropbear/.files new file mode 100644 index 00000000..718b35ee --- /dev/null +++ b/dropbear/.files @@ -0,0 +1,20 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/sv/ +drwxr-xr-x root/root etc/sv/dropbear/ +-rwxr-xr-x root/root etc/sv/dropbear/run.new +lrwxrwxrwx root/root etc/sv/dropbear/supervise -> ../../../run/runit/supervise.dropbear +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/dbclient +-rwxr-xr-x root/root usr/bin/dropbearconvert +-rwxr-xr-x root/root usr/bin/dropbearkey +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/dropbear +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/dbclient.1.gz +-rw-r--r-- root/root usr/share/man/man1/dropbearconvert.1.gz +-rw-r--r-- root/root usr/share/man/man1/dropbearkey.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/dropbear.8.gz diff --git a/dropbear/abuild b/dropbear/abuild new file mode 100644 index 00000000..6ab66195 --- /dev/null +++ b/dropbear/abuild @@ -0,0 +1,6 @@ +name=dropbear +version=2025.88 +release=1 +source="https://matt.ucc.asn.au/${name}/releases/${name}-${version}.tar.bz2 + run" +sv="run" diff --git a/dropbear/run b/dropbear/run new file mode 100755 index 00000000..fdc987cc --- /dev/null +++ b/dropbear/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec dropbear -RF 2>&1 -- cgit v1.2.3