<?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>f015e48a4a0482787b46e972754619a75475439c - ed: convert test suite to ATF/kyua</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#f015e48a4a0482787b46e972754619a75475439c</link>
        <description>ed: convert test suite to ATF/kyuaMFC After:	1 week

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 17 Feb 2026 17:14:09 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c06e7b66a147edf55f4241fbfbfa32856550cd15 - Merge ^/head r340126 through r340212.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#c06e7b66a147edf55f4241fbfbfa32856550cd15</link>
        <description>Merge ^/head r340126 through r340212.

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Wed, 07 Nov 2018 19:52:28 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d83db3fb6a3c2ffeaafd5e688a2653f39a7be9d9 - Drop ed(1) &quot;crypto&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#d83db3fb6a3c2ffeaafd5e688a2653f39a7be9d9</link>
        <description>Drop ed(1) &quot;crypto&quot;You should not be using DES.  You should not have been using DES for thepast 30 years.The ed DES-CBC scheme lacked several desirable properties of a sealeddocument system, even ignoring DES itself.  In particular, it did notprovide the &quot;integrity&quot; cryptographic property (detection of tampering), andit treated ASCII passwords as 64-bit keys (instead of using a KDF likescrypt or PBKDF2).Some general approaches ed(1) users might consider to replace the removedDES mode:1. Full disk encryption with something like AES-XTS.  This is easy toconceptualize, design, and implement, and it provides confidentiality fordata at rest.  Like CBC, it lacks tampering protection.  Examples includeGELI, LUKS, FileVault2.2. Encrypted overlay (&quot;stackable&quot;) filesystems (EncFS, PEFS?, CryptoFS,others).3. Native encryption at the filesystem layer.  Ext4/F2FS, ZFS, APFS, andNTFS all have some flavor of this.4. Storing your files unencrypted.  It&apos;s not like DES was doing you muchgood.If you have DES-CBC scrambled files produced by ed(1) prior to this change,you may decrypt them with:  openssl des-cbc -d -iv 0 -K &lt;key in hex&gt; -in &lt;inputfile&gt; -out &lt;plaintext&gt;Reviewed by:	allanjude, bapt, emasteSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D17829

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Sun, 04 Nov 2018 18:56:16 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f - Revert crap accidentally committed</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f</link>
        <description>Revert crap accidentally committed

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Sat, 28 Jan 2017 17:31:23 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>814aaaa7da4dab462d90e12e7b48b75f2093ccfd - Revert r312923 a better approach will be taken later</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#814aaaa7da4dab462d90e12e7b48b75f2093ccfd</link>
        <description>Revert r312923 a better approach will be taken later

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Sat, 28 Jan 2017 17:30:14 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa16f0a3747b0e3f249814c4297605be61 - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#ac2875fa16f0a3747b0e3f249814c4297605be61</link>
        <description>Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 17:58:50 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12cd1730ee44a04d5137368d62233dc38c7ce233 - Convert bin/ to LIBADD, reduce overlinking allow to build all components as</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#12cd1730ee44a04d5137368d62233dc38c7ce233</link>
        <description>Convert bin/ to LIBADD, reduce overlinking allow to build all components asstatic

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 12:15:40 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 02 Sep 2014 06:22:42 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee7b0571c2c18bdec848ed2044223cc88db29bd8 - Merge head from 7/28</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#ee7b0571c2c18bdec848ed2044223cc88db29bd8</link>
        <description>Merge head from 7/28

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 08:50:54 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04efeffe998b4365aa6eec18b83ab3d436901fdc - When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#04efeffe998b4365aa6eec18b83ab3d436901fdc</link>
        <description>When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andremove the now-redundant checks for RELEASE_CRUNCH. This originallywas defined for building smaller sysinstall images, but was later alsoused by picobsd builds for a similar purpose. Now that we&apos;ve movedaway from sysinstall, picobsd is the only remaining consumer of thisinterface. Adding these two options reduces the RELEASE_CRUNCHspecial cases in the tree by half.

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Fri, 06 Jun 2014 06:09:07 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /freebsd/bin/ed/Makefile</description>
        <pubDate>Wed, 21 May 2014 22:30:52 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
