Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfsprogs: update to 5.10.0.
@ 2020-12-12  0:10 ailiop-git
  2020-12-12  0:22 ` [PR PATCH] [Updated] " ailiop-git
  2020-12-12  6:04 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: ailiop-git @ 2020-12-12  0:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages xfsprogs
https://github.com/void-linux/void-packages/pull/27097

xfsprogs: update to 5.10.0.


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

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

From 4377be8b40988bbd66286fa2ee0bfef600ffb274 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 12 Dec 2020 01:10:03 +0100
Subject: [PATCH] xfsprogs: update to 5.10.0.

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

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index ab1b0aba28f..5fe5ec020a7 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,17 +1,17 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.9.0
+version=5.10.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no"
 hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel"
+makedepends="libblkid-devel libedit-devel inih-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=bc5c805596bc609a18dc1f1b4ed6a2821dba9f47408ec00e7799ceea1b2097f1
+checksum=e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Updated] xfsprogs: update to 5.10.0.
  2020-12-12  0:10 [PR PATCH] xfsprogs: update to 5.10.0 ailiop-git
@ 2020-12-12  0:22 ` ailiop-git
  2020-12-12  6:04 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ailiop-git @ 2020-12-12  0:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages xfsprogs
https://github.com/void-linux/void-packages/pull/27097

xfsprogs: update to 5.10.0.


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

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

From f3b9a7e6145974e89286c8e06de3416f0c71171a Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 12 Dec 2020 01:21:44 +0100
Subject: [PATCH 1/2] inih: add libinih to common/shlibs

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index aee8b6d40ee..70577febab0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4000,3 +4000,4 @@ libnotcurses.so.2 notcurses-2.0.4_1
 libnotcurses++.so.2 notcurses-2.0.4_1
 libevemu.so.3 evemu-2.7.0_1
 libantilib.so.1 libantimicrox-3.1.2_1
+libinih.so.0 inih-52_1

From 1a7bb5d460ec2bb71d58474024b401fbb4501b1e Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 12 Dec 2020 01:22:17 +0100
Subject: [PATCH 2/2] xfsprogs: update to 5.10.0.

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

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index ab1b0aba28f..5fe5ec020a7 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,17 +1,17 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.9.0
+version=5.10.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-editline=yes --enable-lib64=no"
 hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel"
+makedepends="libblkid-devel libedit-devel inih-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=bc5c805596bc609a18dc1f1b4ed6a2821dba9f47408ec00e7799ceea1b2097f1
+checksum=e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Merged]: xfsprogs: update to 5.10.0.
  2020-12-12  0:10 [PR PATCH] xfsprogs: update to 5.10.0 ailiop-git
  2020-12-12  0:22 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-12-12  6:04 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-12  6:04 UTC (permalink / raw)
  To: ml

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

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

xfsprogs: update to 5.10.0.
https://github.com/void-linux/void-packages/pull/27097

Description:


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

end of thread, other threads:[~2020-12-12  6:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12  0:10 [PR PATCH] xfsprogs: update to 5.10.0 ailiop-git
2020-12-12  0:22 ` [PR PATCH] [Updated] " ailiop-git
2020-12-12  6:04 ` [PR PATCH] [Merged]: " ericonr

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