All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/pahole: bump to version 1.25
@ 2023-04-21 11:36 Francis Laniel
  2023-05-13 17:56 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Francis Laniel @ 2023-04-21 11:36 UTC (permalink / raw)
  To: buildroot; +Cc: Francis Laniel

https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.25

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
---
 package/pahole/pahole.hash | 2 +-
 package/pahole/pahole.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pahole/pahole.hash b/package/pahole/pahole.hash
index 5610b252a3..9dc676d9f4 100644
--- a/package/pahole/pahole.hash
+++ b/package/pahole/pahole.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  eeb88a62c3aaa1f4c389117b7e7cc08a49acc8a0e7f165f76dd9c5ab9af2c266  pahole-1.24.tar.gz
+sha256  db31d13c3dad8d9f4e38296bd35c4586e98b9c950e07dabba212985e6d051631  pahole-1.25.tar.gz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/pahole/pahole.mk b/package/pahole/pahole.mk
index 82bba2f777..1a3e156ebb 100644
--- a/package/pahole/pahole.mk
+++ b/package/pahole/pahole.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PAHOLE_VERSION = 1.24
+PAHOLE_VERSION = 1.25
 PAHOLE_SITE = https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot
 HOST_PAHOLE_DEPENDENCIES = \
 	host-elfutils \
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/pahole: bump to version 1.25
  2023-04-21 11:36 [Buildroot] [PATCH] package/pahole: bump to version 1.25 Francis Laniel
@ 2023-05-13 17:56 ` Yann E. MORIN
  2023-05-22 13:29   ` Francis Laniel
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-13 17:56 UTC (permalink / raw)
  To: Francis Laniel; +Cc: buildroot

Francis, All,

On 2023-04-21 12:36 +0100, Francis Laniel spake thusly:
> https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.25
> 
> Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/pahole/pahole.hash | 2 +-
>  package/pahole/pahole.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/pahole/pahole.hash b/package/pahole/pahole.hash
> index 5610b252a3..9dc676d9f4 100644
> --- a/package/pahole/pahole.hash
> +++ b/package/pahole/pahole.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  eeb88a62c3aaa1f4c389117b7e7cc08a49acc8a0e7f165f76dd9c5ab9af2c266  pahole-1.24.tar.gz
> +sha256  db31d13c3dad8d9f4e38296bd35c4586e98b9c950e07dabba212985e6d051631  pahole-1.25.tar.gz
>  sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
> diff --git a/package/pahole/pahole.mk b/package/pahole/pahole.mk
> index 82bba2f777..1a3e156ebb 100644
> --- a/package/pahole/pahole.mk
> +++ b/package/pahole/pahole.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -PAHOLE_VERSION = 1.24
> +PAHOLE_VERSION = 1.25
>  PAHOLE_SITE = https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot
>  HOST_PAHOLE_DEPENDENCIES = \
>  	host-elfutils \
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/pahole: bump to version 1.25
  2023-05-13 17:56 ` Yann E. MORIN
@ 2023-05-22 13:29   ` Francis Laniel
  0 siblings, 0 replies; 3+ messages in thread
From: Francis Laniel @ 2023-05-22 13:29 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: buildroot

Le samedi 13 mai 2023, 18:56:49 WEST Yann E. MORIN a écrit :
> Francis, All,
> 
> On 2023-04-21 12:36 +0100, Francis Laniel spake thusly:
> > https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.25
> > 
> > Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
> 
> Applied to master, thanks.

Thank you for the review and the merge!
 
> Regards,
> Yann E. MORIN.
> 
> > ---
> > 
> >  package/pahole/pahole.hash | 2 +-
> >  package/pahole/pahole.mk   | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/package/pahole/pahole.hash b/package/pahole/pahole.hash
> > index 5610b252a3..9dc676d9f4 100644
> > --- a/package/pahole/pahole.hash
> > +++ b/package/pahole/pahole.hash
> > @@ -1,3 +1,3 @@
> > 
> >  # Locally computed
> > 
> > -sha256  eeb88a62c3aaa1f4c389117b7e7cc08a49acc8a0e7f165f76dd9c5ab9af2c266 
> > pahole-1.24.tar.gz +sha256 
> > db31d13c3dad8d9f4e38296bd35c4586e98b9c950e07dabba212985e6d051631 
> > pahole-1.25.tar.gz> 
> >  sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 
> >  COPYING> 
> > diff --git a/package/pahole/pahole.mk b/package/pahole/pahole.mk
> > index 82bba2f777..1a3e156ebb 100644
> > --- a/package/pahole/pahole.mk
> > +++ b/package/pahole/pahole.mk
> > @@ -4,7 +4,7 @@
> > 
> >  #
> >  #########################################################################
> >  #######> 
> > -PAHOLE_VERSION = 1.24
> > +PAHOLE_VERSION = 1.25
> > 
> >  PAHOLE_SITE =
> >  https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot
> >  HOST_PAHOLE_DEPENDENCIES = \
> >  
> >  	host-elfutils \




_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-05-22 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 11:36 [Buildroot] [PATCH] package/pahole: bump to version 1.25 Francis Laniel
2023-05-13 17:56 ` Yann E. MORIN
2023-05-22 13:29   ` Francis Laniel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.