Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] liburing: update to 2.0.
@ 2021-03-20 12:48 ailiop-git
  2021-03-20 12:52 ` [PR PATCH] [Updated] " ailiop-git
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2021-03-20 12:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages liburing
https://github.com/void-linux/void-packages/pull/29622

liburing: update to 2.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/29622.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-liburing-29622.patch --]
[-- Type: text/x-diff, Size: 2558 bytes --]

From 5f31ffb01b2441ff1fc2f5476b67e3583a47312d Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 20 Mar 2021 13:47:25 +0100
Subject: [PATCH] liburing: update to 2.0.

---
 ...s-disable-compilation-of-ucontext-cp.patch | 28 -------------------
 srcpkgs/liburing/template                     |  4 +--
 2 files changed, 2 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch

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 <ailiop@altatus.com>
-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 <ailiop@altatus.com>"
 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"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-30 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 12:48 [PR PATCH] liburing: update to 2.0 ailiop-git
2021-03-20 12:52 ` [PR PATCH] [Updated] " ailiop-git
2021-03-25  3:07 ` ericonr
2021-03-25  3:09 ` ericonr
2021-03-30 15:17 ` [PR PATCH] [Closed]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).