Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fuse3: update to 3.14.1
@ 2023-03-28  0:53 bugcrazy
  2023-03-28  0:56 ` bugcrazy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugcrazy @ 2023-03-28  0:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-2
https://github.com/void-linux/void-packages/pull/43055

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From eabbbb413deb99df685d1b3c191944a922ff6e30 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Mon, 27 Mar 2023 21:53:11 -0300
Subject: [PATCH] fuse3: update to 3.14.1

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

diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index 1e89182dfb4a..5593044a0483 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse3'
 pkgname=fuse3
-version=3.14.0
+version=3.14.1
 revision=1
 build_style=meson
 configure_args="--sbindir=bin -Db_lto=false -Dexamples=false -Duseroot=false"
@@ -12,7 +12,7 @@ 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=96115b2a8ff34bd1e0c7b00c5dfd8297571d7e165042b94498c9a26356a9a70a
+checksum=126919d72b46b3e0eb58a9c6933a2a50c36f2ea69f61fe9e78bdba9f463ffa20
 conf_files="/etc/fuse.conf"
 # Tests require root
 make_check=no

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

* Re: fuse3: update to 3.14.1
  2023-03-28  0:53 [PR PATCH] fuse3: update to 3.14.1 bugcrazy
@ 2023-03-28  0:56 ` bugcrazy
  2023-06-23 20:06 ` Duncaen
  2023-06-23 20:06 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: bugcrazy @ 2023-03-28  0:56 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/43055#issuecomment-1486056433

Comment:
"The extended attribute name passed to the setxattr() handler is no longer truncated at the beginning (bug introduced in 3.13.0).

As a result of the above, the additional setattr() flags introduced in 3.14 are no longer available for now. They will hopefully be reintroduced in the next release.

Further improvements of configuration header handling."

https://github.com/libfuse/libfuse/releases/tag/fuse-3.14.1

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

* Re: fuse3: update to 3.14.1
  2023-03-28  0:53 [PR PATCH] fuse3: update to 3.14.1 bugcrazy
  2023-03-28  0:56 ` bugcrazy
@ 2023-06-23 20:06 ` Duncaen
  2023-06-23 20:06 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-23 20:06 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43055#issuecomment-1604881883

Comment:
Made obsolete by https://github.com/void-linux/void-packages/commit/55158335ab3da340ba423bd9a201f20fae7d2283.

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

* Re: [PR PATCH] [Closed]: fuse3: update to 3.14.1
  2023-03-28  0:53 [PR PATCH] fuse3: update to 3.14.1 bugcrazy
  2023-03-28  0:56 ` bugcrazy
  2023-06-23 20:06 ` Duncaen
@ 2023-06-23 20:06 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-23 20:06 UTC (permalink / raw)
  To: ml

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

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

fuse3: update to 3.14.1
https://github.com/void-linux/void-packages/pull/43055

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-23 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  0:53 [PR PATCH] fuse3: update to 3.14.1 bugcrazy
2023-03-28  0:56 ` bugcrazy
2023-06-23 20:06 ` Duncaen
2023-06-23 20:06 ` [PR PATCH] [Closed]: " 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).