From patchwork Wed Aug 24 07:49:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5975 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MCJBy1wrNz3wdN for ; Wed, 24 Aug 2022 07:49:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MCJBx1DfWz1Q3; Wed, 24 Aug 2022 07:49:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MCJBx0JfSz2y0t; Wed, 24 Aug 2022 07:49:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MCJBt6rZTz2xJ7 for ; Wed, 24 Aug 2022 07:49:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MCJBt07Lxz1Pp; Wed, 24 Aug 2022 07:49:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1661327350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/Ju+l5yf4xSWzRGe241G+eU8FaNXYLSDPUD/5p3wmSY=; b=7TV/sp0bB8NK9DXM5gIW5Zhg98ZMU5jrFHEq6JAIRHR87HijoAaq67S6wjl8pW4GVAoc7q pAmgKW0D8v+hW9DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1661327350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/Ju+l5yf4xSWzRGe241G+eU8FaNXYLSDPUD/5p3wmSY=; b=U2kYqesDlbbtPvcXmNGityZXkZPwnSaENauj1F9DEvIhFSYyE+DBISWJVG+hYYINCZZoVe CCW2dG3lSBu9itq3AgerEgHrENEa3G1MDu97rW63h8DkvqgwMjjpwMRlDSu1ZyCDdJu6tR naGs4bdiHGAAfU6O8XcsbzWKsTc3EjymhlNc2CcCjnnvi57MYlsT1UO7Na5PplueO/Q17t pXQ3JV6t1D16wsCyjNf25Ur2iiCTXzN7YGE2/nDrgBO4dR9A63MxGBuiZZPCCZjeWZdFnG bPM7LqHP9ZddpJdh0DMiogWGCEGVE7eyRJmtrXwAJnBPu3DZDYMPNczPTJvlvQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] efibootmgr: Update to version 18 Date: Wed, 24 Aug 2022 09:49:04 +0200 Message-Id: <20220824074904.2880-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/efibootmgr | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lfs/efibootmgr b/lfs/efibootmgr index 2b399349c..9e11b6b0f 100644 --- a/lfs/efibootmgr +++ b/lfs/efibootmgr @@ -24,10 +24,10 @@ include Config -VER = 17 +VER = 18 THISAPP = efibootmgr-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a1995a5df74766f762d2eb971fd6095edea8d0a498c9dd1100515866b40c38ae2f299aae51f12767850ec23fbe4709c2c7428dd48755fbec499669b69f6432c9 +$(DL_FILE)_BLAKE2 = dcea927a36f32e20da1a033c81ca21e83110bc2a82fdd17ec8d75a7fcfd7a946c155380ae634ab22ca8a8bae7f517967b09235d2587719e46b63c82e23d4a0f4 install : $(TARGET) @@ -72,9 +72,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - # Compile fix - cd $(DIR_APP) && sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c - cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ EFIDIR=$(SNAME) $(MAKETUNING) cd $(DIR_APP) && make install EFIDIR=$(SNAME)