Github messages for voidlinux
 help / color / mirror / Atom feed
From: rina-spinne <rina-spinne@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update libnfs to 5.0.1
Date: Sun, 26 Jun 2022 03:05:42 +0200	[thread overview]
Message-ID: <20220626010542.FnKNRsG0_l6w9BXFhS4RZfIlXvsxlxlRUPfr8Hj24Uk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37684@inbox.vuxu.org>

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

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

https://github.com/rina-spinne/void-packages libnfs-500
https://github.com/void-linux/void-packages/pull/37684

Update libnfs to 5.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

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

From dbb62dff575ebe1fa4d6764489b154b02c8d4864 Mon Sep 17 00:00:00 2001
From: Rina Spinne <rina@spinne.systems>
Date: Mon, 23 May 2022 00:30:25 -0500
Subject: [PATCH 1/5] libnfs: Update to 5.0.1

---
 common/shlibs                         | 2 +-
 srcpkgs/libnfs/patches/fix-musl.patch | 6 +++---
 srcpkgs/libnfs/template               | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8231f48d36a3..a7540ef7b2db 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1199,7 +1199,7 @@ librlog.so.5 librlog-1.4_1
 libtinyxml.so.0 tinyxml-2.6.2_1
 libtinyxml2.so.9 tinyxml2-9.0.0_1
 libbluray.so.2 libbluray-1.0.0_1
-libnfs.so.13 libnfs-4.0.0_1
+libnfs.so.14 libnfs-5.0.1_1
 libzip.so.5 libzip-1.7.3_2
 libluajit-5.1.so.2 LuaJIT-2.0.0_1
 libOSMesa.so.8 libOSMesa-9.1_1
diff --git a/srcpkgs/libnfs/patches/fix-musl.patch b/srcpkgs/libnfs/patches/fix-musl.patch
index 18a3657c649c..6d599b49e431 100644
--- a/srcpkgs/libnfs/patches/fix-musl.patch
+++ b/srcpkgs/libnfs/patches/fix-musl.patch
@@ -1,10 +1,10 @@
 --- a/include/nfsc/libnfs.h
 +++ b/include/nfsc/libnfs.h
-@@ -24,6 +24,7 @@
- #define _LIBNFS_H_
+@@ -28,6 +28,7 @@
+ #endif
  
  #include <stdint.h>
 +#include <sys/time.h>
- #if defined(__ANDROID__) || defined(AROS) \
+ #if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
   || ( defined(__APPLE__) && defined(__MACH__) )
  #include <sys/time.h>
diff --git a/srcpkgs/libnfs/template b/srcpkgs/libnfs/template
index f1e27dd15f57..1946fdceb307 100644
--- a/srcpkgs/libnfs/template
+++ b/srcpkgs/libnfs/template
@@ -1,6 +1,6 @@
 # Template file for 'libnfs'
 pkgname=libnfs
-version=4.0.0
+version=5.0.1
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/sahlberg/libnfs"
 distfiles="https://github.com/sahlberg/libnfs/archive/${pkgname}-${version}.tar.gz"
-checksum=6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d
+checksum=7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8
 
 pre_configure() {
 	autoreconf -fi

From b003dba022550bfeaab28ac6ee0bf4d67a38909d Mon Sep 17 00:00:00 2001
From: Rina Spinne <rina@spinne.systems>
Date: Sat, 25 Jun 2022 17:36:30 -0500
Subject: [PATCH 2/5] mpd: rebuild for libnfs-5.0.1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 7249957f2113..bf6aa8c73770 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=2
+revision=3
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 29be9445e9ed85492d122ec4a434cd9f9133283d Mon Sep 17 00:00:00 2001
From: Rina Spinne <rina@spinne.systems>
Date: Sat, 25 Jun 2022 17:36:51 -0500
Subject: [PATCH 3/5] kodi: rebuild for libnfs-5.0.1

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index b4eeacdab624..d3e9a13afdd5 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=19.4
-revision=2
+revision=3
 _codename="Matrix"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From 157e3c721ab5370de4ba8c12b96817fd5819eaf3 Mon Sep 17 00:00:00 2001
From: Rina Spinne <rina@spinne.systems>
Date: Sat, 25 Jun 2022 17:37:21 -0500
Subject: [PATCH 4/5] gvfs: rebuild for libnfs-5.0.1

---
 srcpkgs/gvfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template
index 71be065310ef..6adb51e279bd 100644
--- a/srcpkgs/gvfs/template
+++ b/srcpkgs/gvfs/template
@@ -1,7 +1,7 @@
 # Template file for 'gvfs'
 pkgname=gvfs
 version=1.48.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no -Dlogind=false
  -Dman=true"

From 236fc50eb05e342ad2255504d313342d41131fb8 Mon Sep 17 00:00:00 2001
From: Rina Spinne <rina@spinne.systems>
Date: Sat, 25 Jun 2022 17:37:40 -0500
Subject: [PATCH 5/5] qemu: rebuild for libnfs-5.0.1

---
 srcpkgs/qemu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 17655fdbdda8..042ba79299e1 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -2,7 +2,7 @@
 # This package should be updated together with qemu-user-static
 pkgname=qemu
 version=6.2.0
-revision=2
+revision=3
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie

  reply	other threads:[~2022-06-26  1:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-25 22:48 [PR PATCH] " rina-spinne
2022-06-26  1:05 ` rina-spinne [this message]
2022-06-26 21:23 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220626010542.FnKNRsG0_l6w9BXFhS4RZfIlXvsxlxlRUPfr8Hj24Uk@z \
    --to=rina-spinne@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).