Date: Sat, 4 May 2024 12:37:42 GMT From: Martin Matuska <mm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 43a6a8b07758 - stable/13 - libarchive: add two missing package files to libarchive tests Message-ID: <202405041237.444CbgCw072624@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=43a6a8b07758c76576d1c505e770b937f84ad713 commit 43a6a8b07758c76576d1c505e770b937f84ad713 Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2024-04-17 07:58:32 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2024-05-04 11:53:07 +0000 libarchive: add two missing package files to libarchive tests (cherry picked from commit 7d03ec330684a4e82e6113df3f40305849e5fb6c) --- lib/libarchive/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 0d47e1a5ed3c..e14b37621e5c 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -373,6 +373,8 @@ ${PACKAGE}FILES+= test_compat_lz4_B7.tar.lz4.uu ${PACKAGE}FILES+= test_compat_lz4_B7BD.tar.lz4.uu ${PACKAGE}FILES+= test_compat_lzip_1.tlz.uu ${PACKAGE}FILES+= test_compat_lzip_2.tlz.uu +${PACKAGE}FILES+= test_compat_lzip_3.lz.uu +${PACKAGE}FILES+= test_compat_lzip_4.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_1.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_2.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_3.tlz.uu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405041237.444CbgCw072624>