fuse3.git
7 months ago[PATCH] meson.build: make special_funcs check more reliable
Giulio Benetti [Fri, 25 Apr 2025 17:00:14 +0000 (19:00 +0200)]
[PATCH] meson.build: make special_funcs check more reliable

Unfortunately while cross-compiling with build tools like Buildroot it
happens to have repeated flags or anything that could lead to a warning.
This way the check fails because of a warning not related to the special
function. So let's use cc.links() and increase minimum meson_version to
0.60 since cc.links() has been added during that version.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Gbp-Pq: Name meson.build-make-special_funcs-check-more-reliable.patch

7 months ago[PATCH] Fix meson function tests
Bernd Schubert [Thu, 24 Apr 2025 14:49:08 +0000 (16:49 +0200)]
[PATCH] Fix meson function tests

Several meson tests were incorrectly failing

Checking for function "static_assert" : NO (cached)
Checking for function "pthread_setname_np" : NO (cached)
Check usable header "#include <linux/close_range.h>" : NO (cached)

These functions get now tested with compilation tests
and get found on my system.

Checking if "static_assert check" compiles: YES
Checking if "pthread_setname_np check" compiles: YES
Checking if "close_range check" compiles: YES

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Gbp-Pq: Name Fix_meson_function_tests.patch

7 months agofuse3 (3.17.2-2) unstable; urgency=medium
Laszlo Boszormenyi (GCS) [Mon, 19 May 2025 18:39:08 +0000 (20:39 +0200)]
fuse3 (3.17.2-2) unstable; urgency=medium

  [ Laszlo Boszormenyi (GCS) ]
  * Backport upstream fixes (closes: #1101305):
    - make conn->want/want_ext conversion non fatal,
    - add container_of and ROUND_UP macros,
    - conn->want conversion: fix fuse_apply_conn_info_opts() .
  * Update symbols file (closes: #1105099).

  [ Helmut Grohne <helmut@subdivi.de> ]
  * Update -latomic architecture list (closes: #1105150).

[dgit import unpatched fuse3 3.17.2-2]

7 months agoImport fuse3_3.17.2-2.debian.tar.xz
Laszlo Boszormenyi (GCS) [Mon, 19 May 2025 18:39:08 +0000 (20:39 +0200)]
Import fuse3_3.17.2-2.debian.tar.xz

[dgit import tarball fuse3 3.17.2-2 fuse3_3.17.2-2.debian.tar.xz]

7 months agoImport fuse3_3.17.2.orig.tar.gz
Laszlo Boszormenyi (GCS) [Sun, 27 Apr 2025 06:10:01 +0000 (08:10 +0200)]
Import fuse3_3.17.2.orig.tar.gz

[dgit import orig fuse3_3.17.2.orig.tar.gz]