M mount-zip/distinfo => mount-zip/distinfo +3 -3
@@ 3,6 3,6 @@ $NetBSD$
BLAKE2s (mount-zip-1.0.3.tar.gz) = d34c89835de46fa6761ba7869d27e1a6b837b91a413d3b23a179a7822378ca68
SHA512 (mount-zip-1.0.3.tar.gz) = f18c24cedfb09edcf3b97d86e85fe8c3cd5d37fd024cfdff4c90fc7948e79fe719b6463c7bc35b8e1d582405c73f20ef6f6f4e05a67b5f07681a369a17ff6fa3
Size (mount-zip-1.0.3.tar.gz) = 714641 bytes
-SHA1 (patch-Makefile) = e52cebe5be150433d1d6d197f3ebc61231aea520
-SHA1 (patch-lib_extra__field.cc) = 21158541a3d0521bae799a6cd61b508f596355f3
-SHA1 (patch-main.cc) = e5df658a5b33936c0b339561457f4c4e593ce74e
+SHA1 (patch-Makefile) = 4438f39bbe972a3f5d3b3c37faf8aec4389982dc
+SHA1 (patch-lib_extra__field.cc) = dac4dd8bd26e6893d5d9e2a88d8d5ccf29afc9e3
+SHA1 (patch-main.cc) = 384a6c461bfd40c8ad194b72b86310e1b44d18b0
M mount-zip/patches/patch-Makefile => mount-zip/patches/patch-Makefile +1 -0
@@ 1,6 1,7 @@
$NetBSD$
Honor CPPFLAGS; required on NetBSD.
+https://github.com/google/mount-zip/pull/1
--- Makefile.orig 2021-12-02 15:21:15.664537142 +0000
+++ Makefile
M => +1 -0
@@ 1,6 1,7 @@
$NetBSD$
Header does not exist on NetBSD.
https://github.com/google/mount-zip/pull/1
--- lib/extra_field.cc.orig 2021-11-28 04:14:07.000000000 +0000
+++ lib/extra_field.cc
M mount-zip/patches/patch-main.cc => mount-zip/patches/patch-main.cc +2 -0
@@ 2,6 2,7 @@ $NetBSD$
Hunk #0:
O_PATH does not exist on NetBSD.
+https://github.com/google/mount-zip/pull/1
Hunk #1, #2:
Work around an issue in librefuse <fuse_opt.h>. It has been
@@ 15,6 16,7 @@ Hunk #3:
(wrongly) removed from librefuse. Use fuse_main() instead, especially when
nothing special needs to be done while mounting a filesystem and entering a
main loop.
+https://github.com/google/mount-zip/pull/1
TODO: These two functions should be added back to librefuse, along with
proper FUSE_USE_VERSION checks. Old applications are everywhere and it's