Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] liburing: update to 0.3.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17702@inbox.vuxu.org>
@ 2020-02-03 14:01 ` voidlinux-github
  0 siblings, 0 replies; only message in thread
From: voidlinux-github @ 2020-02-03 14:01 UTC (permalink / raw)
  To: ml

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

There is an updated 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/17702

liburing: update to 0.3.


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

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

From b8cde1b700af85cbe08eb2d082cf69da63579d99 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Mon, 3 Feb 2020 15:01:11 +0100
Subject: [PATCH] liburing: update to 0.3.

---
 ...dd-missing-header-include-for-mode_t.patch | 26 +++++++++++++++++++
 srcpkgs/liburing/template                     |  8 +++---
 2 files changed, 30 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/liburing/patches/0001-liburing-add-missing-header-include-for-mode_t.patch

diff --git a/srcpkgs/liburing/patches/0001-liburing-add-missing-header-include-for-mode_t.patch b/srcpkgs/liburing/patches/0001-liburing-add-missing-header-include-for-mode_t.patch
new file mode 100644
index 00000000000..a47963cdd93
--- /dev/null
+++ b/srcpkgs/liburing/patches/0001-liburing-add-missing-header-include-for-mode_t.patch
@@ -0,0 +1,26 @@
+From d9b29b093f4ed04fb5c1fe505d81549d08ca9893 Mon Sep 17 00:00:00 2001
+From: Anthony Iliopoulos <ailiop@altatus.com>
+Date: Mon, 3 Feb 2020 14:48:40 +0100
+Subject: [PATCH] liburing: add missing header include for mode_t
+
+The typedef mode_t is defined in sys/types.h which is not being
+explicitly included in liburing.h, and this breaks musl compilation.
+---
+ src/include/liburing.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git src/include/liburing.h src/include/liburing.h
+index 78e8364..992fe7c 100644
+--- src/include/liburing.h
++++ src/include/liburing.h
+@@ -10,6 +10,7 @@ extern "C" {
+ #include <signal.h>
+ #include <inttypes.h>
+ #include <time.h>
++#include <sys/types.h>
+ #include "liburing/compat.h"
+ #include "liburing/io_uring.h"
+ #include "liburing/barrier.h"
+-- 
+2.25.0
+
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..5134e268cf6 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,6 +1,6 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.3
 revision=1
 archs="i686* x86_64* aarch64*"
 build_style=configure
@@ -8,9 +8,9 @@ configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
-homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+homepage="https://git.kernel.dk/cgit/liburing"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2"
+checksum=71284ea57942f007d7b53c593ae23fb129640dacffdde20a8d7cb4d2a047ee13
 
 liburing-devel_package() {
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-03 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17702@inbox.vuxu.org>
2020-02-03 14:01 ` [PR PATCH] [Updated] liburing: update to 0.3 voidlinux-github

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).