<?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>872aa9c8 - pkgbase: Create a FreeBSD-telnet package</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#872aa9c8</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(cherry picked from commit c7fd29f0f29ae3eb9d86cc019f6c1bab35634548)

            List of files:
            /freebsd-13.1/libexec/telnetd/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>04760bd7 - These values already set by src.libnames.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#04760bd7</link>
        <description>These values already set by src.libnames.mk.MFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Tue, 31 Oct 2017 00:03:25 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a251f9dc - libexec: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#a251f9dc</link>
        <description>libexec: 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-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:28:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5a34ec - Convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 21:18:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad11def5 - Add baud rate support to telnet(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#ad11def5</link>
        <description>Add baud rate support to telnet(1)This implements part of RFC-2217It&apos;s based off a patch originally written by Sujal Patel at Isilon, andcontributions from other Isilon employees.PR: 173728Phabric: D995Reviewed by: markj, markmMFC after: 2 weeksSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Tue, 11 Nov 2014 04:06:05 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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>225c0f4b - Convert telnetd(8) to use posix_openpt(2).</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#225c0f4b</link>
        <description>Convert telnetd(8) to use posix_openpt(2).Some time ago I got some reports MPSAFE TTY broke telnetd(8). Eventhough it turned out to be a different problem within the TTY code, Ispotted a small issue with telnetd(8). Instead of allocating PTY&apos;s usingopenpty(3) or posix_openpt(2), it used its own PTY allocation routine.This means that telnetd(8) still uses /dev/ptyXX-style devices.I&apos;ve also increased the size of line[]. Even though 16 should be enough,we already use 13 bytes (&quot;/dev/pts/999&quot;, including &apos;\0&apos;). 32 bytes givesus a little more freedom.Also enable -DSTREAMSPTY. Otherwise telnetd(8) strips the PTY&apos;s pathnameto the latest slash instead of just removing &quot;/dev/&quot; (e.g. /dev/pts/0 -&gt;0, instead of pts/0).Reviewed by:	rink

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Thu, 13 Nov 2008 19:05:27 +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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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>af73d4e6 - inetd and telnetd are not included in the standard release</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#af73d4e6</link>
        <description>inetd and telnetd are not included in the standard releasecrunched floppies, but they can be included as options insrc/release/picobsd (omitted by default though.)  Thereforepreserve the RELEASE_CRUNCH knob in their Makefiles, buttell its real purpose in a comment.

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Mon, 31 Jul 2006 19:15:10 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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>33f0bffe - telnetd(8) doesn&apos;t really go to the crunched floppies,</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#33f0bffe</link>
        <description>telnetd(8) doesn&apos;t really go to the crunched floppies,so its Makefile needn&apos;t test for RELEASE_CRUNCH.Suggested by:	ru

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Mon, 31 Jul 2006 13:20:44 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>02e182f6 - Respect MK_INET6_SUPPORT.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#02e182f6</link>
        <description>Respect MK_INET6_SUPPORT.Apply style.Makefile(5).

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Thu, 27 Jul 2006 12:15:37 +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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/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-13.1/libexec/telnetd/Makefile#ee66677a</link>
        <description>Remove kludges intended to support src trees with partial obj trees.Discussed with:	ru

            List of files:
            /freebsd-13.1/libexec/telnetd/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-13.1/libexec/telnetd/Makefile#a2161735</link>
        <description>NOCRYPT -&gt; NO_CRYPT

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 10:16:04 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d37df47d - Join the 21st century: Cryptography is no longer an optional component</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/telnetd/Makefile#d37df47d</link>
        <description>Join the 21st century: Cryptography is no longer an optional componentof releases.  The -DNOCRYPT build option still exists for anyone whoreally wants to build non-cryptographic binaries, but the &quot;crypto&quot;release distribution is now part of &quot;base&quot;, and anyone installing from arelease will get cryptographic binaries.Approved by:	re (scottl), markmDiscussed on:	freebsd-current, in late April 2004

            List of files:
            /freebsd-13.1/libexec/telnetd/Makefile</description>
        <pubDate>Fri, 06 Aug 2004 07:27:08 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
