From 33e6335a61c103886616192ff6bdd6985034ea25 Mon Sep 17 00:00:00 2001 From: Ralf Hubert Date: Wed, 11 Dec 2024 10:46:47 +0000 Subject: [PATCH] add dropbear v2025.89 --- recipes/net/dropbear.yaml | 31 +++++++++++++++++++++++++++++++ tests/buildall/recipes/all.yaml | 1 + 2 files changed, 32 insertions(+) create mode 100644 recipes/net/dropbear.yaml diff --git a/recipes/net/dropbear.yaml b/recipes/net/dropbear.yaml new file mode 100644 index 00000000..651eeec5 --- /dev/null +++ b/recipes/net/dropbear.yaml @@ -0,0 +1,31 @@ +inherit: [autotools] + +depends: + - libs::libxcrypt-dev + - libs::zlib-dev + - use: [] + depends: + - libs::libxcrypt-tgt + - libs::zlib-tgt + +metaEnvironment: + PKG_VERSION: "2025.89" + PKG_LICENSE: "MIT-style" + +checkoutSCM: + scm: url + url: "https://matt.ucc.asn.au/dropbear/dropbear-${PKG_VERSION}.tar.bz2" + digestSHA256: "0d1f7ca711cfc336dc8a85e672cab9cfd8223a02fe2da0a4a7aeb58c9e113634" + stripComponents: 1 + +buildScript: | + autotoolsBuild \ + -o PROGRAMS="dropbear scp" \ + -O PROGRAMS="dropbear scp" \ + $1 \ + --disable-lastlog + +packageScript: | + autotoolsPackageTgt + +provideDeps: [ "*-tgt" ] diff --git a/tests/buildall/recipes/all.yaml b/tests/buildall/recipes/all.yaml index 68203b48..2a130a96 100644 --- a/tests/buildall/recipes/all.yaml +++ b/tests/buildall/recipes/all.yaml @@ -99,6 +99,7 @@ depends: - net::bridge-utils - net::chrony - net::dnsmasq + - net::dropbear - net::ebtables - net::ethtool - net::ifenslave