Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glusterfs: update to 9.4
@ 2021-11-04  5:21 uhohspaghetios
  2021-11-04 16:32 ` [PR PATCH] [Updated] " uhohspaghetios
  2021-11-06  1:05 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: uhohspaghetios @ 2021-11-04  5:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages glusterfs-9.4
https://github.com/void-linux/void-packages/pull/33891

glusterfs: update to 9.4
Updated and added io_uring for improved performance.  Tested and working on multiple amd64 hosts.

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

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

From c213c216f21c8b02f705bd7b3a094274c59aca3c Mon Sep 17 00:00:00 2001
From: Rich G <rich@richgannon.net>
Date: Thu, 4 Nov 2021 01:19:24 -0400
Subject: [PATCH] glusterfs: update to 9.4

---
 srcpkgs/glusterfs/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index da372c56c5fb..9fe039d4efeb 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=9.0
-revision=2
+version=9.4
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -9,7 +9,7 @@ configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
 pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
 hostmakedepends="automake flex libtool pkg-config python3 rpcsvc-proto"
 makedepends="acl-devel libaio-devel libtirpc-devel openssl-devel
- liburcu-devel libxml2-devel rdma-core-devel sqlite-devel"
+ liburcu-devel liburing-devel libxml2-devel rdma-core-devel sqlite-devel"
 # python is required by gsyncd.
 depends="python3"
 short_desc="Free and open source software scalable network filesystem (client)"
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=6f29ae4ab2c270ade0cd14a3f733d7d33fda78e79e81b148cd50711f65069d87
+checksum=07f360c9b43cb1101a857706494e310328e9d6a4e6b2f0697a3bc3f165c2652a
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;

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

* Re: [PR PATCH] [Updated] glusterfs: update to 9.4
  2021-11-04  5:21 [PR PATCH] glusterfs: update to 9.4 uhohspaghetios
@ 2021-11-04 16:32 ` uhohspaghetios
  2021-11-06  1:05 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: uhohspaghetios @ 2021-11-04 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages glusterfs-9.4
https://github.com/void-linux/void-packages/pull/33891

glusterfs: update to 9.4
<!-- 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?
- [x] 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.)
- [x] I built this PR locally for my native architecture, (amd64-glibc)
- [ ] 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/33891.patch is attached

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

From 8d76c74f01dea12e3cd1d25fae7c7d6d6c40d31d Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Thu, 4 Nov 2021 01:19:24 -0400
Subject: [PATCH] glusterfs: update to 9.4

---
 srcpkgs/glusterfs/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index da372c56c5fb..9fe039d4efeb 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=9.0
-revision=2
+version=9.4
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -9,7 +9,7 @@ configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
 pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
 hostmakedepends="automake flex libtool pkg-config python3 rpcsvc-proto"
 makedepends="acl-devel libaio-devel libtirpc-devel openssl-devel
- liburcu-devel libxml2-devel rdma-core-devel sqlite-devel"
+ liburcu-devel liburing-devel libxml2-devel rdma-core-devel sqlite-devel"
 # python is required by gsyncd.
 depends="python3"
 short_desc="Free and open source software scalable network filesystem (client)"
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=6f29ae4ab2c270ade0cd14a3f733d7d33fda78e79e81b148cd50711f65069d87
+checksum=07f360c9b43cb1101a857706494e310328e9d6a4e6b2f0697a3bc3f165c2652a
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;

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

* Re: [PR PATCH] [Merged]: glusterfs: update to 9.4
  2021-11-04  5:21 [PR PATCH] glusterfs: update to 9.4 uhohspaghetios
  2021-11-04 16:32 ` [PR PATCH] [Updated] " uhohspaghetios
@ 2021-11-06  1:05 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-11-06  1:05 UTC (permalink / raw)
  To: ml

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

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

glusterfs: update to 9.4
https://github.com/void-linux/void-packages/pull/33891

Description:
<!-- 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?
- [x] 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.)
- [x] I built this PR locally for my native architecture, (amd64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-06  1:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  5:21 [PR PATCH] glusterfs: update to 9.4 uhohspaghetios
2021-11-04 16:32 ` [PR PATCH] [Updated] " uhohspaghetios
2021-11-06  1:05 ` [PR PATCH] [Merged]: " Piraty

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