From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] efibootmgr: Update to version 18 Date: Mon, 12 Sep 2022 09:40:31 +0000 Message-ID: <0c0b02cf-7e79-cf0e-047d-89c0a2da1f40@ipfire.org> In-Reply-To: <20220824074904.2880-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7531017009436525132==" List-Id: --===============7531017009436525132== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 17 to 18 > - Update of rootfile not required > - Changelog > bug fixes > fixed the simple run example by @Katana-Steel in #88 > Restore activation error message in efibootmgr by @rbisewski in #89 > Android: correct the sources list by @cwhuang in #124 > remove-dupes: update error message by @raharper in #127 > Fix typo in manual page by @ferivoz in #136 > README: Note efivarfs as the current required kernel module by @cjmayo = in #145 > Fix possible read out of bounds in ucs2_to_utf8 by @dlrobertson in #147 > Migrate CI by @frozencemetery in #153 > Add code of conduct by @frozencemetery in #154 > Fix help messages by @robert-scheck in #156 > Add option for insertion location of new entries by @frozencemetery in = #166 > Full changelog can be found from the github repository comparing versio = 17 to 18 > https://github.com/rhboot/efibootmgr/compare/17...18 >=20 > Signed-off-by: Adolf Belka > --- > lfs/efibootmgr | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) >=20 > diff --git a/lfs/efibootmgr b/lfs/efibootmgr > index 2b399349c..9e11b6b0f 100644 > --- a/lfs/efibootmgr > +++ b/lfs/efibootmgr > @@ -24,10 +24,10 @@ > =20 > include Config > =20 > -VER =3D 17 > +VER =3D 18 > =20 > THISAPP =3D efibootmgr-$(VER) > -DL_FILE =3D $(THISAPP).tar.gz > +DL_FILE =3D $(THISAPP).tar.bz2 > 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 a1995a5df74766f762d2eb971fd6095edea8d0a498c9dd110051= 5866b40c38ae2f299aae51f12767850ec23fbe4709c2c7428dd48755fbec499669b69f6432c9 > +$(DL_FILE)_BLAKE2 =3D dcea927a36f32e20da1a033c81ca21e83110bc2a82fdd17ec8d7= 5a7fcfd7a946c155380ae634ab22ca8a8bae7f517967b09235d2587719e46b63c82e23d4a0f4 > =20 > install : $(TARGET) > =20 > @@ -72,9 +72,6 @@ $(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) --===============7531017009436525132==--