Bug 266518 - sysutils/archivemount: Update to 0.9.1
Summary: sysutils/archivemount: Update to 0.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-20 13:29 UTC by Evgenii Zhirnov
Modified: 2022-09-20 18:12 UTC (History)
1 user (show)

See Also:


Attachments
archivemount.0.9.1.diff (957 bytes, text/plain)
2022-09-20 13:29 UTC, Evgenii Zhirnov
no flags Details
Archivemount CHANGELOG (4.33 KB, text/plain)
2022-09-20 17:48 UTC, Evgenii Zhirnov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Zhirnov 2022-09-20 13:29:32 UTC
Created attachment 236705 [details]
archivemount.0.9.1.diff

Update sysutils/archivemount from 0.8.12 to 0.9.1
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-20 15:57:47 UTC
Hi,

- Is there a ChangeLog available, url or change list?
- It is recommended send an git diff.

Cheers
Comment 2 Evgenii Zhirnov 2022-09-20 17:48:06 UTC
Created attachment 236710 [details]
Archivemount CHANGELOG
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-20 18:11:55 UTC
(In reply to Evgeny Zhirnov from comment #2)
Thanks for changelog.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-09-20 18:12:13 UTC
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(-)
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-20 18:12:51 UTC
Committed, thanks!