Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update libnfs to 5.0.1
@ 2022-06-25 22:48 rina-spinne
  2022-06-26  1:05 ` [PR PATCH] [Updated] " rina-spinne
  2022-06-26 21:23 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: rina-spinne @ 2022-06-25 22:48 UTC (permalink / raw)
  To: ml

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

There is a new 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: 4853 bytes --]

From 089d05efa5e38445be5959cee845be8c133944e6 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 | 10 ----------
 srcpkgs/libnfs/template               |  4 ++--
 3 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/libnfs/patches/fix-musl.patch

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
deleted file mode 100644
index 18a3657c649c..000000000000
--- a/srcpkgs/libnfs/patches/fix-musl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/nfsc/libnfs.h
-+++ b/include/nfsc/libnfs.h
-@@ -24,6 +24,7 @@
- #define _LIBNFS_H_
- 
- #include <stdint.h>
-+#include <sys/time.h>
- #if defined(__ANDROID__) || defined(AROS) \
-  || ( 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 693f569437a576d13c2068a0c087dc1450d5e39f 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 05ed5bc9312ccc3ff6e1265276aeaaa6d9c6ca80 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 944b3242668679f9513bb160684a47eccdc3e0b5 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 dc3c066550187ab2def6ff0539dcf98fcdaff19c 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

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

* Re: [PR PATCH] [Updated] Update libnfs to 5.0.1
  2022-06-25 22:48 [PR PATCH] Update libnfs to 5.0.1 rina-spinne
@ 2022-06-26  1:05 ` rina-spinne
  2022-06-26 21:23 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: rina-spinne @ 2022-06-26  1:05 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Merged]: Update libnfs to 5.0.1
  2022-06-25 22:48 [PR PATCH] Update libnfs to 5.0.1 rina-spinne
  2022-06-26  1:05 ` [PR PATCH] [Updated] " rina-spinne
@ 2022-06-26 21:23 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2022-06-26 21:23 UTC (permalink / raw)
  To: ml

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

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

Update libnfs to 5.0.1
https://github.com/void-linux/void-packages/pull/37684

Description:
#### 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
  - x86_64-musl
  - aarch64-musl

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

end of thread, other threads:[~2022-06-26 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-25 22:48 [PR PATCH] Update libnfs to 5.0.1 rina-spinne
2022-06-26  1:05 ` [PR PATCH] [Updated] " rina-spinne
2022-06-26 21:23 ` [PR PATCH] [Merged]: " Duncaen

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