Created attachment 236705 [details] archivemount.0.9.1.diff Update sysutils/archivemount from 0.8.12 to 0.9.1
Hi, - Is there a ChangeLog available, url or change list? - It is recommended send an git diff. Cheers
Created attachment 236710 [details] Archivemount CHANGELOG
(In reply to Evgeny Zhirnov from comment #2) Thanks for changelog.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b7c6c2a7d06f82cab68314fd5168571701737c9 commit 1b7c6c2a7d06f82cab68314fd5168571701737c9 Author: Evgeny Zhirnov <jirnov@gmail.com> AuthorDate: 2022-09-20 18:08:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-20 18:11:04 +0000 sysutils/archivemount: Update to 0.9.1 ChangeLog: * 0.9.1 - Incorporated fixes for compilation problems with newer gcc versions. Contributed by Niels de Vos * 0.9.0 - Make sure the written archive's format is the same or as close as possible to the original. Due to a bug written files were always in ustar format. Contributed by Jeff Ebert. - Add AM_PROG_CC_C_O macro to configure.ac, contributed by Jeff Ebert - added option -o password, contributed by Scott Worley - Pass REG_ENHANCED to regcomp where available (Mac and BSD). Otherwise \? has no special meaning. Contributed by Michael J. Walsh - Removed magic number for block size, it's a constant now. Contributed by John Delgado PR: 266518 sysutils/archivemount/Makefile | 3 +-- sysutils/archivemount/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Committed, thanks!