<?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>401026e4825a05abba6f945cf1b74b3328876fa2 - libarchive: merge from vendor branch</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/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/bsdcat/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/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/bsdcat/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/bsdcat/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/bsdcat/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>2ff66a915526b6509ca57f2046bc7b20b0de8a61 - bsdcat,cpio,tar: derive version string from archive.h</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#2ff66a915526b6509ca57f2046bc7b20b0de8a61</link>
        <description>bsdcat,cpio,tar: derive version string from archive.hReviewed by:	mmMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D27823

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Tue, 29 Dec 2020 22:38:47 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70a567c2c350b29e667e26d5e1b9b1d35d567172 - bsdcat,cpio,tar: Bump version number to 3.5.1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#70a567c2c350b29e667e26d5e1b9b1d35d567172</link>
        <description>bsdcat,cpio,tar: Bump version number to 3.5.1Matches import of libarchive 3.5.1

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Mon, 28 Dec 2020 00:35:49 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3afd20f1335949db24ba8af348e8706be995059 - MFV r368207:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#c3afd20f1335949db24ba8af348e8706be995059</link>
        <description>MFV r368207:Update libarchive to 3.5.0Relevant vendor changes:  Issue #1258: add archive_read_support_filter_by_code()  PR #1347: mtree digest reader support  Issue #1381: skip hardlinks pointing to itself on extraction  PR #1387: fix writing of cpio archives with hardlinks without file type  PR #1388: fix rdev field in cpio format for device nodes  PR #1389: completed support for UTF-8 encoding conversion  PR #1405: more formats in archive_read_support_format_by_code()  PR #1408: fix uninitialized size in rar5_read_data  PR #1409: system extended attribute support  PR #1435: support for decompression of symbolic links in zipx archives  Issue #1456: memory leak after unsuccessful archive_write_open_filenameMFC after:	1 week

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Tue, 01 Dec 2020 16:53:12 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de6fa6b43b494faedcf7eeb12cb9164c11b4fd17 - MFV r361280:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#de6fa6b43b494faedcf7eeb12cb9164c11b4fd17</link>
        <description>MFV r361280:Update libarchive to 3.4.3Relevant vendor changes:  PR #1352: support negative zstd compression levels  PR #1359: improve zstd version checking  PR #1348: support RHT.security.selinux from GNU tar  PR #1357: support for archives compressed with pzstd  PR #1367: fix issues in acl tests  PR #1372: child handling cleanup  PR #1378: fix memory leak from passphrase callback

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Wed, 20 May 2020 22:58:48 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@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/bsdcat/Makefile#44e86fbdcf5a3e625095652a3d0ab99532e54eea</link>
        <description>Merge ^/head r357662 through r357854.

            List of files:
            /freebsd/usr.bin/bsdcat/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/bsdcat/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/bsdcat/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>79085fd3b922771b329bc3d218b6d52daab8a9a4 - MFV r356163,r356197:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#79085fd3b922771b329bc3d218b6d52daab8a9a4</link>
        <description>MFV r356163,r356197:Update libarchive to 3.4.1Relevant vendor changes since last update:  Issue #351: Refactor and implement private state logic for write filters  PR #1252: RAR5 reader - verify window size for solid files (OSS-Fuzz 15482)  PR #1255: zip writer - don&apos;t append unused NUL for directories  PR #1260: Fix sparse file offset overflow on 32-bit systems  PR #1263: UNICODE filename support for reading lha/lzh format  Issue #1276: Bugfix and optimize archive_wstring_append_from_mbs()  PR #1288: Add the &quot;xattrhdr&quot; option to pax write options  PR #1295: 7z reader - fix reading archives with digests in PackInfo  PR #1296: RAR5 reader - verify window size for multivolume archives  PR #1297: ZIP reader - support LZMA_STREAM_END marker in &apos;lzma alone&apos; files  Issue #1298: Fix a heap-buffer-overflow in archive_string_append_from_wcs()  OSS-Fuzz 19360, 19362: LHA reader - plug two memory leaks on error  Fix possible off-by-one when dealing with readlink(2)MFC after:	2 weeks

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Tue, 31 Dec 2019 01:05:06 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e532a99901e26d3961f8f5c0e4969fce86f09456 - MFHead @349234</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#e532a99901e26d3961f8f5c0e4969fce86f09456</link>
        <description>MFHead @349234Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Thu, 20 Jun 2019 17:56:08 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fae5c36e4c7198d1c86ad3e35eaa470d485a937b - MFV r348971,r348977:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#fae5c36e4c7198d1c86ad3e35eaa470d485a937b</link>
        <description>MFV r348971,r348977:Sync libarchive with vendor.Relevant vendor changes:  - check_symlinks_fsobj() without chdir() and fchdir()  - bsdtar.1 manpage fixes  - patches from OpenBSD to libarchive_fe/passphrase.c  - version bumped to 3.4.0MFC after:	2 weeks

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Wed, 12 Jun 2019 15:34:12 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0b5e99154254294ae5c679d3f5b023c6ecf8f89 - Merge ^/head r338595 through r338689, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#c0b5e99154254294ae5c679d3f5b023c6ecf8f89</link>
        <description>Merge ^/head r338595 through r338689, and resolve conflicts.

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Fri, 14 Sep 2018 21:50:36 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7bc28227ee728b642fb81fe04699e021ee1f031 - MFV r338519:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#a7bc28227ee728b642fb81fe04699e021ee1f031</link>
        <description>MFV r338519:Update libarchive to 3.3.3As all important changes have already been merged from libarchive gitthis is just version number bump, documentation update and somepolishing for cpio tests. Other source code changes are not relevant toFreeBSD.Approved by:	re (gjb)MFC after:	1 week

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Tue, 11 Sep 2018 22:51:34 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 13:56:47 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:28:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>188e46ab0332a7887da6f1eb5494d92076e3d31e - Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#188e46ab0332a7887da6f1eb5494d92076e3d31e</link>
        <description>Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`Non-tests/... changes:- Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration  and propagate the appropriate environment down to *.test.mk.tests/... changes:- Add appropriate support Makefile.inc&apos;s to set HAS_TESTS in a minimal manner,  since tests/... is a special subdirectory tree compared to the others.MFC after:	2 monthsMFC with:	r322511Reviewed by:	arch (silence), testing (silence)Differential Revision:	D12014

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:21:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 12:59:34 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 07:30:11 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a693d77c1dc2491a62124471361eddd8e - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/bsdcat/Makefile#d511b20a693d77c1dc2491a62124471361eddd8e</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd/usr.bin/bsdcat/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:50:42 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
