* [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1
@ 2024-07-25 15:30 Giulio Benetti
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.3 Giulio Benetti
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Giulio Benetti @ 2024-07-25 15:30 UTC (permalink / raw)
To: buildroot; +Cc: Joseph Kogut, Giulio Benetti, Maxime Chevallier
Let's drop local patches since they have been committed.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
...-meson-build-tracefs-mmap-by-default.patch | 34 ----------------
...ATH_MAX-if-it-is-not-already-defined.patch | 40 -------------------
package/libtracefs/libtracefs.hash | 2 +-
package/libtracefs/libtracefs.mk | 2 +-
4 files changed, 2 insertions(+), 76 deletions(-)
delete mode 100644 package/libtracefs/0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
delete mode 100644 package/libtracefs/0002-libtracefs-utest-Add-PATH_MAX-if-it-is-not-already-defined.patch
diff --git a/package/libtracefs/0001-libtracefs-meson-build-tracefs-mmap-by-default.patch b/package/libtracefs/0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
deleted file mode 100644
index 4a462aab66..0000000000
--- a/package/libtracefs/0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7d15d7744d957b1721d8e202bd5095b7c449570f Mon Sep 17 00:00:00 2001
-From: Giulio Benetti <giulio.benetti@benettiengineering.com>
-Date: Wed, 10 Jan 2024 21:39:25 +0100
-Subject: [PATCH] libtracefs meson: build tracefs-mmap by default
-
-Accordingly to Makefile let's add tracefs-mmap.c to build, this is needed
-for linking by other object files.
-
-Link: https://lore.kernel.org/linux-trace-devel/20240110203925.266999-1-giulio.benetti@benettiengineering.com
-
-Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
-Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-Upstream: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/commit/?id=7d15d7744d957b1721d8e202bd5095b7c449570f
-[yann.morin.1998@free.fr: do an actual backport]
-Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
----
- src/meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/meson.build b/src/meson.build
-index 5b76554..f7a98b9 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -11,6 +11,7 @@ sources= [
- 'tracefs-instance.c',
- 'tracefs-kprobes.c',
- 'tracefs-marker.c',
-+ 'tracefs-mmap.c',
- 'tracefs-record.c',
- 'tracefs-sqlhist.c',
- 'tracefs-tools.c',
---
-2.43.0
-
diff --git a/package/libtracefs/0002-libtracefs-utest-Add-PATH_MAX-if-it-is-not-already-defined.patch b/package/libtracefs/0002-libtracefs-utest-Add-PATH_MAX-if-it-is-not-already-defined.patch
deleted file mode 100644
index 121fee5adf..0000000000
--- a/package/libtracefs/0002-libtracefs-utest-Add-PATH_MAX-if-it-is-not-already-defined.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From ba750812f68f0f3314494558496c23f934f8faff Mon Sep 17 00:00:00 2001
-From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
-Date: Thu, 22 Feb 2024 11:02:46 -0500
-Subject: libtracefs utest: Add PATH_MAX if it is not already defined
-
-In some setups PATH_MAX may not be defined (it is usually defined in
-linux/limits.h), but we just use PATH_MAX as something to hold the paths
-to the tracing files. In that case, just define it to 1024 if it's not
-already defined.
-
-Link: https://lore.kernel.org/linux-trace-devel/20240222-utest-fixes-v2-1-7b8ee8dca0b7@gmail.com/
-
-Fixes: 845f16976929 ("libtracefs: Add unit tests")
-Reported-by: Miko Larsson <mikoxyzzz@gmail.com>
-Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-
-Upstream: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/commit/?id=ba750812f68f0f3314494558496c23f934f8faff
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- utest/tracefs-utest.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/utest/tracefs-utest.c b/utest/tracefs-utest.c
-index 963fac7..07ecd32 100644
---- a/utest/tracefs-utest.c
-+++ b/utest/tracefs-utest.c
-@@ -26,6 +26,10 @@
-
- #define gettid() syscall(__NR_gettid)
-
-+#ifndef PATH_MAX
-+#define PATH_MAX 1024
-+#endif
-+
- #define TRACEFS_SUITE "tracefs library"
- #define TEST_INSTANCE_NAME "cunit_test_iter"
- #define TEST_TRACE_DIR "/tmp/trace_utest.XXXXXX"
---
-cgit 1.2.3-korg
-
diff --git a/package/libtracefs/libtracefs.hash b/package/libtracefs/libtracefs.hash
index ebc562eb40..e728e6431f 100644
--- a/package/libtracefs/libtracefs.hash
+++ b/package/libtracefs/libtracefs.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 f92475d5c4cb509983697fb359ee615bef4f08ed8bdc9c690f6118ba68886de0 libtracefs-1.8.0.tar.gz
+sha256 d295aa20d711c313a9e229dbd15ba14026f0c1a50d57ae8b0823cc561b23745f libtracefs-1.8.1.tar.gz
sha256 f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79 LICENSES/GPL-2.0
sha256 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca LICENSES/LGPL-2.1
diff --git a/package/libtracefs/libtracefs.mk b/package/libtracefs/libtracefs.mk
index ed45fcbc50..86baa5d9cd 100644
--- a/package/libtracefs/libtracefs.mk
+++ b/package/libtracefs/libtracefs.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBTRACEFS_VERSION = 1.8.0
+LIBTRACEFS_VERSION = 1.8.1
LIBTRACEFS_SITE = https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot
LIBTRACEFS_INSTALL_STAGING = YES
LIBTRACEFS_LICENSE = GPL-2.0, LGPL-2.1
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.3
2024-07-25 15:30 [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Giulio Benetti
@ 2024-07-25 15:30 ` Giulio Benetti
2024-07-25 16:39 ` Thomas Petazzoni via buildroot
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libnss: bump version to 3.102.1 Giulio Benetti
2024-07-25 16:39 ` [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Thomas Petazzoni via buildroot
2 siblings, 1 reply; 6+ messages in thread
From: Giulio Benetti @ 2024-07-25 15:30 UTC (permalink / raw)
To: buildroot; +Cc: Joseph Kogut, Giulio Benetti, Maxime Chevallier
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 c338491f26..d59e0a9188 100644
--- a/package/libtraceevent/libtraceevent.hash
+++ b/package/libtraceevent/libtraceevent.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 919f0c024c7b5059eace52d854d4df00ae7e361a4033e1b4d6fe01d97064a1b9 libtraceevent-1.8.2.tar.gz
+sha256 233d88adf5bae6b4511980f0f6314f348326b55fdb3dc9c4212c810e1ab06789 libtraceevent-1.8.3.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 da0aa575d7..35e1152d37 100644
--- a/package/libtraceevent/libtraceevent.mk
+++ b/package/libtraceevent/libtraceevent.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBTRACEEVENT_VERSION = 1.8.2
+LIBTRACEEVENT_VERSION = 1.8.3
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.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] package/libnss: bump version to 3.102.1
2024-07-25 15:30 [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Giulio Benetti
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.3 Giulio Benetti
@ 2024-07-25 15:30 ` Giulio Benetti
2024-07-25 16:39 ` Thomas Petazzoni via buildroot
2024-07-25 16:39 ` [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Thomas Petazzoni via buildroot
2 siblings, 1 reply; 6+ messages in thread
From: Giulio Benetti @ 2024-07-25 15:30 UTC (permalink / raw)
To: buildroot; +Cc: Joseph Kogut, Giulio Benetti, Maxime Chevallier
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/libnss/libnss.hash | 4 ++--
package/libnss/libnss.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libnss/libnss.hash b/package/libnss/libnss.hash
index 8c21316b7b..ae82e7eaa8 100644
--- a/package/libnss/libnss.hash
+++ b/package/libnss/libnss.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_102_RTM/src/SHA256SUMS
-sha256 c29b03f24856db18a34fbcde737fcca6407c27b5f3f60baba5111460e6cb307b nss-3.102.tar.gz
+# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_102_1_RTM/src/SHA256SUMS
+sha256 54982d3587e41579c94f2036ba084438b073f8456bbd873b7a942c057e9737cc nss-3.102.1.tar.gz
# Locally calculated
sha256 a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4 nss/COPYING
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index 3916a78381..0ebc49db21 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNSS_VERSION = 3.102
+LIBNSS_VERSION = 3.102.1
LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
LIBNSS_DISTDIR = dist
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1
2024-07-25 15:30 [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Giulio Benetti
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.3 Giulio Benetti
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libnss: bump version to 3.102.1 Giulio Benetti
@ 2024-07-25 16:39 ` Thomas Petazzoni via buildroot
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-25 16:39 UTC (permalink / raw)
To: Giulio Benetti; +Cc: Joseph Kogut, Maxime Chevallier, buildroot
On Thu, 25 Jul 2024 17:30:27 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> Let's drop local patches since they have been committed.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> ...-meson-build-tracefs-mmap-by-default.patch | 34 ----------------
> ...ATH_MAX-if-it-is-not-already-defined.patch | 40 -------------------
> package/libtracefs/libtracefs.hash | 2 +-
> package/libtracefs/libtracefs.mk | 2 +-
> 4 files changed, 2 insertions(+), 76 deletions(-)
> delete mode 100644 package/libtracefs/0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
> delete mode 100644 package/libtracefs/0002-libtracefs-utest-Add-PATH_MAX-if-it-is-not-already-defined.patch
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] 6+ messages in thread
end of thread, other threads:[~2024-07-25 16:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 15:30 [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Giulio Benetti
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libtraceevent: bump to version 1.8.3 Giulio Benetti
2024-07-25 16:39 ` Thomas Petazzoni via buildroot
2024-07-25 15:30 ` [Buildroot] [PATCH] package/libnss: bump version to 3.102.1 Giulio Benetti
2024-07-25 16:39 ` Thomas Petazzoni via buildroot
2024-07-25 16:39 ` [Buildroot] [PATCH] package/libtracefs: bump to version 1.8.1 Thomas Petazzoni via buildroot
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.