Summary: | Upgrade libarchive in base to 3.6.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Matuska <mm> | ||||
Component: | Package Infrastructure | Assignee: | Martin Matuska <mm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | chris, grahamperrin | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Exp-run looks fine A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7ec51a3e2b91caaea5c1de1a4c7b362b20d35a62 commit 7ec51a3e2b91caaea5c1de1a4c7b362b20d35a62 Merge: 6e3168c85db3 91ee6b45e4ef Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2022-04-12 18:12:34 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2022-04-12 18:14:04 +0000 libarchive: import changes from upstream Libarchive 3.6.1 Bug fixes: PR #1549: archive_digest: check return value of EVP_DigestInit() PR: 263146 (exp-run) MFC after: 1 week contrib/libarchive/NEWS | 2 ++ contrib/libarchive/libarchive/archive.h | 4 ++-- contrib/libarchive/libarchive/archive_digest.c | 18 ++++++++++++------ contrib/libarchive/libarchive/archive_entry.h | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) > Product: Ports & Packages (In reply to commit-hook from comment #2) > MFC after: 1 week <https://cgit.freebsd.org/src/log/?qt=grep&q=libarchive%3A+import+changes+from+upstream> (Have I misunderstood something? I don't see a merge … apologies for the noise.) https://github.com/freebsd/freebsd-src/commit/7ec51a3e2b91caaea5c1de1a4c7b362b20d35a62 https://github.com/freebsd/freebsd-src/commit/6cc68da146583dc3484fa69c7c1e87882c6cb5b1 (In reply to Martin Matuska from comment #4) Thanks! |
Created attachment 233060 [details] Libarchive 3.6.1 patch against main