Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuse3: 3.1.1 -> 3.2.0 #29655

Merged
merged 1 commit into from Sep 23, 2017
Merged

fuse3: 3.1.1 -> 3.2.0 #29655

merged 1 commit into from Sep 23, 2017

Conversation

primeos
Copy link
Member

@primeos primeos commented Sep 22, 2017

Open questions:

  • drop the dependency on udev (seems only relevant for udevrulesdir which we don't need anyway)?
udev = dependency('udev')
udevrulesdir = join_paths(udev.get_pkgconfig_variable('udevdir'), 'rules.d')
  • UTF-8 support? Meson throws a warning but it shouldn't cause any problems (Debian discussion).
    • Shouldn't be relevant for this PR (should be changed for meson/stdenv).

FYI:

  • File list diff:
--- /nix/store/nbd7vdqc8bdy6g2flzpmf2ygpwcw0bn1-fuse-3.1.1
+++ /nix/store/rh4cxwhd1ga9yxmnh9nmyjzz281j3w72-fuse-3.2.0
├── file list
│ @@ -1,26 +1,27 @@
│  bin
│  bin/fusermount3
│  bin/mount.fuse
│  etc
│ +etc/init.d
│ +etc/init.d/fuse3
│  etc/udev
│  etc/udev/rules.d
│  etc/udev/rules.d/99-fuse.rules
│  include
│  include/fuse3
│  include/fuse3/cuse_lowlevel.h
│  include/fuse3/fuse.h
│  include/fuse3/fuse_common.h
│  include/fuse3/fuse_lowlevel.h
│  include/fuse3/fuse_opt.h
│  lib
│ -lib/libfuse3.la
│  lib/libfuse3.so
│  lib/libfuse3.so.3
│ -lib/libfuse3.so.3.1.1
│ +lib/libfuse3.so.3.2.0
│  lib/pkgconfig
│  lib/pkgconfig/fuse3.pc
│  sbin
│  share
│  share/man
│  share/man/man1
│  share/man/man1/fusermount3.1.gz
  • Date from install_man:
├── share
│ ├── man
│ │ ├── man1
│ │ │ ├── fusermount3.1.gz
│ │ │ │ ├── metadata
│ │ │ │ │ @@ -1 +1 @@
│ │ │ │ │ -gzip compressed data, from Unix
│ │ │ │ │ +gzip compressed data, last modified: Thu Sep 21 21:58:10 2017, max compression
│ │ ├── man8
│ │ │ ├── mount.fuse.8.gz
│ │ │ │ ├── metadata
│ │ │ │ │ @@ -1 +1 @@
│ │ │ │ │ -gzip compressed data, from Unix
│ │ │ │ │ +gzip compressed data, last modified: Thu Sep 21 21:58:10 2017, max compression
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@primeos, thanks for your PR! By analyzing the history of the files in this pull request, we identified @edolstra and @pSub to be potential reviewers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants