Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libtirpc: update to 1.3.1.
@ 2020-12-03 12:18 ndowens
  2020-12-05 20:45 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-12-03 12:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libtirpc
https://github.com/void-linux/void-packages/pull/26916

libtirpc: update to 1.3.1.


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

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

From 9d5bb8c1b72702ec568403110f4602137eb3e46a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 06:18:48 -0600
Subject: [PATCH] libtirpc: update to 1.3.1.

---
 srcpkgs/libtirpc/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libtirpc/template b/srcpkgs/libtirpc/template
index b681d85e253..deb3a3d1cf4 100644
--- a/srcpkgs/libtirpc/template
+++ b/srcpkgs/libtirpc/template
@@ -1,17 +1,17 @@
 # Template file for 'libtirpc'
 pkgname=libtirpc
-version=1.2.6
-revision=2
+version=1.3.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config mit-krb5-devel"
 makedepends="mit-krb5-devel libgssglue-devel"
 conf_files="/etc/netconfig /etc/bindresvport.blacklist"
 short_desc="Transport Independent RPC library (SunRPC replacement)"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="BSD-3-Clause"
 homepage="http://libtirpc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=4278e9a5181d5af9cd7885322fdecebc444f9a3da87c526e7d47f7a12a37d1cc
+checksum=245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) makedepends+=" musl-legacy-compat" ;;
@@ -29,7 +29,7 @@ libtirpc-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove usr/share/man/man3
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 	}
 }

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

* Re: libtirpc: update to 1.3.1.
  2020-12-03 12:18 [PR PATCH] libtirpc: update to 1.3.1 ndowens
@ 2020-12-05 20:45 ` ericonr
  2020-12-05 21:13 ` ndowens
  2020-12-17 17:59 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-05 20:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26916#issuecomment-739413775

Comment:
It seems to work ok with my version of ZFS, but I would prefer to have it sit for a while for testing. Will try Xorg as well.

Meanwhile, can you get tests to run?

```
=> libtirpc-1.3.1_1: running do_check ...
Making check in src
Making check in man
Making check in doc
Making check in src
make[1]: Entering directory '/builddir/libtirpc-1.3.1/src'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builddir/libtirpc-1.3.1/src'
Making check in man
make[1]: Entering directory '/builddir/libtirpc-1.3.1/man'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builddir/libtirpc-1.3.1/man'
Making check in doc
make[1]: Entering directory '/builddir/libtirpc-1.3.1/doc'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builddir/libtirpc-1.3.1/doc'
make[1]: Entering directory '/builddir/libtirpc-1.3.1'
make[1]: Leaving directory '/builddir/libtirpc-1.3.1'
=> libtirpc-1.3.1_1: running pre-install hook: 00-lib32 ...
```

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

* Re: libtirpc: update to 1.3.1.
  2020-12-03 12:18 [PR PATCH] libtirpc: update to 1.3.1 ndowens
  2020-12-05 20:45 ` ericonr
@ 2020-12-05 21:13 ` ndowens
  2020-12-17 17:59 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-05 21:13 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26916#issuecomment-739416817

Comment:
@ericonr Looking at the Makefile, check's target is check-recursive but there is no check-recursive: target, which is why it doesn't work. Have to check with upstream and see if they can add any tests.

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

* Re: [PR PATCH] [Merged]: libtirpc: update to 1.3.1.
  2020-12-03 12:18 [PR PATCH] libtirpc: update to 1.3.1 ndowens
  2020-12-05 20:45 ` ericonr
  2020-12-05 21:13 ` ndowens
@ 2020-12-17 17:59 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-17 17:59 UTC (permalink / raw)
  To: ml

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

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

libtirpc: update to 1.3.1.
https://github.com/void-linux/void-packages/pull/26916

Description:


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 12:18 [PR PATCH] libtirpc: update to 1.3.1 ndowens
2020-12-05 20:45 ` ericonr
2020-12-05 21:13 ` ndowens
2020-12-17 17:59 ` [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).