On Fri, Jun 14, 2024 at 02:45:35PM +0800, Gary Lin wrote: > From: Daniel Axtens <[email protected]> > > Import a very trimmed-down set of libtasn1 files: > > curl -L -O https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz > tar xf libtasn1-4.19.0.tar.gz > rm -rf grub-core/lib/libtasn1/ > mkdir -p grub-core/lib/libtasn1/lib/ > cp libtasn1-4.19.0/{README.md,COPYING} grub-core/lib/libtasn1/ > cp > libtasn1-4.19.0/lib/{coding.c,decoding.c,element.c,element.h,errors.c,gstr.c,gstr.h,int.h,parser_aux.c,parser_aux.h,structure.c,structure.h} > grub-core/libtasn1/lib/ > cp libtasn1-4.19.0/lib/includes/libtasn1.h grub-core/lib/libtasn1/ > rm -rf libtasn1-4.19.0* > > Signed-off-by: Daniel Axtens <[email protected]> > Signed-off-by: Gary Lin <[email protected]> > Reviewed-by: Vladimir Serbinenko <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
