* [Buildroot] [PATCH 1/1] package/liburing: bump to version 2.6
@ 2024-07-19 21:23 Fabrice Fontaine
2024-07-20 21:08 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-07-19 21:23 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
- Drop patch (already in version)
- Update hash of README (typo fixed with
https://github.com/axboe/liburing/commit/2c89b57f3d55b2e3098a629e8aabe659fd5ec138)
https://github.com/axboe/liburing/blob/liburing-2.6/CHANGELOG
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
...01-src-arch-aarch64-fix-uclibc-build.patch | 39 -------------------
package/liburing/liburing.hash | 4 +-
package/liburing/liburing.mk | 2 +-
3 files changed, 3 insertions(+), 42 deletions(-)
delete mode 100644 package/liburing/0001-src-arch-aarch64-fix-uclibc-build.patch
diff --git a/package/liburing/0001-src-arch-aarch64-fix-uclibc-build.patch b/package/liburing/0001-src-arch-aarch64-fix-uclibc-build.patch
deleted file mode 100644
index 4468105e4f..0000000000
--- a/package/liburing/0001-src-arch-aarch64-fix-uclibc-build.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From f03f8da34fe96ac35a916ca3058b0f41971eae3b Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Fri, 16 Feb 2024 18:59:42 +0100
-Subject: [PATCH] src/arch/aarch64: fix uclibc build
-
-Fix the following build failure with uclibc-ng raised since version 2.3
-and
-https://github.com/axboe/liburing/commit/c6bc86e2125bcd6fa10ff2b128cd86486acadff6:
-
-In file included from lib.h:12,
- from setup.c:4:
-arch/aarch64/lib.h:7:10: fatal error: sys/auxv.h: No such file or directory
- 7 | #include <sys/auxv.h>
- | ^~~~~~~~~~~~
-
-Fixes:
- - http://autobuild.buildroot.org/results/cc44d714c9267dd7a98debeb8c81c4ee1efe4ebb
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Upstream: https://github.com/axboe/liburing/commit/32f9c27a76c43627f79bb77469d2da8583e4d3df
----
- src/arch/aarch64/lib.h | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/arch/aarch64/lib.h b/src/arch/aarch64/lib.h
-index 3b701b1..41bcfc9 100644
---- a/src/arch/aarch64/lib.h
-+++ b/src/arch/aarch64/lib.h
-@@ -4,7 +4,6 @@
- #define LIBURING_ARCH_AARCH64_LIB_H
-
- #include <elf.h>
--#include <sys/auxv.h>
- #include "../../syscall.h"
-
- static inline long __get_page_size(void)
---
-2.43.0
-
diff --git a/package/liburing/liburing.hash b/package/liburing/liburing.hash
index 30458c6b9f..f06dd187a7 100644
--- a/package/liburing/liburing.hash
+++ b/package/liburing/liburing.hash
@@ -1,8 +1,8 @@
# Locally calculated
-sha256 319ff9096a5655362a9741c5145b45494db810e38679a1de82e2f440c17181a6 liburing-2.5.tar.bz2
+sha256 78bcc0dc0d004a238d8b5f597adbb4ec74926352a3983b872db7f0efdb72565d liburing-2.6.tar.bz2
# Hash for license files
sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c COPYING
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING.GPL
sha256 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe LICENSE
-sha256 51e124279343177cb3c214ffddc011f1355b6eba0bbefca4f4c41fbc56574c92 README
+sha256 b0731ca09e6f4718d456a989d32b6c61bf27e5d4bab6ca31e409d75c5120d19e README
diff --git a/package/liburing/liburing.mk b/package/liburing/liburing.mk
index 2c448d6a87..fc3993b38c 100644
--- a/package/liburing/liburing.mk
+++ b/package/liburing/liburing.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBURING_VERSION = 2.5
+LIBURING_VERSION = 2.6
LIBURING_SOURCE = liburing-$(LIBURING_VERSION).tar.bz2
LIBURING_SITE = https://git.kernel.dk/cgit/liburing/snapshot
LIBURING_LICENSE = (GPL-2.0 with exceptions and LGPL-2.1+) or MIT
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-20 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 21:23 [Buildroot] [PATCH 1/1] package/liburing: bump to version 2.6 Fabrice Fontaine
2024-07-20 21:08 ` 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.