<?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>18a870751b036f1dc78b36084ccb993d139a11bb - krb5: Fix typo &quot;SPDX-License-Idendifier&quot;</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#18a870751b036f1dc78b36084ccb993d139a11bb</link>
        <description>krb5: Fix typo &quot;SPDX-License-Idendifier&quot;sed -e s/SPDX-License-Idendifier/SPDX-License-Identifier/

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Sun, 17 Aug 2025 21:13:48 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10eecc467f3214d709283fff05ed2c81abe8408b - krb5: Don&apos;t install gssapi.h twice</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#10eecc467f3214d709283fff05ed2c81abe8408b</link>
        <description>krb5: Don&apos;t install gssapi.h twiceCurrently we install /usr/include/gssapi/gssapi.h twice, once inkrb5/include/gssapi and once in krb5/lib/gssapi.The version in krb5/include/gssapi is wrong: make searches ${.PATH} andpicks crypto/krb5/src/include/gssapi.h to install, but this is the filewhich is supposed to be installed in /usr/include/gssapi.h.The problem was masked by the fact that we install the correctgssapi/gssapi.h later in krb5/lib/gssapi.Remove gssapi.h and the unneeded ${.PATH} entry from krb/include/gssapiand while here, remove the unused GSSAPI_KRB5 include group.This change does not affect the ultimate result of installworld,it just avoids installing the same file twice with different content.PR:			288594Reviewed by:		brooks, desDifferential Revision:	https://reviews.freebsd.org/D51840

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 12:25:24 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e26259f48afe98022d885f02fbb8abcd7878e41a - gssapi,krb5: Replace libgssapi with the MIT version</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#e26259f48afe98022d885f02fbb8abcd7878e41a</link>
        <description>gssapi,krb5: Replace libgssapi with the MIT versionlib/libgssapi is based on Heimdal. As on Linux systems, the MITlibgssapi_krb5 replaces it. With both gssapi libraries and header filesinstalled results in broken buildworld (gssd) and ports that will notbuild without modifications to support the MIT gssapi in an alternatelocation.73ed0c7992fd removed the MIT GSSAPI headers from /usr/include. Apps usingMIT KRB5 gssapi functions and structures will fail to build without thispatch.This patch includes a temporary patch to usr.sbin/gssd to allow itto build with this patch. rmacklem@ has a patch for this and forkgssapi that uses this patch to resolve kgssapi issues for NFS withKerberos.This patch is an updated version of D51661 to allow it to build followingadditional patchs to the tree.This should have been implmented with 7e35117eb07f.Fixes:			7e35117eb07f, 73ed0c7992fdDifferential Revision:	https://reviews.freebsd.org/D51661

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 16:51:20 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee3960cba1068e12fb032a68c46d74841d9edab3 - krb5: Add build plumbing</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#ee3960cba1068e12fb032a68c46d74841d9edab3</link>
        <description>krb5: Add build plumbingAdd tne necessary Makefiles and header files to facilitate buildingMIT KRB5 as part of buildworld. Nothing will build until theWITH_MITKRB5/MK_MITKRB5 option has been plumbed in Makefile.inc1.Before any changes to Makefile.inc1 are made to enable MIT KRB5,additional commits to other affected software will need to be committed.krb5/Makefile was inspired by kerberos5/Makefile. The Makefiles inkrb5/util and krb5/lib were inspired by those in lib/libc and inlib/ncurses.Differential revision:	https://reviews.freebsd.org/D50695Sponsored by:		The FreeBSD Foundation

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Thu, 05 Jun 2025 04:18:38 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18a870751b036f1dc78b36084ccb993d139a11bb - krb5: Fix typo &quot;SPDX-License-Idendifier&quot;</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#18a870751b036f1dc78b36084ccb993d139a11bb</link>
        <description>krb5: Fix typo &quot;SPDX-License-Idendifier&quot;sed -e s/SPDX-License-Idendifier/SPDX-License-Identifier/

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Sun, 17 Aug 2025 21:13:48 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10eecc467f3214d709283fff05ed2c81abe8408b - krb5: Don&apos;t install gssapi.h twice</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#10eecc467f3214d709283fff05ed2c81abe8408b</link>
        <description>krb5: Don&apos;t install gssapi.h twiceCurrently we install /usr/include/gssapi/gssapi.h twice, once inkrb5/include/gssapi and once in krb5/lib/gssapi.The version in krb5/include/gssapi is wrong: make searches ${.PATH} andpicks crypto/krb5/src/include/gssapi.h to install, but this is the filewhich is supposed to be installed in /usr/include/gssapi.h.The problem was masked by the fact that we install the correctgssapi/gssapi.h later in krb5/lib/gssapi.Remove gssapi.h and the unneeded ${.PATH} entry from krb/include/gssapiand while here, remove the unused GSSAPI_KRB5 include group.This change does not affect the ultimate result of installworld,it just avoids installing the same file twice with different content.PR:			288594Reviewed by:		brooks, desDifferential Revision:	https://reviews.freebsd.org/D51840

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 12:25:24 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e26259f48afe98022d885f02fbb8abcd7878e41a - gssapi,krb5: Replace libgssapi with the MIT version</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#e26259f48afe98022d885f02fbb8abcd7878e41a</link>
        <description>gssapi,krb5: Replace libgssapi with the MIT versionlib/libgssapi is based on Heimdal. As on Linux systems, the MITlibgssapi_krb5 replaces it. With both gssapi libraries and header filesinstalled results in broken buildworld (gssd) and ports that will notbuild without modifications to support the MIT gssapi in an alternatelocation.73ed0c7992fd removed the MIT GSSAPI headers from /usr/include. Apps usingMIT KRB5 gssapi functions and structures will fail to build without thispatch.This patch includes a temporary patch to usr.sbin/gssd to allow itto build with this patch. rmacklem@ has a patch for this and forkgssapi that uses this patch to resolve kgssapi issues for NFS withKerberos.This patch is an updated version of D51661 to allow it to build followingadditional patchs to the tree.This should have been implmented with 7e35117eb07f.Fixes:			7e35117eb07f, 73ed0c7992fdDifferential Revision:	https://reviews.freebsd.org/D51661

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 16:51:20 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee3960cba1068e12fb032a68c46d74841d9edab3 - krb5: Add build plumbing</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#ee3960cba1068e12fb032a68c46d74841d9edab3</link>
        <description>krb5: Add build plumbingAdd tne necessary Makefiles and header files to facilitate buildingMIT KRB5 as part of buildworld. Nothing will build until theWITH_MITKRB5/MK_MITKRB5 option has been plumbed in Makefile.inc1.Before any changes to Makefile.inc1 are made to enable MIT KRB5,additional commits to other affected software will need to be committed.krb5/Makefile was inspired by kerberos5/Makefile. The Makefiles inkrb5/util and krb5/lib were inspired by those in lib/libc and inlib/ncurses.Differential revision:	https://reviews.freebsd.org/D50695Sponsored by:		The FreeBSD Foundation

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Thu, 05 Jun 2025 04:18:38 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18a870751b036f1dc78b36084ccb993d139a11bb - krb5: Fix typo &quot;SPDX-License-Idendifier&quot;</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#18a870751b036f1dc78b36084ccb993d139a11bb</link>
        <description>krb5: Fix typo &quot;SPDX-License-Idendifier&quot;sed -e s/SPDX-License-Idendifier/SPDX-License-Identifier/

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Sun, 17 Aug 2025 21:13:48 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10eecc467f3214d709283fff05ed2c81abe8408b - krb5: Don&apos;t install gssapi.h twice</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#10eecc467f3214d709283fff05ed2c81abe8408b</link>
        <description>krb5: Don&apos;t install gssapi.h twiceCurrently we install /usr/include/gssapi/gssapi.h twice, once inkrb5/include/gssapi and once in krb5/lib/gssapi.The version in krb5/include/gssapi is wrong: make searches ${.PATH} andpicks crypto/krb5/src/include/gssapi.h to install, but this is the filewhich is supposed to be installed in /usr/include/gssapi.h.The problem was masked by the fact that we install the correctgssapi/gssapi.h later in krb5/lib/gssapi.Remove gssapi.h and the unneeded ${.PATH} entry from krb/include/gssapiand while here, remove the unused GSSAPI_KRB5 include group.This change does not affect the ultimate result of installworld,it just avoids installing the same file twice with different content.PR:			288594Reviewed by:		brooks, desDifferential Revision:	https://reviews.freebsd.org/D51840

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 12:25:24 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e26259f48afe98022d885f02fbb8abcd7878e41a - gssapi,krb5: Replace libgssapi with the MIT version</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#e26259f48afe98022d885f02fbb8abcd7878e41a</link>
        <description>gssapi,krb5: Replace libgssapi with the MIT versionlib/libgssapi is based on Heimdal. As on Linux systems, the MITlibgssapi_krb5 replaces it. With both gssapi libraries and header filesinstalled results in broken buildworld (gssd) and ports that will notbuild without modifications to support the MIT gssapi in an alternatelocation.73ed0c7992fd removed the MIT GSSAPI headers from /usr/include. Apps usingMIT KRB5 gssapi functions and structures will fail to build without thispatch.This patch includes a temporary patch to usr.sbin/gssd to allow itto build with this patch. rmacklem@ has a patch for this and forkgssapi that uses this patch to resolve kgssapi issues for NFS withKerberos.This patch is an updated version of D51661 to allow it to build followingadditional patchs to the tree.This should have been implmented with 7e35117eb07f.Fixes:			7e35117eb07f, 73ed0c7992fdDifferential Revision:	https://reviews.freebsd.org/D51661

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 16:51:20 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee3960cba1068e12fb032a68c46d74841d9edab3 - krb5: Add build plumbing</title>
        <link>http://opengrok.net:8080/history/src/krb5/include/gssapi/Makefile#ee3960cba1068e12fb032a68c46d74841d9edab3</link>
        <description>krb5: Add build plumbingAdd tne necessary Makefiles and header files to facilitate buildingMIT KRB5 as part of buildworld. Nothing will build until theWITH_MITKRB5/MK_MITKRB5 option has been plumbed in Makefile.inc1.Before any changes to Makefile.inc1 are made to enable MIT KRB5,additional commits to other affected software will need to be committed.krb5/Makefile was inspired by kerberos5/Makefile. The Makefiles inkrb5/util and krb5/lib were inspired by those in lib/libc and inlib/ncurses.Differential revision:	https://reviews.freebsd.org/D50695Sponsored by:		The FreeBSD Foundation

            List of files:
            /src/krb5/include/gssapi/Makefile</description>
        <pubDate>Thu, 05 Jun 2025 04:18:38 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
