Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2023 10:47:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272845] [exp-run] Bsdunzip from libarchive
Message-ID:  <bug-272845-7788-TaNvfWKCGc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272845-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272845-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272845

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db5a3a89c50671a1ad29e7c43fe15e7b16=
feac239

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(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272845-7788-TaNvfWKCGc>