TurboGit/hubicfuse

3 patches from the Debian maintainer

szepeviktor opened this issue · 9 comments

  • bug765288.diff
  • multi-line-http-status.patch
  • preserve-cppflags.patch

https://anonscm.debian.org/cgit/collab-maint/hubicfuse.git/tree/debian/patches

@TurboGit Please consider merging these.

Sure. What about bug765288.diff fuse version? It is set to 2.6 but latest version in Debian/stable is 2.9, is that correct?

I couldn't find references to this in the FUSE lib.
Only this one:
https://github.com/libfuse/libfuse/blob/4b58635d16791013e36d761313bec5c247eec841/include/fuse_common.h#L725-L727

So I think there is no FUSE API change for every FUSE_USE_VERSION value.

Hum...

#if !defined(FUSE_USE_VERSION) || FUSE_USE_VERSION < 30
#error only API version 30 or greater is supported
#endif

But since you set FUSE_USE_VERSION to 26 it will fail given the code you quoted!

It is set to 2.6 but latest version in Debian/stable is 2.9, is that correct?

But it is not in Debian :)

You may - of course - use 30.

Ok, let's settle on 30.

All are now integrated. Thanks.

Thank you.
2556a51