Bug 269117 - archivers/advancecomp: update to 2.5
Summary: archivers/advancecomp: update to 2.5
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: Fernando Apesteguía
URL: https://github.com/amadvance/advancec...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-23 15:59 UTC by Robert Clausecker
Modified: 2023-01-24 06:45 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
archivers/advancecomp: update to 2.5 (1.38 KB, patch)
2023-01-23 15:59 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2023-01-23 15:59:17 UTC
Created attachment 239660 [details]
archivers/advancecomp: update to 2.5

A bug fix release, fixing an integer overflow in malformed MNG files.

Changelog:	https://github.com/amadvance/advancecomp/releases/tag/v2.5

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-01-24 06:43:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46191ee0b35c3701402e45b23513b56452f75da3

commit 46191ee0b35c3701402e45b23513b56452f75da3
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2023-01-23 17:04:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-24 06:38:32 +0000

    archivers/advancecomp: update to 2.5

    ChangeLog: https://github.com/amadvance/advancecomp/releases/tag/v2.5

    Fix segmentation fault on invalid MNG size

    PR:             269117
    Reported by:    fuz@fuz.su (maintainer)

 archivers/advancecomp/Makefile | 2 +-
 archivers/advancecomp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-24 06:44:10 UTC
A commit in branch 2023Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=33a4f6625d0e476d1b12fc44b363d0c766f38e97

commit 33a4f6625d0e476d1b12fc44b363d0c766f38e97
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2023-01-23 17:04:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-24 06:39:50 +0000

    archivers/advancecomp: update to 2.5

    ChangeLog: https://github.com/amadvance/advancecomp/releases/tag/v2.5

    Fix segmentation fault on invalid MNG size

    PR:             269117
    Reported by:    fuz@fuz.su (maintainer)

    (cherry picked from commit 46191ee0b35c3701402e45b23513b56452f75da3)

 archivers/advancecomp/Makefile | 2 +-
 archivers/advancecomp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-24 06:45:30 UTC
Committed and merged to 2023Q1,

Thanks!