mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/liburing: upgrade to 2.11
remove disable-example-zcrx.patch, fixed upstream
This commit is contained in:
parent
71d25063d1
commit
22b3b4701f
2 changed files with 4 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
||||
pkgname=liburing
|
||||
pkgver=2.10
|
||||
pkgver=2.11
|
||||
pkgrel=0
|
||||
pkgdesc="Linux kernel io_uring access library"
|
||||
url="https://git.kernel.dk/cgit/liburing/"
|
||||
|
@ -10,11 +10,11 @@ makedepends="linux-headers"
|
|||
checkdepends="bash procps-ng"
|
||||
subpackages="$pkgname-ffi $pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/axboe/liburing/archive/refs/tags/liburing-$pkgver.tar.gz
|
||||
disable-example-zcrx.patch
|
||||
"
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
|
||||
# tests fail on CI
|
||||
# tests disabled according to recomendation of upstream author
|
||||
# link https://lore.kernel.org/io-uring/f5b6a7f1-ecb2-4247-b339-b7a3f51f5216@kernel.dk/
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
|
@ -24,10 +24,6 @@ build() {
|
|||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make runtests
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
@ -37,6 +33,5 @@ ffi() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
6fb6e7ce66917d9438095e05916f90d834034ac3f6d6d8b6ee1eadf48ab9e499efa4af489dc72f8acc4a0b018f917ffcb8af4af682b47512566205519dd1f5db liburing-2.10.tar.gz
|
||||
920c943c1d244e6ac9a09fe5a9d7caf287296c97bd3ca1d13ef08f889c631be89ae57906cc2aff383caa944e2fe161cdf4ce791e5bc982e1993bba113ec4dc25 disable-example-zcrx.patch
|
||||
151d01416eeca6b9d18cb7bbd96f4f8099f1aa377f0ff808b51fa7e2c990413fe8aa7b40712c806d6a800296a58e262fe551c358ee7d23153c3bfa10aeb67eb0 liburing-2.11.tar.gz
|
||||
"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- a/examples/Makefile 2025-05-23 14:30:59.000000000 +0000
|
||||
+++ b/examples/Makefile 2025-05-30 06:50:07.713440602 +0000
|
||||
@@ -32,7 +32,6 @@
|
||||
send-zerocopy.c \
|
||||
rsrc-update-bench.c \
|
||||
proxy.c \
|
||||
- zcrx.c \
|
||||
kdigest.c
|
||||
|
||||
all_targets :=
|
Loading…
Add table
Add a link
Reference in a new issue