<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>230c41e44cae603ce2e96ca7e38ea4900dfe29f5 - adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#230c41e44cae603ce2e96ca7e38ea4900dfe29f5</link>
        <description>adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead ofthe older style more complex expressions.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 21:30:20 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21303c93e9e10dcd3c5bd8388b5d640b9df8df3d - convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#21303c93e9e10dcd3c5bd8388b5d640b9df8df3d</link>
        <description>convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sun, 29 Sep 2019 23:44:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5ca97c6e57cf9b4d7ee2baa4fd2b9aea0ac4319 - apply -Wno-error=implicit-fallthrough on files that have fallthru</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#a5ca97c6e57cf9b4d7ee2baa4fd2b9aea0ac4319</link>
        <description>apply -Wno-error=implicit-fallthrough on files that have fallthrucomments but are missed by the current checker.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Mon, 04 Feb 2019 09:51:47 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f96d98db06c45145eed22e787f00fdb4ffafcd27 - Bump WARNS to 5, and remove unnecessary -Wno (tested with pkgsrc clang 7)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#f96d98db06c45145eed22e787f00fdb4ffafcd27</link>
        <description>Bump WARNS to 5, and remove unnecessary -Wno (tested with pkgsrc clang 7)

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sat, 05 Jan 2019 06:59:46 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9e6b51adfca53ad569ce539091ccee80df8d3a7 - Remove advertising clause, permitted by the copyright author.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#d9e6b51adfca53ad569ce539091ccee80df8d3a7</link>
        <description>Remove advertising clause, permitted by the copyright author.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sat, 05 Jan 2019 06:56:03 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c20b20625c6674232f7ea9abe539dd974eea1ce - unifdef TN3270 which is never defined (and wouldn&apos;t build if it was)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#7c20b20625c6674232f7ea9abe539dd974eea1ce</link>
        <description>unifdef TN3270 which is never defined (and wouldn&apos;t build if it was)delete tn3270 file no longer needed.SetIn3270(); expands to nothing now, so remove it.No functional change.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Thu, 13 Dec 2018 04:49:19 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e1932338879ae2800a06dd97c56995fc461d0bd - add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#2e1932338879ae2800a06dd97c56995fc461d0bd</link>
        <description>add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsto bsd.prog.mk.  use them instead of hard coding various listsof libraries for krb5.this fixes static builds.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sun, 25 Feb 2018 00:16:48 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf - Remove MKCRYPTO option.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf</link>
        <description>Remove MKCRYPTO option.Originally, MKCRYPTO was introduced because the United Statesclassified cryptography as a munition and restricted its export.  Theexport controls were substantially relaxed fifteen years ago, and areessentially irrelevant for software with published source code.In the intervening time, nobody bothered to remove the option afterits motivation -- the US export restriction -- was eliminated.  I&apos;mnot aware of any other operating system that has a similar option; Iexpect it is mainly out of apathy for churn that we still have it.Today, cryptography is an essential part of modern computing -- youcan&apos;t use the internet responsibly without cryptography.The position of the TNF board of directors is that TNF makes norepresentation that MKCRYPTO=no satisfies any country&apos;s cryptographyregulations.My personal position is that the availability of cryptography is abasic human right; that any local laws restricting it to a privilegedfew are fundamentally immoral; and that it is wrong for developers tospend effort crippling cryptography to work around such laws.As proposed on tech-crypto, tech-security, and tech-userlevel to noobjections:https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.htmlhttps://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.htmlhttps://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.htmlP.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of*bad* crypto that was conditional on it, e.g. DES in telnet...  Thatshould probably be removed too, but on the grounds that it is bad,not on the grounds that it is (nominally) crypto.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sun, 21 May 2017 15:28:36 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce31bd9da4ce6b8f0af13dd88ac5701c1e5588bf - add sqlite3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#ce31bd9da4ce6b8f0af13dd88ac5701c1e5588bf</link>
        <description>add sqlite3

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sat, 28 Jan 2017 23:42:36 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9edf9a04578e6c31927228eead02aa9d08d450ee - Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#9edf9a04578e6c31927228eead02aa9d08d450ee</link>
        <description>Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyto Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Fri, 10 Aug 2012 12:10:27 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcdbba429b4c533260dfc26a8841955292a22008 - PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#fcdbba429b4c533260dfc26a8841955292a22008</link>
        <description>PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION(rfc2941)- Minimal diffs to separate MKCRYPTO from USE_KERBEROS

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Mon, 09 Jan 2012 16:08:55 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47e1ece0c2c62c4cf1a3d0e37e585f625947d644 - Use terminfo and the non-standard ttytype rather than termcap.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#47e1ece0c2c62c4cf1a3d0e37e585f625947d644</link>
        <description>Use terminfo and the non-standard ttytype rather than termcap.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Wed, 05 Oct 2011 10:48:54 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75e42fa7da3375c4e9eb19f0f41f75ab22e8e064 - remove most of the remaining HAVE_GCC tests that are always true in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#75e42fa7da3375c4e9eb19f0f41f75ab22e8e064</link>
        <description>remove most of the remaining HAVE_GCC tests that are always true inthe modern world.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Mon, 20 Jun 2011 07:43:56 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a216da57a6e560f2112f7f639c2688f055a22de0 - Default to -Wno-sign-compare -Wno-pointer-sign for clang.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#a216da57a6e560f2112f7f639c2688f055a22de0</link>
        <description>Default to -Wno-sign-compare -Wno-pointer-sign for clang.Push -Wno-array-bounds down to the cases that depend on it.Selectively disable warnings for 3rd party software or non-trivialissues to be reviewed later to get clang -Werror to build most of thetree.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Thu, 26 May 2011 12:56:24 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07b0c75a483834944f36b8a32923185b1e407469 - We no longer need -I/usr/include/krb5.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#07b0c75a483834944f36b8a32923185b1e407469</link>
        <description>We no longer need -I/usr/include/krb5.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Sun, 24 Apr 2011 21:42:06 +0000</pubDate>
        <dc:creator>elric &lt;elric@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98eb889579a5572baa8ffa4149f58180870bc0ce - Userland now builds and uses terminfo instead of termcap.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#98eb889579a5572baa8ffa4149f58180870bc0ce</link>
        <description>Userland now builds and uses terminfo instead of termcap.OK: core@, jdc@

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Wed, 03 Feb 2010 15:34:37 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#c1ceae17f0d6ad69167715e05c1487f89f8571bc</link>
        <description>Enable WARNS=4 by default for usr.bin, except for:	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh	string2key  telnet  tn3270  verify_krb5_conf  xlint

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Tue, 14 Apr 2009 22:15:16 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c9a95916d32f68650603ebdaa88991d82096b93 - Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/telnet/Makefile#3c9a95916d32f68650603ebdaa88991d82096b93</link>
        <description>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.

            List of files:
            /netbsd-src/usr.bin/telnet/Makefile</description>
        <pubDate>Fri, 29 Aug 2008 00:02:21 +0000</pubDate>
        <dc:creator>gmcgarry &lt;gmcgarry@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
