<?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>c9733229451fac5faa53b1a016b01866eae75a1c - world - Replace gnu diff, diff3, and sdiff with BSD versions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#c9733229451fac5faa53b1a016b01866eae75a1c</link>
        <description>world - Replace gnu diff, diff3, and sdiff with BSD versions* Replace diff and diff3 with the OpenBSD diff and diff3,  Replace sdiff with the FreeBSD sdiff,  Remove the GNU diff, diff3, and sdiff* Basic testing with dsynth bulk to ensure no significant compatibility  disruptions.Submitted-by: Tyler &lt;tyler.clark@foxide.xyz&gt;

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Tue, 08 Oct 2024 23:18:45 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>ba1276acd1c8c22d225b1bcf370a14c878644f44 - IMPORT openssh-9.8p1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#ba1276acd1c8c22d225b1bcf370a14c878644f44</link>
        <description>IMPORT openssh-9.8p1* Fixes CVE-2024-6387-openssh* NOTE that DragonFly is not known to be vulnerable to this CVE, but  because it is a general signal race we are updating sshd anyway,  just in case.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Fri, 05 Jul 2024 00:39:39 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>2458c6f4cb6284cf8c259e0e5bf12ff74ff41952 - Remove various &apos;r&apos; commands and daemons.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#2458c6f4cb6284cf8c259e0e5bf12ff74ff41952</link>
        <description>Remove various &apos;r&apos; commands and daemons.rcp(1), rlogin(1), rlogind(1), rsh(1) and rshd(1). In the unlikely casethat someone still needs them, they can use the net/bsdrcmds port tobring them back.FreeBSD removed them in October 2017 and I took their work as a guideline.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Sun, 31 Dec 2017 13:53:38 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>098c0d2d54446149a90684eeb90da705bfdb5ec4 - Remove obsolete comment from libexec&apos;s Makefile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#098c0d2d54446149a90684eeb90da705bfdb5ec4</link>
        <description>Remove obsolete comment from libexec&apos;s Makefile.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Mon, 25 Dec 2017 01:48:05 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>fef7d5c7c737268396453f20ad42104230fa160e - Remove the NO_CRYPT build option.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#fef7d5c7c737268396453f20ad42104230fa160e</link>
        <description>Remove the NO_CRYPT build option.It has been broken for a long time without anyone complaining about andwe don&apos;t want to maintain it either.In-discussion-with: zrj

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Sat, 18 Nov 2017 12:01:04 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>5b245968732053a4221c42925bf7355d7eb4ad07 - build - Remove openssl from base (is now permanently replaced by ressl)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#5b245968732053a4221c42925bf7355d7eb4ad07</link>
        <description>build - Remove openssl from base (is now permanently replaced by ressl)* Remove openssl and related code that previous commits by John Marino  replaced with libressl.  Remove build hooks, base now only uses libressl.* Remove crypto/openssl.  This has been replaced by the openssl  implementation from ressl.* Remove lib/libcrypto.  This has been replaced by lib/librecrypto which  generates a private_crypo library only used by base.* Remove lib/libssl.  This has been replaced by lib/libressl which  generates a private_ssl library only used by base.* NOTE: In addition, John has been working on updating dports to ensure	that only the ports-based libssl and libcrypto (both nominally	implemented via ressl and not openssl), and that dports packages	no longer have any chance of using the private versions of these	libraries from base.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Fri, 28 Oct 2016 20:37:44 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>0fe46dc6296951eb138485d8c6b580bac0488fd8 - build - Rewire secure, remove conflicts from libmd, libcrypt</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#0fe46dc6296951eb138485d8c6b580bac0488fd8</link>
        <description>build - Rewire secure, remove conflicts from libmd, libcrypt* Remove /usr/src/secure, folding all of its subsystems into  /usr/src.  There&apos;s no point having a /usr/src/secure any more,  the system won&apos;t run without the secure stuff, the idea that some foreign  actor could segregate it in order to legally download code without crypto  is absurd on the modern internet, and the U.S. government stopped caring  decades ago.* Remove conflicts from libmd and libcrypt.  Essentially this removes  the SHA*_*() and MD5_*() APIs from libmd because these APIs already  exist in lib[re]ssl.  The older SHA*() and MD5*() APIs are partially retained for legacy base  code, but will be removed in a later stage (moved to direct-linking the  needed support source).  Conflicting routines in libcrypt have been renamed and internalized to  be libcrypt-only.* Major rewiring of the Makefile&apos;s to support the changes.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Thu, 27 Oct 2016 23:11:22 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>46ba0b785287af8bf902aef711c940b640ae9f45 - Remove NO_SENDMAIL and all it masks, except one</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#46ba0b785287af8bf902aef711c940b640ae9f45</link>
        <description>Remove NO_SENDMAIL and all it masks, except oneThe next step in the removal of Sendmail is to remove all the componentsthat NO_SENDMAIL masked, and then remove the internal NO_SENDMAIL knobitself.There is one component that got unmasked though: the etc/sendmaildragonfl*.mc files.  I think we may need to keep building these, andthey require contrib/sendmail-8.14 source files.  I&apos;ll figure out whatneeds to have to remove the contrib directory later.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Mon, 09 Mar 2015 23:53:02 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>40cb3ccd570d0d300f629b0300debe0264c61182 - Merge branch &apos;master&apos; of /repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#40cb3ccd570d0d300f629b0300debe0264c61182</link>
        <description>Merge branch &apos;master&apos; of /repository/git/dragonfly

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Thu, 01 Dec 2011 19:12:30 +0000</pubDate>
        <dc:creator>Venkatesh Srinivas &lt;me@endeavour.zapto.org&gt;</dc:creator>
    </item>
<item>
        <title>d2e9c9d8664f753a0d599eceed1dd98ffa7ef479 - build - Significantly improve parallel buildworld times</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#d2e9c9d8664f753a0d599eceed1dd98ffa7ef479</link>
        <description>build - Significantly improve parallel buildworld times* Change the serialized command sequence used for bootstrap tools,  btools, and ctools into dependencies so buildworld can build them  concurrently.* Utilize the new SUBDIR concurrent build feature by specifying  a SUBDIR_ORDERED make variable (usually empty) in various high-level  Makefile&apos;s.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Tue, 29 Nov 2011 21:38:34 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>ad9f8794f2f018b4187756bfd362eed57d8498ea - kernel: Remove some old ISA only drivers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#ad9f8794f2f018b4187756bfd362eed57d8498ea</link>
        <description>kernel: Remove some old ISA only drivers.This commits removes the following old ISA specific drivers, most of whichhave been removed in FreeBSD, too:aha(4)    - Adaptec 154xA, 154xB, 154xC, 154xCF and 154xCP SCSI cardsasc(4)    - GI1904-based hand scannerctx       - ImageNation CORTEX-I Frame Grabberdgb(4)    - DigiBoard serial cards (digi(4) driver remains)el(4)     - 3Com Etherlink 3C501 NICgpib      - National Instruments AT-GPIB and AT-GPIB/TNT boardsgsc(4)    - Genius GS-4500 hand scannerie(4)     - Intel i82586 based 8 and 16 bit ISA ethernet cardslabpc(4)  - National Instruments LABPC and LABPC+ driverle(4)     - DEC EtherWORKS II/III ethernet cardsmse(4)    - Bus and InPort mouse driverrc(4)     - RISCom/8 multiport serial cardsrdp(4)    - RealTek RTL8002 based pocket ethernet adaptersspigot    - Creative Labs Spigot video acquisition boardtw(4)     - TW-523 X-10 interfacewl(4)     - T1 speed ISA/radio LAN cardwt(4)     - Archive/Wangtek cartridge tape driverAlong with those, a number of associated programs are removed, too:sasc(1) sgsc(1) wlconfig(8) xten(1) xtend(8)

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Thu, 21 Jul 2011 08:19:04 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>eb28471377364e653eb9e8b5c797f14e4da130fe - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#eb28471377364e653eb9e8b5c797f14e4da130fe</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Mon, 13 Jul 2009 05:24:54 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>f7422c595d51df9957ded6f17cf7e26acfd0adde - Oops!  Actually install /usr/libexec/telnetd.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#f7422c595d51df9957ded6f17cf7e26acfd0adde</link>
        <description>Oops!  Actually install /usr/libexec/telnetd.Noticed-by: swildner

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Mon, 13 Jul 2009 02:31:54 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@theshell.com&gt;</dc:creator>
    </item>
<item>
        <title>6cd31e5b55f074b510e038fe8357486a8535c40c - Merge branch &apos;master&apos; into amd64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#6cd31e5b55f074b510e038fe8357486a8535c40c</link>
        <description>Merge branch &apos;master&apos; into amd64

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Mon, 06 Jul 2009 15:17:09 +0000</pubDate>
        <dc:creator>Jordan Gordeev &lt;jgordeev@dir.bg&gt;</dc:creator>
    </item>
<item>
        <title>2e3c6acd6c27fdf9b88179f8156cdb25fc504c4c - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#2e3c6acd6c27fdf9b88179f8156cdb25fc504c4c</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Fri, 03 Jul 2009 16:44:28 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>c97b914161d0cd26b116bfaff8f6238a8a222d09 - Add a wrapper script to allow &quot;foreign&quot; compilers into our build system.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#c97b914161d0cd26b116bfaff8f6238a8a222d09</link>
        <description>Add a wrapper script to allow &quot;foreign&quot; compilers into our build system.With this commit, all CCVER values not associated with a compiler inbase will be relegated to the wrapper script which then (in conjunctionwith the compilers.conf file) determines which non-base compiler touse.So far, defaults for clang (built from SVN) and pkgsrc/wip/gcc44 areprovided.For more info see the compilers.conf(5) manual page and my mail onkernel@:http://leaf.dragonflybsd.org/mailarchive/kernel/2009-06/msg00013.html

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Fri, 03 Jul 2009 12:03:54 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>08abcb65fdb57d8fc161c68b56017a3e7bc7f634 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into devel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#08abcb65fdb57d8fc161c68b56017a3e7bc7f634</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into devel

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Sat, 03 Jan 2009 19:38:36 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>0a6f00b3cb98ae95595b83d603ada704601d087e - Remove rexecd(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#0a6f00b3cb98ae95595b83d603ada704601d087e</link>
        <description>Remove rexecd(8).It&apos;s been obsolete since the 4.3BSD days, and it&apos;s been discouraged forover a decade.

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Fri, 02 Jan 2009 20:25:46 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@theshell.com&gt;</dc:creator>
    </item>
<item>
        <title>f67beddd51ecbf84197ae764363c02f25322c1e0 - Add the DragonFly Mail Agent dma(8) to the base.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/libexec/Makefile#f67beddd51ecbf84197ae764363c02f25322c1e0</link>
        <description>Add the DragonFly Mail Agent dma(8) to the base.dma is a small Mail Transport Agent (MTA), designed for home and officeuse.  It accepts mails from locally installed Mail User Agents (MUA) anddelivers the mails either locally or to a remote destination.  Remotedelivery includes several features like TLS/SSL support and SMTP authen-tication (AUTH LOGIN only).dma is not intended as a replacement for real, big MTAs like sendmail(8)or postfix(8).  Consequently, dma does not listen on port 25 for incomingconnections.Current list of features:- Local mail delivery with alias-support- Remote mail delivery either direct or via a smarthost- TLS/SSL and STARTTLS support for encrypted connections- virtualusers (address rewriting) support- SMTP authentication (currently only plain SMTP login)- Sendmail compatible command line options- IPv6 supportCode-collaboration-with: codecode@Man-page-collaboration-with: swildner@Approved-by: dillon@

            List of files:
            /dflybsd-src/libexec/Makefile</description>
        <pubDate>Sat, 02 Feb 2008 18:20:51 +0000</pubDate>
        <dc:creator>Matthias Schmidt &lt;matthias@dragonflybsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
