[Bug 272845] [exp-run] Bsdunzip from libarchive
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272845] [exp-run] Bsdunzip from libarchive"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Aug 2023 10:47:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272845 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b5a3a89c50671a1ad29e7c43fe15e7b16feac239 commit b5a3a89c50671a1ad29e7c43fe15e7b16feac239 Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2023-07-31 11:54:58 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2023-08-04 10:45:41 +0000 unzip: swtich to bsdunzip from libarchive Unzip from FreeBSD has been ported to libarchive. Change usr.bin/unzip to use bsdunzip from libarchive. Differential Revision: https://reviews.freebsd.org/D41239 PR: 272845 (exp-run) MFC after: 1 month etc/mtree/BSD.tests.dist | 2 + lib/libarchive/config_freebsd.h | 5 + usr.bin/unzip/Makefile | 28 +- usr.bin/unzip/tests/Makefile (new) | 74 ++ usr.bin/unzip/tests/Makefile.depend (new) | 24 + usr.bin/unzip/tests/functional_test.sh (new +x) | 56 ++ usr.bin/unzip/unzip.1 (gone) | 207 ---- usr.bin/unzip/unzip.c (gone) | 1141 ----------------------- 8 files changed, 188 insertions(+), 1349 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.