From f308bfb1fefbc28ef5b65b3acbee052214fb3ccd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 25 Dec 2020 16:44:00 -0500 Subject: source.mk: Uncomment wget line Now that our wget supports HTTPS. --- diff --git a/control b/control index bbfa3e6..c98ba77 100644 --- a/control +++ b/control @@ -1,3 +1,4 @@ Maintainer: Patrick McDermott -Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 (>= 3.1.3), gpg, dirmngr +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 (>= 3.1.3), + busybox (>= 1.32.0-1), gpg, dirmngr Homepage: https://www.wolfssl.com/products/wolfssl/ diff --git a/source.mk b/source.mk index 411515b..2bd50f1 100644 --- a/source.mk +++ b/source.mk @@ -11,7 +11,7 @@ keys = \ 'A2A4 8E7B CB96 C5BE CB98 7314 EBC8 0E41 5CA2 9677' $(source_archive): - #wget -c '$(us_tar_url)' '$(us_sig_url)' + wget -c '$(us_tar_url)' '$(us_sig_url)' install -m 0700 -d gnupghome/ [ -e ../keyring.gpg ] || \ $(gpg) --keyserver hkps://keys.openpgp.org \ -- cgit v0.9.1