<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>eb3a0a74a069d0f294e1596504676459282bb308 - libarchive: Clean up the build configuration</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#eb3a0a74a069d0f294e1596504676459282bb308</link>
        <description>libarchive: Clean up the build configuration* Move settings duplicated in libarchive, bsdcat, bsdcpio, bsdtar, and  bsdunzip into libarchive&apos;s Makefile.inc.* Drop some CFLAGS that merely duplicated some of the contents of our  platform configuration header.MFC after:	1 weekReviewed by:	mmDifferential Revision:	https://reviews.freebsd.org/D57307

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Thu, 04 Jun 2026 15:12:23 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>401026e4825a05abba6f945cf1b74b3328876fa2 - libarchive: merge from vendor branch</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#401026e4825a05abba6f945cf1b74b3328876fa2</link>
        <description>libarchive: merge from vendor branchUpdate vendor/libarchive to 3.8.2Important bugfixes: #2477 tar writer: fix replacing a regular file with a dir for       ARCHIVE_EXTRACT_SAFE_WRITES #2659 lib: improve filter process handling #2664 zip writer: fix a memory leak if write callback error early #2665 lib: archive_read_data: handle sparse holes at end of file correctly #2668 7zip: Fix out of boundary access #2670 zip writer: fix writing with ZSTD compression #2672 lib: fix error checking in writing files #2678 zstd write filter: enable Zstandard&apos;s checksum feature #2679 lib: handle possible errors from system calls #2707 lib: avoid leaking file descriptors into subprocesses #2713 RAR5 reader: fix multiple issues in extra field parsing function #2716 RAR5 reader: early fail when file declares data for a dir entry #2717 bsdtar: Allow filename to have CRLF endings #2719 tar reader: fix checking the result of the strftime (CVE-2025-25724) #2737 tar reader: fix an infinite loop when parsing V headers #2742 lib: parse_date: handle dates in 2038 and beyond if time_t is big       enoughObtained from:	libarchiveVendor commit:	7f53fce04e4e672230f4eb80b219af17975e4f83Security:	CVE-2025-25724PR:		290303 (exp-run)MFC after:	1 week

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Tue, 21 Oct 2025 16:10:15 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e113ef82465598b8c26e0ca415fbe90677fbd47 - libarchive: merge from vendor branch</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#2e113ef82465598b8c26e0ca415fbe90677fbd47</link>
        <description>libarchive: merge from vendor branchlibarchive 3.8.1New features: #2088 7-zip reader: improve self-extracting archive detection #2137 zip writer: added XZ, LZMA, ZSTD and BZIP2 support #2403 zip writer: added LZMA + RISCV BCJ filter #2601 bsdtar: support --mtime and --clamp-mtime #2602 libarchive: mbedtls 3.x compatibilitySecurity fixes: #2422 tar reader: Handle truncation in the middle of a GNU long linkname       CVE-2024-57970 #2532 tar reader: fix unchecked return value in list_item_verbose()       CVE-2025-25724 #2532 unzip: fix null pointer dereference       CVE-2025-1632 #2568 warc: prevent signed integer overflow #2584 rar: do not skip past EOF while reading #2588 tar: fix overflow in build_ustar_entry #2598 rar: fix double free with over 4 billion nodes #2599 rar: fix heap-buffer-overflowImportant bugfixes: #2399 7-zip reader: add SPARC filter support for non-LZMA compressors #2405 tar reader: ignore ustar size when pax size is present #2435 tar writer: fix bug when -s/a/b/ used more than once with b flag #2459 7-zip reader: add POWERPC filter support for non-LZMA compressors #2519 libarchive: handle ARCHIVE_FILTER_LZOP in archive_read_append_filter #2539 libarchive: add missing seeker function to archive_read_open_FILE() #2544 gzip: allow setting the original filename for gzip compressed files #2564 libarchive: improve lseek handling #2582 rar: support large headers on 32 bit systems #2587 bsdtar: don&apos;t hardlink negative inode files together #2596 rar: support large headers on 32 bit systems #2606 libarchive: support @-prefixed Unix epoch timestamps as date strings #2634 tar: Support negative time values with pax #2637 tar: Keep block alignment after pax error #2642 libarchive: fix FILE_skip regression #2643 tar: Handle extra bytes after sparse entries #2649 compress: Prevent call stack overflow #2651 iso9660: always check archive_string_ensure return valueCVE:		CVE-2024-57970, CVE-2025-1632, CVE-2025-25724PR:		286944 (exp-run, 3.8.0)MFC after:	2 weeks

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sun, 01 Jun 2025 22:16:26 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd66c1b43e33540205dbc1187c2f2a15c58b57ba - libarchive: merge from vendor branch</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#bd66c1b43e33540205dbc1187c2f2a15c58b57ba</link>
        <description>libarchive: merge from vendor branchLibarchive 3.7.7Security fixes: #2158 rpm: calculate huge header sizes correctly #2160 util: fix out of boundary access in mktemp functions #2168 uu: stop processing if lines are too long #2174 lzop: prevent integer overflow #2172 rar4: protect copy_from_lzss_window_to_unp() (CVE-2024-20696) #2175 unzip: unify EOF handling #2179 rar4: fix out of boundary access with large files #2203 rar4: fix OOB access with unicode filenames #2210 rar4: add boundary checks to rgb filter #2248 rar4: fix OOB in delta filter #2249 rar4: fix OOB in audio filter #2256 fix multiple vulnerabilities identified by SAST #2258 cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing #2265 rar5: clear &apos;data ready&apos; cache on window buffer reallocs #2269 rar4: fix CVE-2024-26256 (CVE-2024-26256) #2330 iso: be more cautious about parsing ISO-9660 timestamps #2343 tar: clean up linkpath between entries #2364 tar: don&apos;t crash on truncated tar archives #2366 gzip: prevent a hang when processing a malformed gzip inside a gzip #2377 tar: fix two leaks in tar header parsingImportant bugfixes: #2096 rar5: report encrypted entries #2150 xar: fix another infinite loop and expat error handling #2173 shar: check strdup return value #2161 lha: fix integer truncation on 32-bit systems #2338 tar: fix memory leaks when processing symlinks or parsing pax headers #2245 7zip: fix issue when skipping first file in 7zip archive that       is a multiple of 65536 bytes #2252 7-zip: read/write symlink paths as UTF-8 #2259 rar5: don&apos;t try to read rediculously long names #2290 ar: fix archive entries having no type #2360 tar: fix truncation of entry pathnames in specific archivesCVE:		CVE-2024-20696, CVE-2024-26256PR:		282047 (exp-run)MFC after:	1 week

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sun, 20 Oct 2024 10:22:09 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>833a452e9f082a7982a31c21f0da437dbbe0a39d - libarchive: import changes from upstream</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#833a452e9f082a7982a31c21f0da437dbbe0a39d</link>
        <description>libarchive: import changes from upstreamLibarchive 3.6.0New features:PR #1614: tar: new option &quot;--no-read-sparse&quot;PR #1503: RAR reader: filter supportPR #1585: RAR5 reader: self-extracting archive supportNew features (not used in FreeBSD base):PR #1567: tar: threads support for zstd (#1567)PR #1518: ZIP reader: zstd decompression supportSecurity Fixes:PR #1491, #1492, #1493, CVE-2021-36976:   fix invalid memory access and out of bounds read in RAR5 readerPR #1566, #1618, CVE-2021-31566:   extended fix for following symlinks when processing the fixup listOther notable bugfixes and improvements:PR #1620: tar: respect &quot;--ignore-zeros&quot; in c, r and u modesPR #1625: reduced size of application binariesMFC after:	2 weeksRelnotes:	yes

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Thu, 10 Feb 2022 00:35:42 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe815331bb40604ba31312acf7e4619674631777 - build: provide a default WARNS for all in-tree builds</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#fe815331bb40604ba31312acf7e4619674631777</link>
        <description>build: provide a default WARNS for all in-tree buildsThe current default is provided in various Makefile.inc in some top-leveldirectories and covers a good portion of the tree, but doesn&apos;t cover partsof the build a little deeper (e.g. libcasper).Provide a default in src.sys.mk and set WARNS to it in bsd.sys.mk if thatvariable is defined. This lets us relatively cleanly provide a default WARNSno matter where you&apos;re building in the src tree without breaking thingsoutside of the tree.Crunchgen has been updated as a bootstrap tool to work on this changebecause it needs r365605 at a minimum to succeed. The cleanup necessary tosuccessfully walk over this change on WITHOUT_CLEAN builds has been added.There is a supplemental project to this to list all of the warnings that areencountered when the environment has WARNS=6 NO_WERROR=yes:https://warns.kevans.dev -- this project will hopefully eventually go awayin favor of CI doing a much better job than it.Reviewed by:	emaste, brooks, ngie (all earlier version)Reviewed by:	emaste, arichardson (depend-cleanup.sh change)Differential Revision:	https://reviews.freebsd.org/D26455

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 19:17:46 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44e86fbdcf5a3e625095652a3d0ab99532e54eea - Merge ^/head r357662 through r357854.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#44e86fbdcf5a3e625095652a3d0ab99532e54eea</link>
        <description>Merge ^/head r357662 through r357854.

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Thu, 13 Feb 2020 13:52:24 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f976241773df2260e6170317080761d1c5814fe5 - MFV r357783:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#f976241773df2260e6170317080761d1c5814fe5</link>
        <description>MFV r357783:Update libarchive to 3.4.2Relevant vendor changes:  PR #1289: atomic extraction support (bsdtar -x --safe-writes)  PR #1308: big endian fix for UTF16 support in LHA reader  PR #1326: reject RAR5 files that declare invalid header flags  Issue #987: fix support 7z archive entries with Delta filter  Issue #1317: fix compression output buffer handling in XAR writer  Issue #1319: fix uname or gname longer than 32 characters in pax writer  Issue #1325: fix use after free when archiving hardlinks in ISO9660 or XAR  Use localtime_r() and gmtime_r() instead of localtime() and gmtime()X-MFC-With:	r356212,r356365,r356416MFC after:	1 week

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Wed, 12 Feb 2020 01:16:56 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52c2bb75163559a6e2866ad374a7de67a4ea1273 - MFV r347989:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#52c2bb75163559a6e2866ad374a7de67a4ea1273</link>
        <description>MFV r347989: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 attributesMFC after:	2 weeks

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Mon, 20 May 2019 14:57:39 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b841d4a8e6c25d964f5e3bbda379a1541a27ec - MFH @ r337607, in preparation for boarding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#14b841d4a8e6c25d964f5e3bbda379a1541a27ec</link>
        <description>MFH @ r337607, in preparation for boarding

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 06:26:29 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1951fd745b894fe6586c298874af98544a5e272 - MFV r336851:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#f1951fd745b894fe6586c298874af98544a5e272</link>
        <description>MFV r336851:Update vendor/libarchive/dist to git 2c8c83b9731ff822fad6cc8c670ea5519c366a14Important vendor changes:  PR #993: Chdir to -C directory for metalog processing  OSS-Fuzz #4969: Check size of the extended time field in zip archives  PR #973: Record informational compression level in gzip headerMFC after:	1 week

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sun, 29 Jul 2018 02:12:16 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5db4328adee4ad2d5c72d2148d9b086868f7ec1 - MFhead@r324148</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#d5db4328adee4ad2d5c72d2148d9b086868f7ec1</link>
        <description>MFhead@r324148

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sun, 01 Oct 2017 04:28:16 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c831a5bd61576cacb48b39f8eeb47b92707a355 - MFV r324145,324147:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#5c831a5bd61576cacb48b39f8eeb47b92707a355</link>
        <description>MFV r324145,324147:Sync libarchive with vendor.Relevant vendor changes:  PR #905: Support for Zstandard read and write filters  PR #922: Avoid overflow when reading corrupt cpio archive  Issue #935: heap-based buffer overflow in xml_data (CVE-2017-14166)  OSS-Fuzz 2936: Place a limit on the mtree line length  OSS-Fuzz 2394: Ensure that the ZIP AES extension header is large enough  OSS-Fuzz 573: Read off-by-one error in RAR archives (CVE-2017-14502)MFC after:	1 weekSecurity:	CVE-2017-14166, CVE-2017-14502

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sun, 01 Oct 2017 02:40:23 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e46d47141338a644d751b14bbb194bed431e3748 - MFV r315875:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#e46d47141338a644d751b14bbb194bed431e3748</link>
        <description>MFV r315875:Sync libarchive with vendor.Vendor changes (FreeBSD-related):- store extended attributes with extattr_set_link() if no fd is provided- add extended attribute tests to libarchive and bsdtar- fix tar&apos;s test_option_acls- support the UF_HIDDEN file flagX-MFC with:	315636

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Fri, 24 Mar 2017 01:02:12 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4657548d18877f64bd02be888406aa5b02bf9b06 - MFV r315633, 315635:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#4657548d18877f64bd02be888406aa5b02bf9b06</link>
        <description>MFV r315633, 315635:Sync libarchive with vendorVendor changes/bugfixes (FreeBSD-related):  PR 867 (bsdcpio): show numeric uid/gid when names are not found  PR 870 (seekable zip): accept files with valid ZIP64 EOCD headers  PR 880 (pax): Fix handling of &quot;size&quot; pax header keyword  PR 887 (crypto): Discard 3072 bytes instead of 1024 of first keystream  OSS-Fuzz issue 806 (mtree): rework mtree_atol10 integer parser  Break ACL read/write code into platform-specific source files  Unbreak static dependency on libbz2MFC after:	1 week

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Mon, 20 Mar 2017 14:02:27 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>642870485c089b57000fe538d3485e272b038d59 - MFV r314565,314567,314570:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tar/tests/Makefile#642870485c089b57000fe538d3485e272b038d59</link>
        <description>MFV r314565,314567,314570:Update libarchive to version 3.3.1 (and sync with latest vendor dist)Notable vendor changes:  PR #501: improvements in ACL path handling  PR #724: fix hang when reading malformed cpio files  PR #864: fix out of bounds read with malformed GNU tar archives  Documentation, style, test suite improvements and typo fixes.New options to bsdtar that enable or disable reading and/or writing of:  Access Control Lists (--acls, --no-acls)  Extended file flags (--fflags, --no-fflags)  Extended attributes (--xattrs, --no-xattrs)  Mac OS X metadata (Mac OS X only) (--mac-metadata, --no-mac-metadata)MFC after:	2 weeks

            List of files:
            /freebsd/usr.bin/tar/tests/Makefile</description>
        <pubDate>Thu, 02 Mar 2017 23:59:35 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
