Bug 273314 - sysutils/automount: update to 1.7.9
Summary: sysutils/automount: update to 1.7.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-23 19:42 UTC by Slawomir Wojciech Wojtczak
Modified: 2023-08-31 11:39 UTC (History)
1 user (show)

See Also:


Attachments
automount.diff (1.85 KB, patch)
2023-08-23 19:42 UTC, Slawomir Wojciech Wojtczak
vermaden: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Slawomir Wojciech Wojtczak 2023-08-23 19:42:34 UTC
Created attachment 244300 [details]
automount.diff

Hi.

Please update the 'sysutils/automount' port to 1.7.9 with attached DIFF.

Changelog
---------

Fix XORG detection.
Implement proposed BLACKLIST_REGEX option.
Use 'sysutils/fusefs-lkl' for all ext2/ext3/ext4 mounts.
Fix exFAT detection.
Fix small problem with checking the mount state.
Implement better old directory cleanup.


Thank You,
vermaden
Comment 1 Slawomir Wojciech Wojtczak 2023-08-29 12:08:31 UTC
Do I need to provide anything else?
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-30 08:51:44 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: minor thing. Two new lines were added to distinfo and pkg-descr. No need to update a new patch.

Thanks!
Comment 3 Slawomir Wojciech Wojtczak 2023-08-30 11:30:14 UTC
(In reply to Fernando Apesteguía from comment #2)

Changelog is mentioned in text:

- Fix XORG detection.
- Implement proposed BLACKLIST_REGEX option.
- Use 'sysutils/fusefs-lkl' for all ext2/ext3/ext4 mounts.
- Fix exFAT detection.
- Fix small problem with checking the mount state.
- Implement better old directory cleanup.

There is no URL for this changelog.

On the MAIN page of automount(8) there are ALL versions listed with improvements:

- https://github.com/vermaden/automount


Regards,
vermaden
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-31 09:48:59 UTC
Committed,

Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-08-31 09:49:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d1735751043c59ec58f9c35c0fae9546238fe26

commit 8d1735751043c59ec58f9c35c0fae9546238fe26
Author:     Slawomir Wojciech Wojtczak <vermaden@interia.pl>
AuthorDate: 2023-08-30 08:51:59 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-31 09:48:40 +0000

    sysutils/automount: update to 1.7.9

     * Fix XORG detection.
     * Implement proposed BLACKLIST_REGEX option.
     * Use 'sysutils/fusefs-lkl' for all ext2/ext3/ext4 mounts.
     * Fix exFAT detection.
     * Fix small problem with checking the mount state.
     * Implement better old directory cleanup.

    PR:             273314
    Reported by:    vermaden@interia.pl (maintainer)

 sysutils/automount/Makefile | 10 ++++++----
 sysutils/automount/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)
Comment 6 Slawomir Wojciech Wojtczak 2023-08-31 11:39:46 UTC
(In reply to Fernando Apesteguía from comment #4)

Thank You!