<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ae5e442d - MFC r350423:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#ae5e442d</link>
        <description>MFC r350423:Remove a duplicate file listing in the libarchive tests.

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Wed, 21 Aug 2019 16:17:54 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1472f71 - MFC r349527,349538:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#b1472f71</link>
        <description>MFC r349527,349538:Sync libarchive with vendor.Relevant vendor changes:  PR #1217: RAR5 reader - fix ARM filter going beyond window buffer boundary            (OSS-Fuzz 15431)  PR #1218: Fixes to sparse file handling

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Thu, 11 Jul 2019 00:21:15 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd3baab6 - MFC r348993,349135:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#bd3baab6</link>
        <description>MFC r348993,349135:Sync libarchive with vendor including security fixesr348993:  - version bumped to 3.4.0  - check_symlinks_fsobj() without chdir() and fchdir()  - bsdtar.1 manpage fixes  - patches from OpenBSD to libarchive_fe/passphrase.cr349135:  PR #1212: RAR5 reader - window_mask was not updated correctly            (OSS-Fuzz 15278)  OSS-Fuzz 15120: RAR reader - extend use after free bugfix

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Fri, 28 Jun 2019 22:31:53 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>baf3a9b9 - MFC r347999:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#baf3a9b9</link>
        <description>MFC r347999:Install missing data file forlib.libarchive.functional_test.test_read_format_zip_utf8_paths

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Tue, 04 Jun 2019 10:28:50 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>590d65ee - MFC r347990:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#590d65ee</link>
        <description>MFC r347990:Sync libarchive with vendor.Relevant vendor changes:  Issue #795: XAR - do not try to add xattrs without an allocated name  PR #812: non-recursive option for extract and list  PR #958: support reading metadata from compressed files  PR #999: add --exclude-vcs option to bsdtar  Issue #1062: treat empty archives with a GNU volume header as valid  PR #1074: Handle ZIP files with trailing 0s in the extra fields            (Android APK archives)  PR #1109: Ignore padding in Zip extra field data (Android APK archives)  PR #1167: fix problems related to unreadable directories  Issue #1168: fix handling of strtol() and strtoul()  PR #1172: RAR5 - fix invalid window buffer read in E8E9 filter  PR #1174: ZIP reader - fix of MSZIP signature parsing  PR #1175: gzip filter - fix reading files larger than 4GB from memory  PR #1177: gzip filter - fix memory leak with repeated header reads  PR #1180: ZIP reader - add support for Info-ZIP Unicode Path Extra Field  PR #1181: RAR5 - fix merge_block() recursion            (OSS-Fuzz 12999, 13029, 13144, 13478, 13490)  PR #1183: fix memory leak when decompressing ZIP files with LZMA  PR #1184: fix RAR5 OSS-Fuzz issues 12466, 14490, 14491, 12817    OSS-Fuzz 12466: RAR5 - fix buffer overflow when parsing huffman tables    OSS-Fuzz 14490, 14491: RAR5 - fix bad shift-left operations    OSS-Fuzz 12817: RAR5 - handle a case with truncated huffman tables  PR #1186: RAR5 - fix invalid type used for dictionary size mask            (OSS-Fuzz 14537)  PR #1187: RAR5 - fix integer overflow (OSS-Fuzz 14555)  PR #1190: RAR5 - RAR5 don&apos;t try to unpack entries marked as directories            (OSS-Fuzz 14574)  PR #1196: RAR5 - fix a potential SIGSEGV on 32-bit builds  OSS-Fuzz 2582: RAR - fix use after free if there is an invalid entry  OSS-Fuzz 14331: RAR5 - fix maximum owner name length  OSS-Fuzz 13965: RAR5 - use unsigned int for volume number + range check  Additional RAR5 reader changes:    - support symlinks, hardlinks, file owner, file group, versioned files    - change ARCHIVE_FORMAT_RAR_V5 to 0x100000    - set correct mode for readonly directories    - support readonly, hidden and system Windows file attributes

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Tue, 04 Jun 2019 10:20:56 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf0229f8 - MFC r345497:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#bf0229f8</link>
        <description>MFC r345497:Sync libarchive with vendor.Relevant vendor changes:  PR #1153: fixed 2 bugs in ZIP reader [1]  PR #1143: ensure archive_read_disk_entry_from_file() uses ARCHIVE_READ_DISK  Changes to file flags code, support more file flags on FreeBSD:    UF_OFFLINE, UF_READONLY, UF_SPARSE, UF_REPARSE, UF_SYSTEM    UF_ARCHIVE is not supported by intention (yet)PR:		236300 [1]

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Wed, 10 Apr 2019 21:45:23 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92392d36 - MFC r344063,r344088:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#92392d36</link>
        <description>MFC r344063,r344088:MFC r344063:Sync libarchive with vendor.Relevant vendor changes:  PR #1085: Fix a null pointer dereference bug in zip writer  PR #1110: ZIP reader added support for XZ, LZMA, PPMD8 and BZIP2            decopmpression  PR #1116: Add support for 64-bit ar format  PR #1120: Fix a 7zip crash [1] and a ISO9660 infinite loop [2]  PR #1125: RAR5 reader - fix an invalid read and a memory leak  PR #1131: POSIX reader - do not fail when tree_current_lstat() fails            due to ENOENT [3]  PR #1134: Delete unnecessary null pointer checks before calls of free()  OSS-Fuzz 10843: Force intermediate to uint64_t to make UBSAN happy.  OSS-Fuzz 11011: Avoid buffer overflow in rar5 readerMFC r344088:  archive_read_disk_posix.c: initialize delayed_errnoPR:		233006 [3]Security:	CVE-2019-1000019 [1], CVE-2019-1000020 [2]

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Thu, 28 Feb 2019 22:55:44 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>300d1759 - MFC r339746,339751,339794,340866,340939,342042:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#300d1759</link>
        <description>MFC r339746,339751,339794,340866,340939,342042:Sync libarchive with vendor.Relevant vendor changes:  PR #1013: Add missing h_base offset when performing absolute seeks in            xar decompression  PR #1023: Support extracting extattrs as non-root on non-user-writeable            files  PR #1061: Add support for extraction of RAR v5 archives  PR #1066: Fix out of bounds read on empty string filename for gnutar, pax            and v7tar  PR #1067: Fix temporary file path buffer overflow in tests  IS #1068: Correctly process and verify integer arguments passed to            bsdcpio and bsdtar  PR #1070: Don&apos;t default XAR entry atime/mtime to the current time  PR #1080: Spelling fixes  PR #1084: RAR5 reader bugfixes  PR #1091: fix use-after-free in delayed newc link processing  PR #1092: Fix a few obvious resource leaks and strcpy() misuses  IS #1096: Support extracting ACLs with in-entry comments (GNU tar)  PR #1102: RAR5 reader - fix big-endian problems  PR #1105: Fix various crash, memory corruption and infinite loop conditions  RAR5 reader: FreeBSD build platform fixes for powerpc(64), mips(64),               sparc64 and riscv64  RAR5 reader: more maybe-uninitialized size_t fixes for riscv64               FreeBSD build

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Fri, 21 Dec 2018 23:32:50 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95208412 - Build libarchive tests missing in r311899</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#95208412</link>
        <description>Build libarchive tests missing in r311899MFC after:	1 weekX-MFC with:	r311899

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Tue, 10 Jan 2017 22:01:37 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a08cc1ee - Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copy</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#a08cc1ee</link>
        <description>Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copyof llvm38 on ^/stable/11 (oh, the bugs you find when you set CC,CXX,CPPmanually and it skips the bootstrap stage for the toolchain...)

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Sun, 01 Jan 2017 04:13:24 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda20f96 - Increase timeout from 300 (default) to 600 seconds.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#cda20f96</link>
        <description>Increase timeout from 300 (default) to 600 seconds.It takes 6-7 minutes to proceed the test on MIPS64EB.Sponsored by:	DARPA, AFRLSponsored by:	HEIF5

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Mon, 26 Sep 2016 20:13:33 +0000</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54635f0c - Temporarily disable two libarchive tests that have not yet been fixed by</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#54635f0c</link>
        <description>Temporarily disable two libarchive tests that have not yet been fixed byvendor. Tests will be re-enabled after a fix has been merged.MFC after:	3 days

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Sat, 27 Aug 2016 00:47:47 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#430f7286</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 22:26:49 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c89d6b0 - Don&apos;t override LIB*DIR variables from src.libnames.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#3c89d6b0</link>
        <description>Don&apos;t override LIB*DIR variables from src.libnames.mk.In some cases switch to the LIB*SRCDIR value.These recently were defined in r291327 and r291619.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 22:20:04 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>277fbb92 - Remove redundant DPSRCS which were already in SRCS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#277fbb92</link>
        <description>Remove redundant DPSRCS which were already in SRCS.DPSRCS already contains all of SRCS.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 20:38:07 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59e2ff55 - Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libarchive/tests/Makefile#59e2ff55</link>
        <description>Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in tothe FreeBSD test suitefunctional_test.sh was ported from bin/sh/tests/functional_test.sh, as asmall wrapper around libarchive_test, bsdcpio_test, and bsdtar_test providedby upstream.A handful of testcases in lib/libarchive/tests have been disabled as theywere failing when run with kyua test (see BROKEN_TESTS inlib/libarchive/tests/Makefile)As a sidenote: this removes the check/test targets from the Makefiles as theydon&apos;t match the pattern used in the rest of the FreeBSD test suite.MFC after: 2 weeksSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libarchive/tests/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 18:31:21 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
