Hi ports@,

Update from 0.4.2 => 0.4.4

I've been working with the developer of fuse-zip to add the FUSE mknod
operation. This is now mandatory for FUSE ports on OpenbSD after I
removed the incorrect implementation of create from the kernel and
libfuse.

This version also fixes an "off-by-one" bug that caused fuse-zip to fail
with either a Segementation fault of Bus error when copying a sparse
file.

License has changed from LGPL to GPL.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/fuse-zip/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile    21 Aug 2017 17:58:12 -0000      1.7
+++ Makefile    4 Dec 2017 23:07:28 -0000
@@ -2,13 +2,13 @@
 
 COMMENT =              navigate zip archives through FUSE
 
-DISTNAME =             fuse-zip-0.4.2
+DISTNAME =             fuse-zip-0.4.4
 
 CATEGORIES =           archivers
 
 HOMEPAGE =             https://bitbucket.org/agalanin/fuse-zip
 
-# LGPLv3+
+# GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += c fuse m ${COMPILER_LIBCXX} z zip
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/fuse-zip/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    21 Aug 2017 17:58:12 -0000      1.2
+++ distinfo    4 Dec 2017 23:07:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (fuse-zip-0.4.2.tar.gz) = PU7hE9THkYrTxmD4CIRz1fq/Z7NHb+8W7H9b2KQYL9w=
-SIZE (fuse-zip-0.4.2.tar.gz) = 672323
+SHA256 (fuse-zip-0.4.4.tar.gz) = xGSmPKfMFu73wUA2/gmCPKnZag71MOJ0hFBEpUQOR9I=
+SIZE (fuse-zip-0.4.4.tar.gz) = 687132
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/archivers/fuse-zip/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   28 Jan 2014 01:01:52 -0000      1.1.1.1
+++ pkg/PLIST   4 Dec 2017 23:07:28 -0000
@@ -1,6 +1,6 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2014/01/28 01:01:52 jca Exp $
+@comment $OpenBSD$
 @bin bin/fuse-zip
 @man man/man1/fuse-zip.1
 share/doc/fuse-zip/
-share/doc/fuse-zip/README
+share/doc/fuse-zip/README.md
 share/doc/fuse-zip/changelog

Reply via email to