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

            List of files:
            /freebsd-14.2/usr.bin/telnet/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>cbc83e37 - ncurses: chase dependency changes in the source tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#cbc83e37</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:52:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7fd29f0 - pkgbase: Create a FreeBSD-telnet package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#c7fd29f0</link>
        <description>pkgbase: Create a FreeBSD-telnet packageboth telnet and telnetd aren&apos;t that useful nowadays but somemight want them.Create a FreeBSD-telnet package so users have a choice to havethem or not.Differential Revision:	https://reviews.freebsd.org/D31791Reviewed by: emaste

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Wed, 01 Sep 2021 17:02:00 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01b01229 - Remove all the RELEASE_CRUNCH instances that partially disable IPSEC</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#01b01229</link>
        <description>Remove all the RELEASE_CRUNCH instances that partially disable IPSECWe remove IPSEC only in parts of the tree, and not others. RELEASE_CRUNCH todisable it has not kept up with all its uses. Remove it. Should there be a realneed to disable IPSEC, one that hasn&apos;t shown up in the base system to date,it can be re-added behind a WITHOUT_IPSEC build option.

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Mon, 15 Jul 2019 14:19:39 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@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/usr.bin/telnet/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/usr.bin/telnet/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>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@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/usr.bin/telnet/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/usr.bin/telnet/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>04efeffe - When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/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.bin/telnet/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.bin/telnet/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.bin/telnet/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>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33f12199 - Fix conflicts after heimdal-1.1 import and add build infrastructure. Import</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#33f12199</link>
        <description>Fix conflicts after heimdal-1.1 import and add build infrastructure. Importall non-style changes made by heimdal to our own libgssapi.

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Wed, 07 May 2008 13:53:12 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53bf725a - Remove the -DFAST_IPSEC from Makefiles again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#53bf725a</link>
        <description>Remove the -DFAST_IPSEC from Makefiles again.This was needed during the IPSEC-&gt;FAST_IPSEC-&gt;IPSEC transitionperiod to not break the build after picking up netipsec headerfiles. Now that the FAST_IPSEC kernel option is gone and thedefault is IPSEC again those defines are superfluous.Approved by:	re (rwatson)

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Thu, 05 Jul 2007 08:56:46 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@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/usr.bin/telnet/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/usr.bin/telnet/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>594a130b - Stop enforcing dependencies between MK_* options at Makefile level.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#594a130b</link>
        <description>Stop enforcing dependencies between MK_* options at Makefile level.All the dependencies are satisfied now in &lt;bsd.own.mk&gt;.

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Mon, 31 Jul 2006 13:29:36 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d1773e83 - Respect MK_INET6_SUPPORT.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#d1773e83</link>
        <description>Respect MK_INET6_SUPPORT.Move INET6 out of the RELEASE_CRUNCH conditional blockbecause it saves as little as 2% of the binary size andIPv6 is rather popular today.  (Some other binaries, e.g.,telnetd, include INET6 for RELEASE_CRUNCH already.)

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Thu, 27 Jul 2006 14:19:30 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee66677a - Remove kludges intended to support src trees with partial obj trees.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#ee66677a</link>
        <description>Remove kludges intended to support src trees with partial obj trees.Discussed with:	ru

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Fri, 10 Jun 2005 06:12:53 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2161735 - NOCRYPT -&gt; NO_CRYPT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/telnet/Makefile#a2161735</link>
        <description>NOCRYPT -&gt; NO_CRYPT

            List of files:
            /freebsd-14.2/usr.bin/telnet/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 10:16:04 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
