Bug 258147 - security/veracrypt incorrect direction to load fuse
Summary: security/veracrypt incorrect direction to load fuse
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jose Alonso Cardenas Marquez
URL: https://cgit.freebsd.org/ports/tree/s...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-29 16:00 UTC by Graham Perrin
Modified: 2021-09-05 03:25 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Perrin freebsd_committer freebsd_triage 2021-08-29 16:00:57 UTC
From <https://www.freshports.org/security/veracrypt/#message>: 

> 2) Please ensure that the fusefs kmod is loaded prior to use:
> 
> $ kldload fuse
> 
> If you want load fuse.ko on boot time, please add the following to 
> /boot/loader.conf
> 
> fuse_load="YES"

Should be fusefs – not fuse
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-05 03:25:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f01f66e5b05b86c851808d3a72b04fd4f13bc1c

commit 0f01f66e5b05b86c851808d3a72b04fd4f13bc1c
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-09-05 03:21:39 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-09-05 03:21:39 +0000

    security/veracrypt: update to 1.24-Update7

    - Fix typo into pkg-message.in files [1]
    PR:             258147
    Reported by:    Graham Perrin <grahamperrin _at__ gmail.com> [1]

 security/veracrypt/Makefile             | 6 +++---
 security/veracrypt/distinfo             | 6 +++---
 security/veracrypt/files/pkg-message.in | 4 +++-
 security/veracrypt/pkg-plist            | 2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-09-05 03:25:53 UTC
- Committed thanks!