[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v16 02/20] libtasn1: import libtasn1-4.19.0
From: |
Gary Lin |
Subject: |
Re: [PATCH v16 02/20] libtasn1: import libtasn1-4.19.0 |
Date: |
Fri, 7 Jun 2024 13:57:48 +0800 |
On Wed, Jun 05, 2024 at 05:04:46PM +0200, Daniel Kiper wrote:
> On Wed, May 15, 2024 at 01:06:54PM +0800, Gary Lin wrote:
> > From: Daniel Axtens <dja@axtens.net>
> >
> > Import a very trimmed-down set of libtasn1 files:
>
> I hope you merge the latest one...
>
Yes, I updated Daniel's patch to include the latest libtasn1, i.e.
4.19.0.
> > pushd /tmp
>
> I would create tmp dir in the GRUB source code and extract libtasn1
> there. Then I would remove the tmp dir.
>
Got it.
> > wget https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz
> > tar -xf libtasn1-4.19.0.tar.gz
>
> The "-" is not needed. Please drop it.
>
No problem.
> > popd
> > pushd grub-core/lib
> > rm -rf libtasn1
> > mkdir libtasn1
> > cp /tmp/libtasn1-4.19.0/{README.md,COPYING} libtasn1/
> > mkdir libtasn1/lib
> > cp
> > /tmp/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}
> > libtasn1/lib
> > cp /tmp/libtasn1-4.19.0/lib/includes/libtasn1.h ../../include/grub/
> > git add libtasn1/ ../../include/grub/libtasn1.h
>
> I am not OK with adding libtasn1.h to the include/grub. Please do not do
> that. I think good example how it should be done is in miniLZO lib.
>
Ok, I'll move libtasn1.h to the libtasn1 directory and update other
affected patches.
Gary Lin