mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
6f571a1e80
The new version fixes a bug that led to the regular attempt of encrypting invalid block encryption keys at the crypto back-end. Ref #4355
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
LICENSE := AGPLv3
|
|
VERSION := git
|
|
DOWNLOADS := cbe.git
|
|
|
|
URL(cbe) := https://github.com/m-stein/cbe.git
|
|
DIR(cbe) := cbe
|
|
REV(cbe) := 805b0942fb0b34464354e59366ed23b412da2126
|
|
|
|
default: symlinks
|
|
|
|
symlinks: $(DOWNLOADS)
|
|
ln -s cbe/src src
|