<?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 write.c</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/libarchive/dist/tar/write.c</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>merge changes between libarchive-3.8.5 and 3.8.7</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.7</description>
    <pubDate>Sun May 03 14:40:12 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Merge changes between libarchive-3.7.7 and 3.8.5</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.6</description>
    <pubDate>Fri Jan 30 15:49:12 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>merge conflicts (4 tests still fail)</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.5</description>
    <pubDate>Thu Oct 17 16:42:08 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>Merge conflicts from 3.4.0 to 3.7.4</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.4</description>
    <pubDate>Sun Jun 09 19:47:56 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.3.6;<br/>Don't try print an error message when there is none.</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.3</description>
    <pubDate>Thu Jan 28 19:46:54 UTC 2021</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>PR/55962: Andreas Gustafsson: Some tar(1) error messages lack file name and<br/>newline</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.2</description>
    <pubDate>Thu Jan 28 19:42:27 UTC 2021</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1</description>
    <pubDate>Fri Sep 19 21:56:16 UTC 2008</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Import libarchive-3.8.7 (previous was 3.8.5)<br/><br/>Libarchive 3.8.7 is a security and bugfix release.<br/><br/>Notable fixes:<br/><br/>CAB: fix NULL pointer dereference during skip (#2900)<br/>CAB: Fix Heap OOB Write in CAB LZX decoder (#2919)<br/>cpio: various fixes and improvements (#2899, #2908, #2910, #2939)<br/>contrib/untar: fix out-of-bounds read (#2903)<br/>iso9660: fix undefined behavior (#2897)<br/>iso9660: fix posibble heap buffer overflow on 32-bit systems (#2934)<br/>libarchive: fix handling of option failures (#2871)<br/>libarchive: do not continue with truncated numbers (#2911)<br/>libarchive: lzop and grzip filter support (#2947)<br/>RAR: fix LZSS window size mismatch after PPMd block (#2898)<br/><br/>Libarchive 3.8.6 is a security and bugfix release.<br/><br/>Notable fixes:<br/><br/>libarchive: fix incompatibility with Nettle 4.x (#2858)<br/>libarchive: fix NULL pointer dereference in archive_acl_from_text_w() (#2859)<br/>bsdunzip: fix ISO week year and Gregorian year confusion (#2860)<br/>7zip: ix SEGV in check_7zip_header_in_sfx via ELF offset validation (#2864)<br/>7zip: fix out-of-bounds access on ELF 64-bit header (#2875)<br/>RAR5 reader: fix infinite loop in rar5 decompression (#2877)<br/>RAR5 reader: fix potential memory leak (#2892)<br/>RAR5: fix SIGSEGV when archive_read_support_format_rar5 is called twice (#2893)<br/>CAB reader: fix memory leak on repeated calls to<br/>     archive_read_support_format_cab (#2895)<br/>mtree reader: Fix file descriptor leak in mtree parser cleanup (CWE-775, #2878)<br/>various small bugfixes in code and documentation</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.9</description>
    <pubDate>Sun May 03 14:37:32 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import libarchive-3.8.3 (previous was 3.7.7)<br/><br/>Libarchive 3.8.5 is a bugfix release.<br/><br/>Notable bugxies:<br/><br/>    bsdtar: fix regression from 3.8.4 zero-length pattern issue bugfix (#2809)<br/>    various small bugfixes in code and documentation<br/><br/>Libarchive 3.8.4 is a bugfix release.<br/><br/>Notable bugxies:<br/><br/>    bsdtar: Fix zero-length pattern issue (#2787)<br/>    lib: Fix regression introduced in libarchive 3.8.2 when walking enterable<br/>    but unreadable directories (#2797)<br/><br/>Libarchive 3.8.3 is a bugfix and security release.<br/><br/>Security fixes:<br/><br/>    lib: Create temporary files in the target directory (#2753)<br/>    lha: Fix for an out-of-bounds buffer overrun when using p[H_LEVEL_OFFSET]<br/>	(#2768)<br/>    7-zip: Fix a buffer overrun when reading truncated 7zip headers (#2769)<br/><br/>Notable bugxies:<br/><br/>    lz4 and zstd: Support both lz4 and zstd data with leading skippable frames<br/>	(#2771)<br/><br/>Libarchive 3.8.2 is a bugfix and security release.<br/><br/>Security fixes:<br/><br/>    7zip: Fix out of boundary access (#2668)<br/>    tar reader: fix checking the result of the strftime (#2719, CVE-2025-25724)<br/><br/>Notable bugfixes:<br/><br/>    bsdtar: Allow filename to have CRLF endings (#2717)<br/>    lib: archive_read_data: handle sparse holes at end of file correctly (#2665)<br/>    lib: improve filter process handling (#2659)<br/>    lib: fix error checking in writing files (#2672)<br/>    lib: handle possible errors from system calls (#2679)<br/>    lib: avoid leaking file descriptors into subprocesses (#2707)<br/>    lib: parse_date: handle dates in 2038 and beyond if time_t is big enough<br/>	(#2742)<br/>    RAR5 reader: fix multiple issues in extra field parsing function (#2713)<br/>    RAR5 reader: early fail when file declares data for a dir entry (#2716)<br/>    tar writer: fix replacing a regular file with a dir for<br/>	ARCHIVE_EXTRACT_SAFE_WRITES (#2477)<br/>    tar reader (Windows): check WCS pathname in header_gnutar before<br/>	overwriting (#2740)<br/>    tar reader: fix an infinite loop when parsing V headers (#2737)<br/>    zip writer: fix a memory leak if write callback error early (#2664)<br/>    zip writer: fix writing with ZSTD compression (#2670)<br/>    zstd write filter: enable Zstandard's checksum feature (#2678)<br/><br/>Libarchive 3.8.1 is a bugfix release.<br/><br/>Notable bugfixes:<br/>libarchive: fix FILE_skip regression (#2642)<br/>compress: Prevent call stack overflow (#2649)<br/>iso9660: always check archive_string_ensure return value (#2651)<br/>tar: Support negative time values with pax (#2634)<br/>tar: Reset accumulated header state after reading macOS metadata blob (#2636)<br/>tar: Keep block alignment after pax error (#2637)<br/>tar: Handle extra bytes after sparse entries (#2643)<br/>windows: check archive_wstring_ensure return value (#2652)<br/><br/>Libarchive 3.8.0 is a feature and bugfix release.<br/><br/>New features:<br/>bsdtar: support --mtime and --clamp-mtime (#2601)<br/>lib: mbedtls 3.x compatibility (#2602)<br/>7-zip reader: improve self-extracting archive detection (#2088)<br/>xar: xmllite support for the XAR reader and writer (#2388)<br/>zip writer: added XZ, LZMA, ZSTD and BZIP2 support (#2137, #2284, #2391)<br/>zip writer: added LZMA + RISCV BCJ filter (#2403)<br/><br/>Notable security fixes:<br/>rar: do not skip past EOF while reading (#2584 CVE-2025-5918)<br/>rar: fix double free with over 4 billion nodes (#2598 CVE-2025-5914)<br/>rar: fix heap-buffer-overflow (#2599 CVE-2025-5915)<br/>warc: prevent signed integer overflow (#2568 CVE-2025-5916)<br/>tar: fix overflow in build_ustar_entry (#2588 CVE-2025-5917)<br/><br/>Notable bugfixes:<br/>bsdtar: don't hardlink negative inode files together (#2587)<br/>gz: allow setting the original filename for gzip compressed files (#2544)<br/>lib: improve lseek handling (#2564)<br/>lib: support @-prefixed Unix epoch timestamps as date strings (#2606)<br/>rar: support large headers on 32 bit systems (#2596)<br/>tar reader: Improve LFS support on 32 bit systems (#2582)<br/><br/>Libarchive 3.7.9 is a bugfix release<br/><br/>Important bugfixes:<br/><br/>    a regression in libarchive 3.7.8 regarding GNU sparse entries was fixed<br/>    (#2558)<br/><br/>Libarchive 3.7.8 is a bugfix and security release<br/><br/>Security fixes:<br/><br/>    tar reader: Handle truncation in the middle of a GNU long linkname<br/>	(#2422, CVE-2024-57970)<br/>    unzip: fix null pointer dereference (#2532, CVE-2025-1632)<br/>    tar reader: fix unchecked return value in list_item_verbose()<br/>	(#2532, CVE-2025-25724)<br/><br/>Important bugfixes:<br/><br/>    7zip reader: add SPARC (#2399) and POWERPC (#2459) filter support for<br/>	non-LZMA compressors<br/>    tar reader: Ignore ustar size when pax size is present (#2405)<br/>    tar writer: Fix bug when -s/a/b/ used more than once with b flag (#2435)<br/>    cpio: Fix a Y2038 bug on Windows (#2471)<br/>    libarchive: Handle ARCHIVE_FILTER_LZOP in archive_read_append_filter (#2519)<br/>    libarchive: Adding missing seeker function to archive_read_open_FILE()<br/>	(#2539)</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.8</description>
    <pubDate>Fri Jan 30 15:44:10 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import libarchive-3.7.7 (previous was 3.7.4)<br/><br/>* Libarchive 3.7.7 is a bugfix and security release<br/><br/>Security fixes:<br/><br/>    gzip: prevent a hang when processing a malformed gzip inside a gzip<br/>	(#2366, OSS-Fuzz)<br/>    tar: don't crash on truncated tar archives (#2364, OSS-Fuzz)<br/>    tar: fix two leaks in tar header parsing (#2377)<br/><br/>Important bugfixes:<br/><br/>    7-zip: read/write symlink paths as UTF-8 (#2252)<br/>    cpio: exit with an error code if an entry could not be extracted (#2371)<br/>    rar5: report encrypted entries (#2096)<br/>    tar: fix truncation of entry pathnames in specific archives (#2360)<br/>    windows: fix ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS (#2363)<br/><br/>* Libarchive 3.7.6 is a bugfix and security release.<br/>    This release fixes a tar regression introduced in libarchive 3.7.5<br/> (#2331, #2337)<br/><br/>Important bugfixes.<br/><br/>    tar: clean up linkpath between entries (#2343)<br/>    tar: fix memory leaks when processing symlinks or parsing pax headers<br/>	 (#2338)<br/>    iso: be more cautious about parsing ISO-9660 timestamps (#2330)<br/><br/>* Libarchive 3.7.5 is a bugfix and security release<br/><br/>Security fixes:<br/><br/>    fix multiple vulnerabilities identified by SAST (#2251, #2256)<br/>    cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing (#2258)<br/>    lzop: prevent integer overflow (#2174)<br/>    rar4: protect copy_from_lzss_window_to_unp() (#2172, CVE-2024-20696)<br/>    rar4: fix CVE-2024-26256 (#2269, CVS-2024-26256)<br/>    rar4: fix OOB in delta and audio filter (#2148, #2149)<br/>    rar4: fix out of boundary access with large files (#2179)<br/>    rar4: add boundary checks to rgb filter (#2210)<br/>    rar4: fix OOB access with unicode filenames (#2203)<br/>    rar5: clear 'data ready' cache on window buffer reallocs (#2265)<br/>    rpm: calculate huge header sizes correctly (#2158)<br/>    unzip: unify EOF handling (#2175)<br/>    util: fix out of boundary access in mktemp functions (#2160)<br/>    uu: stop processing if lines are too long (#2168)<br/>Important bugfixes:<br/><br/>    7zip: fix issue when skipping first file in 7zip archive that is a<br/>	 multiple of 65536 bytes (#2245)<br/>    ar: fix archive entries having no type (#2290)<br/>    lha: do not allow negative file sizes (#2155)<br/>    lha: fix integer truncation on 32-bit systems (#2161)<br/>    shar: check strdup return value (#2173)<br/>    rar5: don't try to read rediculously long names (#2259)<br/>    xar: fix another infinite loop and expat error handling (#2150)<br/>    many Windows fixes, cleanups and improvements</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.7</description>
    <pubDate>Thu Oct 17 16:23:27 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import libarchive-3.7.4 previous was 3.4.0<br/><br/>Changes:<br/>Apr 26, 2024: libarchive 3.7.4 released<br/><br/>Apr 08, 2024: libarchive 3.7.3 released<br/><br/>Sep 12, 2023: libarchive 3.7.2 released<br/><br/>Jul 29, 2023: libarchive 3.7.1 released<br/><br/>Jul 18, 2023: libarchive 3.7.0 released<br/><br/>Jul 14, 2023: bsdunzip port from FreeBSD<br/><br/>Dec 07, 2022: libarchive 3.6.2 released<br/><br/>Apr 08, 2022: libarchive 3.6.1 released<br/><br/>Feb 09, 2022: libarchive 3.6.0 released<br/><br/>Feb 08, 2022: libarchive 3.5.3 released<br/><br/>Aug 22, 2021: libarchive 3.5.2 released<br/><br/>Dec 26, 2020: libarchive 3.5.1 released<br/><br/>Dec 01, 2020: libarchive 3.5.0 released<br/><br/>Oct 14, 2020: Support for system extended attributes<br/><br/>May 20, 2020: libarchive 3.4.3 released<br/><br/>Apr 30, 2020: Support for pzstd compressed files<br/><br/>Apr 16, 2020: Support for RHT.security.selinux tar extended attribute<br/><br/>Feb 11, 2020: libarchive 3.4.2 released<br/><br/>Jan 23, 2020: Important fixes for writing XAR archives<br/><br/>Jan 20, 2020: New tar option: --safe-writes (atomical file extraction)<br/><br/>Jan 03, 2020: Support mbed TLS (PolarSSL) as optional crypto provider<br/><br/>Dec 30, 2019: libarchive 3.4.1 released<br/><br/>Dec 11, 2019: New pax write option "xattrhdr"<br/><br/>Nov 17, 2019: Unicode filename support for reading lha/lzh archives</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.6</description>
    <pubDate>Sun Jun 09 19:35:57 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.5.2;<br/>Import libarchive 3.4.0</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.5</description>
    <pubDate>Wed Jul 24 13:50:41 UTC 2019</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.4.12;<br/>Import libarchive 3.3.2pre (7ad477ea7655f3dfcdcfa5adcb792f0ec864969d).</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.4</description>
    <pubDate>Thu Apr 20 00:55:31 UTC 2017</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.3.30;  1.1.1.3.34;<br/>libarchive-2.8.2:<br/>- Fix NULL deference for short self-extracting zip archives<br/>- Don't dereference symlinks on Linux when reading ACLs<br/>- Better detection of SHA2 support for old OpenSSL versions<br/>- Fix parsing of input files for bsdtar -T<br/>- Do not leak setup_xattr into the global namespace<br/>- Fix build when an older libarchive is already installed<br/>- Use O_BINARY opening files in bsdtar<br/>- Include missing archive_crc32.h<br/>- Correctly include iconv.h required by libxml2</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.3</description>
    <pubDate>Sun Mar 14 19:20:19 UTC 2010</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Import libarchive 2.8.0:<br/>- Infrastructure:<br/>  - Allow command line tools as fallback for missing compression<br/>    libraries. If compiled without gzip for example, gunzip will<br/>    be used automatically.<br/>  - Improved support for a number of platforms like high-resolution<br/>    timestamps and Extended Attributes on various Unix systems<br/>  - New convience interface for creating archives based on disk content,<br/>    complement of the archive_write_disk interface.<br/>- Frontends:<br/>  - bsdcpio ready for public consumption<br/>  - hand-written date parser replaces the yacc code<br/>- Filter system:<br/>  - Simplified read filter chains<br/>  - Option support for filters<br/>  - LZMA, XZ, uudecode handled<br/>- Format support:<br/>  - Write support for mtree files based on file system or archive<br/>    content<br/>  - Basic read support for Joliet<br/>  - Write support for zip files<br/>  - Write support for shar archives, both text-only and binary-safe</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.2</description>
    <pubDate>Sat Feb 20 02:49:10 UTC 2010</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.4;  1.1.1.1.12;  1.1.1.1.14;<br/>Import libarchive-2.5.5. This makes bsdcpio more compatible with GNU<br/>cpio's long options, copyies links when they cross devices in copy mode.<br/>A number of other smaller bugfixes and improvements were added.</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.1</description>
    <pubDate>Fri Sep 19 21:56:16 UTC 2008</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Apply patch, requested by christos in ticket #1297:<br/><br/>	external/bsd/libarchive/dist/cat/test/test_0.c			up to 1.2<br/>	external/bsd/libarchive/dist/cpio/test/test_basic.c		up to 1.2<br/>	external/bsd/libarchive/dist/cpio/test/test_format_newc.c	up to 1.3<br/>	external/bsd/libarchive/dist/libarchive/archive_read.c		up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/archive_read_disk_posix.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/archive_read_open_filename.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/archive_read_support_format_xar.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/archive_write_disk_posix.c	up to 1.6<br/>	external/bsd/libarchive/dist/libarchive/test/test_acl_platform_nfs4.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_acl_platform_posix1e.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_compat_zip.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_fuzz.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_extract.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_gtar_sparse.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_7075_utf8_paths.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_comment_stored.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_extra_padding.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_high_compression.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_jar.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_mac_metadata.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_malformed.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_msdos.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_nested.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_nofiletype.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_padded.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_sfx.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_with_invalid_traditional_eocd.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_format_zip_zip64.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_pax_truncated.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_read_truncated_filter.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_sparse_basic.c	up to 1.3<br/>	external/bsd/libarchive/dist/libarchive/test/test_write_disk.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_write_disk_secure.c	up to 1.4<br/>	external/bsd/libarchive/dist/libarchive/test/test_write_format_cpio_empty.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_write_format_shar_empty.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_write_format_tar.c	up to 1.2<br/>	external/bsd/libarchive/dist/libarchive/test/test_write_format_tar_sparse.c	up to 1.2<br/>	external/bsd/libarchive/dist/tar/write.c			up to 1.3<br/>	external/bsd/libarchive/dist/tar/test/test_basic.c		up to 1.2<br/>	external/bsd/libarchive/dist/tar/test/test_copy.c		up to 1.3<br/>	external/bsd/libarchive/dist/tar/test/test_option_C_upper.c	up to 1.2<br/>	external/bsd/libarchive/dist/tar/test/test_option_s.c		up to 1.2<br/>	external/bsd/libarchive/dist/test_utils/test_common.h		up to 1.2<br/>	external/bsd/libarchive/dist/test_utils/test_main.c		up to 1.2<br/><br/>PR 56257: sync libarchive with -current (leaving out changes not relevant<br/>for this branch).</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.5.2.1</description>
    <pubDate>Mon Jun 21 15:41:38 UTC 2021</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.4.12.1</description>
    <pubDate>Mon Apr 13 07:46:05 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.3.34.1</description>
    <pubDate>Fri Apr 21 16:51:30 UTC 2017</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/libarchive/dist/tar/write.c - 1.1.1.3.30.1</description>
    <pubDate>Wed Apr 26 02:52:31 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

