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

            List of files:
            /freebsd-14.2/usr.sbin/ppp/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>96e6e5b5 - ppp: specify OpenSSL 1.1 APIs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#96e6e5b5</link>
        <description>ppp: specify OpenSSL 1.1 APIsOPENSSL_API_COMPAT can be used to specify the OpenSSL API version inuse for the purpose of hiding deprecated interfaces and enablingthe appropriate deprecation notices.This change is a NFC while we&apos;re still using OpenSSL 1.1.1 but willavoid deprecation warnings upon the switch to OpenSSL 3.0.A future change should migrate to use the OpenSSL 3.0 APIs.PR:		271615Reviewed by:	emasteEvent:		Kitchener-Waterloo Hackathon 202305Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Tue, 09 May 2023 13:01:40 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a22cde7c - pkgbase: Put ppp in it&apos;s own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#a22cde7c</link>
        <description>pkgbase: Put ppp in it&apos;s own packageppp uses libalias modules which now belong in the natd package.Avoid bringing a dependancy on natd for the utilities package.Reviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D27711

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Mon, 21 Dec 2020 17:35:12 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6ee8575c - Remove all the RELEASE_CRUNCH defines, they are useless.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#6ee8575c</link>
        <description>Remove all the RELEASE_CRUNCH defines, they are useless.RELEASE_CRUNCH has been broken for a very long time. Remove thelast remants from the tree.

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Mon, 16 Dec 2019 21:06:24 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28c8ec2f - Retire the -DRELEASE_CRUNCH define.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#28c8ec2f</link>
        <description>Retire the -DRELEASE_CRUNCH define.The RELEASE_CRUNCH ifdefs save about 100 bytes of text space. Thecomplexity is not worth it as they eliminate error messages.Left the RELEASE_CRUNCH ifdef to eliminate a lot of stuff in place.That saves an interesting amount of space and change some behaviors,so absent a more detailed analysis, maintain the status quo.

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Fri, 12 Jul 2019 06:19:25 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7dc3128 - Remove the NATM framework including the en(4), fatm(4), hatm(4), and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#a7dc3128</link>
        <description>Remove the NATM framework including the en(4), fatm(4), hatm(4), andpatm(4) devices.Maintaining an address family and framework has real costs when we makeinfrastructure improvements.  In the case of NATM we support no devicesmanufactured in the last 20 years and some will not even work in modernmotherboards (some newer devices that patm(4) could be updated tosupport apparently exist, but we do not currently have support).With this change, support remains for some netgraph modules that don&apos;trequire NATM support code. It is unclear if all these should remain,though ng_atmllc certainly stands alone.Note well: FreeBSD 11 supports NATM and will continue to do so until atleast September 30, 2021.  Improvements to the code in FreeBSD 11 arecertainly welcome.Reviewed by:	philipApproved by:	harti

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Mon, 24 Apr 2017 21:21:49 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7059692f - Fix build of ppp when WITHOUT_PAM is set</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#7059692f</link>
        <description>Fix build of ppp when WITHOUT_PAM is setPR:		210658Reported by:	madpilotTested by:	madpilotApproved by:	re@ (kib)

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Mon, 04 Jul 2016 21:18:57 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea580d0b - Revert r301137 and r301163, and implement a correct fix</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#ea580d0b</link>
        <description>Revert r301137 and r301163, and implement a correct fixfor the CONFS issue with dma.conf and ppp.conf.Thank you very much to Bryan Drewery for looking into theproblem and providing this fix.Pointyhat:	gjbSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Wed, 01 Jun 2016 20:44:28 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>efe50fa1 - Revert r289096:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#efe50fa1</link>
        <description>Revert r289096:Files listed in &apos;CONFS&apos; are not properly included in newinstallations (missing from base.txz), for reasons I stilldo not fully understand.This reverts the change excluding /etc/ppp/ppp.conf froma new installation.  /etc/dma/dma.conf is also affected,but requires a different solution, still being investigated.Reported by:	Ben WoodsSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Wed, 01 Jun 2016 16:45:08 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f98f68bd - Use existing CONFDIR instead of adding a new CONFIGDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#f98f68bd</link>
        <description>Use existing CONFDIR instead of adding a new CONFIGDIRReported by:	jbeich

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Sun, 11 Oct 2015 19:25:39 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c9976e3 - Install bsd.confs.mk</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#2c9976e3</link>
        <description>Install bsd.confs.mkRename ETCDIR into CONFIGDIR to avoid conflicts with the ports tree

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Sat, 10 Oct 2015 10:48:09 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23c78161 - Move ppp.conf into the ppp sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#23c78161</link>
        <description>Move ppp.conf into the ppp sources

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Fri, 09 Oct 2015 23:57:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31a741f4 - Conditionalize building radius support into libpam, ppp, etc via</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#31a741f4</link>
        <description>Conditionalize building radius support into libpam, ppp, etc viaMK_RADIUS_SUPPORTMFC after: 1 weekSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Wed, 04 Feb 2015 06:53:45 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a579cc7 - Handle MK_RADIUS_SUPPORT in usr.sbin/ppp</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#0a579cc7</link>
        <description>Handle MK_RADIUS_SUPPORT in usr.sbin/ppp

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Thu, 27 Nov 2014 07:56:28 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/ppp/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/ppp/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>f518456f - Change file permissions for some setuid executables so they are &quot;o+r&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#f518456f</link>
        <description>Change file permissions for some setuid executables so they are &quot;o+r&quot;.The executable itself doesn&apos;t contain any privileged information.An example of where this is useful is when makefs(8) is creating an imagethat includes /sbin/shutdown. This can now be done without root privileges.Reviewed by:	delphijDiscussed with:	delphij, desCR:		https://reviews.freebsd.org/D662

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Thu, 21 Aug 2014 19:04:15 +0000</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04efeffe - When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#04efeffe</link>
        <description>When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andremove the now-redundant checks for RELEASE_CRUNCH. This originallywas defined for building smaller sysinstall images, but was later alsoused by picobsd builds for a similar purpose. Now that we&apos;ve movedaway from sysinstall, picobsd is the only remaining consumer of thisinterface. Adding these two options reduces the RELEASE_CRUNCHspecial cases in the tree by half.

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Fri, 06 Jun 2014 04:09:07 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/usr.sbin/ppp/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/usr.sbin/ppp/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>6a3193a7 - Move ppp.8.m4 back to ppp.8 and de-ifdef it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#6a3193a7</link>
        <description>Move ppp.8.m4 back to ppp.8 and de-ifdef it.Requested by: joelMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Sun, 02 Jun 2013 23:56:38 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9e0de01 - MFC r202440 to stable/8:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ppp/Makefile#c9e0de01</link>
        <description>MFC r202440 to stable/8:  Unbreak world WITHOUT_NETGRAPH.  PR:		137487  Submitted by:	bf (previous version)  No objections:	net@

            List of files:
            /freebsd-14.2/usr.sbin/ppp/Makefile</description>
        <pubDate>Sat, 30 Jan 2010 15:40:00 +0000</pubDate>
        <dc:creator>Antoine Brodin &lt;antoine@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
