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

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/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>6425a52f - keyserv(8): unifdef out __FreeBSD__ and KEYSERV_RANDOM</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#6425a52f</link>
        <description>keyserv(8): unifdef out __FreeBSD__ and KEYSERV_RANDOMThis doesn&apos;t appear to have some active upstream (and it&apos;s a steaming pile ofbad 90s crypto design).  Rip out the completely horrible bits and leave theonly mildly less horrible bits.  The whole thing should probably be deleted; tothe extent it purports to provide a security feature: it doesn&apos;t.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Fri, 13 Dec 2019 04:03:05 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c99b67a7 - Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#c99b67a7</link>
        <description>Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Since buildenv exports SYSROOT all of these uses will now look inWORLDTMP by default.sys/boot/efi/loader/Makefile        A LIBSTAND hack is no longer required for buildenv.MFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Mon, 19 Jun 2017 20:47:24 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e0a19bd - Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#5e0a19bd</link>
        <description>Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorset via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Tue, 07 Feb 2012 09:27:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3aaa0cc - Rename all symbols in libmp(3) to mp_*, just like Solaris.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#b3aaa0cc</link>
        <description>Rename all symbols in libmp(3) to mp_*, just like Solaris.The function pow() in libmp(3) clashes with pow(3) in libm. We couldrename this single function, but we can just take the same approach asthe Solaris folks did, which is to prefix all function names with mp_.libmp(3) isn&apos;t really popular nowadays. I suspect not a singleapplication in ports depends on it. There&apos;s still a chance, so I&apos;veincreased the SHLIB_MAJOR and __FreeBSD_version.Reviewed by:	deischen, rdivacky

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Thu, 26 Feb 2009 21:43:15 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@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-14.2/usr.sbin/keyserv/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-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Fri, 06 Aug 2004 07:27:08 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>869537e1 - Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#869537e1</link>
        <description>Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Sun, 18 Jan 2004 09:29:47 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66422f5b - Initiate deorbit burn for the i386-only a.out related support.  Moves are</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#66422f5b</link>
        <description>Initiate deorbit burn for the i386-only a.out related support.  Moves areunder way to move the remnants of the a.out toolchain to ports.  As thecomment in src/Makefile said, this stuff is deprecated and one should notexpect this to remain beyond 4.0-REL.  It has already lasted WAY beyondthat.Notable exceptions:gcc - I have not touched the a.out generation stuff there.ldd/ldconfig - still have some code to interface with a.out rtld.old as/ld/etc - I have not removed these yet, pending their move to ports.some includes - necessary for ldd/ldconfig for now.Tested on: i386 (extensively), alpha

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Tue, 17 Sep 2002 01:49:00 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d1b1514 - Fixed bitrot in DPADD in previous commit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#7d1b1514</link>
        <description>Fixed bitrot in DPADD in previous commit.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Mon, 30 Jul 2001 11:18:09 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bd0b867 - Enable the new libmp in the build, and disable libgmp and its</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#7bd0b867</link>
        <description>Enable the new libmp in the build, and disable libgmp and itshenchmen.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Sun, 29 Jul 2001 08:58:22 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ed6d634 - Hopefully fix some of the bugs in passing credentials over UNIX                 domain sockets.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#4ed6d634</link>
        <description>Hopefully fix some of the bugs in passing credentials over UNIX                 domain sockets.Make struct cmessage visible from socket.h (about 4 places weredefining it for themselves which wasn&apos;t good)Make __rpc_get_local_uid() useable and give it prototype that&apos;svisible.Fix some issues with printing out usernames from rpcbind and keyserv.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Thu, 22 Mar 2001 04:31:30 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#97d92980</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:35:59 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b692ba7 - Apply patch from Stefan Esser to close PR #7941: add code to handle</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#4b692ba7</link>
        <description>Apply patch from Stefan Esser to close PR #7941: add code to handledynamic loading of libdes on ELF systems. The patch looks correct tome.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Wed, 16 Sep 1998 01:50:04 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48ef4329 - Fixed the usual dependency bugs.  This Makefile accidentally usually</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#48ef4329</link>
        <description>Fixed the usual dependency bugs.  This Makefile accidentally usuallyworked for `make -j9&apos;, but failed for `make -j4&apos;.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Sat, 09 May 1998 13:32:37 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53d0e9f0 - Fixed DPADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#53d0e9f0</link>
        <description>Fixed DPADD.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Tue, 16 Dec 1997 17:43:33 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51251b2b - Import of the keyserv daemon needed for Secure RPC.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/keyserv/Makefile#51251b2b</link>
        <description>Import of the keyserv daemon needed for Secure RPC.This version supports both the keyserv v1 and v2 protocols. It uses thenew AF_LOCAL transport so that only local processes can use it forstoring/retrieving keys, and it uses the SCM_CREDS kernel hack forauthentication. With these two modifications, we don&apos;t need the keyenvoyprogram normally used with RPC 4.0.Note that if libdes.so.3.x is present on the system when keyservis started, Secure RPC will run with normal DES encryption. If not,everything falls back to RC4 with a 40 bit key.

            List of files:
            /freebsd-14.2/usr.sbin/keyserv/Makefile</description>
        <pubDate>Wed, 28 May 1997 15:44:22 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
