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

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/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>e01f9fe1 - ipf: low-effort fix to make it compilable without inet6</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#e01f9fe1</link>
        <description>ipf: low-effort fix to make it compilable without inet6

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Wed, 05 Jul 2023 10:01:00 +0000</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cb2d7c4 - ipfilter userland: Path fixup no longer required</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#7cb2d7c4</link>
        <description>ipfilter userland: Path fixup no longer requiredSince the move of ipfilter from contrib to sbin adjusting the source pathis no longer required.Fixes:		41edb306f05651fcaf6c74f9e3557f59f80292e1MFC after:	1 month

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Mon, 27 Dec 2021 08:18:49 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>015cb6cd - Create a link to the ipmon.conf.5 man page as documented in ipmon.5.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#015cb6cd</link>
        <description>Create a link to the ipmon.conf.5 man page as documented in ipmon.5.Add its corresponding optional removal entry.PR:		238816MFC after:	1 week

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Thu, 27 Jun 2019 12:37:44 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74bc7fc0 - Add the ipmon.5 man page.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#74bc7fc0</link>
        <description>Add the ipmon.5 man page.PR/238816 initially addressed updates to usage() however the PR hasmorphed into a shopping list of updates to usage() and man pages.PR:		238816 (I added to the list during discussion)MFC after:	1 week

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Thu, 27 Jun 2019 02:43:26 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7de1daeb - Create packages for atm, ccdconfig, devd, ipf, ipfw,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#7de1daeb</link>
        <description>Create packages for atm, ccdconfig, devd, ipf, ipfw,iscsi, natd, nandfs, pf, quotacheck, and routed.Add ping6 and rtsol to the runtime package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 19:30:31 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>277fbb92 - Remove redundant DPSRCS which were already in SRCS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#277fbb92</link>
        <description>Remove redundant DPSRCS which were already in SRCS.DPSRCS already contains all of SRCS.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 20:38:07 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5608fd23 - Revert r267233 for now. PIE support needs to be reworked.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#5608fd23</link>
        <description>Revert r267233 for now. PIE support needs to be reworked.1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other   build-only utility libraries.2. Another 40% is fixed by generating _pic.a variants of various libraries.3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR)   where it never would work anyhow, such as csu or loader. This suggests   there may be better ways of adding support to the tree. Many of these   cases can be fixed such that -fPIE will work but there is really no   reason to have it in those cases.4. Some of the uses are working around hacks done to some Makefiles that are   really building libraries but have been using bsd.prog.mk because the code   is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have   been needed.We likely do want to enable PIE by default (opt-out) for non-tree consumers(such as ports). For in-tree though we probably want to only enable PIE(opt-in) for common attack targets such as remote service daemons and setuidutilities. This is also a great performance compromise since ASLR is expectedto reduce performance. As such it does not make sense to enable it in allutilities such as ls(1) that have little benefit to having it enabled.Reported by:	kib

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 15:04:32 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>864c53ea - In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#864c53ea</link>
        <description>In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.This is currently an opt-in build flag. Once ASLR support is ready and stableit should changed to opt-out and be enabled by default along with ASLR.Each application Makefile uses opt-out to ensure that ASLR will be enabled bydefault in new directories when the system is compiled with PIE/ASLR. [2]Mark known build failures as NO_PIE for now.The only known runtime failure was rtld.[1] http://www.bsdcan.org/2014/schedule/events/452.en.htmlSubmitted by:		Shawn Webb &lt;lattera@gmail.com&gt;Discussed between:	des@ and Shawn Webb [2]

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Sun, 08 Jun 2014 17:29:31 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8c9c519 - Fix the manual build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#f8c9c519</link>
        <description>Fix the manual build.

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Sun, 10 Sep 2006 08:58:47 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf4ee2c9 - Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#cf4ee2c9</link>
        <description>Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupbuild problems with rescue.

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Thu, 28 Apr 2005 16:26:35 +0000</pubDate>
        <dc:creator>Darren Reed &lt;darrenr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f81bd860 - create a new build heirarchy for ipfilter tools</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/ipf/ipmon/Makefile#f81bd860</link>
        <description>create a new build heirarchy for ipfilter tools

            List of files:
            /freebsd-14.2/sbin/ipf/ipmon/Makefile</description>
        <pubDate>Mon, 25 Apr 2005 18:55:52 +0000</pubDate>
        <dc:creator>Darren Reed &lt;darrenr@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
