Skip to content

Commit

Permalink
Add SHA256 checksum
Browse files Browse the repository at this point in the history
We add the SHA256 checksum of the downloaded archive so that Unikraft's
build system is able to do an integrity check of the download.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Approved-by: Alexander Jung <a.jung@lancs.ac.uk>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #4
  • Loading branch information
skuenzer authored and unikraft-bot committed Nov 29, 2021
1 parent cb1eae7 commit 58c5333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.uk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ $(eval $(call addlib_s,libnewlibglue,$(CONFIG_LIBNEWLIBC)))
LIBNEWLIB_VERSION=2.5.0.20170922
LIBNEWLIB_URL=http://sourceware.org/pub/newlib/newlib-$(LIBNEWLIB_VERSION).tar.gz
LIBNEWLIB_PATCHDIR=$(LIBNEWLIBC_BASE)/patches
LIBNEWLIBC_ORIGIN_SHA256=16ccacbb9155b89a8333da057bfd2952d334795a38dfffcef6a4d83ae12e7275

$(eval $(call fetch,libnewlibc,$(LIBNEWLIB_URL)))
$(eval $(call patch,libnewlibc,$(LIBNEWLIB_PATCHDIR),newlib-$(LIBNEWLIB_VERSION)))

Expand Down

0 comments on commit 58c5333

Please sign in to comment.