Bug 274628 - archivers/libarchive: Update to 3.7.2
Summary: archivers/libarchive: Update to 3.7.2
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: Greg Lewis
URL: https://github.com/libarchive/libarch...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-21 13:25 UTC by Daniel Engberg
Modified: 2023-10-23 18:26 UTC (History)
0 users

See Also:
glewis: maintainer-feedback+


Attachments
Patch for libarchive (2.09 KB, patch)
2023-10-21 13:25 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-10-21 13:25:11 UTC
Created attachment 245776 [details]
Patch for libarchive

Remove USES= autoreconf 

Compile and runtime tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist, make test)

Poudriere testport OK 12.4-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)

Tested with following consumers in 13.2-RELEASE (amd64) using Poudriere:
net/samba413
net/samba416
science/v_sim
archivers/ark
archivers/file-roller
archivers/gnome-autoar
archivers/pixz
archivers/rpm4
archivers/rubygem-libarchive
archivers/unmakeself
astro/opencpn
audio/ardour
audio/cardinal
audio/guitarix-lv2 (failed, unrelated issue)
audio/hydrogen
cad/horizon-eda
deskutils/pinot
devel/appstream-glib
devel/cmake-gui
devel/gvfs
devel/libtifiles2
devel/zeal
emulators/cemu
emulators/dgen-sdl
emulators/fceux
emulators/nemu
emulators/nestopia
games/lordsawar
games/meandmyshadow
games/melonds
graphics/akira
graphics/atril
graphics/atril-lite
graphics/evince
graphics/filmulator
graphics/geeqie
graphics/glaxnimate
graphics/libgxps
graphics/minder
graphics/tesseract
graphics/zathura-cb
irc/epic5
lang/swi-pl
mail/claws-mail-archive
mail/evolution
multimedia/lms
multimedia/mlt7-glaxnimate
multimedia/mpv
multimedia/qmmp-qt5
multimedia/qmmp-qt6
multimedia/totem-pl-parser
net/grilo-plugins
net-mgmt/seafile-client
net-mgmt/seafile-server
science/avogadro2
science/avogadrolibs
sysutils/apache-mesos (failed, unrelated issue)
sysutils/archivemount
sysutils/ftwin
sysutils/fwup
sysutils/osinfo-db-tools
sysutils/pacman
sysutils/rdup
textproc/libgepub
www/epiphany
www/midori
x11/gnome-pie
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-10-22 20:11:53 UTC
Forgot to mention, backport upstream commit 3bd918d92f8c34ba12de9c6604d96f9e262a59fc

Reference:
https://github.com/libarchive/libarchive/commit/3bd918d92f8c34ba12de9c6604d96f9e262a59fc
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2023-10-23 05:56:09 UTC
Feel free to commit the update
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-10-23 18:23:49 UTC
A commit in branch main references this bug:

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

commit a00a9c80645455e486cf6146437336422ba45018
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-23 18:04:26 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-23 18:22:57 +0000

    archivers/libarchive: Update to 3.7.2

    Backport upstream commit 3bd918d92f8c34ba12de9c6604d96f9e262a59fc

    Changelog:
    https://github.com/libarchive/libarchive/releases/tag/v3.7.2

    Reference:
    https://github.com/libarchive/libarchive/commit/3bd918d92f8c34ba12de9c6604d96f9e262a59fc

    PR:             274628
    Reviewed by:    glewis (maintainer)

 archivers/libarchive/Makefile  | 8 +++++---
 archivers/libarchive/distinfo  | 8 +++++---
 archivers/libarchive/pkg-plist | 2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2023-10-23 18:26:05 UTC
Committed, thanks!