Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] liburing: update to 0.3.
Date: Mon, 03 Feb 2020 15:01:37 +0100	[thread overview]
Message-ID: <20200203140137.8B48_rTFFkkfWTMg_wxcHshdq1LsML0CuveL9VDazO0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17702@inbox.vuxu.org>

[-- 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"

           reply	other threads:[~2020-02-03 14:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17702@inbox.vuxu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200203140137.8B48_rTFFkkfWTMg_wxcHshdq1LsML0CuveL9VDazO0@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).