Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfsprogs: update to 5.18.0.
@ 2022-07-23 20:28 motorto
  2022-08-02  2:16 ` [PR REVIEW] " sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: motorto @ 2022-07-23 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xfsprogs-5.18.0
https://github.com/void-linux/void-packages/pull/38222

xfsprogs: update to 5.18.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: No, needs testing by someone that uses a xfs drive

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}



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

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

From e7ee547547c75fc0e3bc85b863ca3f32cafdbcca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 21:24:13 +0100
Subject: [PATCH] xfsprogs: update to 5.18.0.

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

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index d9f3a6491bfc..19ec7f6af175 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,17 +1,17 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.13.0
-revision=2
+version=5.18.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
 hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel inih-devel"
+makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel"
 short_desc="Utilities for managing the XFS filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb
+checksum=1e8d8801bdec8cd4cad360ce3bbd12c35a97f2bc8f7c8c9580d1903b0e8cc35b
 
 post_extract() {
 	sed -i '1i#include <signal.h>' include/linux.h

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

* Re: [PR REVIEW] xfsprogs: update to 5.18.0.
  2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
@ 2022-08-02  2:16 ` sgn
  2022-08-02 10:42 ` [PR PATCH] [Updated] " motorto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-08-02  2:16 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38222#discussion_r935053618

Comment:
Please remove this block

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

* Re: [PR PATCH] [Updated] xfsprogs: update to 5.18.0.
  2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
  2022-08-02  2:16 ` [PR REVIEW] " sgn
@ 2022-08-02 10:42 ` motorto
  2022-08-02 10:43 ` [PR REVIEW] " motorto
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-08-02 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xfsprogs-5.18.0
https://github.com/void-linux/void-packages/pull/38222

xfsprogs: update to 5.18.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: No, needs testing by someone that uses a xfs drive

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}



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

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

From c4263cd6e1b24cf6291e438c4ecde09bde11c72c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 21:24:13 +0100
Subject: [PATCH] xfsprogs: update to 5.18.0.

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

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index d9f3a6491bfc..c16e5fb5c683 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,21 +1,17 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.13.0
-revision=2
+version=5.18.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
 hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel inih-devel"
+makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel"
 short_desc="Utilities for managing the XFS filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb
-
-post_extract() {
-	sed -i '1i#include <signal.h>' include/linux.h
-}
+checksum=1e8d8801bdec8cd4cad360ce3bbd12c35a97f2bc8f7c8c9580d1903b0e8cc35b
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR REVIEW] xfsprogs: update to 5.18.0.
  2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
  2022-08-02  2:16 ` [PR REVIEW] " sgn
  2022-08-02 10:42 ` [PR PATCH] [Updated] " motorto
@ 2022-08-02 10:43 ` motorto
  2022-08-28 17:33 ` ypsvlq
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-08-02 10:43 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38222#discussion_r935404734

Comment:
Assuming you meant the post_extract block, done tried without with and it compiles fine ! 

Tested on a vm with a xfs root and it works fine

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

* Re: xfsprogs: update to 5.18.0.
  2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
                   ` (2 preceding siblings ...)
  2022-08-02 10:43 ` [PR REVIEW] " motorto
@ 2022-08-28 17:33 ` ypsvlq
  2022-09-17 22:50 ` [PR PATCH] [Updated] " motorto
  2022-09-18  0:29 ` [PR PATCH] [Closed]: " abenson
  5 siblings, 0 replies; 7+ messages in thread
From: ypsvlq @ 2022-08-28 17:33 UTC (permalink / raw)
  To: ml

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

New comment by ypsvlq on void-packages repository

https://github.com/void-linux/void-packages/pull/38222#issuecomment-1229514982

Comment:
Tested briefly with XFS root and seemed fine (also 5.19.0 is released, needs removal of the MIPS patch to compile)

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

* Re: [PR PATCH] [Updated] xfsprogs: update to 5.18.0.
  2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
                   ` (3 preceding siblings ...)
  2022-08-28 17:33 ` ypsvlq
@ 2022-09-17 22:50 ` motorto
  2022-09-18  0:29 ` [PR PATCH] [Closed]: " abenson
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-09-17 22:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xfsprogs-5.18.0
https://github.com/void-linux/void-packages/pull/38222

xfsprogs: update to 5.18.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: No, needs testing by someone that uses a xfs drive

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}



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

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

From 085789adbb964b0bd73c3829408b14e8e3013510 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 21:24:13 +0100
Subject: [PATCH] xfsprogs: update to 5.18.0.

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

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index d9f3a6491bfc..c16e5fb5c683 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,21 +1,17 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.13.0
-revision=2
+version=5.18.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
 hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel inih-devel"
+makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel"
 short_desc="Utilities for managing the XFS filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb
-
-post_extract() {
-	sed -i '1i#include <signal.h>' include/linux.h
-}
+checksum=1e8d8801bdec8cd4cad360ce3bbd12c35a97f2bc8f7c8c9580d1903b0e8cc35b
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Closed]: xfsprogs: update to 5.18.0.
  2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
                   ` (4 preceding siblings ...)
  2022-09-17 22:50 ` [PR PATCH] [Updated] " motorto
@ 2022-09-18  0:29 ` abenson
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2022-09-18  0:29 UTC (permalink / raw)
  To: ml

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

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

xfsprogs: update to 5.18.0.
https://github.com/void-linux/void-packages/pull/38222

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: No, needs testing by someone that uses a xfs drive

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}



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

end of thread, other threads:[~2022-09-18  0:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 20:28 [PR PATCH] xfsprogs: update to 5.18.0 motorto
2022-08-02  2:16 ` [PR REVIEW] " sgn
2022-08-02 10:42 ` [PR PATCH] [Updated] " motorto
2022-08-02 10:43 ` [PR REVIEW] " motorto
2022-08-28 17:33 ` ypsvlq
2022-09-17 22:50 ` [PR PATCH] [Updated] " motorto
2022-09-18  0:29 ` [PR PATCH] [Closed]: " abenson

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