Re: [LEDE-DEV] [question] gpg signature validation of source package

2017-05-11 Thread Alif M. A.
On 11/05/2017 14:27, Felix Fietkau wrote: > On 2017-05-11 09:16, Alif M. A. wrote: >> I am preparing for grub-2.02 package upgrade. >> >> The download mirror provides a gpg signature (.sig file), which can be >> used to validate the source package. >> >> Does

[LEDE-DEV] [question] gpg signature validation of source package

2017-05-11 Thread Alif M. A.
I am preparing for grub-2.02 package upgrade. The download mirror provides a gpg signature (.sig file), which can be used to validate the source package. Does LEDE build system have a way to verify source package using gpg signature? I'd rather use gpg verification if possible, rather than checks

[LEDE-DEV] [PATCH 1/1] tools: Add gptfdisk

2017-03-28 Thread Alif M. A.
To create gpt formatted disk for use with UEFI, a tool for interacting with gpt partitioned disk is needed. Import roodsbook's gptfdisk for this purpose. The tool will be available as gdisk (for interactive use) and sgdisk (for scripting use). Signed-off-by: Alif M. Ahmad --- tools/gptfdisk/Mak