Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fuse3: update to 3.11.0.
@ 2022-07-23 20:17 motorto
  2022-07-29  7:37 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2022-07-23 20:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages fuse3-3.11.0
https://github.com/void-linux/void-packages/pull/38220

fuse3: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}


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

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

From 13bcec32fe8a02343af6dc560942271913dd4be7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 21:15:11 +0100
Subject: [PATCH] fuse3: update to 3.11.0.

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

diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index d71c58865fbe..6e1262957d16 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse3'
 pkgname=fuse3
-version=3.10.5
+version=3.11.0
 revision=1
 wrksrc="fuse-${version}"
 build_style=meson
@@ -12,7 +12,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/libfuse/libfuse"
 distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
-checksum=b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666
+checksum=8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c
 conf_files="/etc/fuse.conf"
 # Tests require root
 make_check=no

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

* Re: [PR REVIEW] fuse3: update to 3.11.0.
  2022-07-23 20:17 [PR PATCH] fuse3: update to 3.11.0 motorto
@ 2022-07-29  7:37 ` classabbyamp
  2022-07-29  7:43 ` [PR PATCH] [Updated] " motorto
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-29  7:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38220#discussion_r932954697

Comment:
```suggestion
homepage="https://github.com/libfuse/libfuse"
changelog="https://raw.githubusercontent.com/libfuse/libfuse/master/ChangeLog.rst"
```

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

* Re: [PR PATCH] [Updated] fuse3: update to 3.11.0.
  2022-07-23 20:17 [PR PATCH] fuse3: update to 3.11.0 motorto
  2022-07-29  7:37 ` [PR REVIEW] " classabbyamp
@ 2022-07-29  7:43 ` motorto
  2022-07-29  7:43 ` [PR REVIEW] " motorto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2022-07-29  7:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages fuse3-3.11.0
https://github.com/void-linux/void-packages/pull/38220

fuse3: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}


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

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

From 7da8c53aa90eb264594e424d58c8bf95e7b59554 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 21:15:11 +0100
Subject: [PATCH] fuse3: update to 3.11.0.

---
 srcpkgs/fuse3/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index d71c58865fbe..405efe00a5a8 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse3'
 pkgname=fuse3
-version=3.10.5
+version=3.11.0
 revision=1
 wrksrc="fuse-${version}"
 build_style=meson
@@ -11,8 +11,9 @@ short_desc="Filesystem in Userspace 3.x"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/libfuse/libfuse"
+changelog="https://raw.githubusercontent.com/libfuse/libfuse/master/ChangeLog.rst"
 distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
-checksum=b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666
+checksum=8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c
 conf_files="/etc/fuse.conf"
 # Tests require root
 make_check=no

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

* Re: [PR REVIEW] fuse3: update to 3.11.0.
  2022-07-23 20:17 [PR PATCH] fuse3: update to 3.11.0 motorto
  2022-07-29  7:37 ` [PR REVIEW] " classabbyamp
  2022-07-29  7:43 ` [PR PATCH] [Updated] " motorto
@ 2022-07-29  7:43 ` motorto
  2022-07-29  7:50 ` [PR PATCH] [Updated] " motorto
  2022-07-29  8:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2022-07-29  7:43 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38220#discussion_r932959221

Comment:
Done

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

* Re: [PR PATCH] [Updated] fuse3: update to 3.11.0.
  2022-07-23 20:17 [PR PATCH] fuse3: update to 3.11.0 motorto
                   ` (2 preceding siblings ...)
  2022-07-29  7:43 ` [PR REVIEW] " motorto
@ 2022-07-29  7:50 ` motorto
  2022-07-29  8:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2022-07-29  7:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages fuse3-3.11.0
https://github.com/void-linux/void-packages/pull/38220

fuse3: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}


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

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

From 01ae368b5202d5b223c09e525ed59c5b87b21a32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 21:15:11 +0100
Subject: [PATCH] fuse3: update to 3.11.0.

---
 srcpkgs/fuse3/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index d71c58865fbe..405efe00a5a8 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse3'
 pkgname=fuse3
-version=3.10.5
+version=3.11.0
 revision=1
 wrksrc="fuse-${version}"
 build_style=meson
@@ -11,8 +11,9 @@ short_desc="Filesystem in Userspace 3.x"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/libfuse/libfuse"
+changelog="https://raw.githubusercontent.com/libfuse/libfuse/master/ChangeLog.rst"
 distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
-checksum=b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666
+checksum=8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c
 conf_files="/etc/fuse.conf"
 # Tests require root
 make_check=no

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

* Re: [PR PATCH] [Merged]: fuse3: update to 3.11.0.
  2022-07-23 20:17 [PR PATCH] fuse3: update to 3.11.0 motorto
                   ` (3 preceding siblings ...)
  2022-07-29  7:50 ` [PR PATCH] [Updated] " motorto
@ 2022-07-29  8:23 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-29  8:23 UTC (permalink / raw)
  To: ml

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

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

fuse3: update to 3.11.0.
https://github.com/void-linux/void-packages/pull/38220

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}


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

end of thread, other threads:[~2022-07-29  8:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 20:17 [PR PATCH] fuse3: update to 3.11.0 motorto
2022-07-29  7:37 ` [PR REVIEW] " classabbyamp
2022-07-29  7:43 ` [PR PATCH] [Updated] " motorto
2022-07-29  7:43 ` [PR REVIEW] " motorto
2022-07-29  7:50 ` [PR PATCH] [Updated] " motorto
2022-07-29  8:23 ` [PR PATCH] [Merged]: " classabbyamp

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