<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>9124ace751eb9c856c50c3698cf93ede45a9897d - packages: Rename liblzma package to xz</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#9124ace751eb9c856c50c3698cf93ede45a9897d</link>
        <description>packages: Rename liblzma package to xzRename liblzma to xz, and use LIB_PACKAGE to create an xz-lib packagefor runtime libraries.MFC after:	1 dayReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52791

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 08:11:55 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>128836d304d93f2d00eb14069c27089ab46c38d4 - MFV: xz 5.8.1.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#128836d304d93f2d00eb14069c27089ab46c38d4</link>
        <description>MFV: xz 5.8.1.PR:		bin/286252MFC after:	1 week

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sun, 04 May 2025 07:06:22 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b35e7ee8de9b0260149a2b77e87a2b9c7a36244 - MFV: xz 5.6.2.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#3b35e7ee8de9b0260149a2b77e87a2b9c7a36244</link>
        <description>MFV: xz 5.6.2.MFC after:	4 weeks

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 04 Jun 2024 01:14:43 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91d35fb663e0276abc4963ae559e4759ea929842 - Remove WITHOUT_CAPSICUM build support</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#91d35fb663e0276abc4963ae559e4759ea929842</link>
        <description>Remove WITHOUT_CAPSICUM build supportCapsicum is non-optional as of c24c117b9644 (&quot;RemoveWITHOUT_{CAPSICUM,CASPER} options&quot;).`#ifndef WITHOUT_CAPSICUM` is left in the source for the benefit ofdownstream consumers, but is never defined in FreeBSD.Reviewed by:	oshogboSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D42077

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 23 Apr 2024 11:20:59 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f9cd13d6c1824633251fb4267c9752d3b044a45 - Revert &quot;MFV: xz 5.6.0&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#2f9cd13d6c1824633251fb4267c9752d3b044a45</link>
        <description>Revert &quot;MFV: xz 5.6.0&quot;This commit reverts 8db56defa766eacdbaf89a37f25b11a57fd9787a,rolling back the vendor import of xz 5.6.0 and restoring thepackage to version 5.4.5.The revert was not directly due to the attack (CVE-2024-3094):our import process have removed the test cases and build scriptsthat would have enabled the attack. However, reverting wouldhelp to reduce potential confusion and false positives fromsecurity scanners that assess risk based solely on versionnumbers.Another commit will follow to restore binary compatibility withthe liblzma 5.6.0 library by making the previously privatesymbol (lzma_mt_block_size) public.PR:		278127MFC after:	3 days

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Fri, 05 Apr 2024 06:39:23 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8db56defa766eacdbaf89a37f25b11a57fd9787a - MFV: xz 5.6.0.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#8db56defa766eacdbaf89a37f25b11a57fd9787a</link>
        <description>MFV: xz 5.6.0.MFC after:	2 weeks

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sun, 25 Feb 2024 23:46:22 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f02c0d15669949bb3b5086800aaf11a65e4c871 - Disable sandboxing when building with WITHOUT_CAPSICUM.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#8f02c0d15669949bb3b5086800aaf11a65e4c871</link>
        <description>Disable sandboxing when building with WITHOUT_CAPSICUM.PR:		bin/269185MFC after:	3 days

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sat, 28 Jan 2023 18:53:47 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9124ace751eb9c856c50c3698cf93ede45a9897d - packages: Rename liblzma package to xz</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#9124ace751eb9c856c50c3698cf93ede45a9897d</link>
        <description>packages: Rename liblzma package to xzRename liblzma to xz, and use LIB_PACKAGE to create an xz-lib packagefor runtime libraries.MFC after:	1 dayReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52791

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 08:11:55 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>128836d304d93f2d00eb14069c27089ab46c38d4 - MFV: xz 5.8.1.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#128836d304d93f2d00eb14069c27089ab46c38d4</link>
        <description>MFV: xz 5.8.1.PR:		bin/286252MFC after:	1 week

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sun, 04 May 2025 07:06:22 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b35e7ee8de9b0260149a2b77e87a2b9c7a36244 - MFV: xz 5.6.2.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#3b35e7ee8de9b0260149a2b77e87a2b9c7a36244</link>
        <description>MFV: xz 5.6.2.MFC after:	4 weeks

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 04 Jun 2024 01:14:43 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91d35fb663e0276abc4963ae559e4759ea929842 - Remove WITHOUT_CAPSICUM build support</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#91d35fb663e0276abc4963ae559e4759ea929842</link>
        <description>Remove WITHOUT_CAPSICUM build supportCapsicum is non-optional as of c24c117b9644 (&quot;RemoveWITHOUT_{CAPSICUM,CASPER} options&quot;).`#ifndef WITHOUT_CAPSICUM` is left in the source for the benefit ofdownstream consumers, but is never defined in FreeBSD.Reviewed by:	oshogboSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D42077

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 23 Apr 2024 11:20:59 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f9cd13d6c1824633251fb4267c9752d3b044a45 - Revert &quot;MFV: xz 5.6.0&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#2f9cd13d6c1824633251fb4267c9752d3b044a45</link>
        <description>Revert &quot;MFV: xz 5.6.0&quot;This commit reverts 8db56defa766eacdbaf89a37f25b11a57fd9787a,rolling back the vendor import of xz 5.6.0 and restoring thepackage to version 5.4.5.The revert was not directly due to the attack (CVE-2024-3094):our import process have removed the test cases and build scriptsthat would have enabled the attack. However, reverting wouldhelp to reduce potential confusion and false positives fromsecurity scanners that assess risk based solely on versionnumbers.Another commit will follow to restore binary compatibility withthe liblzma 5.6.0 library by making the previously privatesymbol (lzma_mt_block_size) public.PR:		278127MFC after:	3 days

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Fri, 05 Apr 2024 06:39:23 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8db56defa766eacdbaf89a37f25b11a57fd9787a - MFV: xz 5.6.0.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#8db56defa766eacdbaf89a37f25b11a57fd9787a</link>
        <description>MFV: xz 5.6.0.MFC after:	2 weeks

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sun, 25 Feb 2024 23:46:22 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f02c0d15669949bb3b5086800aaf11a65e4c871 - Disable sandboxing when building with WITHOUT_CAPSICUM.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#8f02c0d15669949bb3b5086800aaf11a65e4c871</link>
        <description>Disable sandboxing when building with WITHOUT_CAPSICUM.PR:		bin/269185MFC after:	3 days

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sat, 28 Jan 2023 18:53:47 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fba2ebb8f86d4cbdc710c89a094572b08e - Adopt SRCTOP in usr.bin</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#a35f04fba2ebb8f86d4cbdc710c89a094572b08e</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Wed, 27 May 2015 01:19:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8fee543ec64428c4a06901c5b2d2a065029837a - Merge from HEAD</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#d8fee543ec64428c4a06901c5b2d2a065029837a</link>
        <description>Merge from HEAD

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Thu, 12 Feb 2015 15:34:16 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53f2fbcab4ca497c4bed5e5728534468e2b9e992 - MFH: r278202,r278205-r278590</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#53f2fbcab4ca497c4bed5e5728534468e2b9e992</link>
        <description>MFH: r278202,r278205-r278590Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Wed, 11 Feb 2015 18:59:46 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93466fc60f4ef88cfc6f9ea3c89d87de4ff0f4fc - Merge ^/head r278351 through r278498.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#93466fc60f4ef88cfc6f9ea3c89d87de4ff0f4fc</link>
        <description>Merge ^/head r278351 through r278498.

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Tue, 10 Feb 2015 07:56:14 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>532000256b898d5d3b0067ffa328715d18f4776d - Merge xz 5.2.0.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/xz/Makefile#532000256b898d5d3b0067ffa328715d18f4776d</link>
        <description>Merge xz 5.2.0.This brings support for multi-threaded compression.  This brings closeN times faster compression where N is the number of CPU cores.Because of this, liblzma now depends on libthr.Soon libarchive will be modified to use the new lzma API.Thanks to antoine@ for the exp-run.Differential Revision:	 https://reviews.freebsd.org/D1786Reviewed by:	bapt

            List of files:
            /src/usr.bin/xz/Makefile</description>
        <pubDate>Mon, 09 Feb 2015 06:20:34 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
