Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] liburing: update to 2.2.
@ 2022-08-08  3:18 dragon-friend
  2022-08-08  5:07 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dragon-friend @ 2022-08-08  3:18 UTC (permalink / raw)
  To: ml

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

There is a new pull request by dragon-friend against master on the void-packages repository

https://github.com/dragon-friend/void-packages liburing
https://github.com/void-linux/void-packages/pull/38530

liburing: update to 2.2.
#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv7l-musl (crossbuild)


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

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

From a5fcb40ed07259f51ba4dd013757d8c4ac302612 Mon Sep 17 00:00:00 2001
From: Dragon Friend <friend-dragon@proton.me>
Date: Sun, 7 Aug 2022 23:13:29 -0400
Subject: [PATCH] liburing: update to 2.2.

---
 srcpkgs/liburing/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 8111911fc6fe..0236eaa42d04 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,16 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=2.1
+version=2.2
 revision=1
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 make_build_args="-C src"
 short_desc="Linux-native io_uring I/O access library"
-maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+maintainer="Dragon Friend <friend-dragon@proton.me>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing"
 distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
-checksum=707faff561f6a57ddf4188a98737a80e460b24c1295cd303be39c819da0df1d1
+checksum=f52bad18e3ff11185165d52d2d7391e90a0fce8f33f2ee611ad9a8ce1feaf914
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR REVIEW] liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
  2022-08-08  5:07 ` [PR REVIEW] " classabbyamp
@ 2022-08-08  5:07 ` classabbyamp
  2022-08-08  7:39 ` ailiop-git
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-08  5:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38530#discussion_r939826786

Comment:
@ailiop-git can they adopt this from you? 

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

* Re: [PR REVIEW] liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
@ 2022-08-08  5:07 ` classabbyamp
  2022-08-08  5:07 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-08  5:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38530#discussion_r939826619

Comment:
expand homepage and pkgname here

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

* Re: [PR REVIEW] liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
  2022-08-08  5:07 ` [PR REVIEW] " classabbyamp
  2022-08-08  5:07 ` classabbyamp
@ 2022-08-08  7:39 ` ailiop-git
  2022-08-21 18:35 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ailiop-git @ 2022-08-08  7:39 UTC (permalink / raw)
  To: ml

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

New review comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/38530#discussion_r939922217

Comment:
sure, go ahead

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

* Re: [PR PATCH] [Updated] liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
                   ` (2 preceding siblings ...)
  2022-08-08  7:39 ` ailiop-git
@ 2022-08-21 18:35 ` classabbyamp
  2022-08-21 18:36 ` classabbyamp
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-21 18:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/dragon-friend/void-packages liburing
https://github.com/void-linux/void-packages/pull/38530

liburing: update to 2.2.
#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv7l-musl (crossbuild)


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

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

From b70b66b905d44dfe95dd690102d50a2b5e9cb682 Mon Sep 17 00:00:00 2001
From: Dragon Friend <friend-dragon@proton.me>
Date: Sun, 7 Aug 2022 23:13:29 -0400
Subject: [PATCH] liburing: update to 2.2.

---
 srcpkgs/liburing/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 8111911fc6fe..37a41008e0af 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,16 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=2.1
+version=2.2
 revision=1
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 make_build_args="-C src"
 short_desc="Linux-native io_uring I/O access library"
-maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+maintainer="Dragon Friend <friend-dragon@proton.me>"
 license="LGPL-2.1-only"
-homepage="http://git.kernel.dk/cgit/liburing"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
-checksum=707faff561f6a57ddf4188a98737a80e460b24c1295cd303be39c819da0df1d1
+homepage="https://git.kernel.dk/cgit/liburing"
+distfiles="https://git.kernel.dk/cgit/liburing/snapshot/liburing-${version}.tar.gz"
+checksum=f52bad18e3ff11185165d52d2d7391e90a0fce8f33f2ee611ad9a8ce1feaf914
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
                   ` (3 preceding siblings ...)
  2022-08-21 18:35 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-08-21 18:36 ` classabbyamp
  2022-08-22 18:36 ` dragon-friend
  2022-08-22 18:48 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-21 18:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38530#issuecomment-1221599122

Comment:
please add your committing email to your github account

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

* Re: liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
                   ` (4 preceding siblings ...)
  2022-08-21 18:36 ` classabbyamp
@ 2022-08-22 18:36 ` dragon-friend
  2022-08-22 18:48 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: dragon-friend @ 2022-08-22 18:36 UTC (permalink / raw)
  To: ml

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

New comment by dragon-friend on void-packages repository

https://github.com/void-linux/void-packages/pull/38530#issuecomment-1222765902

Comment:
all done, thanks for the help with this! :)

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

* Re: [PR PATCH] [Merged]: liburing: update to 2.2.
  2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
                   ` (5 preceding siblings ...)
  2022-08-22 18:36 ` dragon-friend
@ 2022-08-22 18:48 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-22 18:48 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

liburing: update to 2.2.
https://github.com/void-linux/void-packages/pull/38530

Description:
#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv7l-musl (crossbuild)


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

end of thread, other threads:[~2022-08-22 18:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08  3:18 [PR PATCH] liburing: update to 2.2 dragon-friend
2022-08-08  5:07 ` [PR REVIEW] " classabbyamp
2022-08-08  5:07 ` classabbyamp
2022-08-08  7:39 ` ailiop-git
2022-08-21 18:35 ` [PR PATCH] [Updated] " classabbyamp
2022-08-21 18:36 ` classabbyamp
2022-08-22 18:36 ` dragon-friend
2022-08-22 18:48 ` [PR PATCH] [Merged]: " classabbyamp

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