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

            List of files:
            /freebsd-14.2/secure/lib/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>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/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-14.2/secure/lib/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>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/secure/lib/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/secure/lib/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-14.2/secure/lib/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-14.2/secure/lib/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-14.2/secure/lib/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/secure/lib/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-14.2/secure/lib/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-14.2/secure/lib/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>e4a3b084 - Disconnect libcipher from the build. It only does DES, and we already</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#e4a3b084</link>
        <description>Disconnect libcipher from the build. It only does DES, and we alreadyhave libcrypto to do that. Both consumers of this lib have beenconverted to use libcrypto. (bin/ed and secure/usr.bin/bdes).

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Mon, 02 Jun 2003 20:03:32 +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-14.2/secure/lib/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-14.2/secure/lib/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-14.2/secure/lib/Makefile#6402d39a</link>
        <description>Most things depend on !defined(NO_OPENSSL); make it look so.

            List of files:
            /freebsd-14.2/secure/lib/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-14.2/secure/lib/Makefile#bce0c927</link>
        <description>NOSECURE is implied by NOCRYPT, meaning if the latter is definedwe won&apos;t be here.

            List of files:
            /freebsd-14.2/secure/lib/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-14.2/secure/lib/Makefile#581ff5e3</link>
        <description>Remove Kerberos IV shims.

            List of files:
            /freebsd-14.2/secure/lib/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>6c4e5239 - libtelnet depends on OpenSSL.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#6c4e5239</link>
        <description>libtelnet depends on OpenSSL.PR:	50507

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Tue, 01 Apr 2003 12:50:40 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>072f6798 - Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#072f6798</link>
        <description>Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5).

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Fri, 21 Jun 2002 08:54:03 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>563df952 - Revamp and diff-reduce the various secure telnets. Make sure that</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#563df952</link>
        <description>Revamp and diff-reduce the various secure telnets. Make sure thatKerberos5 has _a_ telnet (which is not currently K5 enabled).Incorporate BDE&apos;s static linking fixes.

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Fri, 03 Aug 2001 16:03:26 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>690a3625 - Nuke RSAREF support from orbit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#690a3625</link>
        <description>Nuke RSAREF support from orbit.It&apos;s the only way to be sure.

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Sun, 10 Sep 2000 00:09:37 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1f99b04 - ``Anyone is now free to rub two primes together for their own gratification&apos;&apos;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#e1f99b04</link>
        <description>``Anyone is now free to rub two primes together for their own gratification&apos;&apos;    -- UnknownNow that the RSA algorithm is released into the public domain, buildlibrsaintl by default unless NO_RSAINTL is set in make.conf.The native OpenSSL implementation of RSA is much faster, doesn&apos;t havean artificial keysize limitation, has 30% fewer calories and tastes great!

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Wed, 06 Sep 2000 23:46:50 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e7cbb3c - Argh. Cut/paste transcription error.  Fix syntax of previous commit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#8e7cbb3c</link>
        <description>Argh. Cut/paste transcription error.  Fix syntax of previous commit.

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Mon, 03 Jul 2000 06:26:30 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86c9b3ab - USA_RESIDENT is forced to YES or NO at the start of Makefile.inc1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#86c9b3ab</link>
        <description>USA_RESIDENT is forced to YES or NO at the start of Makefile.inc1Use that to be the final arbiter of whether or not to build thelibrsaintl.so plugin for openssl/openssh.  Add a magic WANT_RSAINTL flagto force building even if USA_RESIDENT=YES.

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Mon, 03 Jul 2000 06:24:23 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9fa5f5fd - Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#9fa5f5fd</link>
        <description>Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)Reorganize and unify libcrypto&apos;s interface so that the RSA implementationis chosen at runtime via dlopen().This is a checkpoint and may require more tweaks still.

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Sat, 26 Feb 2000 13:13:03 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66812860 - Create a stub libRSAglue for bsd.port.mk&apos;s sake</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/Makefile#66812860</link>
        <description>Create a stub libRSAglue for bsd.port.mk&apos;s sake

            List of files:
            /freebsd-14.2/secure/lib/Makefile</description>
        <pubDate>Fri, 25 Feb 2000 09:47:17 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
