Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2022 00:54:09 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c891694548e - main - sysutils/fusefs-bindfs: Update to 1.16.1
Message-ID:  <202206260054.25Q0s9OQ080117@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c891694548e4cc8b2cb79328440d147c0fbf88e

commit 7c891694548e4cc8b2cb79328440d147c0fbf88e
Author:     Leon Dietrich <doralitze@chaotikum.org>
AuthorDate: 2022-06-25 17:20:55 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-06-26 00:54:04 +0000

    sysutils/fusefs-bindfs: Update to 1.16.1
    
    Changes:
    
     * Added --map-{passwd,group}-rev (PR #113 by @sshilovsky, thanks!)
    
     * Fixed build on FreeBSD
    
    Full Changelog: https://bindfs.org/docs/ChangeLog.utf8.txt
    
    PR:     264889
---
 UPDATING                        | 12 ++++++++++++
 sysutils/fusefs-bindfs/Makefile |  4 ++--
 sysutils/fusefs-bindfs/distinfo |  6 +++---
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/UPDATING b/UPDATING
index c876ee6f0527..dd97de6ce469 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20220625:
+AFFECTS: users of sysutils/fusefs-bindfs
+  AUTHOR: doralitze@chaotikum.org
+
+  Bindfs defaults to use direct I/O since version 1.16. While this results
+  in major performance improvements as well as several bug fixes, this also
+  breaks direct legacy calls to mmap. If your application still uses them
+  consider these two options:
+
+  1. Mount using `--no-direct-io`
+  2. Upgrade your application in order to query mapping guards
+
 20220623:
 AFFECTS: users of science/gramps
   AUTHOR: fernape@FreeBSD.org
diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile
index c37e25cc68ed..7b2b9b8f97b6 100644
--- a/sysutils/fusefs-bindfs/Makefile
+++ b/sysutils/fusefs-bindfs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bindfs
-DISTVERSION=	1.15.1
+DISTVERSION=	1.16.1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://bindfs.org/downloads/
 PKGNAMEPREFIX=	fusefs-
@@ -10,7 +10,7 @@ COMMENT=	FUSE based bindfs implementation way more powerful than nullfs
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		fuse localbase:ldflags pkgconfig
+USES=		fuse:3 localbase:ldflags pkgconfig
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/bindfs \
diff --git a/sysutils/fusefs-bindfs/distinfo b/sysutils/fusefs-bindfs/distinfo
index 16378a49c885..dec673e76a9a 100644
--- a/sysutils/fusefs-bindfs/distinfo
+++ b/sysutils/fusefs-bindfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654509837
-SHA256 (bindfs-1.15.1.tar.gz) = 04dd3584a6cdf9af4344d403c62185ca9fab31ce3ae5a25d0101bc10936c68ab
-SIZE (bindfs-1.15.1.tar.gz) = 415676
+TIMESTAMP = 1656177238
+SHA256 (bindfs-1.16.1.tar.gz) = 55ea3d2aa8e48d0bea23b7c0b03950cfeb492355bfd8dbb8a173a1e383f228bc
+SIZE (bindfs-1.16.1.tar.gz) = 421240



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206260054.25Q0s9OQ080117>