From a23dc8c31a49aca889362c1ed328f28959f61253 Mon Sep 17 00:00:00 2001
From: jengelh <>
Date: Apr 28 2025 15:17:46 +0000
Subject: Update fuse3 to version 3.17.2 / rev 32 via SR 1272887
https://build.opensuse.org/request/show/1272887
by user jengelh + dimstar_suse
- Updae to release 3.17.2
---
diff --git a/.files b/.files
index 7df181b..17eda85 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 0171e1e..057052c 100644
--- a/.rev
+++ b/.rev
@@ -271,4 +271,12 @@
- Update to release 3.17.1
1256090
+
+ f334e436e454be05aaf2efa9f2c9e525
+ 3.17.2
+
+ dimstar_suse
+ - Updae to release 3.17.2
+ 1272887
+
diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo
index e3b9d6a..c66cb83 100644
--- a/_scmsync.obsinfo
+++ b/_scmsync.obsinfo
@@ -1,4 +1,4 @@
-mtime: 1742945552
-commit: 69a18bb8cea24659d452d9667b7dd3d5db8719cc5f6d02c2c9f5d46f66b6030d
+mtime: 1745708516
+commit: d0c884d958266eb4054a1c8e21109bc3aab427de53a6892c38843d703f85a644
url: https://src.opensuse.org/jengelh/fuse3
revision: master
diff --git a/fuse-3.17.1.tar.gz b/fuse-3.17.1.tar.gz
deleted file mode 120000
index a6a9316..0000000
--- a/fuse-3.17.1.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeiba2soocixesm7mvxso3w54citu2ly4toem5ox7q6zdr6b34n6ck4
\ No newline at end of file
diff --git a/fuse-3.17.2.tar.gz b/fuse-3.17.2.tar.gz
new file mode 120000
index 0000000..752e667
--- /dev/null
+++ b/fuse-3.17.2.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeichuzqryyikol2fjgkqzlhvcwfljciv7ptjfgsqr62cm2wazqzuxi
\ No newline at end of file
diff --git a/fuse3.changes b/fuse3.changes
index 7ef3f61..034349d 100644
--- a/fuse3.changes
+++ b/fuse3.changes
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Sat Apr 26 23:00:35 UTC 2025 - Jan Engelhardt
+
+- Updae to release 3.17.2
+ * Fixed initialization races related to buffer reallocation when
+ large buf sizes are used (/proc/sys/fs/fuse/max_pages_limit).
+ * A conn.want flag conversion fix for high-level applications.
+
+-------------------------------------------------------------------
Tue Mar 25 23:09:13 UTC 2025 - Jan Engelhardt
- Update to release 3.17.1
diff --git a/fuse3.spec b/fuse3.spec
index 1c2bff0..afafa4c 100644
--- a/fuse3.spec
+++ b/fuse3.spec
@@ -17,7 +17,7 @@
Name: fuse3
-Version: 3.17.1
+Version: 3.17.2
Release: 0
Summary: Reference implementation of the "Filesystem in Userspace"
License: BSD-2-Clause AND GPL-2.0-only AND LGPL-2.1-only