Compare commits

...

4 commits

5 changed files with 41 additions and 42 deletions

View file

@ -5,8 +5,8 @@ EAPI=8
inherit meson
DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools with TPM2"
HOMEPAGE="https://git.bijl.us/luc/zlevis"
SRC_URI="https://git.bijl.us/luc/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz"
HOMEPAGE="https://git.ampel.dev/ampel/zlevis"
SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
@ -16,5 +16,5 @@ IUSE="dracut"
RDEPEND="
dev-libs/jose
app-crypt/tpm2-tools
dracut? ( >=sys-kernel/zlevis-dracut-0.3 )
"
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
"

View file

@ -0,0 +1,20 @@
# No copyright
EAPI=8
inherit meson
DESCRIPTION="Tool that enables automatic decryption of a ZFS rpool with TPM2"
HOMEPAGE="https://git.ampel.dev/ampel/zlevis"
SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~* amd64"
IUSE="dracut"
RDEPEND="
dev-libs/jose
app-crypt/tpm2-tools
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
"

View file

@ -1,19 +0,0 @@
# No copyright
EAPI=8
inherit meson
DESCRIPTION="A dracut module to allow Zlevis to unlock zfs partitions during the initramfs stage."
HOMEPAGE="https://git.bijl.us/nils/zlevis-dracut"
SRC_URI="https://git.bijl.us/nils/zlevis-dracut/archive/zlevis-dracut-${PV}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~* amd64"
RDEPEND="
>=app-crypt/zlevis-1.4
"

View file

@ -1,19 +0,0 @@
# No copyright
EAPI=8
inherit meson
DESCRIPTION="A dracut module to allow Zlevis to unlock zfs partitions during the initramfs stage."
HOMEPAGE="https://git.bijl.us/nils/zlevis-dracut"
SRC_URI="https://git.bijl.us/nils/zlevis-dracut/archive/zlevis-dracut-${PV}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~* amd64"
RDEPEND="
>=app-crypt/zlevis-2.0
"

View file

@ -0,0 +1,17 @@
# No copyright
EAPI=8
inherit meson
DESCRIPTION="A dracut module that implements automatic decryption of a ZFS rpool in the initramfs with zlevis"
HOMEPAGE="https://git.ampel.dev/ampel/zlevis-dracut"
SRC_URI="https://git.ampel.dev/zlevis/zlevis-dracut/releases/download/${PV}/zlevis-dracut-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~* amd64"
RDEPEND="
>=app-crypt/zlevis-2.0
"