From 0bde20ffe2b7d2f51b874355bfa4387ff27e3566 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 20 Mar 2021 13:52:16 +0100 Subject: [PATCH] liburing: update to 2.0. --- common/shlibs | 2 +- ...s-disable-compilation-of-ucontext-cp.patch | 28 ------------------- srcpkgs/liburing/template | 4 +-- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch diff --git a/common/shlibs b/common/shlibs index 6815daac2265..0ea72399bde7 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3895,7 +3895,7 @@ libJudy.so.1 judy-1.0.5_1 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2 libKSeExprUI.so.4.0.1.0 seexpr-krita-4.0.1.0_1 libKSeExpr.so.4.0.1.0 seexpr-krita-4.0.1.0_1 -liburing.so.1 liburing-0.7_1 +liburing.so.2 liburing-2.0_1 libbson-1.0.so.0 libbson-1.17.4_2 libsonic.so.0 libsonic-0.2.0_1 libtickit.so.3 libtickit-0.4.1_1 diff --git a/srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch b/srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch deleted file mode 100644 index 2faa3d6b1f26..000000000000 --- a/srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 74782fe227819eeadc9768bd9ffb10ee81ef60e1 Mon Sep 17 00:00:00 2001 -From: Anthony Iliopoulos -Date: Sat, 26 Oct 2019 12:45:46 +0200 -Subject: [PATCH] liburing/examples: disable compilation of ucontext-cp example - -the code leverages ucontext.h functionality which is not implemented in -musl libc and thus fails compilation. the example code is anyway not -part of the final package, so just remove it from compilation. ---- - examples/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git examples/Makefile examples/Makefile -index 6fe3ac3..61a2b56 100644 ---- examples/Makefile -+++ examples/Makefile -@@ -4,7 +4,7 @@ override CFLAGS += -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ - - include ../Makefile.quiet - --all_targets += io_uring-test io_uring-cp link-cp ucontext-cp -+all_targets += io_uring-test io_uring-cp link-cp - - all: $(all_targets) - --- -2.23.0 - diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template index 44711b2988c7..164e653b9b76 100644 --- a/srcpkgs/liburing/template +++ b/srcpkgs/liburing/template @@ -1,6 +1,6 @@ # Template file for 'liburing' pkgname=liburing -version=0.7 +version=2.0 revision=1 build_style=configure configure_args="--mandir=/usr/share/man" @@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos " license="LGPL-2.1-only" homepage="http://git.kernel.dk/cgit/liburing" distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz" -checksum=05d0cf8493d573c76b11abfcf34aabc7153affebe17ff95f9ae88b0de062a59d +checksum=fcc29d6f00d0d1eca3d83d40cc7e9a2773ef98d4edbfe536b7317d65992f75f8 liburing-devel_package() { short_desc+=" - development files"