<?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/usr.sbin/authpf/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/authpf/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>2b2ed4a6 - authpf: Start using libpfctl</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#2b2ed4a6</link>
        <description>authpf: Start using libpfctlUse pfctl_kill_states() rather than the DIOCKILLSTATES ioctl directly.MFC after:	1 weekSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D30057

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Fri, 30 Apr 2021 08:26:52 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982b - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#64a0982b</link>
        <description>usr.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/usr.sbin/authpf/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:38:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e4474f16 - authpf does not need to link to libmd</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#e4474f16</link>
        <description>authpf does not need to link to libmd

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Thu, 09 Apr 2015 21:33:57 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0db8e84 - Install authpf-noip.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#d0db8e84</link>
        <description>Install authpf-noip.MFC after:	3 days

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Wed, 10 Jul 2013 07:40:30 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b3a8eb9 - o Create directory sys/netpfil, where all packet filters should</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#3b3a8eb9</link>
        <description>o Create directory sys/netpfil, where all packet filters should  reside, and move there ipfw(4) and pf(4).o Move most modified parts of pf out of contrib.Actual movements:sys/contrib/pf/net/*.c		-&gt; sys/netpfil/pf/sys/contrib/pf/net/*.h		-&gt; sys/net/contrib/pf/pfctl/*.c		-&gt; sbin/pfctlcontrib/pf/pfctl/*.h		-&gt; sbin/pfctlcontrib/pf/pfctl/pfctl.8	-&gt; sbin/pfctlcontrib/pf/pfctl/*.4		-&gt; share/man/man4contrib/pf/pfctl/*.5		-&gt; share/man/man5sys/netinet/ipfw		-&gt; sys/netpfil/ipfwThe arguable movement is pf/net/*.h -&gt; sys/net. There arefuture plans to refactor pf includes, so I decided not tobreak things twice.Not modified bits of pf left in contrib: authpf, ftp-proxy,tftp-proxy, pflogd.The ipfw(4) movement is planned to be merged to stable/9,to make head and stable match.Discussed with:		bz, luigi

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Fri, 14 Sep 2012 11:51:49 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24c2567f - Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#24c2567f</link>
        <description>Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Thu, 21 Sep 2006 18:16:22 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6f55a1f - Use libutil in DPADD as well.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#f6f55a1f</link>
        <description>Use libutil in DPADD as well.Submitted by:	ru

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Wed, 04 May 2005 08:57:12 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8a77063 - Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#a8a77063</link>
        <description>Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Tue, 03 May 2005 16:57:38 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>278445ba - Add skeleton build dirs for pf userland:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/authpf/Makefile#278445ba</link>
        <description>Add skeleton build dirs for pf userland: libexec/ftp-proxy	- ftp proxy for pf sbin/pfctl		- equivalent to sbin/ipf sbin/pflogd		- deamon logging packets via if_pflog in pcap format usr.sbin/authpf	- authentification shell to modify pf rulesetsBring along some altq headers used to satisfy pfctl/authpf compile. Thishelps to keep the diff down and will make it easy to have a altq-patchsetuse the full powers of pf.Also make sure that the pf headers are installed.This does not link anything to the build. There will be a NO_PF switch formake.conf once pf userland is linked.Approved by:	bms(mentor)

            List of files:
            /freebsd-14.2/usr.sbin/authpf/Makefile</description>
        <pubDate>Sat, 28 Feb 2004 21:50:50 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
