<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/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:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5f40dd63bc7acbb5312b26ac1ea1103c12352a6 - ntp: Vendor import of ntp-4.2.8p18</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#f5f40dd63bc7acbb5312b26ac1ea1103c12352a6</link>
        <description>ntp: Vendor import of ntp-4.2.8p18MFC:	3 daysMerge commit &apos;1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad&apos; into main

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Mon, 27 May 2024 01:41:22 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f9966ff63d65bd474478888c9088eeae3f9c669 - packages: add package for NTP</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#2f9966ff63d65bd474478888c9088eeae3f9c669</link>
        <description>packages: add package for NTPReviewed by: imp, manuPull Request: https://github.com/freebsd/freebsd-src/pull/1193

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Sat, 04 May 2024 13:41:46 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/ntp/ntpd/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>a466cc55373fc3cf86837f09da729535b57e69a1 - ntp: import ntp-4.2.8p16</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#a466cc55373fc3cf86837f09da729535b57e69a1</link>
        <description>ntp: import ntp-4.2.8p16Security:       NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)MFC after:	immediately

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Thu, 01 Jun 2023 14:04:37 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>733a832fb515ef9ebf9d584896962fd28e714d0b - ntp: Revert &quot;Disable stack gap for ntpd during build.&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#733a832fb515ef9ebf9d584896962fd28e714d0b</link>
        <description>ntp: Revert &quot;Disable stack gap for ntpd during build.&quot;This reverts commit af949c590bd8a00a5973b5875d7e0fa6832ea64a because889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 fixes the underlying problem.MFC after:	1 month

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Mon, 16 Aug 2021 14:46:31 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af949c590bd8a00a5973b5875d7e0fa6832ea64a - Disable stack gap for ntpd during build.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#af949c590bd8a00a5973b5875d7e0fa6832ea64a</link>
        <description>Disable stack gap for ntpd during build.When starting, ntpd calls setrlimit(2) to limit maximum size of itsstack. The stack limit chosen by ntpd is 200K, so when stack gapis enabled, the stack gap is larger than this limit, which resultsin ntpd crashing.Submitted by: Dawid Gorecki &lt;dgr@semihalf.com&gt;Reviewed by: cy, impObtained from: SemihalfSponsored by: StormshieldDifferential Revision: https://reviews.freebsd.org/D29553

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Fri, 21 May 2021 09:29:22 +0000</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d5db455951d382a9cb355cb4bc56cac5c277603 - Merge ^/head r340427 through r340868.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#3d5db455951d382a9cb355cb4bc56cac5c277603</link>
        <description>Merge ^/head r340427 through r340868.

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 14:46:06 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66a12de51880eed3fa8b918d8ab4b7b9191671a6 - Fix typo introduced in r340439 - s/ETN/ETC/</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#66a12de51880eed3fa8b918d8ab4b7b9191671a6</link>
        <description>Fix typo introduced in r340439 - s/ETN/ETC/Reported by:	jhb, yuripvApproved by:	eugenMFC after:	3 daysX-MFC-With:	340439Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Wed, 14 Nov 2018 18:38:27 +0000</pubDate>
        <dc:creator>Renato Botelho &lt;garga@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7f458b592bbef639163118c1c1d6d278f42f092 - Fix /etc/ntp permissions. According to mtree it must be 0700</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#f7f458b592bbef639163118c1c1d6d278f42f092</link>
        <description>Fix /etc/ntp permissions. According to mtree it must be 0700Reviewed by:	impApproved by:	impMFC after:	3 daysSponsored by:	Rubicon Communications, LLC (Netgate)Differential Revision:	https://reviews.freebsd.org/D17973

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Wed, 14 Nov 2018 16:19:15 +0000</pubDate>
        <dc:creator>Renato Botelho &lt;garga@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3611ec604864a7d4dcc9a3ea898c80eb35eef8a0 - Merge ^/head r337646 through r338014.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#3611ec604864a7d4dcc9a3ea898c80eb35eef8a0</link>
        <description>Merge ^/head r337646 through r338014.

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Sat, 18 Aug 2018 12:15:54 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/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:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5f40dd63bc7acbb5312b26ac1ea1103c12352a6 - ntp: Vendor import of ntp-4.2.8p18</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#f5f40dd63bc7acbb5312b26ac1ea1103c12352a6</link>
        <description>ntp: Vendor import of ntp-4.2.8p18MFC:	3 daysMerge commit &apos;1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad&apos; into main

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Mon, 27 May 2024 01:41:22 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f9966ff63d65bd474478888c9088eeae3f9c669 - packages: add package for NTP</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#2f9966ff63d65bd474478888c9088eeae3f9c669</link>
        <description>packages: add package for NTPReviewed by: imp, manuPull Request: https://github.com/freebsd/freebsd-src/pull/1193

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Sat, 04 May 2024 13:41:46 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/ntp/ntpd/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>a466cc55373fc3cf86837f09da729535b57e69a1 - ntp: import ntp-4.2.8p16</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#a466cc55373fc3cf86837f09da729535b57e69a1</link>
        <description>ntp: import ntp-4.2.8p16Security:       NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)MFC after:	immediately

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Thu, 01 Jun 2023 14:04:37 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>733a832fb515ef9ebf9d584896962fd28e714d0b - ntp: Revert &quot;Disable stack gap for ntpd during build.&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#733a832fb515ef9ebf9d584896962fd28e714d0b</link>
        <description>ntp: Revert &quot;Disable stack gap for ntpd during build.&quot;This reverts commit af949c590bd8a00a5973b5875d7e0fa6832ea64a because889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 fixes the underlying problem.MFC after:	1 month

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Mon, 16 Aug 2021 14:46:31 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af949c590bd8a00a5973b5875d7e0fa6832ea64a - Disable stack gap for ntpd during build.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#af949c590bd8a00a5973b5875d7e0fa6832ea64a</link>
        <description>Disable stack gap for ntpd during build.When starting, ntpd calls setrlimit(2) to limit maximum size of itsstack. The stack limit chosen by ntpd is 200K, so when stack gapis enabled, the stack gap is larger than this limit, which resultsin ntpd crashing.Submitted by: Dawid Gorecki &lt;dgr@semihalf.com&gt;Reviewed by: cy, impObtained from: SemihalfSponsored by: StormshieldDifferential Revision: https://reviews.freebsd.org/D29553

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Fri, 21 May 2021 09:29:22 +0000</pubDate>
        <dc:creator>Marcin Wojtas &lt;mw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d5db455951d382a9cb355cb4bc56cac5c277603 - Merge ^/head r340427 through r340868.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#3d5db455951d382a9cb355cb4bc56cac5c277603</link>
        <description>Merge ^/head r340427 through r340868.

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 14:46:06 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66a12de51880eed3fa8b918d8ab4b7b9191671a6 - Fix typo introduced in r340439 - s/ETN/ETC/</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/ntp/ntpd/Makefile#66a12de51880eed3fa8b918d8ab4b7b9191671a6</link>
        <description>Fix typo introduced in r340439 - s/ETN/ETC/Reported by:	jhb, yuripvApproved by:	eugenMFC after:	3 daysX-MFC-With:	340439Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /src/usr.sbin/ntp/ntpd/Makefile</description>
        <pubDate>Wed, 14 Nov 2018 18:38:27 +0000</pubDate>
        <dc:creator>Renato Botelho &lt;garga@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
