mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] efibootmgr: Version bump. 16 -> 17.
@ 2022-01-28  7:41 Christian Melki
  2022-01-28 11:14 ` Michael Olbrich
  2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2022-01-28  7:41 UTC (permalink / raw)
  To: ptxdist

Update needed to match efivar library changes.
Bugfix release.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/efibootmgr.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/efibootmgr.make b/rules/efibootmgr.make
index 98b9aa97e..1fbdaff8b 100644
--- a/rules/efibootmgr.make
+++ b/rules/efibootmgr.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_EFIBOOTMGR) += efibootmgr
 #
 # Paths and names
 #
-EFIBOOTMGR_VERSION	:= 16
-EFIBOOTMGR_MD5		:= ab7cf46774fda951a0e8a40beb65a90e
+EFIBOOTMGR_VERSION	:= 17
+EFIBOOTMGR_MD5		:= 9ac3f45dba5a2608148876763e54723c
 EFIBOOTMGR		:= efibootmgr-$(EFIBOOTMGR_VERSION)
 EFIBOOTMGR_SUFFIX	:= tar.bz2
 EFIBOOTMGR_URL		:= https://github.com/rhboot/efibootmgr/releases/download/$(EFIBOOTMGR_VERSION)/$(EFIBOOTMGR).$(EFIBOOTMGR_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] efibootmgr: Version bump. 16 -> 17.
  2022-01-28  7:41 [ptxdist] [PATCH] efibootmgr: Version bump. 16 -> 17 Christian Melki
@ 2022-01-28 11:14 ` Michael Olbrich
  2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-01-28 11:14 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

On Fri, Jan 28, 2022 at 08:41:19AM +0100, Christian Melki wrote:
> Update needed to match efivar library changes.
> Bugfix release.

I'll drop this patch as well:

efibootmgr.c:975:32: error: pointer targets in passing argument 1 of 'efidp_format_device_path' differ in signedness [-Werror=pointer-sign]
In file included from /srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/sysroot-target/usr/include/efivar/efivar.h:238,
                 from efibootmgr.c:50:
/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/sysroot-target/usr/include/efivar/efivar-dp.h:1245:47: note: expected 'char *' but argument is of type 'unsigned char *'

The argument for efidp_format_device_path() changed with the new version.
So please resubmit this patch with the new efivar version.

Michael


> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  rules/efibootmgr.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/efibootmgr.make b/rules/efibootmgr.make
> index 98b9aa97e..1fbdaff8b 100644
> --- a/rules/efibootmgr.make
> +++ b/rules/efibootmgr.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_EFIBOOTMGR) += efibootmgr
>  #
>  # Paths and names
>  #
> -EFIBOOTMGR_VERSION	:= 16
> -EFIBOOTMGR_MD5		:= ab7cf46774fda951a0e8a40beb65a90e
> +EFIBOOTMGR_VERSION	:= 17
> +EFIBOOTMGR_MD5		:= 9ac3f45dba5a2608148876763e54723c
>  EFIBOOTMGR		:= efibootmgr-$(EFIBOOTMGR_VERSION)
>  EFIBOOTMGR_SUFFIX	:= tar.bz2
>  EFIBOOTMGR_URL		:= https://github.com/rhboot/efibootmgr/releases/download/$(EFIBOOTMGR_VERSION)/$(EFIBOOTMGR).$(EFIBOOTMGR_SUFFIX)
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [APPLIED] efibootmgr: Version bump. 16 -> 17.
  2022-01-28  7:41 [ptxdist] [PATCH] efibootmgr: Version bump. 16 -> 17 Christian Melki
  2022-01-28 11:14 ` Michael Olbrich
@ 2022-01-30 15:49 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-01-30 15:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 2904844e31a84b80745db21d63d7c2c0b3a9b4ec.

Michael

[sent from post-receive hook]

On Sun, 30 Jan 2022 16:49:52 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Update needed to match efivar library changes.
> Bugfix release.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220128074119.589078-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/efibootmgr.make b/rules/efibootmgr.make
> index 98b9aa97edde..1fbdaff8b507 100644
> --- a/rules/efibootmgr.make
> +++ b/rules/efibootmgr.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_EFIBOOTMGR) += efibootmgr
>  #
>  # Paths and names
>  #
> -EFIBOOTMGR_VERSION	:= 16
> -EFIBOOTMGR_MD5		:= ab7cf46774fda951a0e8a40beb65a90e
> +EFIBOOTMGR_VERSION	:= 17
> +EFIBOOTMGR_MD5		:= 9ac3f45dba5a2608148876763e54723c
>  EFIBOOTMGR		:= efibootmgr-$(EFIBOOTMGR_VERSION)
>  EFIBOOTMGR_SUFFIX	:= tar.bz2
>  EFIBOOTMGR_URL		:= https://github.com/rhboot/efibootmgr/releases/download/$(EFIBOOTMGR_VERSION)/$(EFIBOOTMGR).$(EFIBOOTMGR_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-30 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  7:41 [ptxdist] [PATCH] efibootmgr: Version bump. 16 -> 17 Christian Melki
2022-01-28 11:14 ` Michael Olbrich
2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox