package/uftrace: bump to version 0.14

Add Upstream link to patch (even if it was rejected)

https://github.com/namhyung/uftrace/blob/v0.14/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2023-10-29 23:02:14 +01:00 committed by Thomas Petazzoni
parent e612a67c95
commit 2ced8d5878
4 changed files with 3 additions and 3 deletions

View File

@ -1398,7 +1398,6 @@ package/uboot-tools/0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.pa
package/ubus/0001-Install-server-and-client-examples.patch Upstream package/ubus/0001-Install-server-and-client-examples.patch Upstream
package/udpcast/0001-fix-musl-build.patch Upstream package/udpcast/0001-fix-musl-build.patch Upstream
package/uemacs/01-clear-ixon-termios-flag.patch Upstream package/uemacs/01-clear-ixon-termios-flag.patch Upstream
package/uftrace/0001-cmds-records-replace-ADDR_NO_RANDOMIZE-by-its-value.patch Upstream
package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch Upstream package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch Upstream
package/uhttpd/0001-Remove-Werror.patch Upstream package/uhttpd/0001-Remove-Werror.patch Upstream
package/uhttpd/0002-Fix-TCP_FASTOPEN-related-compile-error.patch Upstream package/uhttpd/0002-Fix-TCP_FASTOPEN-related-compile-error.patch Upstream

View File

@ -11,6 +11,7 @@ Using a #ifdef ... #endif test doesn't work as this value is defined
through an enum in glibc. through an enum in glibc.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Upstream: https://github.com/namhyung/uftrace/pull/1389
--- ---
cmds/record.c | 2 +- cmds/record.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -1,3 +1,3 @@
# Locally computed # Locally computed
sha256 2aad01f27d4f18717b681824c7a28ac3e1efd5e7bbed3ec888a3ea5af60e3700 uftrace-0.12.tar.gz sha256 b81255bc288e79e96a5b158d4875fa6425ad51c85f4c4c8523c1defb9366ad12 uftrace-0.14.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
UFTRACE_VERSION = 0.12 UFTRACE_VERSION = 0.14
UFTRACE_SITE = $(call github,namhyung,uftrace,v$(UFTRACE_VERSION)) UFTRACE_SITE = $(call github,namhyung,uftrace,v$(UFTRACE_VERSION))
UFTRACE_LICENSE = GPL-2.0 UFTRACE_LICENSE = GPL-2.0
UFTRACE_LICENSE_FILES = COPYING UFTRACE_LICENSE_FILES = COPYING