From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] efibootmgr: Update to 17 Date: Fri, 22 Apr 2022 23:38:00 +0200 Message-ID: In-Reply-To: <7477fde3-73c2-9ed5-4151-54b957f1324c@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9049506789058829644==" List-Id: --===============9049506789058829644== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 18/04/2022 21:49, Peter M=C3=BCller wrote: > Full changelog as per https://github.com/rhboot/efibootmgr/releases/tag/17: > > various CI updates > Make.defaults: fix pkg-config invocation for LDFLAGS > make_linux_load_option(): add some more efi_error() calls > Change the default partition choice. > Don't set LIBEFIBOOT_REPORT_GPT_ERRORS=3D1 > Make it easier to build with a devel branch of efivar > efibootmgr -e: improve parsing for efivar-36 compat > Fix an invalid free() > Propogate verbosity to libefivar 36's internal logging facility > Add a bit more logging > > Signed-off-by: Peter M=C3=BCller > --- > lfs/efibootmgr | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/lfs/efibootmgr b/lfs/efibootmgr > index 9eb9a5304..2b399349c 100644 > --- a/lfs/efibootmgr > +++ b/lfs/efibootmgr > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,10 +24,10 @@ > =20 > include Config > =20 > -VER =3D 16 > +VER =3D 17 > =20 > THISAPP =3D efibootmgr-$(VER) > -DL_FILE =3D $(THISAPP).tar.bz2 > +DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 3d09a9d3c4ecd48010315fccae60ab408c0d08e9c734e86a9441= 30ea03e038835fa08745819f5353efbbe36f5017be64faded4b625ef0a0b55d4ca0d612ef232 > +$(DL_FILE)_BLAKE2 =3D a1995a5df74766f762d2eb971fd6095edea8d0a498c9dd110051= 5866b40c38ae2f299aae51f12767850ec23fbe4709c2c7428dd48755fbec499669b69f6432c9 > =20 > install : $(TARGET) > =20 > @@ -72,6 +72,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) > =20 > + # Compile fix > + cd $(DIR_APP) && sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr= .c > + > cd $(DIR_APP) && make CFLAGS=3D"$(CFLAGS)" LDFLAGS=3D"$(LDFLAGS)" \ > EFIDIR=3D$(SNAME) $(MAKETUNING) > cd $(DIR_APP) && make install EFIDIR=3D$(SNAME) --===============9049506789058829644==--