Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Dietrich <doralitze@chaotikum.org>2022-06-25 20:20:55 +0300
committerNeel Chauhan <nc@FreeBSD.org>2022-06-26 03:54:04 +0300
commit7c891694548e4cc8b2cb79328440d147c0fbf88e (patch)
tree3a0d36c3d9900bf30f6d34d6f25e53b77a6281ac /UPDATING
parentd1ce3e19af14f78f5be4a558106743ac31468ef0 (diff)
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 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