dropbear: update to 2022.82.
This commit is contained in:
parent
201a1c0f40
commit
e7bb0061d4
2 changed files with 25 additions and 2 deletions
15
srcpkgs/dropbear/patches/test-without-pip.patch
Normal file
15
srcpkgs/dropbear/patches/test-without-pip.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
diff --git a/test/Makefile.in b/test/Makefile.in
|
||||||
|
index b2c8d43..5747310 100644
|
||||||
|
--- a/test/Makefile.in
|
||||||
|
+++ b/test/Makefile.in
|
||||||
|
@@ -13,9 +13,7 @@ one: venv/bin/pytest fakekey
|
||||||
|
fakekey:
|
||||||
|
../dropbearkey -t ecdsa -f $@
|
||||||
|
|
||||||
|
-venv/bin/pytest: $(srcdir)/requirements.txt
|
||||||
|
+venv/bin/pytest:
|
||||||
|
python3 -m venv init venv
|
||||||
|
- ./venv/bin/pip install --upgrade pip
|
||||||
|
- ./venv/bin/pip install -r $(srcdir)/requirements.txt
|
||||||
|
|
||||||
|
.PHONY: test
|
|
@ -1,19 +1,27 @@
|
||||||
# Template file for 'dropbear'
|
# Template file for 'dropbear'
|
||||||
pkgname=dropbear
|
pkgname=dropbear
|
||||||
version=2020.81
|
version=2022.82
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-zlib --disable-bundled-libtom"
|
configure_args="--enable-zlib --disable-bundled-libtom"
|
||||||
makedepends="zlib-devel libtommath-devel libtomcrypt-devel"
|
makedepends="zlib-devel libtommath-devel libtomcrypt-devel"
|
||||||
|
checkdepends="python3-pytest python3-parsing python3-psutil openssh"
|
||||||
short_desc="Small SSH server and client"
|
short_desc="Small SSH server and client"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://matt.ucc.asn.au/dropbear/dropbear.html"
|
homepage="https://matt.ucc.asn.au/dropbear/dropbear.html"
|
||||||
changelog="https://matt.ucc.asn.au/dropbear/CHANGES"
|
changelog="https://matt.ucc.asn.au/dropbear/CHANGES"
|
||||||
distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar.bz2"
|
distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b
|
checksum=3a038d2bbc02bf28bbdd20c012091f741a3ec5cbe460691811d714876aad75d1
|
||||||
make_dirs="/etc/dropbear 0755 root root"
|
make_dirs="/etc/dropbear 0755 root root"
|
||||||
|
|
||||||
|
# These tests don't work from within xbps-src
|
||||||
|
# and probably should not be run from there
|
||||||
|
pre_check() {
|
||||||
|
rm test/test_aslr.py
|
||||||
|
rm test/test_channels.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv dropbear
|
vsv dropbear
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue