dracut-crypt-ssh: update to 1.0.7.
Closes #13888. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
63ba14350e
commit
9b4baa7bc4
2 changed files with 5 additions and 15 deletions
|
@ -1,10 +0,0 @@
|
|||
--- modules/60crypt-ssh/dropbear-start.sh
|
||||
+++ modules/60crypt.ssh/dropbear-start.sh
|
||||
@@ -12,6 +12,6 @@
|
||||
info " bubblebabble: ${bubble}"
|
||||
done
|
||||
|
||||
- /sbin/dropbear -m -s -j -k -p ${dropbear_port} -P /tmp/dropbear.pid
|
||||
+ /sbin/dropbear -s -j -k -p ${dropbear_port} -P /tmp/dropbear.pid
|
||||
[ $? -gt 0 ] && info 'Dropbear sshd failed to start'
|
||||
}
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'dracut-crypt-ssh'
|
||||
pkgname=dracut-crypt-ssh
|
||||
version=1.0.6
|
||||
revision=2
|
||||
version=1.0.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/dracut.conf.d/crypt-ssh.conf"
|
||||
hostmakedepends="dracut"
|
||||
makedepends="libblkid-devel"
|
||||
depends="dracut dracut-network dropbear openssh"
|
||||
depends="dracut-network dropbear openssh"
|
||||
short_desc="A new initramfs infrastructure - enter LUKS passphrase remotely"
|
||||
maintainer="tastytea <tastytea@tastytea.de>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=003465a2c04ff142140a24e4984691da07e26b32345b62fd4ba1b17179884749
|
||||
checksum=c50b57b16d4aea3707e1f3e86777fafdb1b3551f2f4b6c4de5576eeb3b2f6bbc
|
||||
conf_files="/etc/dracut.conf.d/crypt-ssh.conf"
|
||||
|
||||
pre_configure() {
|
||||
sed -i '111s/^/#/' configure
|
||||
|
|
Loading…
Reference in a new issue