<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sbin/setkey/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>1b6c9c3f - Remove the link to libl which only contains a stub function</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#1b6c9c3f</link>
        <description>Remove the link to libl which only contains a stub functionon yywrap, if the flex is told yywrap is not in use, then this linkage becomesunnecessary

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Mon, 23 Mar 2020 14:37:00 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2328be5 - Revove useless linking to yacc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#e2328be5</link>
        <description>Revove useless linking to yacc

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Mon, 23 Mar 2020 14:11:49 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e0e8f31 - Add large replay widow support to setkey(8) and libipsec.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#4e0e8f31</link>
        <description>Add large replay widow support to setkey(8) and libipsec.When the replay window size is large than UINT8_MAX, add to the requestthe SADB_X_EXT_SA_REPLAY extension header that was added in r309144.Also add support of SADB_X_EXT_NAT_T_TYPE, SADB_X_EXT_NAT_T_SPORT,SADB_X_EXT_NAT_T_DPORT, SADB_X_EXT_NAT_T_OAI, SADB_X_EXT_NAT_T_OAR,SADB_X_EXT_SA_REPLAY, SADB_X_EXT_NEW_ADDRESS_SRC, SADB_X_EXT_NEW_ADDRESS_DSTextension headers to the key_debug that is used by `setkey -x`.Modify kdebug_sockaddr() to use inet_ntop() for IP addresses formatting.And modify kdebug_sadb_x_policy() to show policy scope and priority.Reviewed by:	gnn, Emeric PouponMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D10375

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Thu, 13 Apr 2017 14:44:17 +0000</pubDate>
        <dc:creator>Andrey V. Elsukov &lt;ae@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12211016 - Fix CFLAGS for including netipsec headers #includes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#12211016</link>
        <description>Fix CFLAGS for including netipsec headers #includesThe netipsec headers are referenced via netipsec/..., not ./... .Thus, assuming that the netipsec/... is nested under ${SRCTOP}/sys/netipsecis wrong.This tripped up some individuals building ^/head on systems pre-r314812.MFC after:	1 weekReported by:	Roberto Rodriguez Jr &lt;rob.rodz.jr9@gmail.com&gt;Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Mon, 13 Mar 2017 01:05:25 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e96ea26d - Delete duplicate -I &lt;SRCTOP&gt;/lib/libipsec added in r171135</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#e96ea26d</link>
        <description>Delete duplicate -I &lt;SRCTOP&gt;/lib/libipsec added in r171135It&apos;s already handled earlier on in the Makefile, per the change madein r80029.MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 02:21:16 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22289a8c - sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#22289a8c</link>
        <description>sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:33:01 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>406d87b1 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#406d87b1</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 20:19:31 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13eb765f - Convert sbin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#13eb765f</link>
        <description>Convert sbin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:23:12 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b6a9180 - Correct prefix for &quot;locally installed things&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#7b6a9180</link>
        <description>Correct prefix for &quot;locally installed things&quot;Approved by:	cpercivaMFC After:	3 days

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Wed, 16 Jan 2013 05:03:46 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8409aedf - Commit IPv6 support for FAST_IPSEC to the tree.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#8409aedf</link>
        <description>Commit IPv6 support for FAST_IPSEC to the tree.This commit includes all remaining changes for the time being includinguser space updates.Submitted by:    bzApproved by:    re

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Sun, 01 Jul 2007 12:08:08 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>491bafe5 - Obey MK_INET6_SUPPORT.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#491bafe5</link>
        <description>Obey MK_INET6_SUPPORT.This is also a good chance to apply style.Makefile(5) in some cases.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Thu, 27 Jul 2006 13:26:29 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0625d8dc - setkey(8) is not WARNS=2 compliant, yet.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#0625d8dc</link>
        <description>setkey(8) is not WARNS=2 compliant, yet.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Thu, 13 Oct 2005 17:57:34 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf43a054 - - do hexdump on send.  set length field properly</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#cf43a054</link>
        <description>- do hexdump on send.  set length field properly- check for encryption/authentication key together with algorithm.- warned if a deprecated encryption algorithm (that includes &quot;simple&quot;)  is specified.- changed the syntax how to define a policy of a ICMPv6 type and/or a  code, like spdadd ::/0 ::/0 icmp6 134,0 -P out none;- random cleanup in parser.- use yyfatal, or return -1 after yyerror.- deal with strdup() failure.- permit scope notation in policy string (-P  esp/tunnel/foo%scope-bar%scope/use)- simplify /prefix and [port].- g/c some unused symbols.Obtained from:	KAME

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Wed, 05 Nov 2003 09:47:54 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b1222a7 - Don&apos;t install scriptdump which is written in Perl.  This is</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#9b1222a7</link>
        <description>Don&apos;t install scriptdump which is written in Perl.  This iscorresponding to removal of Perl from base system.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Thu, 16 May 2002 15:44:08 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9ad8c86 - beforeinstall -&gt; SCRIPTS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#b9ad8c86</link>
        <description>beforeinstall -&gt; SCRIPTS.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Sat, 07 Apr 2001 11:21:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/setkey/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/sbin/setkey/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
