<?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>e3935639d8d8b6556cad18e1c90e419a65f26b40 - contrib/expat: import expat 2.8.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#e3935639d8d8b6556cad18e1c90e419a65f26b40</link>
        <description>contrib/expat: import expat 2.8.0Changes: https://github.com/libexpat/libexpat/blob/R_2_8_0/expat/ChangesSecurity:	CVE-2026-41080MFC after:	1 week

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 12:38:10 +0200</pubDate>
        <dc:creator>Philip Paeps &lt;philip@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/lib/libexpat/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/lib/libexpat/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/lib/libexpat/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libexpat/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>30975efbaff0a021545e81bd9fa09d848edfaafa - pkgbase: Put libbsdxml in FreeBSD-runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#30975efbaff0a021545e81bd9fa09d848edfaafa</link>
        <description>pkgbase: Put libbsdxml in FreeBSD-runtimelibbsdxml is used by a lot of programs so just put it in FreeBSD-runtime.Differential Revision: https://reviews.freebsd.org/D31800Reviewed by: emaste

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Wed, 01 Sep 2021 20:25:50 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 20:09:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24c14ab87e922c9e6a375aede121b176a47ce631 - Stop using unifdef to generate bsdxml.h</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#24c14ab87e922c9e6a375aede121b176a47ce631</link>
        <description>Stop using unifdef to generate bsdxml.hThe current invocation of unifdef causes the build to fail when using a shellwith -o pipefail on by default since unifdef will return a non-zero exit statusif it changes something. The only thing this call to unifdef does is remove 5lines that will be ignored by the compiler anyway. Furthermore, it is the onlymake rule in the source tree that requires unifdef. Removing this call alsomakes it slightly easier to build without inhering $PATH (D16815) since wedon&apos;t need unifdef anymore.I also noticed that the sed call to replace the include guard has been brokenfor over 10 years since the import of expat 2.0.1 changed it from`XmlParse_INCLUDED` to `Expat_INCLUDED`. I could also fix this but since it&apos;sbeen broken for so long and no one noticed, it&apos;s probably not necessary.Reviewed By:	emasteApproved By:	jhb (mentor)Differential Revision: https://reviews.freebsd.org/D14317

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 13:56:42 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 19:06:09 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 17:05:13 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2623a5ac00b58fc7ada2eff9602edbd30f908b38 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#2623a5ac00b58fc7ada2eff9602edbd30f908b38</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 05:53:45 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b2ee82db77066fdb18c8183e02e02f79499328 - Revert r284417 it is not necessary anymore</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#18b2ee82db77066fdb18c8183e02e02f79499328</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 21:28:07 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826683298e85d469c0ef17259cecd13b2c7 - Enforce overwritting SHLIBDIR</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#4232f826683298e85d469c0ef17259cecd13b2c7</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 17:34:20 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51dd214c84efceda87c2ac10d34b7e3ee5b6c28f - MFhead @ r277403</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#51dd214c84efceda87c2ac10d34b7e3ee5b6c28f</link>
        <description>MFhead @ r277403

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 23:18:00 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a37b5fc17b2d3c2f0487756ab32450019fdbd31 - Add a ${CP} alias for copying files in the build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#7a37b5fc17b2d3c2f0487756ab32450019fdbd31</link>
        <description>Add a ${CP} alias for copying files in the build.Some users build FreeBSD as non-root in Perforce workspaces.  By default,Perforce sets files read-only unless they&apos;re explicitly being edited.As a result, the -f argument must be used to cp in order to override theread-only flag when copying source files to object directories.  Bare use of&apos;cp&apos; should be avoided in the future.Update all current users of &apos;cp&apos; in the src tree.Reviewed by:	emasteMFC after:	1 weekSponsored by:	Spectra Logic

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Fri, 16 Jan 2015 22:39:08 +0100</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d56c133fba5f5a622a61cac070ea09317b4e023 - Sync to HEAD@r274766</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#4d56c133fba5f5a622a61cac070ea09317b4e023</link>
        <description>Sync to HEAD@r274766

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Fri, 21 Nov 2014 02:22:33 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libexpat/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/lib/libexpat/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
