Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nfs4-acl-tools: update to 0.3.7.
@ 2020-08-30 20:14 ailiop-git
  2020-08-30 20:42 ` [PR PATCH] [Updated] " ailiop-git
  2020-08-31 16:51 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ailiop-git @ 2020-08-30 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages nfs4-acl-tools
https://github.com/void-linux/void-packages/pull/24558

nfs4-acl-tools: update to 0.3.7.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nfs4-acl-tools-24558.patch --]
[-- Type: text/x-diff, Size: 1169 bytes --]

From 2aaaacc950a677a65d11f32a91db8d6897235b5a Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 30 Aug 2020 22:12:40 +0200
Subject: [PATCH] nfs4-acl-tools: update to 0.3.7.

---
 srcpkgs/nfs4-acl-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nfs4-acl-tools/template b/srcpkgs/nfs4-acl-tools/template
index 56c11757d79..fd171482602 100644
--- a/srcpkgs/nfs4-acl-tools/template
+++ b/srcpkgs/nfs4-acl-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'nfs4-acl-tools'
 pkgname=nfs4-acl-tools
-version=0.3.5
+version=0.3.7
 revision=1
 build_style=gnu-configure
 configure_args="ac_cv_path_LIBTOOL='/usr/bin/libtool --tag=CC'
@@ -12,7 +12,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="BSD-3-Clause, LGPL-2.1-or-later, GPL-2.0-only"
 homepage="http://linux-nfs.org/wiki/index.php/Main_Page"
 distfiles="http://linux-nfs.org/~bfields/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b54a1dbaeb0fd480f2b0d2767b789fa80110124b71c6a73905ade99e9229a47e
+checksum=1b929f15b7b8d1701a416a0888df61a2a173b50eeaa9fed4f28543ffe8989503
 disable_parallel_build=yes
 
 do_configure() {

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

* Re: [PR PATCH] [Updated] nfs4-acl-tools: update to 0.3.7.
  2020-08-30 20:14 [PR PATCH] nfs4-acl-tools: update to 0.3.7 ailiop-git
@ 2020-08-30 20:42 ` ailiop-git
  2020-08-31 16:51 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ailiop-git @ 2020-08-30 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages nfs4-acl-tools
https://github.com/void-linux/void-packages/pull/24558

nfs4-acl-tools: update to 0.3.7.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nfs4-acl-tools-24558.patch --]
[-- Type: text/x-diff, Size: 1335 bytes --]

From 2a31e8f1a028d4a1ddcea343082c87a723f974d5 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 30 Aug 2020 22:41:49 +0200
Subject: [PATCH] nfs4-acl-tools: update to 0.3.7.

---
 srcpkgs/nfs4-acl-tools/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nfs4-acl-tools/template b/srcpkgs/nfs4-acl-tools/template
index 56c11757d79..defeeccdfbf 100644
--- a/srcpkgs/nfs4-acl-tools/template
+++ b/srcpkgs/nfs4-acl-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'nfs4-acl-tools'
 pkgname=nfs4-acl-tools
-version=0.3.5
+version=0.3.7
 revision=1
 build_style=gnu-configure
 configure_args="ac_cv_path_LIBTOOL='/usr/bin/libtool --tag=CC'
@@ -12,9 +12,13 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="BSD-3-Clause, LGPL-2.1-or-later, GPL-2.0-only"
 homepage="http://linux-nfs.org/wiki/index.php/Main_Page"
 distfiles="http://linux-nfs.org/~bfields/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b54a1dbaeb0fd480f2b0d2767b789fa80110124b71c6a73905ade99e9229a47e
+checksum=1b929f15b7b8d1701a416a0888df61a2a173b50eeaa9fed4f28543ffe8989503
 disable_parallel_build=yes
 
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
 do_configure() {
 	sed -i "s;@configure_args@;$(echo $configure_args | paste);" Makefile
 }

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

* Re: [PR PATCH] [Closed]: nfs4-acl-tools: update to 0.3.7.
  2020-08-30 20:14 [PR PATCH] nfs4-acl-tools: update to 0.3.7 ailiop-git
  2020-08-30 20:42 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-08-31 16:51 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-08-31 16:51 UTC (permalink / raw)
  To: ml

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

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

nfs4-acl-tools: update to 0.3.7.
https://github.com/void-linux/void-packages/pull/24558

Description:


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

end of thread, other threads:[~2020-08-31 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30 20:14 [PR PATCH] nfs4-acl-tools: update to 0.3.7 ailiop-git
2020-08-30 20:42 ` [PR PATCH] [Updated] " ailiop-git
2020-08-31 16:51 ` [PR PATCH] [Closed]: " ahesford

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