Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4
@ 2024-10-23 17:04 Giulio Benetti
  2024-10-23 17:04 ` [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1 Giulio Benetti
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Giulio Benetti @ 2024-10-23 17:04 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Maxime Chevallier, Pierre Floury

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/libtraceevent/libtraceevent.hash | 2 +-
 package/libtraceevent/libtraceevent.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libtraceevent/libtraceevent.hash b/package/libtraceevent/libtraceevent.hash
index d59e0a9188..c0738de4e7 100644
--- a/package/libtraceevent/libtraceevent.hash
+++ b/package/libtraceevent/libtraceevent.hash
@@ -1,4 +1,4 @@
 # Locally computed
-sha256  233d88adf5bae6b4511980f0f6314f348326b55fdb3dc9c4212c810e1ab06789  libtraceevent-1.8.3.tar.gz
+sha256  dc456d4d2bf4b4cd4d0c737d3374a8093f9e5ca18c1d7fc2279a4bf41e613121  libtraceevent-1.8.4.tar.gz
 sha256  f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79  LICENSES/GPL-2.0
 sha256  0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca  LICENSES/LGPL-2.1
diff --git a/package/libtraceevent/libtraceevent.mk b/package/libtraceevent/libtraceevent.mk
index 35e1152d37..8c3514f265 100644
--- a/package/libtraceevent/libtraceevent.mk
+++ b/package/libtraceevent/libtraceevent.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBTRACEEVENT_VERSION = 1.8.3
+LIBTRACEEVENT_VERSION = 1.8.4
 LIBTRACEEVENT_SITE = https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot
 LIBTRACEEVENT_LICENSE = GPL-2.0, LGPL-2.1
 LIBTRACEEVENT_LICENSE_FILES = LICENSES/GPL-2.0 LICENSES/LGPL-2.1
-- 
2.43.0

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

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

* [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1
  2024-10-23 17:04 [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Giulio Benetti
@ 2024-10-23 17:04 ` Giulio Benetti
  2024-10-24 19:29   ` Thomas Petazzoni via buildroot
  2024-11-09 16:51   ` Peter Korsgaard
  2024-10-23 19:59 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Thomas Petazzoni via buildroot
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 8+ messages in thread
From: Giulio Benetti @ 2024-10-23 17:04 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Maxime Chevallier, Pierre Floury

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/trace-cmd/trace-cmd.hash | 2 +-
 package/trace-cmd/trace-cmd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/trace-cmd/trace-cmd.hash b/package/trace-cmd/trace-cmd.hash
index ac30eae85f..c1b52a5195 100644
--- a/package/trace-cmd/trace-cmd.hash
+++ b/package/trace-cmd/trace-cmd.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  0671048dd2b8abdb8b2d0eb9cc91335c997620a7da72f858381ff4206f32065f  trace-cmd-v3.3.tar.gz
+sha256  2efe103389367e93c764c4a788880ba51018a65dec21b0411965a5f06a6338c1  trace-cmd-v3.3.1.tar.gz
 sha256  b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb  COPYING
 sha256  70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9  COPYING.LIB
 sha256  f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79  LICENSES/GPL-2.0
diff --git a/package/trace-cmd/trace-cmd.mk b/package/trace-cmd/trace-cmd.mk
index 14a59b2cc8..cf16ddcb17 100644
--- a/package/trace-cmd/trace-cmd.mk
+++ b/package/trace-cmd/trace-cmd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TRACE_CMD_VERSION = 3.3
+TRACE_CMD_VERSION = 3.3.1
 TRACE_CMD_SOURCE = trace-cmd-v$(TRACE_CMD_VERSION).tar.gz
 TRACE_CMD_SITE = \
 	https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4
  2024-10-23 17:04 [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Giulio Benetti
  2024-10-23 17:04 ` [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1 Giulio Benetti
@ 2024-10-23 19:59 ` Thomas Petazzoni via buildroot
  2024-10-24 15:51   ` Giulio Benetti
  2024-10-24 19:29 ` Thomas Petazzoni via buildroot
  2024-11-09 16:51 ` Peter Korsgaard
  3 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-23 19:59 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot, Maxime Chevallier, Pierre Floury

On Wed, 23 Oct 2024 19:04:46 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/libtraceevent/libtraceevent.hash | 2 +-
>  package/libtraceevent/libtraceevent.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

I wanted to apply this series, but at least today, it seems like
git.kernel.org has an issue:

wget -nd -t 3 -O '/home/thomas/projets/buildroot/output/build/.libtraceevent-1.8.4.tar.gz.ApJr7e/output' 'https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-1.8.4.tar.gz' 
--2024-10-23 21:57:02--  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-1.8.4.tar.gz
Resolving git.kernel.org (git.kernel.org)... 2604:1380:45d1:ec00::3, 147.75.193.91
Connecting to git.kernel.org (git.kernel.org)|2604:1380:45d1:ec00::3|:443... connected.
HTTP request sent, awaiting response... Read error (The request is invalid.) in headers.
Retrying.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4
  2024-10-23 19:59 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Thomas Petazzoni via buildroot
@ 2024-10-24 15:51   ` Giulio Benetti
  0 siblings, 0 replies; 8+ messages in thread
From: Giulio Benetti @ 2024-10-24 15:51 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot, Maxime Chevallier, Pierre Floury

On 10/23/24 21:59, Thomas Petazzoni wrote:
> On Wed, 23 Oct 2024 19:04:46 +0200
> Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> 
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>>   package/libtraceevent/libtraceevent.hash | 2 +-
>>   package/libtraceevent/libtraceevent.mk   | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> I wanted to apply this series, but at least today, it seems like
> git.kernel.org has an issue:
> 
> wget -nd -t 3 -O '/home/thomas/projets/buildroot/output/build/.libtraceevent-1.8.4.tar.gz.ApJr7e/output' 'https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-1.8.4.tar.gz'
> --2024-10-23 21:57:02--  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-1.8.4.tar.gz
> Resolving git.kernel.org (git.kernel.org)... 2604:1380:45d1:ec00::3, 147.75.193.91
> Connecting to git.kernel.org (git.kernel.org)|2604:1380:45d1:ec00::3|:443... connected.
> HTTP request sent, awaiting response... Read error (The request is invalid.) in headers.
> Retrying.

It works correctly now. Same couple of hours before sending the patch.
I think it's been a momentary interruption.

Best regards
-- 
Giulio Benetti
CEO&CTO@Benetti Engineering sas

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

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

* Re: [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4
  2024-10-23 17:04 [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Giulio Benetti
  2024-10-23 17:04 ` [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1 Giulio Benetti
  2024-10-23 19:59 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Thomas Petazzoni via buildroot
@ 2024-10-24 19:29 ` Thomas Petazzoni via buildroot
  2024-11-09 16:51 ` Peter Korsgaard
  3 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-24 19:29 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot, Maxime Chevallier, Pierre Floury

On Wed, 23 Oct 2024 19:04:46 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/libtraceevent/libtraceevent.hash | 2 +-
>  package/libtraceevent/libtraceevent.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1
  2024-10-23 17:04 ` [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1 Giulio Benetti
@ 2024-10-24 19:29   ` Thomas Petazzoni via buildroot
  2024-11-09 16:51   ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-24 19:29 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot, Maxime Chevallier, Pierre Floury

On Wed, 23 Oct 2024 19:04:47 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/trace-cmd/trace-cmd.hash | 2 +-
>  package/trace-cmd/trace-cmd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4
  2024-10-23 17:04 [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Giulio Benetti
                   ` (2 preceding siblings ...)
  2024-10-24 19:29 ` Thomas Petazzoni via buildroot
@ 2024-11-09 16:51 ` Peter Korsgaard
  3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2024-11-09 16:51 UTC (permalink / raw)
  To: buildroot

On 10/23/24 19:04, Giulio Benetti wrote:
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2024.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

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

* Re: [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1
  2024-10-23 17:04 ` [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1 Giulio Benetti
  2024-10-24 19:29   ` Thomas Petazzoni via buildroot
@ 2024-11-09 16:51   ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2024-11-09 16:51 UTC (permalink / raw)
  To: buildroot

On 10/23/24 19:04, Giulio Benetti wrote:
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2024.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

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

end of thread, other threads:[~2024-11-09 16:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 17:04 [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Giulio Benetti
2024-10-23 17:04 ` [Buildroot] [PATCH] package/trace-cmd: bump to version 3.3.1 Giulio Benetti
2024-10-24 19:29   ` Thomas Petazzoni via buildroot
2024-11-09 16:51   ` Peter Korsgaard
2024-10-23 19:59 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.4 Thomas Petazzoni via buildroot
2024-10-24 15:51   ` Giulio Benetti
2024-10-24 19:29 ` Thomas Petazzoni via buildroot
2024-11-09 16:51 ` Peter Korsgaard

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