mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
depot: force SHA256 digest for signing archives
This commit is contained in:
parent
562325a28b
commit
dcce0a1032
@ -69,7 +69,8 @@ TARGETS := $(addsuffix .tar.xz.sig,$(addprefix $(PUBLIC_DIR)/,$(ARCHIVES)))
|
||||
|
||||
$(PUBLIC_DIR)/%.tar.xz.sig : $(PUBLIC_DIR)/%.tar.xz
|
||||
$(VERBOSE)rm -f $@;
|
||||
$(VERBOSE)gpg --detach-sign --no-tty --use-agent --local-user $(call pubkey_id,$*) $<
|
||||
$(VERBOSE)gpg --detach-sign --digest-algo SHA256 --no-tty --use-agent \
|
||||
--local-user $(call pubkey_id,$*) $<
|
||||
|
||||
.PRECIOUS: $(TARGETS:.tar.xz.sig=.tar.xz)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user