<?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>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>39f8282b - Remove bdes(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#39f8282b</link>
        <description>Remove bdes(1)The use of DES for anything is discouraged, especially with a static IV of 0If you still need bdes(1) to decrypt Kirk&apos;s video lectures, seesecurity/bdes in ports.This commit brought to you by the FOSDEM DevSummit and the&quot;remove unneeded dependancies on openssl in base&quot; working groupReviewed by:	bapt, brnrdRelnotes:	yesSponsored by:	FOSDEM DevSummitDifferential Revision:	https://reviews.freebsd.org/D9424

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Mon, 06 Feb 2017 08:27:19 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa92269e - Add more SUBDIR_PARALLEL.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#aa92269e</link>
        <description>Add more SUBDIR_PARALLEL.MFC after:	3 weeksSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Thu, 15 Oct 2015 22:55:08 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@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/secure/usr.bin/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/secure/usr.bin/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>38f0b757 - Add placeholder Kyuafiles for various top-level hierarchies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#38f0b757</link>
        <description>Add placeholder Kyuafiles for various top-level hierarchies.This change adds tests/ directories in the source tree to create varioussubdirectories in /usr/tests/ and to install placeholder Kyuafiles forthem.the relevant hierarchies are: cddl, etc, games, gnu and secure.The reason for this is to simplify the addition of new test programs forutilities or libraries under any of these directories.  Doing so on acase by case basis is unnecessary and is quite an obscure process.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Mon, 21 Apr 2014 21:39:25 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&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/secure/usr.bin/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/secure/usr.bin/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>4afa3718 - Very big makeover in the way telnet, telnetd and libtelnet are built.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#4afa3718</link>
        <description>Very big makeover in the way telnet, telnetd and libtelnet are built.Previously, there were two copies of telnet; a non-crypto versionthat lived in the usual places, and a crypto version that lived incrypto/telnet/. The latter was built in a broken manner somewhat akinto other &quot;contribified&quot; sources. This meant that there were 4 telnetscompeting with each other at build time - KerberosIV, Kerberos5,plain-old-secure and base. KerberosIV is no longer in the running, butthe other three took it in turns to jump all over each other during a&quot;make buildworld&quot;.As the crypto issue has been clarified, and crypto _calls_ are nota problem, crypto/telnet has been repo-copied to contrib/telnet,and with this commit, all telnets are now &quot;contribified&quot;. The contribpath was chosen to not destroy history in the repository, and differsfrom other contrib/ entries in that it may be worked on as &quot;normal&quot;BSD code. There is no dangerous crypto in these sources, only avery weak system less strong than enigma(1).Kerberos5 telnet and Secure telnet are now selected by using the usualmacros in /etc/make.conf, and the build process is unsurprising andless treacherous.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Wed, 16 Jul 2003 20:59:15 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8027fe39 - Fix for the NO_OPENSSL case.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#8027fe39</link>
        <description>Fix for the NO_OPENSSL case.Reported by:	Marius Strobl &lt;marius@alchemy.franken.de&gt;

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Sun, 08 Jun 2003 08:24:07 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbf104e6 - Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#dbf104e6</link>
        <description>Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extracleanups were necessary in release/Makefile, and the tinderbox codewas syntax checked, not run checked.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Mon, 05 May 2003 07:58:44 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6402d39a - Most things depend on !defined(NO_OPENSSL); make it look so.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#6402d39a</link>
        <description>Most things depend on !defined(NO_OPENSSL); make it look so.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Wed, 30 Apr 2003 07:51:51 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce0c927 - NOSECURE is implied by NOCRYPT, meaning if the latter is defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#bce0c927</link>
        <description>NOSECURE is implied by NOCRYPT, meaning if the latter is definedwe won&apos;t be here.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Wed, 30 Apr 2003 07:34:14 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>581ff5e3 - Remove Kerberos IV shims.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#581ff5e3</link>
        <description>Remove Kerberos IV shims.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Wed, 23 Apr 2003 17:26:01 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81d85817 - ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#81d85817</link>
        <description>ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to besetuid so ssh(1) doesn&apos;t have to be.Pointy hat to:	desSubmitted by:	Katsuyuki TATEISHI &lt;katsu@iec.hiroshima-u.ac.jp&gt;

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Fri, 05 Jul 2002 08:39:09 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd9fc3f0 - Update Makefiles for OpenSSH 3.3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#fd9fc3f0</link>
        <description>Update Makefiles for OpenSSH 3.3.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Sun, 23 Jun 2002 16:09:29 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d350064e - Follow the OpenSSH 2.9 upgrade with the infrastructure.  Two new</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#d350064e</link>
        <description>Follow the OpenSSH 2.9 upgrade with the infrastructure.  Two newprograms are now included: sftp(1) and ssh-keyscan(1).

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Fri, 04 May 2001 04:21:25 +0000</pubDate>
        <dc:creator>Brian Feldman &lt;green@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb49f794 - Buildworld fixes for NO_OPENSSH and NO_OPENSSL</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#bb49f794</link>
        <description>Buildworld fixes for NO_OPENSSH and NO_OPENSSLApproved by:	jkh

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Thu, 09 Mar 2000 06:29:05 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9f2d5f4 - Build everything properly. This means:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#c9f2d5f4</link>
        <description>Build everything properly. This means:o Don&apos;t b uild libdes.o Crypto is now housed in libcrypto (with a compatability symlink to  libdes)o RSA may depend on RSAREF at your locale.o OpenSSH is now a part of the base system.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Thu, 24 Feb 2000 18:59:34 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c52579a - Add NO_OPENSSL knob to turn off building of openssl</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#8c52579a</link>
        <description>Add NO_OPENSSL knob to turn off building of opensslRequested by:   wollman

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Sun, 30 Jan 2000 04:12:49 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9992f30 - Turn back on openssl building.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#f9992f30</link>
        <description>Turn back on openssl building.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Sun, 16 Jan 2000 05:25:26 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d82f4956 - We cannot have libcrypto, and therefore OpenSSL at all, without RSA.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/secure/usr.bin/Makefile#d82f4956</link>
        <description>We cannot have libcrypto, and therefore OpenSSL at all, without RSA.If you need examples of breakage, I&apos;m ready to provide more than afew.

            List of files:
            /freebsd-13.1/secure/usr.bin/Makefile</description>
        <pubDate>Sat, 15 Jan 2000 18:02:10 +0000</pubDate>
        <dc:creator>Brian Feldman &lt;green@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
