<?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>2ae23816 - libarchive: merge from vendor branch</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tar/tests/Makefile#2ae23816</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-26256(cherry picked from commit bd66c1b43e33540205dbc1187c2f2a15c58b57ba)

            List of files:
            /freebsd-14.2/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sun, 20 Oct 2024 08:22:09 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tar/tests/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/tar/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe815331 - build: provide a default WARNS for all in-tree builds</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tar/tests/Makefile#fe815331</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-14.2/usr.bin/tar/tests/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 17:17:46 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06fd1dab - Fix building usr.bin/tar/tests with PIE symbol building enabled by</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/tar/tests/Makefile#06fd1dab</link>
        <description>Fix building usr.bin/tar/tests with PIE symbol building enabled byremoving CFLAGS+= -static`CFLAGS+= -static` was a carryover from pre-r289195 withusr.bin/tar/test/Makefile that should have been specified in LDFLAGSThere doesn&apos;t seem to be an apparent need for static compilationof the test binaries.Differential Revision:	https://reviews.freebsd.org/D7430MFC after:	1 weekObtained-from:	opBSD (418a491eed20d2603ddd1f1bd92c2c0d95094002)Submitted by:	opSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.bin/tar/tests/Makefile</description>
        <pubDate>Sat, 06 Aug 2016 19:05:01 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/tests/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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-14.2/usr.bin/tar/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>
